@@ -71,7 +71,7 @@ var x = 10;
7171
7272
7373//// [/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" }
7575
7676//// [/src/tsconfig.tsbuildinfo.readable.baseline.txt]
7777{
@@ -84,7 +84,8 @@ var x = 10;
8484 ] ,
8585 "fileNamesList" : [
8686 [
87- "./src/hkt.ts"
87+ "./src/hkt.ts" ,
88+ "./src/main.ts"
8889 ]
8990 ] ,
9091 "fileInfos" : {
@@ -112,12 +113,14 @@ var x = 10;
112113 } ,
113114 "referencedMap" : {
114115 "./src/main.ts" : [
115- "./src/hkt.ts"
116+ "./src/hkt.ts" ,
117+ "./src/main.ts"
116118 ]
117119 } ,
118120 "exportedModulesMap" : {
119121 "./src/main.ts" : [
120- "./src/hkt.ts"
122+ "./src/hkt.ts" ,
123+ "./src/main.ts"
121124 ]
122125 } ,
123126 "semanticDiagnosticsPerFile" : [
@@ -128,7 +131,7 @@ var x = 10;
128131 ]
129132 } ,
130133 "version" : "FakeTSVersion" ,
131- "size" : 1191
134+ "size" : 1193
132135}
133136
134137
@@ -171,7 +174,7 @@ var sym = Symbol();
171174
172175
173176//// [/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" }
175178
176179//// [/src/tsconfig.tsbuildinfo.readable.baseline.txt]
177180{
@@ -184,7 +187,8 @@ var sym = Symbol();
184187 ] ,
185188 "fileNamesList" : [
186189 [
187- "./src/hkt.ts"
190+ "./src/hkt.ts" ,
191+ "./src/main.ts"
188192 ]
189193 ] ,
190194 "fileInfos" : {
@@ -212,12 +216,14 @@ var sym = Symbol();
212216 } ,
213217 "referencedMap" : {
214218 "./src/main.ts" : [
215- "./src/hkt.ts"
219+ "./src/hkt.ts" ,
220+ "./src/main.ts"
216221 ]
217222 } ,
218223 "exportedModulesMap" : {
219224 "./src/main.ts" : [
220- "./src/hkt.ts"
225+ "./src/hkt.ts" ,
226+ "./src/main.ts"
221227 ]
222228 } ,
223229 "semanticDiagnosticsPerFile" : [
@@ -228,7 +234,7 @@ var sym = Symbol();
228234 ]
229235 } ,
230236 "version" : "FakeTSVersion" ,
231- "size" : 1393
237+ "size" : 1395
232238}
233239
234240
@@ -272,7 +278,7 @@ var x = 10;
272278
273279
274280//// [/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" }
276282
277283//// [/src/tsconfig.tsbuildinfo.readable.baseline.txt]
278284{
@@ -285,7 +291,8 @@ var x = 10;
285291 ] ,
286292 "fileNamesList" : [
287293 [
288- "./src/hkt.ts"
294+ "./src/hkt.ts" ,
295+ "./src/main.ts"
289296 ]
290297 ] ,
291298 "fileInfos" : {
@@ -313,12 +320,14 @@ var x = 10;
313320 } ,
314321 "referencedMap" : {
315322 "./src/main.ts" : [
316- "./src/hkt.ts"
323+ "./src/hkt.ts" ,
324+ "./src/main.ts"
317325 ]
318326 } ,
319327 "exportedModulesMap" : {
320328 "./src/main.ts" : [
321- "./src/hkt.ts"
329+ "./src/hkt.ts" ,
330+ "./src/main.ts"
322331 ]
323332 } ,
324333 "semanticDiagnosticsPerFile" : [
@@ -329,6 +338,6 @@ var x = 10;
329338 ]
330339 } ,
331340 "version" : "FakeTSVersion" ,
332- "size" : 1406
341+ "size" : 1408
333342}
334343
0 commit comments