@@ -136,7 +136,7 @@ exports.foo = foo;
136
136
137
137
138
138
//// [/src/project/tsconfig.tsbuildinfo]
139
- { "program" :{ "fileNames" :[ "../../lib/lib.d.ts" , "./extrafile.ts" , "./module.ts" , "./main.ts" ] , "fileInfos" :[ { "version" :"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };" , "affectsGlobalScope" :true } , "-13403012629-export const extra = 10;" , { "version" : " -4300970970-export function foo(): string { return \"hello world\"; }", "signature" : "-8035635627-export declare function foo(): string;\r\n" } , { "version" : "- 7083766686-import { foo } from \"./module\";foo();", "signature" : "-4882119183-export {};\r\n" } ] , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 4 , 3 ] } , "version" :"FakeTSVersion" }
139
+ { "program" :{ "fileNames" :[ "../../lib/lib.d.ts" , "./extrafile.ts" , "./module.ts" , "./main.ts" ] , "fileInfos" :[ { "version" :"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };" , "affectsGlobalScope" :true } , "-13403012629-export const extra = 10;" , " -4300970970-export function foo(): string { return \"hello world\"; }", "- 7083766686-import { foo } from \"./module\";foo();" ] , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 4 , 3 ] } , "version" :"FakeTSVersion" }
140
140
141
141
//// [/src/project/tsconfig.tsbuildinfo.readable.baseline.txt]
142
142
{
@@ -164,19 +164,23 @@ exports.foo = foo;
164
164
} ,
165
165
"./module.ts" : {
166
166
"version" : "-4300970970-export function foo(): string { return \"hello world\"; }" ,
167
- "signature" : "-8035635627 -export declare function foo(): string;\r\n "
167
+ "signature" : "-4300970970 -export function foo(): string { return \"hello world\"; } "
168
168
} ,
169
169
"./main.ts" : {
170
170
"version" : "-7083766686-import { foo } from \"./module\";foo();" ,
171
- "signature" : "-4882119183-export {};\r\n "
171
+ "signature" : "-7083766686-import { foo } from \"./module\";foo(); "
172
172
}
173
173
} ,
174
174
"referencedMap" : {
175
175
"./main.ts" : [
176
176
"./module.ts"
177
177
]
178
178
} ,
179
- "exportedModulesMap" : { } ,
179
+ "exportedModulesMap" : {
180
+ "./main.ts" : [
181
+ "./module.ts"
182
+ ]
183
+ } ,
180
184
"semanticDiagnosticsPerFile" : [
181
185
"../../lib/lib.d.ts" ,
182
186
"./extrafile.ts" ,
@@ -185,7 +189,7 @@ exports.foo = foo;
185
189
]
186
190
} ,
187
191
"version" : "FakeTSVersion" ,
188
- "size" : 1017
192
+ "size" : 888
189
193
}
190
194
191
195
@@ -202,6 +206,7 @@ Output::
202
206
exitCode:: ExitStatus . Success
203
207
204
208
209
+ //// [/src/project/main.js] file written with same contents
205
210
//// [/src/project/module.js]
206
211
"use strict" ;
207
212
exports . __esModule = true ;
@@ -211,7 +216,7 @@ exports.foo = foo;
211
216
212
217
213
218
//// [/src/project/tsconfig.tsbuildinfo]
214
- { "program" :{ "fileNames" :[ "../../lib/lib.d.ts" , "./extrafile.ts" , "./module.ts" , "./main.ts" ] , "fileInfos" :[ { "version" :"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };" , "affectsGlobalScope" :true } , "-13403012629-export const extra = 10;" , { "version" :"-3334720882-export function foo(): string { return \"hello world world\"; }" , "signature" :"-8035635627-export declare function foo(): string;\r\n" } , { "version" :"-7083766686-import { foo } from \"./module\";foo();" , "signature" :"-4882119183-export {};\r\n" } ] , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 4 , 3 ] } , "version" :"FakeTSVersion" }
219
+ { "program" :{ "fileNames" :[ "../../lib/lib.d.ts" , "./extrafile.ts" , "./module.ts" , "./main.ts" ] , "fileInfos" :[ { "version" :"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };" , "affectsGlobalScope" :true } , "-13403012629-export const extra = 10;" , "-3334720882-export function foo(): string { return \"hello world world\"; }" , "-7083766686-import { foo } from \"./module\";foo();" ] , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 4 , 3 ] } , "version" :"FakeTSVersion" }
215
220
216
221
//// [/src/project/tsconfig.tsbuildinfo.readable.baseline.txt]
217
222
{
@@ -239,19 +244,23 @@ exports.foo = foo;
239
244
} ,
240
245
"./module.ts" : {
241
246
"version" : "-3334720882-export function foo(): string { return \"hello world world\"; }" ,
242
- "signature" : "-8035635627 -export declare function foo(): string;\r\n "
247
+ "signature" : "-3334720882 -export function foo(): string { return \"hello world world\"; } "
243
248
} ,
244
249
"./main.ts" : {
245
250
"version" : "-7083766686-import { foo } from \"./module\";foo();" ,
246
- "signature" : "-4882119183-export {};\r\n "
251
+ "signature" : "-7083766686-import { foo } from \"./module\";foo(); "
247
252
}
248
253
} ,
249
254
"referencedMap" : {
250
255
"./main.ts" : [
251
256
"./module.ts"
252
257
]
253
258
} ,
254
- "exportedModulesMap" : { } ,
259
+ "exportedModulesMap" : {
260
+ "./main.ts" : [
261
+ "./module.ts"
262
+ ]
263
+ } ,
255
264
"semanticDiagnosticsPerFile" : [
256
265
"../../lib/lib.d.ts" ,
257
266
"./extrafile.ts" ,
@@ -260,7 +269,7 @@ exports.foo = foo;
260
269
]
261
270
} ,
262
271
"version" : "FakeTSVersion" ,
263
- "size" : 1023
272
+ "size" : 894
264
273
}
265
274
266
275
@@ -288,7 +297,7 @@ exports.foo = foo;
288
297
289
298
290
299
//// [/src/project/tsconfig.tsbuildinfo]
291
- { "program" :{ "fileNames" :[ "../../lib/lib.d.ts" , "./extrafile.ts" , "./module.ts" , "./main.ts" ] , "fileInfos" :[ { "version" :"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };" , "affectsGlobalScope" :true } , "-13403012629-export const extra = 10;" , { "version" :"-3842804408-export const x = 10;export function foo(): string { return \"hello world world\"; }" , "signature" :"1387636182-export declare const x = 10;\r\nexport declare function foo(): string;\r\n" } , { "version" :"-7083766686-import { foo } from \"./module\";foo();" , "signature" :"-4882119183-export {};\r\n" } ] , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 4 , 3 ] } , "version" :"FakeTSVersion" }
300
+ { "program" :{ "fileNames" :[ "../../lib/lib.d.ts" , "./extrafile.ts" , "./module.ts" , "./main.ts" ] , "fileInfos" :[ { "version" :"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };" , "affectsGlobalScope" :true } , "-13403012629-export const extra = 10;" , "-3842804408-export const x = 10;export function foo(): string { return \"hello world world\"; }" , "-7083766686-import { foo } from \"./module\";foo();" ] , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 4 , 3 ] } , "version" :"FakeTSVersion" }
292
301
293
302
//// [/src/project/tsconfig.tsbuildinfo.readable.baseline.txt]
294
303
{
@@ -316,19 +325,23 @@ exports.foo = foo;
316
325
} ,
317
326
"./module.ts" : {
318
327
"version" : "-3842804408-export const x = 10;export function foo(): string { return \"hello world world\"; }" ,
319
- "signature" : "1387636182- export declare const x = 10;\r\nexport declare function foo(): string;\r\n "
328
+ "signature" : "-3842804408- export const x = 10;export function foo(): string { return \"hello world world\"; } "
320
329
} ,
321
330
"./main.ts" : {
322
331
"version" : "-7083766686-import { foo } from \"./module\";foo();" ,
323
- "signature" : "-4882119183-export {};\r\n "
332
+ "signature" : "-7083766686-import { foo } from \"./module\";foo(); "
324
333
}
325
334
} ,
326
335
"referencedMap" : {
327
336
"./main.ts" : [
328
337
"./module.ts"
329
338
]
330
339
} ,
331
- "exportedModulesMap" : { } ,
340
+ "exportedModulesMap" : {
341
+ "./main.ts" : [
342
+ "./module.ts"
343
+ ]
344
+ } ,
332
345
"semanticDiagnosticsPerFile" : [
333
346
"../../lib/lib.d.ts" ,
334
347
"./extrafile.ts" ,
@@ -337,6 +350,6 @@ exports.foo = foo;
337
350
]
338
351
} ,
339
352
"version" : "FakeTSVersion" ,
340
- "size" : 1074
353
+ "size" : 914
341
354
}
342
355
0 commit comments