@@ -191,7 +191,7 @@ LassieDog.getDogConfig = () => LASSIE_CONFIG;
191
191
192
192
193
193
//// [/src/src-dogs/tsconfig.tsbuildinfo]
194
- { "program" :{ "fileNames" :[ "../../lib/lib.es2020.full.d.ts" , "../src-types/dogconfig.d.ts" , "../src-types/index.d.ts" , "./dogconfig.ts" , "./dog.ts" , "./lassie/lassieconfig.ts" , "./lassie/lassiedog.ts" , "./index.ts" ] , "fileInfos" :[ { "version" :"-7698705165-/// <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; }" , "affectsGlobalScope" :true , "impliedFormat" :1 } , "-2632060142-export interface DogConfig {\r\n name: string;\r\n}\r\n" , "-5608794531-export * from './dogconfig.js';\r\n" , "1966273863-import { DogConfig } from 'src-types';\n\nexport const DOG_CONFIG: DogConfig = {\n name: 'Default dog',\n};\n" , "6091345804-import { DogConfig } from 'src-types';\nimport { DOG_CONFIG } from './dogconfig.js';\n\nexport abstract class Dog {\n\n public static getCapabilities(): DogConfig {\n return DOG_CONFIG;\n }\n}\n" , "4440579024-import { DogConfig } from 'src-types';\n\nexport const LASSIE_CONFIG: DogConfig = { name: 'Lassie' };\n" , "-32303727812-import { Dog } from '../dog.js';\nimport { LASSIE_CONFIG } from './lassieconfig.js';\n\nexport class LassieDog extends Dog {\n protected static getDogConfig = () => LASSIE_CONFIG;\n}\n" , "-15974991320-export * from 'src-types';\nexport * from './lassie/lassiedog.js';\n" ] , "options" :{ "composite" :true , "declaration" :true , "module" :100 } , "fileIdsList" :[ [ 3 , 4 ] , [ 3 ] , [ 3 , 7 ] , [ 5 , 6 ] , [ 2 ] ] , "referencedMap" :[ [ 5 , 1 ] , [ 4 , 2 ] , [ 8 , 3 ] , [ 6 , 2 ] , [ 7 , 4 ] , [ 3 , 5 ] ] , "exportedModulesMap" :[ [ 5 , 1 ] , [ 4 , 2 ] , [ 8 , 3 ] , [ 6 , 2 ] , [ 7 , 4 ] , [ 3 , 5 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 5 , 4 , 8 , 6 , 7 , 2 , 3 ] } , "version" :"FakeTSVersion" }
194
+ { "program" :{ "fileNames" :[ "../../lib/lib.es2020.full.d.ts" , "../src-types/dogconfig.d.ts" , "../src-types/index.d.ts" , "./dogconfig.ts" , "./dog.ts" , "./lassie/lassieconfig.ts" , "./lassie/lassiedog.ts" , "./index.ts" ] , "fileInfos" :[ { "version" :"-7698705165-/// <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; }" , "affectsGlobalScope" :true , "impliedFormat" :1 } , { "version" :"-2632060142-export interface DogConfig {\r\n name: string;\r\n}\r\n" , "impliedFormat" :99 } , { "version" :"-5608794531-export * from './dogconfig.js';\r\n" , "impliedFormat" :99 } , { "version" :"1966273863-import { DogConfig } from 'src-types';\n\nexport const DOG_CONFIG: DogConfig = {\n name: 'Default dog',\n};\n" , "impliedFormat" :99 } , { "version" :"6091345804-import { DogConfig } from 'src-types';\nimport { DOG_CONFIG } from './dogconfig.js';\n\nexport abstract class Dog {\n\n public static getCapabilities(): DogConfig {\n return DOG_CONFIG;\n }\n}\n" , "impliedFormat" :99 } , { "version" :"4440579024-import { DogConfig } from 'src-types';\n\nexport const LASSIE_CONFIG: DogConfig = { name: 'Lassie' };\n" , "impliedFormat" :99 } , { "version" :"-32303727812-import { Dog } from '../dog.js';\nimport { LASSIE_CONFIG } from './lassieconfig.js';\n\nexport class LassieDog extends Dog {\n protected static getDogConfig = () => LASSIE_CONFIG;\n}\n" , "impliedFormat" :99 } , { "version" :"-15974991320-export * from 'src-types';\nexport * from './lassie/lassiedog.js';\n" , "impliedFormat" :99 } ] , "options" :{ "composite" :true , "declaration" :true , "module" :100 } , "fileIdsList" :[ [ 3 , 4 ] , [ 3 ] , [ 3 , 7 ] , [ 5 , 6 ] , [ 2 ] ] , "referencedMap" :[ [ 5 , 1 ] , [ 4 , 2 ] , [ 8 , 3 ] , [ 6 , 2 ] , [ 7 , 4 ] , [ 3 , 5 ] ] , "exportedModulesMap" :[ [ 5 , 1 ] , [ 4 , 2 ] , [ 8 , 3 ] , [ 6 , 2 ] , [ 7 , 4 ] , [ 3 , 5 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 5 , 4 , 8 , 6 , 7 , 2 , 3 ] } , "version" :"FakeTSVersion" }
195
195
196
196
//// [/src/src-dogs/tsconfig.tsbuildinfo.readable.baseline.txt]
197
197
{
@@ -235,31 +235,38 @@ LassieDog.getDogConfig = () => LASSIE_CONFIG;
235
235
} ,
236
236
"../src-types/dogconfig.d.ts" : {
237
237
"version" : "-2632060142-export interface DogConfig {\r\n name: string;\r\n}\r\n" ,
238
- "signature" : "-2632060142-export interface DogConfig {\r\n name: string;\r\n}\r\n"
238
+ "signature" : "-2632060142-export interface DogConfig {\r\n name: string;\r\n}\r\n" ,
239
+ "impliedFormat" : 99
239
240
} ,
240
241
"../src-types/index.d.ts" : {
241
242
"version" : "-5608794531-export * from './dogconfig.js';\r\n" ,
242
- "signature" : "-5608794531-export * from './dogconfig.js';\r\n"
243
+ "signature" : "-5608794531-export * from './dogconfig.js';\r\n" ,
244
+ "impliedFormat" : 99
243
245
} ,
244
246
"./dogconfig.ts" : {
245
247
"version" : "1966273863-import { DogConfig } from 'src-types';\n\nexport const DOG_CONFIG: DogConfig = {\n name: 'Default dog',\n};\n" ,
246
- "signature" : "1966273863-import { DogConfig } from 'src-types';\n\nexport const DOG_CONFIG: DogConfig = {\n name: 'Default dog',\n};\n"
248
+ "signature" : "1966273863-import { DogConfig } from 'src-types';\n\nexport const DOG_CONFIG: DogConfig = {\n name: 'Default dog',\n};\n" ,
249
+ "impliedFormat" : 99
247
250
} ,
248
251
"./dog.ts" : {
249
252
"version" : "6091345804-import { DogConfig } from 'src-types';\nimport { DOG_CONFIG } from './dogconfig.js';\n\nexport abstract class Dog {\n\n public static getCapabilities(): DogConfig {\n return DOG_CONFIG;\n }\n}\n" ,
250
- "signature" : "6091345804-import { DogConfig } from 'src-types';\nimport { DOG_CONFIG } from './dogconfig.js';\n\nexport abstract class Dog {\n\n public static getCapabilities(): DogConfig {\n return DOG_CONFIG;\n }\n}\n"
253
+ "signature" : "6091345804-import { DogConfig } from 'src-types';\nimport { DOG_CONFIG } from './dogconfig.js';\n\nexport abstract class Dog {\n\n public static getCapabilities(): DogConfig {\n return DOG_CONFIG;\n }\n}\n" ,
254
+ "impliedFormat" : 99
251
255
} ,
252
256
"./lassie/lassieconfig.ts" : {
253
257
"version" : "4440579024-import { DogConfig } from 'src-types';\n\nexport const LASSIE_CONFIG: DogConfig = { name: 'Lassie' };\n" ,
254
- "signature" : "4440579024-import { DogConfig } from 'src-types';\n\nexport const LASSIE_CONFIG: DogConfig = { name: 'Lassie' };\n"
258
+ "signature" : "4440579024-import { DogConfig } from 'src-types';\n\nexport const LASSIE_CONFIG: DogConfig = { name: 'Lassie' };\n" ,
259
+ "impliedFormat" : 99
255
260
} ,
256
261
"./lassie/lassiedog.ts" : {
257
262
"version" : "-32303727812-import { Dog } from '../dog.js';\nimport { LASSIE_CONFIG } from './lassieconfig.js';\n\nexport class LassieDog extends Dog {\n protected static getDogConfig = () => LASSIE_CONFIG;\n}\n" ,
258
- "signature" : "-32303727812-import { Dog } from '../dog.js';\nimport { LASSIE_CONFIG } from './lassieconfig.js';\n\nexport class LassieDog extends Dog {\n protected static getDogConfig = () => LASSIE_CONFIG;\n}\n"
263
+ "signature" : "-32303727812-import { Dog } from '../dog.js';\nimport { LASSIE_CONFIG } from './lassieconfig.js';\n\nexport class LassieDog extends Dog {\n protected static getDogConfig = () => LASSIE_CONFIG;\n}\n" ,
264
+ "impliedFormat" : 99
259
265
} ,
260
266
"./index.ts" : {
261
267
"version" : "-15974991320-export * from 'src-types';\nexport * from './lassie/lassiedog.js';\n" ,
262
- "signature" : "-15974991320-export * from 'src-types';\nexport * from './lassie/lassiedog.js';\n"
268
+ "signature" : "-15974991320-export * from 'src-types';\nexport * from './lassie/lassiedog.js';\n" ,
269
+ "impliedFormat" : 99
263
270
}
264
271
} ,
265
272
"options" : {
@@ -325,7 +332,7 @@ LassieDog.getDogConfig = () => LASSIE_CONFIG;
325
332
]
326
333
} ,
327
334
"version" : "FakeTSVersion" ,
328
- "size" : 1802
335
+ "size" : 2019
329
336
}
330
337
331
338
//// [/src/src-types/dogconfig.d.ts]
@@ -347,7 +354,7 @@ export * from './dogconfig.js';
347
354
348
355
349
356
//// [/src/src-types/tsconfig.tsbuildinfo]
350
- { "program" :{ "fileNames" :[ "../../lib/lib.es2020.full.d.ts" , "./dogconfig.ts" , "./index.ts" ] , "fileInfos" :[ { "version" :"-7698705165-/// <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; }" , "affectsGlobalScope" :true , "impliedFormat" :1 } , " -5575793279-export interface DogConfig {\n name: string;\n}", "-6189272282-export * from './dogconfig.js';" ] , "options" :{ "composite" :true , "declaration" :true , "module" :100 } , "fileIdsList" :[ [ 2 ] ] , "referencedMap" :[ [ 3 , 1 ] ] , "exportedModulesMap" :[ [ 3 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 3 ] } , "version" :"FakeTSVersion" }
357
+ { "program" :{ "fileNames" :[ "../../lib/lib.es2020.full.d.ts" , "./dogconfig.ts" , "./index.ts" ] , "fileInfos" :[ { "version" :"-7698705165-/// <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; }" , "affectsGlobalScope" :true , "impliedFormat" :1 } , { "version" : " -5575793279-export interface DogConfig {\n name: string;\n}", "impliedFormat" : 99 } , { "version" : " -6189272282-export * from './dogconfig.js';", "impliedFormat" : 99 } ] , "options" :{ "composite" :true , "declaration" :true , "module" :100 } , "fileIdsList" :[ [ 2 ] ] , "referencedMap" :[ [ 3 , 1 ] ] , "exportedModulesMap" :[ [ 3 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 3 ] } , "version" :"FakeTSVersion" }
351
358
352
359
//// [/src/src-types/tsconfig.tsbuildinfo.readable.baseline.txt]
353
360
{
@@ -371,11 +378,13 @@ export * from './dogconfig.js';
371
378
} ,
372
379
"./dogconfig.ts" : {
373
380
"version" : "-5575793279-export interface DogConfig {\n name: string;\n}" ,
374
- "signature" : "-5575793279-export interface DogConfig {\n name: string;\n}"
381
+ "signature" : "-5575793279-export interface DogConfig {\n name: string;\n}" ,
382
+ "impliedFormat" : 99
375
383
} ,
376
384
"./index.ts" : {
377
385
"version" : "-6189272282-export * from './dogconfig.js';" ,
378
- "signature" : "-6189272282-export * from './dogconfig.js';"
386
+ "signature" : "-6189272282-export * from './dogconfig.js';" ,
387
+ "impliedFormat" : 99
379
388
}
380
389
} ,
381
390
"options" : {
@@ -400,6 +409,6 @@ export * from './dogconfig.js';
400
409
]
401
410
} ,
402
411
"version" : "FakeTSVersion" ,
403
- "size" : 829
412
+ "size" : 891
404
413
}
405
414
0 commit comments