CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 02:41:58 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/TypeScript.git
etag: W/"0edc6ad192019a69f215b8ce4d95eaa2"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=HasId5Wb3ZXLw%2B8p8vN4zUCmI23QTs%2Fax0te0FMR3HjCoeGuGsof%2FZAu2UANDpKJcJdtSyer2JE3yNVe40TC0gdDXp85%2Bfse3xDjqOHlUBswSDgSmuJTP96C4XILNO7Mo%2BzSUzA19L9VDI4QKFFsrgRejcM8g2Fp92GXJ1Fno8614qojG1RXQ%2FrEU4wVBQeLEZgP5OThdrGCE4regj%2BUtkf0oG1Jb6znYnjhwAqyQQeF%2BszNEK1%2FaCKcUnwqVXH2N5KF3Ic7xE5IG8BcfaJVKg%3D%3D--oy3KuU7gVK%2BUiXV2--3FUlbmBQKbEC2Uydlo%2FIrw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2027627239.1753238517; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 02:41:57 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 02:41:57 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: ADAC:271430:27D800:3883CA:68804BF5
Do not calculate signatures if old state is not used (#43314) · microsoft/TypeScript@04205ca · GitHub
Dismiss banner
Copy file name to clipboardExpand all lines: src/compiler/builderPublic.ts
Copy file name to clipboardExpand all lines: src/compiler/builderState.ts
Copy file name to clipboardExpand all lines: src/compiler/watchPublic.ts
Copy file name to clipboardExpand all lines: src/harness/virtualFileSystemWithWatch.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 04205ca
authored
Do not calculate signatures if old state is not used (#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 04205caCopy full SHA for 04205ca
File tree
Expand file treeCollapse file tree
227 files changed
+41564
-1378
lines changedFilter options
- 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.
Expand file treeCollapse file tree
227 files changed
+41564
-1378
lines changed+3-3Lines changed: 3 additions & 3 deletions
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 |
| |
|
src/compiler/builderPublic.ts
Copy file name to clipboardExpand all lines: src/compiler/builderPublic.ts+5Lines changed: 5 additions & 0 deletions
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 |
| |
|
src/compiler/builderState.ts
Copy file name to clipboardExpand all lines: src/compiler/builderState.ts+11-3Lines changed: 11 additions & 3 deletions
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 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 | 1209 |
| |
| 1210 | + | |
1210 | 1211 |
| |
1211 | 1212 |
| |
1212 | 1213 |
| |
|
+3Lines changed: 3 additions & 0 deletions
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 |
| |
|
+3-1Lines changed: 3 additions & 1 deletion
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 |
| |
|
src/compiler/watchPublic.ts
Copy file name to clipboardExpand all lines: src/compiler/watchPublic.ts+3Lines changed: 3 additions & 0 deletions
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 |
| |
|
src/harness/virtualFileSystemWithWatch.ts
Copy file name to clipboardExpand all lines: src/harness/virtualFileSystemWithWatch.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 |
| - | |
| 643 | + | |
644 | 644 |
| |
645 | 645 |
| |
646 | 646 |
| |
|
You can’t perform that action at this time.
0 commit comments