File tree
336 files changed
+38573
-2742
lines changed- src
- compiler
- testRunner
- unittests
- config
- tsbuild
- tsc
- tscWatch
- tests/baselines/reference
- api
- config
- commandLineParsing/parseBuildOptions
- initTSConfig
- Default initialized TSConfig
- Initialized TSConfig with --help
- Initialized TSConfig with --watch
- Initialized TSConfig with advanced options
- Initialized TSConfig with boolean value compiler options
- Initialized TSConfig with enum value compiler options
- Initialized TSConfig with files options
- Initialized TSConfig with incorrect compiler option
- Initialized TSConfig with incorrect compiler option value
- Initialized TSConfig with list compiler options
- Initialized TSConfig with list compiler options with enum value
- tsbuild
- amdModulesWithOut
- commandLine
- configFileErrors
- demo
- inferredTypeFromTransitiveModule
- javascriptProjectEmit
- noEmit
- noEmitOnError
- outFile
- outfile-concat
- resolveJsonModule
- sample1
- transitiveReferences
- tsbuildWatch
- configFileErrors
- demo
- noEmit
- noEmitOnError
- programUpdates
- reportErrors
- with-simple-project-reference-graph
- tsc
- incremental
- runWithoutArgs
- tscWatch
- emitAndErrorUpdates
- assumeChangesOnlyAffectDirectDependencies
- assumeChangesOnlyAffectDirectDependenciesAndD
- default
- defaultAndD
- isolatedModules
- isolatedModulesAndD
- incremental
- module-compilation
- projectsWithReferences
- watchApi
- tsserver
- projectReferenceCompileOnSave
- projectReferences
- projectReferencesSourcemap
- dependency
- configHasNoReference
- configWithReference
- disabledSourceRef
- dependencyAndUsage
- configHasNoReference
- configWithReference
- disabledSourceRef
- usageProject/configHasNoReference
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
336 files changed
+38573
-2742
lines changedDiff for: src/compiler/builder.ts
+355-280
Large diffs are not rendered by default.
Diff for: src/compiler/builderState.ts
+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
| 269 | + | |
269 | 270 |
| |
270 | 271 |
| |
271 | 272 |
| |
| |||
299 | 300 |
| |
300 | 301 |
| |
301 | 302 |
| |
302 |
| - | |
| 303 | + | |
| 304 | + | |
303 | 305 |
| |
304 | 306 |
| |
305 | 307 |
| |
|
Diff for: src/compiler/builderStatePublic.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
|
Diff for: src/compiler/commandLineParser.ts
+113-118
Large diffs are not rendered by default.
Diff for: src/compiler/diagnosticMessages.json
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5426 | 5426 |
| |
5427 | 5427 |
| |
5428 | 5428 |
| |
| 5429 | + | |
| 5430 | + | |
| 5431 | + | |
| 5432 | + | |
5429 | 5433 |
| |
5430 | 5434 |
| |
5431 | 5435 |
| |
|
Diff for: src/compiler/emitter.ts
+39-33
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
261 |
| - | |
| 260 | + | |
| 261 | + | |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
281 |
| - | |
| 281 | + | |
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
| 334 | + | |
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
349 |
| - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
350 | 352 |
| |
351 | 353 |
| |
352 | 354 |
| |
| |||
358 | 360 |
| |
359 | 361 |
| |
360 | 362 |
| |
361 |
| - | |
362 | 363 |
| |
363 | 364 |
| |
364 | 365 |
| |
365 | 366 |
| |
366 |
| - | |
367 |
| - | |
| 367 | + | |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
| |||
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
377 |
| - | |
| 377 | + | |
378 | 378 |
| |
379 | 379 |
| |
380 | 380 |
| |
| |||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
427 |
| - | |
| 427 | + | |
428 | 428 |
| |
429 |
| - | |
| 429 | + | |
430 | 430 |
| |
431 | 431 |
| |
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
436 |
| - | |
| 436 | + | |
437 | 437 |
| |
438 | 438 |
| |
439 | 439 |
| |
| |||
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
649 | 655 |
| |
650 | 656 |
| |
651 | 657 |
| |
| |||
822 | 828 |
| |
823 | 829 |
| |
824 | 830 |
| |
825 |
| - | |
826 |
| - | |
827 |
| - | |
828 |
| - | |
829 |
| - | |
830 |
| - | |
831 |
| - | |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
836 |
| - | |
837 |
| - | |
838 |
| - | |
839 |
| - | |
| 831 | + | |
840 | 832 |
| |
841 | 833 |
| |
842 | 834 |
| |
| |||
848 | 840 |
| |
849 | 841 |
| |
850 | 842 |
| |
851 |
| - | |
| 843 | + | |
852 | 844 |
| |
853 | 845 |
| |
854 | 846 |
| |
855 | 847 |
| |
856 | 848 |
| |
857 |
| - | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
858 | 864 |
| |
859 | 865 |
| |
860 | 866 |
| |
|
Diff for: src/compiler/program.ts
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1967 | 1967 |
| |
1968 | 1968 |
| |
1969 | 1969 |
| |
1970 |
| - | |
| 1970 | + | |
1971 | 1971 |
| |
1972 | 1972 |
| |
1973 | 1973 |
| |
| |||
2058 | 2058 |
| |
2059 | 2059 |
| |
2060 | 2060 |
| |
2061 |
| - | |
| 2061 | + | |
2062 | 2062 |
| |
2063 |
| - | |
| 2063 | + | |
2064 | 2064 |
| |
2065 | 2065 |
| |
2066 | 2066 |
| |
| |||
2069 | 2069 |
| |
2070 | 2070 |
| |
2071 | 2071 |
| |
2072 |
| - | |
| 2072 | + | |
2073 | 2073 |
| |
2074 | 2074 |
| |
2075 | 2075 |
| |
| |||
2091 | 2091 |
| |
2092 | 2092 |
| |
2093 | 2093 |
| |
2094 |
| - | |
2095 |
| - | |
| 2094 | + | |
| 2095 | + | |
2096 | 2096 |
| |
2097 | 2097 |
| |
2098 | 2098 |
| |
|
Diff for: src/compiler/sourcemap.ts
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
325 |
| - | |
| 325 | + | |
| 326 | + | |
326 | 327 |
| |
327 |
| - | |
| 328 | + | |
328 | 329 |
| |
329 | 330 |
| |
330 | 331 |
| |
|
Diff for: src/compiler/transformer.ts
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
| 41 | + | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
Diff for: src/compiler/tsbuild.ts
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
119 |
| - | |
| 120 | + | |
120 | 121 |
| |
121 | 122 |
| |
122 | 123 |
| |
|
0 commit comments