CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 18:39:12 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/"511e05042d88dda81a6579e49e7f983f"
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=UDe3%2F3acOW5GhOFRw9sd%2FleNZRJBWigDH3R%2F4jWGma37YqdVc1j2aklo%2Bl4%2Fg5AvLqjM53nPhKoIhABQqhGdS%2B7msmbojn2D2aOPE54HtXujl3cTg%2FY%2BmeMsEkgb1GyOEbL%2FI6Tg%2FSQtMWDmmS9O014wm5rCAZSqT1wBuRMd8Sb6GOi%2BlmSw2xr23EXGq12L5Jn92bgbaSKkho0KHtFc4lDxv%2B9l7JwAduZrzu0HW6jv9emtlTx8818Bz4ISEtXaYuBwNF6s4uVsJD2mk8%2B9tQ%3D%3D--n%2BH8XtpS1I4jjIUt--koditVUfSyIiKoKknfG3tA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2139186627.1753295951; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 18:39:11 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 18:39:11 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AB3A:3B93B0:FF9409:12E3835:68812C4F
Optimize the size for tsbuildinfo (#43155) · microsoft/TypeScript@6e4456b · GitHub
Dismiss banner
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsbuild/helpers.ts
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsbuild/outputPaths.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 6e4456b
Optimize the size for tsbuildinfo (#43155)
* Baseline readable buildinfo
* Use file names as index in file name list
This is extension of the idea given by @sokra to optimize size of tsbuildinfo
* Deduplicate reference map lists and use file name index to sort them
Different implementation of #43079 based on idea suggested by @sokra
* Minimal json.stringify for the tsbuildinfo
Again implementaion of suggestion by @sokra
* Update src/testRunner/unittests/tsbuild/helpers.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
* Readable version of buildinfo all the time
* Some renames for readability as per feedback
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>1 parent 626e78c commit 6e4456bCopy full SHA for 6e4456b
File tree
Expand file treeCollapse file tree
237 files changed
+14628
-15138
lines changedFilter options
- src
- compiler
- testRunner/unittests
- tsbuild
- tsc
- tests/baselines/reference
- tsbuild
- amdModulesWithOut
- incremental-declaration-doesnt-change
- incremental-headers-change-without-dts-changes
- initial-build
- 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
- outfile-concat
- incremental-declaration-changes
- incremental-declaration-doesnt-change
- incremental-headers-change-without-dts-changes
- initial-build
- outputPaths/initial-build
- projectReferenceWithRootDirInParent/initial-build
- resolveJsonModule/initial-build
- sample1
- incremental-declaration-changes
- incremental-declaration-doesnt-change
- initial-build
- transitiveReferences/initial-build
- watchMode
- configFileErrors
- demo
- noEmitOnError
- programUpdates
- reportErrors
- declarationEmitErrors
- introduceError
- with-circular-project-reference
- with-simple-project-reference-graph
- reexport
- tscWatch
- emitAndErrorUpdates
- assumeChangesOnlyAffectDirectDependenciesAndD
- assumeChangesOnlyAffectDirectDependencies
- defaultAndD
- default
- isolatedModulesAndD
- isolatedModules
- incremental
- module-compilation
- own-file-emit-without-errors
- 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
237 files changed
+14628
-15138
lines changed+79-56Lines changed: 79 additions & 56 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
690 | 690 |
| |
691 | 691 |
| |
692 | 692 |
| |
693 |
| - | |
694 |
| - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
695 | 696 |
| |
696 |
| - | |
| 697 | + | |
| 698 | + | |
697 | 699 |
| |
698 |
| - | |
699 |
| - | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
700 | 703 |
| |
701 | 704 |
| |
702 | 705 |
| |
| |||
708 | 711 |
| |
709 | 712 |
| |
710 | 713 |
| |
711 |
| - | |
712 |
| - | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
713 | 722 |
| |
714 |
| - | |
| 723 | + | |
715 | 724 |
| |
716 | 725 |
| |
717 |
| - | |
718 |
| - | |
719 |
| - | |
720 |
| - | |
| 726 | + | |
721 | 727 |
| |
722 |
| - | |
723 |
| - | |
724 |
| - | |
725 |
| - | |
726 |
| - | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
727 | 732 |
| |
728 | 733 |
| |
| 734 | + | |
729 | 735 |
| |
730 |
| - | |
731 |
| - | |
| 736 | + | |
732 | 737 |
| |
733 | 738 |
| |
734 |
| - | |
| 739 | + | |
735 | 740 |
| |
736 |
| - | |
737 |
| - | |
738 |
| - | |
| 741 | + | |
| 742 | + | |
739 | 743 |
| |
740 | 744 |
| |
| 745 | + | |
741 | 746 |
| |
742 |
| - | |
743 | 747 |
| |
744 | 748 |
| |
745 |
| - | |
| 749 | + | |
746 | 750 |
| |
747 | 751 |
| |
748 |
| - | |
| 752 | + | |
749 | 753 |
| |
750 | 754 |
| |
751 | 755 |
| |
752 | 756 |
| |
753 |
| - | |
| 757 | + | |
754 | 758 |
| |
755 | 759 |
| |
756 |
| - | |
757 | 760 |
| |
758 | 761 |
| |
| 762 | + | |
759 | 763 |
| |
760 |
| - | |
761 | 764 |
| |
762 | 765 |
| |
763 | 766 |
| |
764 |
| - | |
| 767 | + | |
765 | 768 |
| |
766 | 769 |
| |
767 |
| - | |
768 | 770 |
| |
769 | 771 |
| |
770 |
| - | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
771 | 782 |
| |
772 | 783 |
| |
773 | 784 |
| |
| |||
776 | 787 |
| |
777 | 788 |
| |
778 | 789 |
| |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
779 | 806 |
| |
780 | 807 |
| |
781 | 808 |
| |
| |||
1167 | 1194 |
| |
1168 | 1195 |
| |
1169 | 1196 |
| |
1170 |
| - | |
1171 |
| - | |
1172 |
| - | |
1173 |
| - | |
1174 |
| - | |
1175 |
| - | |
1176 |
| - | |
1177 |
| - | |
1178 |
| - | |
1179 |
| - | |
1180 |
| - | |
1181 |
| - | |
1182 |
| - | |
1183 | 1197 |
| |
1184 | 1198 |
| |
1185 | 1199 |
| |
1186 | 1200 |
| |
| 1201 | + | |
| 1202 | + | |
1187 | 1203 |
| |
1188 |
| - | |
1189 |
| - | |
1190 |
| - | |
1191 |
| - | |
1192 |
| - | |
1193 |
| - | |
| 1204 | + | |
1194 | 1205 |
| |
1195 | 1206 |
| |
1196 | 1207 |
| |
1197 |
| - | |
1198 |
| - | |
1199 |
| - | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
1200 | 1211 |
| |
1201 |
| - | |
1202 |
| - | |
| 1212 | + | |
| 1213 | + | |
1203 | 1214 |
| |
1204 | 1215 |
| |
1205 | 1216 |
| |
| |||
1234 | 1245 |
| |
1235 | 1246 |
| |
1236 | 1247 |
| |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
1237 | 1260 |
| |
1238 | 1261 |
| |
1239 | 1262 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
663 | 663 |
| |
664 | 664 |
| |
665 | 665 |
| |
666 |
| - | |
| 666 | + | |
667 | 667 |
| |
668 | 668 |
| |
669 | 669 |
| |
|
src/testRunner/unittests/tsbuild/helpers.ts
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsbuild/helpers.ts+66-7Lines changed: 66 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
239 | 296 |
| |
240 | 297 |
| |
241 | 298 |
| |
242 |
| - | |
| 299 | + | |
| 300 | + | |
243 | 301 |
| |
244 |
| - | |
245 |
| - | |
246 |
| - | |
| 302 | + | |
247 | 303 |
| |
248 | 304 |
| |
249 | 305 |
| |
250 | 306 |
| |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
251 | 311 |
| |
252 | 312 |
| |
253 | 313 |
| |
| |||
256 | 316 |
| |
257 | 317 |
| |
258 | 318 |
| |
259 |
| - | |
260 | 319 |
| |
261 |
| - | |
| 320 | + | |
262 | 321 |
| |
263 | 322 |
| |
264 | 323 |
| |
| |||
295 | 354 |
| |
296 | 355 |
| |
297 | 356 |
| |
298 |
| - | |
| 357 | + | |
299 | 358 |
| |
300 | 359 |
| |
301 | 360 |
| |
|
src/testRunner/unittests/tsbuild/outputPaths.ts
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsbuild/outputPaths.ts+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
|
You can’t perform that action at this time.
0 commit comments