@@ -71,7 +71,7 @@ var x = 10;
71
71
72
72
73
73
//// [/src/tsconfig.tsbuildinfo]
74
- { "program" :{ "fileNames" :[ "../lib/lib.d.ts" , "./src/globals.d.ts" , "./src/hkt.ts" , "./src/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 } , { "version" :"-1994196675-interface SymbolConstructor {\n (description?: string | number): symbol;\n}\ndeclare var Symbol: SymbolConstructor;" , "affectsGlobalScope" :true } , "675797797-export interface HKT<T> { }" , "-28387946490-import { HKT } from \"./hkt\";\r\n\r\nconst sym = Symbol();\r\n\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: { a: T }\r\n }\r\n}\r\nconst x = 10;\r\ntype A = HKT<number>[typeof sym];" ] , "options" :{ "rootDir" :"./src" } , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 3 , 4 ] } , "version" :"FakeTSVersion" }
74
+ { "program" :{ "fileNames" :[ "../lib/lib.d.ts" , "./src/globals.d.ts" , "./src/hkt.ts" , "./src/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 } , { "version" :"-1994196675-interface SymbolConstructor {\n (description?: string | number): symbol;\n}\ndeclare var Symbol: SymbolConstructor;" , "affectsGlobalScope" :true } , "675797797-export interface HKT<T> { }" , "-28387946490-import { HKT } from \"./hkt\";\r\n\r\nconst sym = Symbol();\r\n\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: { a: T }\r\n }\r\n}\r\nconst x = 10;\r\ntype A = HKT<number>[typeof sym];" ] , "options" :{ "rootDir" :"./src" } , "fileIdsList" :[ [ 3 , 4 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 3 , 4 ] } , "version" :"FakeTSVersion" }
75
75
76
76
//// [/src/tsconfig.tsbuildinfo.readable.baseline.txt]
77
77
{
@@ -84,7 +84,8 @@ var x = 10;
84
84
] ,
85
85
"fileNamesList" : [
86
86
[
87
- "./src/hkt.ts"
87
+ "./src/hkt.ts" ,
88
+ "./src/main.ts"
88
89
]
89
90
] ,
90
91
"fileInfos" : {
@@ -112,12 +113,14 @@ var x = 10;
112
113
} ,
113
114
"referencedMap" : {
114
115
"./src/main.ts" : [
115
- "./src/hkt.ts"
116
+ "./src/hkt.ts" ,
117
+ "./src/main.ts"
116
118
]
117
119
} ,
118
120
"exportedModulesMap" : {
119
121
"./src/main.ts" : [
120
- "./src/hkt.ts"
122
+ "./src/hkt.ts" ,
123
+ "./src/main.ts"
121
124
]
122
125
} ,
123
126
"semanticDiagnosticsPerFile" : [
@@ -128,7 +131,7 @@ var x = 10;
128
131
]
129
132
} ,
130
133
"version" : "FakeTSVersion" ,
131
- "size" : 1191
134
+ "size" : 1193
132
135
}
133
136
134
137
@@ -171,7 +174,7 @@ var sym = Symbol();
171
174
172
175
173
176
//// [/src/tsconfig.tsbuildinfo]
174
- { "program" :{ "fileNames" :[ "../lib/lib.d.ts" , "./src/globals.d.ts" , "./src/hkt.ts" , "./src/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 } , { "version" :"-1994196675-interface SymbolConstructor {\n (description?: string | number): symbol;\n}\ndeclare var Symbol: SymbolConstructor;" , "affectsGlobalScope" :true } , "675797797-export interface HKT<T> { }" , { "version" :"-27494779858-import { HKT } from \"./hkt\";\r\n\r\nconst sym = Symbol();\r\n\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: { a: T }\r\n }\r\n}\r\n\r\ntype A = HKT<number>[typeof sym];" , "signature" :"-7779857705-declare const sym: unique symbol;\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: {\r\n a: T;\r\n };\r\n }\r\n}\r\nexport {};\r\n" } ] , "options" :{ "rootDir" :"./src" } , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 3 , 4 ] } , "version" :"FakeTSVersion" }
177
+ { "program" :{ "fileNames" :[ "../lib/lib.d.ts" , "./src/globals.d.ts" , "./src/hkt.ts" , "./src/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 } , { "version" :"-1994196675-interface SymbolConstructor {\n (description?: string | number): symbol;\n}\ndeclare var Symbol: SymbolConstructor;" , "affectsGlobalScope" :true } , "675797797-export interface HKT<T> { }" , { "version" :"-27494779858-import { HKT } from \"./hkt\";\r\n\r\nconst sym = Symbol();\r\n\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: { a: T }\r\n }\r\n}\r\n\r\ntype A = HKT<number>[typeof sym];" , "signature" :"-7779857705-declare const sym: unique symbol;\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: {\r\n a: T;\r\n };\r\n }\r\n}\r\nexport {};\r\n" } ] , "options" :{ "rootDir" :"./src" } , "fileIdsList" :[ [ 3 , 4 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 3 , 4 ] } , "version" :"FakeTSVersion" }
175
178
176
179
//// [/src/tsconfig.tsbuildinfo.readable.baseline.txt]
177
180
{
@@ -184,7 +187,8 @@ var sym = Symbol();
184
187
] ,
185
188
"fileNamesList" : [
186
189
[
187
- "./src/hkt.ts"
190
+ "./src/hkt.ts" ,
191
+ "./src/main.ts"
188
192
]
189
193
] ,
190
194
"fileInfos" : {
@@ -212,12 +216,14 @@ var sym = Symbol();
212
216
} ,
213
217
"referencedMap" : {
214
218
"./src/main.ts" : [
215
- "./src/hkt.ts"
219
+ "./src/hkt.ts" ,
220
+ "./src/main.ts"
216
221
]
217
222
} ,
218
223
"exportedModulesMap" : {
219
224
"./src/main.ts" : [
220
- "./src/hkt.ts"
225
+ "./src/hkt.ts" ,
226
+ "./src/main.ts"
221
227
]
222
228
} ,
223
229
"semanticDiagnosticsPerFile" : [
@@ -228,7 +234,7 @@ var sym = Symbol();
228
234
]
229
235
} ,
230
236
"version" : "FakeTSVersion" ,
231
- "size" : 1393
237
+ "size" : 1395
232
238
}
233
239
234
240
@@ -272,7 +278,7 @@ var x = 10;
272
278
273
279
274
280
//// [/src/tsconfig.tsbuildinfo]
275
- { "program" :{ "fileNames" :[ "../lib/lib.d.ts" , "./src/globals.d.ts" , "./src/hkt.ts" , "./src/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 } , { "version" :"-1994196675-interface SymbolConstructor {\n (description?: string | number): symbol;\n}\ndeclare var Symbol: SymbolConstructor;" , "affectsGlobalScope" :true } , "675797797-export interface HKT<T> { }" , { "version" :"-20682988154-import { HKT } from \"./hkt\";\r\n\r\nconst sym = Symbol();\r\n\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: { a: T }\r\n }\r\n}\r\n\r\ntype A = HKT<number>[typeof sym];const x = 10;" , "signature" :"-7779857705-declare const sym: unique symbol;\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: {\r\n a: T;\r\n };\r\n }\r\n}\r\nexport {};\r\n" } ] , "options" :{ "rootDir" :"./src" } , "fileIdsList" :[ [ 3 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 3 , 4 ] } , "version" :"FakeTSVersion" }
281
+ { "program" :{ "fileNames" :[ "../lib/lib.d.ts" , "./src/globals.d.ts" , "./src/hkt.ts" , "./src/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 } , { "version" :"-1994196675-interface SymbolConstructor {\n (description?: string | number): symbol;\n}\ndeclare var Symbol: SymbolConstructor;" , "affectsGlobalScope" :true } , "675797797-export interface HKT<T> { }" , { "version" :"-20682988154-import { HKT } from \"./hkt\";\r\n\r\nconst sym = Symbol();\r\n\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: { a: T }\r\n }\r\n}\r\n\r\ntype A = HKT<number>[typeof sym];const x = 10;" , "signature" :"-7779857705-declare const sym: unique symbol;\r\ndeclare module \"./hkt\" {\r\n interface HKT<T> {\r\n [sym]: {\r\n a: T;\r\n };\r\n }\r\n}\r\nexport {};\r\n" } ] , "options" :{ "rootDir" :"./src" } , "fileIdsList" :[ [ 3 , 4 ] ] , "referencedMap" :[ [ 4 , 1 ] ] , "exportedModulesMap" :[ [ 4 , 1 ] ] , "semanticDiagnosticsPerFile" :[ 1 , 2 , 3 , 4 ] } , "version" :"FakeTSVersion" }
276
282
277
283
//// [/src/tsconfig.tsbuildinfo.readable.baseline.txt]
278
284
{
@@ -285,7 +291,8 @@ var x = 10;
285
291
] ,
286
292
"fileNamesList" : [
287
293
[
288
- "./src/hkt.ts"
294
+ "./src/hkt.ts" ,
295
+ "./src/main.ts"
289
296
]
290
297
] ,
291
298
"fileInfos" : {
@@ -313,12 +320,14 @@ var x = 10;
313
320
} ,
314
321
"referencedMap" : {
315
322
"./src/main.ts" : [
316
- "./src/hkt.ts"
323
+ "./src/hkt.ts" ,
324
+ "./src/main.ts"
317
325
]
318
326
} ,
319
327
"exportedModulesMap" : {
320
328
"./src/main.ts" : [
321
- "./src/hkt.ts"
329
+ "./src/hkt.ts" ,
330
+ "./src/main.ts"
322
331
]
323
332
} ,
324
333
"semanticDiagnosticsPerFile" : [
@@ -329,6 +338,6 @@ var x = 10;
329
338
]
330
339
} ,
331
340
"version" : "FakeTSVersion" ,
332
- "size" : 1406
341
+ "size" : 1408
333
342
}
334
343
0 commit comments