Commit 04205ca
authored
Do not calculate signatures if old state is not used (microsoft#43314)
* Extra tests in preparation for lazy signature making sure the original intent of test is maintained
* Whenver we cant use state delay signature calculation and use source file version as signature
* Incremental correctness checks
* Retain old behavior in compile on save by disabling use of file version as signature in when state is not reused1 parent dcc27eb commit 04205ca
File tree
227 files changed
+41564
-1378
lines changed- src
- compiler
- harness
- server
- testRunner/unittests
- tsbuild
- tscWatch
- tsc
- tests/baselines/reference
- tsbuild
- configFileErrors/incremental-declaration-changes
- configFileExtends/initial-build
- containerOnlyReferenced/initial-build
- declarationEmit/initial-build
- demo/initial-build
- emitDeclarationOnly/initial-build
- emptyFiles/initial-build
- inferredTypeFromTransitiveModule/initial-build
- javascriptProjectEmit/initial-build
- lateBoundSymbol/initial-build
- moduleResolution
- moduleSpecifiers/initial-build
- noEmitOnError/initial-build
- outFile/initial-build
- outputPaths/initial-build
- projectReferenceWithRootDirInParent/initial-build
- resolveJsonModule/initial-build
- sample1
- incremental-declaration-changes
- initial-build
- transitiveReferences/initial-build
- watchMode
- demo
- programUpdates
- reportErrors
- declarationEmitErrors
- introduceError
- with-circular-project-reference
- with-simple-project-reference-graph
- reexport
- tscWatch
- emitAndErrorUpdates
- assumeChangesOnlyAffectDirectDependenciesAndD
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- assumeChangesOnlyAffectDirectDependencies
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- defaultAndD
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- default
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- incremental
- assumeChangesOnlyAffectDirectDependenciesAndD
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- assumeChangesOnlyAffectDirectDependencies
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- defaultAndD
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- default
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- isolatedModulesAndD
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- isolatedModules
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- isolatedModulesAndD
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- isolatedModules
- deepImportChanges
- updates-errors-when-file-transitively-exported-file-changes
- emit
- emit-file-content
- emit-with-outFile-or-out-setting
- forceConsistentCasingInFileNames
- incremental
- module-compilation
- own-file-emit-without-errors
- programUpdates
- projectsWithReferences
- tsc
- incremental/initial-build
- react-jsx-emit-mode/initial-build
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
227 files changed
+41564
-1378
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
| 172 | + | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
950 | | - | |
| 950 | + | |
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
202 | 208 | | |
203 | 209 | | |
204 | 210 | | |
205 | | - | |
| 211 | + | |
206 | 212 | | |
207 | 213 | | |
208 | 214 | | |
| |||
236 | 242 | | |
237 | 243 | | |
238 | 244 | | |
239 | | - | |
| 245 | + | |
| 246 | + | |
240 | 247 | | |
241 | 248 | | |
242 | 249 | | |
| |||
258 | 265 | | |
259 | 266 | | |
260 | 267 | | |
| 268 | + | |
261 | 269 | | |
262 | 270 | | |
263 | 271 | | |
| |||
317 | 325 | | |
318 | 326 | | |
319 | 327 | | |
320 | | - | |
| 328 | + | |
321 | 329 | | |
322 | 330 | | |
323 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1207 | 1207 | | |
1208 | 1208 | | |
1209 | 1209 | | |
| 1210 | + | |
1210 | 1211 | | |
1211 | 1212 | | |
1212 | 1213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6436 | 6436 | | |
6437 | 6437 | | |
6438 | 6438 | | |
| 6439 | + | |
| 6440 | + | |
| 6441 | + | |
6439 | 6442 | | |
6440 | 6443 | | |
6441 | 6444 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| 479 | + | |
479 | 480 | | |
480 | 481 | | |
481 | 482 | | |
| |||
538 | 539 | | |
539 | 540 | | |
540 | 541 | | |
541 | | - | |
| 542 | + | |
| 543 | + | |
542 | 544 | | |
543 | 545 | | |
544 | 546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
0 commit comments