@@ -190,7 +190,7 @@ export const LASSIE_CONFIG = { name: 'Lassie' };
190
190
//// [/src/src-dogs/lassie/lassiedog.d.ts]
191
191
import { Dog } from '../dog.js' ;
192
192
export declare class LassieDog extends Dog {
193
- protected static getDogConfig : ( ) => import ( "../index.js " ) . DogConfig ;
193
+ protected static getDogConfig : ( ) => import ( "src-types " ) . DogConfig ;
194
194
}
195
195
196
196
@@ -204,7 +204,7 @@ export { LassieDog };
204
204
205
205
206
206
//// [/src/src-dogs/tsconfig.tsbuildinfo]
207
- { "program" :{ "fileNames" :[ "../../lib/lib.es2022.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" :"-3612551765-export interface DogConfig {\n name: string;\n}\n" , "impliedFormat" :99 } , { "version" :"-6677489680-export * from './dogconfig.js';\n" , "impliedFormat" :99 } , { "version" :"1966273863-import { DogConfig } from 'src-types';\n\nexport const DOG_CONFIG: DogConfig = {\n name: 'Default dog',\n};\n" , "signature" :"15679103984-import { DogConfig } from 'src-types';\nexport declare const DOG_CONFIG: DogConfig;\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" , "signature" :"26984075437-import { DogConfig } from 'src-types';\nexport declare abstract class Dog {\n static getCapabilities(): DogConfig;\n}\n" , "impliedFormat" :99 } , { "version" :"4440579024-import { DogConfig } from 'src-types';\n\nexport const LASSIE_CONFIG: DogConfig = { name: 'Lassie' };\n" , "signature" :"17379560247-import { DogConfig } from 'src-types';\nexport declare const LASSIE_CONFIG: DogConfig;\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" , "signature" :"-19295250986-import { Dog } from '../dog.js';\nexport declare class LassieDog extends Dog {\n protected static getDogConfig: () => import(\"../index.js\").DogConfig;\n}\n" , "impliedFormat" :99 } , { "version" :"-15974991320-export * from 'src-types';\nexport * from './lassie/lassiedog.js';\n" , "impliedFormat" :99 } ] , "root" :[ [ 4 , 8 ] ] , "options" :{ "composite" :true , "declaration" :true , "module" :100 } , "fileIdsList" :[ [ 3 , 4 ] , [ 3 ] , [ 3 , 7 ] , [ 5 , 6 ] , [ 2 ] , [ 5 , 8 ] ] , "referencedMap" :[ [ 5 , 1 ] , [ 4 , 2 ] , [ 8 , 3 ] , [ 6 , 2 ] , [ 7 , 4 ] , [ 3 , 5 ] ] , "exportedModulesMap" :[ [ 5 , 2 ] , [ 4 , 2 ] , [ 8 , 3 ] , [ 6 , 2 ] , [ 7 , 6 ] , [ 3 , 5 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 5 , 4 , 8 , 6 , 7 , 2 , 3 ] , "latestChangedDtsFile" :"./index.d.ts" } , "version" :"FakeTSVersion" }
207
+ { "program" :{ "fileNames" :[ "../../lib/lib.es2022.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" :"-3612551765-export interface DogConfig {\n name: string;\n}\n" , "impliedFormat" :99 } , { "version" :"-6677489680-export * from './dogconfig.js';\n" , "impliedFormat" :99 } , { "version" :"1966273863-import { DogConfig } from 'src-types';\n\nexport const DOG_CONFIG: DogConfig = {\n name: 'Default dog',\n};\n" , "signature" :"15679103984-import { DogConfig } from 'src-types';\nexport declare const DOG_CONFIG: DogConfig;\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" , "signature" :"26984075437-import { DogConfig } from 'src-types';\nexport declare abstract class Dog {\n static getCapabilities(): DogConfig;\n}\n" , "impliedFormat" :99 } , { "version" :"4440579024-import { DogConfig } from 'src-types';\n\nexport const LASSIE_CONFIG: DogConfig = { name: 'Lassie' };\n" , "signature" :"17379560247-import { DogConfig } from 'src-types';\nexport declare const LASSIE_CONFIG: DogConfig;\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" , "signature" :"-10239718190-import { Dog } from '../dog.js';\nexport declare class LassieDog extends Dog {\n protected static getDogConfig: () => import(\"src-types\").DogConfig;\n}\n" , "impliedFormat" :99 } , { "version" :"-15974991320-export * from 'src-types';\nexport * from './lassie/lassiedog.js';\n" , "impliedFormat" :99 } ] , "root" :[ [ 4 , 8 ] ] , "options" :{ "composite" :true , "declaration" :true , "module" :100 } , "fileIdsList" :[ [ 3 , 4 ] , [ 3 ] , [ 3 , 7 ] , [ 5 , 6 ] , [ 2 ] , [ 3 , 5 ] ] , "referencedMap" :[ [ 5 , 1 ] , [ 4 , 2 ] , [ 8 , 3 ] , [ 6 , 2 ] , [ 7 , 4 ] , [ 3 , 5 ] ] , "exportedModulesMap" :[ [ 5 , 2 ] , [ 4 , 2 ] , [ 8 , 3 ] , [ 6 , 2 ] , [ 7 , 6 ] , [ 3 , 5 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 5 , 4 , 8 , 6 , 7 , 2 , 3 ] , "latestChangedDtsFile" :"./index.d.ts" } , "version" :"FakeTSVersion" }
208
208
209
209
//// [/src/src-dogs/tsconfig.tsbuildinfo.readable.baseline.txt]
210
210
{
@@ -239,8 +239,8 @@ export { LassieDog };
239
239
"../src-types/dogconfig.d.ts"
240
240
] ,
241
241
[
242
- "./dog .ts" ,
243
- "./index .ts"
242
+ "../src-types/index.d .ts" ,
243
+ "./dog .ts"
244
244
]
245
245
] ,
246
246
"fileInfos" : {
@@ -306,11 +306,11 @@ export { LassieDog };
306
306
"./lassie/lassiedog.ts" : {
307
307
"original" : {
308
308
"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" ,
309
- "signature" : "-19295250986 -import { Dog } from '../dog.js';\nexport declare class LassieDog extends Dog {\n protected static getDogConfig: () => import(\"../index.js \").DogConfig;\n}\n" ,
309
+ "signature" : "-10239718190 -import { Dog } from '../dog.js';\nexport declare class LassieDog extends Dog {\n protected static getDogConfig: () => import(\"src-types \").DogConfig;\n}\n" ,
310
310
"impliedFormat" : 99
311
311
} ,
312
312
"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" ,
313
- "signature" : "-19295250986 -import { Dog } from '../dog.js';\nexport declare class LassieDog extends Dog {\n protected static getDogConfig: () => import(\"../index.js \").DogConfig;\n}\n" ,
313
+ "signature" : "-10239718190 -import { Dog } from '../dog.js';\nexport declare class LassieDog extends Dog {\n protected static getDogConfig: () => import(\"src-types \").DogConfig;\n}\n" ,
314
314
"impliedFormat" : "esnext"
315
315
} ,
316
316
"./index.ts" : {
@@ -381,8 +381,8 @@ export { LassieDog };
381
381
"../src-types/index.d.ts"
382
382
] ,
383
383
"./lassie/lassiedog.ts" : [
384
- "./dog .ts" ,
385
- "./index .ts"
384
+ "../src-types/index.d .ts" ,
385
+ "./dog .ts"
386
386
] ,
387
387
"../src-types/index.d.ts" : [
388
388
"../src-types/dogconfig.d.ts"
@@ -401,7 +401,7 @@ export { LassieDog };
401
401
"latestChangedDtsFile" : "./index.d.ts"
402
402
} ,
403
403
"version" : "FakeTSVersion" ,
404
- "size" : 2634
404
+ "size" : 2632
405
405
}
406
406
407
407
//// [/src/src-types/dogconfig.d.ts]
0 commit comments