1
1
currentDirectory:: / u s e r / username/ projects / myproject useCaseSensitiveFileNames : false
2
2
Input::
3
3
//// [/user/username/projects/myproject/tsconfig.json]
4
- { "compilerOptions" :{ "module" :"node16" , "moduleResolution" :"node16" } }
4
+ { "compilerOptions" :{ "target" : "es5" , " module" :"node16" , "moduleResolution" :"node16" } }
5
5
6
6
//// [/user/username/projects/myproject/index.ts]
7
7
/// <reference types="pkg" resolution-mode="import"/>
@@ -131,50 +131,45 @@ File '/package.json' does not exist according to earlier cached lookups.
131
131
File '/a/lib/package.json' does not exist .
132
132
File '/a/package.json' does not exist .
133
133
File '/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 '.
135
135
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
137
138
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 '.
139
140
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
141
143
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 .
155
145
156
146
157
147
158
148
Program 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" }
160
150
Program structureReused : Not
161
151
Program files ::
152
+ / a / lib / lib . d . ts
162
153
/ user / username / projects / myproject / a . ts
163
154
/ user / username / projects / myproject / node_modules / pkg / import . d . ts
164
155
/ user / username / projects / myproject / index . ts
165
156
/ user / username / projects / myproject / node_modules / @types / pkg2 / index . d . ts
166
157
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
168
164
169
165
Shape signatures in builder refreshed for ::
166
+ / a / lib / lib . d . ts ( used version )
170
167
/ user / username / projects / myproject / a . ts ( used version )
171
168
/ user / username / projects / myproject / node_modules / pkg / import . d . ts ( used version )
172
169
/ user / username / projects / myproject / index . ts ( used version )
173
170
/ user / username / projects / myproject / node_modules / @types / pkg2 / index . d . ts ( used version )
174
171
175
172
PolledWatches ::
176
- / a / lib/ lib . es2022 . full . d . ts : * new *
177
- { "pollingInterval" :500 }
178
173
/ u s e r / username/ projects / myproject / node_modules / @types / package . json : * new *
179
174
{ "pollingInterval" :2000 }
180
175
/ user / username / projects / myproject / node_modules / @types / pkg2 / package . json : * new *
@@ -191,6 +186,8 @@ PolledWatches::
191
186
{ "pollingInterval" :2000 }
192
187
193
188
FsWatches ::
189
+ / a / lib / lib . d . ts : * new *
190
+ { }
194
191
/ user / username / projects / myproject / a . ts : * new *
195
192
{ }
196
193
/ user / username / projects / myproject / index . ts : * new *
@@ -247,6 +244,9 @@ Output::
247
244
>> Screen clear
248
245
[ [ 90 m12 :00 :53 AM [ 0 m ] File change detected . Starting incremental compilation . . .
249
246
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 .
250
250
File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups .
251
251
File '/user/username/projects/package.json' does not exist according to earlier cached lookups .
252
252
File '/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.
309
309
File '/a/lib/package.json' does not exist according to earlier cached lookups .
310
310
File '/a/package.json' does not exist according to earlier cached lookups .
311
311
File '/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' .
315
313
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
317
316
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 '.
319
318
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
321
321
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 .
333
323
334
324
335
325
336
326
Program 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" }
338
328
Program structureReused : SafeModules
339
329
Program files ::
330
+ / a / lib / lib . d . ts
340
331
/ user / username / projects / myproject / node_modules / pkg / import . d . ts
341
332
/ user / username / projects / myproject / a . ts
342
333
/ user / username / projects / myproject / index . ts
343
334
/ user / username / projects / myproject / node_modules / @types / pkg2 / index . d . ts
344
335
345
- No cached semantic diagnostics in the builder ::
336
+ Semantic diagnostics in builder refreshed for ::
337
+ / user / username / projects / myproject / a . ts
346
338
347
339
Shape signatures in builder refreshed for ::
348
340
/ user / username / projects / myproject / a . ts ( computed . d . ts )
0 commit comments