11currentDirectory:: / u s e r / username/ projects / myproject useCaseSensitiveFileNames : false
22Input::
33//// [/user/username/projects/myproject/tsconfig.json]
4- { "compilerOptions" :{ "module" :"node16" , "moduleResolution" :"node16" } }
4+ { "compilerOptions" :{ "target" : "es5" , " module" :"node16" , "moduleResolution" :"node16" } }
55
66//// [/user/username/projects/myproject/index.ts]
77/// <reference types="pkg" resolution-mode="import"/>
@@ -131,50 +131,45 @@ File '/package.json' does not exist according to earlier cached lookups.
131131File '/a/lib/package.json' does not exist .
132132File '/a/package.json' does not exist .
133133File '/package.json' does not exist according to earlier cached lookups .
134- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Array '.
134+ [ 96 mindex . ts [ 0 m : [ 93 m2 [ 0 m : [ 93 m23 [ 0 m - [ 91 merror [ 0 m [ 90 m TS2688 : [ 0 mCannot find type definition file for 'pkg1 '.
135135
136- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Boolean' .
136+ [ 7 m2 [ 0 m /// <reference types="pkg1" resolution-mode="require"/>
137+ [ 7 m [ 0 m [ 91 m ~ ~ ~ ~ [ 0 m
137138
138- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Function '.
139+ [ 96 mindex . ts [ 0 m : [ 93 m3 [ 0 m : [ 93 m41 [ 0 m - [ 91 merror [ 0 m [ 90 m TS2304 : [ 0 mCannot find name 'RequireInterface '.
139140
140- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'IArguments' .
141+ [ 7 m3 [ 0 m export interface LocalInterface extends RequireInterface { }
142+ [ 7 m [ 0 m [ 91 m ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ [ 0 m
141143
142- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Number' .
143-
144- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Object' .
145-
146- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'RegExp' .
147-
148- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'String' .
149-
150- [ 91 merror [ 0 m [ 90 m TS6053 : [ 0 mFile '/a/lib/lib.es2022.full.d.ts' not found .
151- The file is in the program because :
152- Default library for target 'es2022'
153-
154- [ [ 90 m12 :00 :50 AM [ 0 m ] Found 9 errors . Watching for file changes .
144+ [ [ 90 m12 :00 :50 AM [ 0 m ] Found 2 errors . Watching for file changes .
155145
156146
157147
158148Program root files : [ "/user/username/projects/myproject/a.ts" , "/user/username/projects/myproject/index.ts" ]
159- Program options : { "module" :100 , "moduleResolution" :3 , "watch" :true , "traceResolution" :true , "configFilePath" :"/user/username/projects/myproject/tsconfig.json" }
149+ Program options : { "target" : 1 , " module" :100 , "moduleResolution" :3 , "watch" :true , "traceResolution" :true , "configFilePath" :"/user/username/projects/myproject/tsconfig.json" }
160150Program structureReused : Not
161151Program files ::
152+ / a / lib / lib . d . ts
162153/ user / username / projects / myproject / a . ts
163154/ user / username / projects / myproject / node_modules / pkg / import . d . ts
164155/ user / username / projects / myproject / index . ts
165156/ user / username / projects / myproject / node_modules / @types / pkg2 / index . d . ts
166157
167- No cached semantic diagnostics in the builder ::
158+ Semantic diagnostics in builder refreshed for ::
159+ / a / lib / lib . d . ts
160+ / user / username / projects / myproject / a . ts
161+ / user / username / projects / myproject / node_modules / pkg / import . d . ts
162+ / user / username / projects / myproject / index . ts
163+ / user / username / projects / myproject / node_modules / @types / pkg2 / index . d . ts
168164
169165Shape signatures in builder refreshed for ::
166+ / a / lib / lib . d . ts ( used version )
170167/ user / username / projects / myproject / a . ts ( used version )
171168/ user / username / projects / myproject / node_modules / pkg / import . d . ts ( used version )
172169/ user / username / projects / myproject / index . ts ( used version )
173170/ user / username / projects / myproject / node_modules / @types / pkg2 / index . d . ts ( used version )
174171
175172PolledWatches ::
176- / a / lib/ lib . es2022 . full . d . ts : * new *
177- { "pollingInterval" :500 }
178173/ u s e r / username/ projects / myproject / node_modules / @types / package . json : * new *
179174 { "pollingInterval" :2000 }
180175/ user / username / projects / myproject / node_modules / @types / pkg2 / package . json : * new *
@@ -191,6 +186,8 @@ PolledWatches::
191186 { "pollingInterval" :2000 }
192187
193188FsWatches ::
189+ / a / lib / lib . d . ts : * new *
190+ { }
194191/ user / username / projects / myproject / a . ts : * new *
195192 { }
196193/ user / username / projects / myproject / index . ts : * new *
@@ -247,6 +244,9 @@ Output::
247244>> Screen clear
248245[ [ 90 m12 :00 :53 AM [ 0 m ] File change detected . Starting incremental compilation . . .
249246
247+ File '/a/lib/package.json' does not exist according to earlier cached lookups .
248+ File '/a/package.json' does not exist according to earlier cached lookups .
249+ File '/package.json' does not exist according to earlier cached lookups .
250250File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups .
251251File '/user/username/projects/package.json' does not exist according to earlier cached lookups .
252252File '/user/username/package.json' does not exist according to earlier cached lookups .
@@ -309,40 +309,32 @@ File '/package.json' does not exist according to earlier cached lookups.
309309File '/a/lib/package.json' does not exist according to earlier cached lookups .
310310File '/a/package.json' does not exist according to earlier cached lookups .
311311File '/package.json' does not exist according to earlier cached lookups .
312- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Array' .
313-
314- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Boolean' .
312+ [ 96 mindex . ts [ 0 m :[ 93 m2 [ 0 m :[ 93 m23 [ 0 m - [ 91 merror [ 0 m [ 90 m TS2688 : [ 0 mCannot find type definition file for 'pkg1' .
315313
316- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Function' .
314+ [ 7 m2 [ 0 m /// <reference types="pkg1" resolution-mode="require"/>
315+ [ 7 m [ 0 m [ 91 m ~ ~ ~ ~ [ 0 m
317316
318- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'IArguments '.
317+ [ 96 mindex . ts [ 0 m : [ 93 m3 [ 0 m : [ 93 m41 [ 0 m - [ 91 merror [ 0 m [ 90 m TS2304 : [ 0 mCannot find name 'RequireInterface '.
319318
320- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Number' .
319+ [ 7 m3 [ 0 m export interface LocalInterface extends RequireInterface { }
320+ [ 7 m [ 0 m [ 91 m ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ [ 0 m
321321
322- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'Object' .
323-
324- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'RegExp' .
325-
326- [ 91 merror [ 0 m [ 90 m TS2318 : [ 0 mCannot find global type 'String' .
327-
328- [ 91 merror [ 0 m [ 90 m TS6053 : [ 0 mFile '/a/lib/lib.es2022.full.d.ts' not found .
329- The file is in the program because :
330- Default library for target 'es2022'
331-
332- [ [ 90 m12 :00 :57 AM [ 0 m ] Found 9 errors . Watching for file changes .
322+ [ [ 90 m12 :00 :57 AM [ 0 m ] Found 2 errors . Watching for file changes .
333323
334324
335325
336326Program root files : [ "/user/username/projects/myproject/a.ts" , "/user/username/projects/myproject/index.ts" ]
337- Program options : { "module" :100 , "moduleResolution" :3 , "watch" :true , "traceResolution" :true , "configFilePath" :"/user/username/projects/myproject/tsconfig.json" }
327+ Program options : { "target" : 1 , " module" :100 , "moduleResolution" :3 , "watch" :true , "traceResolution" :true , "configFilePath" :"/user/username/projects/myproject/tsconfig.json" }
338328Program structureReused : SafeModules
339329Program files ::
330+ / a / lib / lib . d . ts
340331/ user / username / projects / myproject / node_modules / pkg / import . d . ts
341332/ user / username / projects / myproject / a . ts
342333/ user / username / projects / myproject / index . ts
343334/ user / username / projects / myproject / node_modules / @types / pkg2 / index . d . ts
344335
345- No cached semantic diagnostics in the builder ::
336+ Semantic diagnostics in builder refreshed for ::
337+ / user / username / projects / myproject / a . ts
346338
347339Shape signatures in builder refreshed for ::
348340/ user / username / projects / myproject / a . ts ( computed . d . ts )
0 commit comments