Commit 01264ac
Reducing tsbuildinfo size further (microsoft#43695)
* Serialize compiler options that are needed from old state when creating new state
* Dont write affectsGlobalScope if not true
* Encode FileInfo for better serialization size
* Update src/compiler/builder.ts
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>1 parent 9af763d commit 01264ac
File tree
182 files changed
+3084
-6388
lines changed- src
- compiler
- testRunner/unittests
- tsbuild
- tscWatch
- 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
- 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
- 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
- isolatedModules
- incremental
- module-compilation
- own-file-emit-without-errors
- programUpdates
- projectsWithReferences
- watchApi
- 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.
182 files changed
+3084
-6388
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
711 | 724 | | |
712 | 725 | | |
713 | | - | |
714 | | - | |
| 726 | + | |
| 727 | + | |
715 | 728 | | |
716 | 729 | | |
717 | 730 | | |
| |||
730 | 743 | | |
731 | 744 | | |
732 | 745 | | |
733 | | - | |
| 746 | + | |
734 | 747 | | |
735 | 748 | | |
736 | 749 | | |
737 | 750 | | |
738 | | - | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
739 | 761 | | |
740 | 762 | | |
741 | 763 | | |
| |||
787 | 809 | | |
788 | 810 | | |
789 | 811 | | |
790 | | - | |
| 812 | + | |
791 | 813 | | |
792 | 814 | | |
793 | 815 | | |
| |||
824 | 846 | | |
825 | 847 | | |
826 | 848 | | |
827 | | - | |
828 | | - | |
| 849 | + | |
| 850 | + | |
829 | 851 | | |
830 | 852 | | |
831 | 853 | | |
832 | | - | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
840 | 862 | | |
841 | 863 | | |
842 | 864 | | |
| |||
1211 | 1233 | | |
1212 | 1234 | | |
1213 | 1235 | | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
1214 | 1244 | | |
1215 | 1245 | | |
1216 | 1246 | | |
1217 | 1247 | | |
1218 | 1248 | | |
1219 | 1249 | | |
1220 | 1250 | | |
1221 | | - | |
| 1251 | + | |
1222 | 1252 | | |
1223 | 1253 | | |
1224 | | - | |
| 1254 | + | |
1225 | 1255 | | |
1226 | 1256 | | |
1227 | 1257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | | - | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
66 | | - | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
| |||
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
78 | | - | |
| 75 | + | |
79 | 76 | | |
80 | 77 | | |
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| |||
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
105 | | - | |
106 | 103 | | |
107 | 104 | | |
108 | 105 | | |
| |||
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
118 | | - | |
| 115 | + | |
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
| |||
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
133 | | - | |
| 130 | + | |
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
| |||
148 | 145 | | |
149 | 146 | | |
150 | 147 | | |
151 | | - | |
152 | | - | |
| 148 | + | |
153 | 149 | | |
154 | 150 | | |
155 | 151 | | |
| |||
159 | 155 | | |
160 | 156 | | |
161 | 157 | | |
162 | | - | |
163 | | - | |
164 | 158 | | |
165 | 159 | | |
166 | 160 | | |
| |||
173 | 167 | | |
174 | 168 | | |
175 | 169 | | |
176 | | - | |
| 170 | + | |
177 | 171 | | |
178 | 172 | | |
0 commit comments