@@ -142,7 +142,7 @@ module.exports = {};
142
142
143
143
144
144
//// [/lib/common/tsconfig.tsbuildinfo]
145
- { "program" :{ "fileNames" :[ "../lib.d.ts" , "../../src/common/nominal.js" ] , "fileInfos" :[ { "version" :"-32082413277-/// <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; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n" , "affectsGlobalScope" :true } , { "version" :"-9003723607-/**\n * @template T, Name\n * @typedef {T & {[Symbol.species]: Name}} Nominal\n */\nmodule.exports = {};\n" , "signature" :"-13020584488-export type Nominal<T, Name> = T & {\n [Symbol.species]: Name;\n};\n" } ] , "root" :[ 2 ] , "options" :{ "composite" :true , "declaration" :true , "outDir" :".." , "rootDir" :"../../src" , "skipLibCheck" :true } , "referencedMap" :[ ] , "exportedModulesMap" :[ ] , "semanticDiagnosticsPerFile" :[ 1 , 2 ] , "latestChangedDtsFile" :"./nominal.d.ts" } , "version" :"FakeTSVersion" }
145
+ { "program" :{ "fileNames" :[ "../lib.d.ts" , "../../src/common/nominal.js" ] , "fileInfos" :[ { "version" :"-32082413277-/// <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; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n" , "affectsGlobalScope" :true } , { "version" :"-9003723607-/**\n * @template T, Name\n * @typedef {T & {[Symbol.species]: Name}} Nominal\n */\nmodule.exports = {};\n" , "signature" :"-13020584488-export type Nominal<T, Name> = T & {\n [Symbol.species]: Name;\n};\n" } ] , "root" :[ 2 ] , "options" :{ "allowJs" :true , "checkJs" :true , "composite" :true , "declaration" :true , "outDir" :".." , "rootDir" :"../../src" , "skipLibCheck" :true } , "referencedMap" :[ ] , "exportedModulesMap" :[ ] , "semanticDiagnosticsPerFile" :[ 1 , 2 ] , "latestChangedDtsFile" :"./nominal.d.ts" } , "version" :"FakeTSVersion" }
146
146
147
147
//// [/lib/common/tsconfig.tsbuildinfo.readable.baseline.txt]
148
148
{
@@ -177,6 +177,8 @@ module.exports = {};
177
177
]
178
178
] ,
179
179
"options" : {
180
+ "allowJs" : true ,
181
+ "checkJs" : true ,
180
182
"composite" : true ,
181
183
"declaration" : true ,
182
184
"outDir" : ".." ,
@@ -192,11 +194,11 @@ module.exports = {};
192
194
"latestChangedDtsFile" : "./nominal.d.ts"
193
195
} ,
194
196
"version" : "FakeTSVersion" ,
195
- "size" : 1266
197
+ "size" : 1296
196
198
}
197
199
198
200
//// [/lib/sub-project/tsconfig.tsbuildinfo]
199
- { "program" :{ "fileNames" :[ "../lib.d.ts" , "../common/nominal.d.ts" , "../../src/sub-project/index.js" ] , "fileInfos" :[ { "version" :"-32082413277-/// <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; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n" , "affectsGlobalScope" :true } , "-13020584488-export type Nominal<T, Name> = T & {\n [Symbol.species]: Name;\n};\n" , "-23375763082-import { Nominal } from '../common/nominal';\n\n/**\n * @typedef {Nominal<string, 'MyNominal'>} MyNominal\n */\n" ] , "root" :[ 3 ] , "options" :{ "composite" :true , "declaration" :true , "outDir" :".." , "rootDir" :"../../src" , "skipLibCheck" :true } , "fileIdsList" :[ [ 2 ] ] , "referencedMap" :[ [ 3 , 1 ] ] , "exportedModulesMap" :[ [ 3 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 2 , 1 , [ 3 , [ { "file" :"../../src/sub-project/index.js" , "start" :9 , "length" :7 , "messageText" :"'Nominal' is a type and cannot be imported in JavaScript files. Use 'import(\"../common/nominal\").Nominal' in a JSDoc type annotation." , "category" :1 , "code" :18042 } ] ] ] , "affectedFilesPendingEmit" :[ 3 ] , "emitSignatures" :[ 3 ] } , "version" :"FakeTSVersion" }
201
+ { "program" :{ "fileNames" :[ "../lib.d.ts" , "../common/nominal.d.ts" , "../../src/sub-project/index.js" ] , "fileInfos" :[ { "version" :"-32082413277-/// <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; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n" , "affectsGlobalScope" :true } , "-13020584488-export type Nominal<T, Name> = T & {\n [Symbol.species]: Name;\n};\n" , "-23375763082-import { Nominal } from '../common/nominal';\n\n/**\n * @typedef {Nominal<string, 'MyNominal'>} MyNominal\n */\n" ] , "root" :[ 3 ] , "options" :{ "allowJs" :true , "checkJs" :true , "composite" :true , "declaration" :true , "outDir" :".." , "rootDir" :"../../src" , "skipLibCheck" :true } , "fileIdsList" :[ [ 2 ] ] , "referencedMap" :[ [ 3 , 1 ] ] , "exportedModulesMap" :[ [ 3 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 2 , 1 , [ 3 , [ { "file" :"../../src/sub-project/index.js" , "start" :9 , "length" :7 , "messageText" :"'Nominal' is a type and cannot be imported in JavaScript files. Use 'import(\"../common/nominal\").Nominal' in a JSDoc type annotation." , "category" :1 , "code" :18042 } ] ] ] , "affectedFilesPendingEmit" :[ 3 ] , "emitSignatures" :[ 3 ] } , "version" :"FakeTSVersion" }
200
202
201
203
//// [/lib/sub-project/tsconfig.tsbuildinfo.readable.baseline.txt]
202
204
{
@@ -237,6 +239,8 @@ module.exports = {};
237
239
]
238
240
] ,
239
241
"options" : {
242
+ "allowJs" : true ,
243
+ "checkJs" : true ,
240
244
"composite" : true ,
241
245
"declaration" : true ,
242
246
"outDir" : ".." ,
@@ -281,6 +285,6 @@ module.exports = {};
281
285
]
282
286
} ,
283
287
"version" : "FakeTSVersion" ,
284
- "size" : 1566
288
+ "size" : 1596
285
289
}
286
290
0 commit comments