@@ -191,7 +191,7 @@ LassieDog.getDogConfig = () => LASSIE_CONFIG;
191191
192192
193193//// [/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" }
195195
196196//// [/src/src-dogs/tsconfig.tsbuildinfo.readable.baseline.txt]
197197{
@@ -235,31 +235,38 @@ LassieDog.getDogConfig = () => LASSIE_CONFIG;
235235 } ,
236236 "../src-types/dogconfig.d.ts" : {
237237 "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
239240 } ,
240241 "../src-types/index.d.ts" : {
241242 "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
243245 } ,
244246 "./dogconfig.ts" : {
245247 "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
247250 } ,
248251 "./dog.ts" : {
249252 "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
251255 } ,
252256 "./lassie/lassieconfig.ts" : {
253257 "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
255260 } ,
256261 "./lassie/lassiedog.ts" : {
257262 "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
259265 } ,
260266 "./index.ts" : {
261267 "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
263270 }
264271 } ,
265272 "options" : {
@@ -325,7 +332,7 @@ LassieDog.getDogConfig = () => LASSIE_CONFIG;
325332 ]
326333 } ,
327334 "version" : "FakeTSVersion" ,
328- "size" : 1802
335+ "size" : 2019
329336}
330337
331338//// [/src/src-types/dogconfig.d.ts]
@@ -347,7 +354,7 @@ export * from './dogconfig.js';
347354
348355
349356//// [/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" }
351358
352359//// [/src/src-types/tsconfig.tsbuildinfo.readable.baseline.txt]
353360{
@@ -371,11 +378,13 @@ export * from './dogconfig.js';
371378 } ,
372379 "./dogconfig.ts" : {
373380 "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
375383 } ,
376384 "./index.ts" : {
377385 "version" : "-6189272282-export * from './dogconfig.js';" ,
378- "signature" : "-6189272282-export * from './dogconfig.js';"
386+ "signature" : "-6189272282-export * from './dogconfig.js';" ,
387+ "impliedFormat" : 99
379388 }
380389 } ,
381390 "options" : {
@@ -400,6 +409,6 @@ export * from './dogconfig.js';
400409 ]
401410 } ,
402411 "version" : "FakeTSVersion" ,
403- "size" : 829
412+ "size" : 891
404413}
405414
0 commit comments