@@ -129,8 +129,6 @@ File '/user/username/projects/myproject/src/fileNotFound.d.ts' does not exist.
129
129
File '/user/username/projects/myproject/src/fileNotFound.js' does not exist .
130
130
File '/user/username/projects/myproject/src/fileNotFound.jsx' does not exist .
131
131
= === === = Module name './fileNotFound' was not resolved . = === = ===
132
- DirectoryWatcher :: Added :: WatchInfo : / user / username / projects / myproject / src 1 undefined Failed Lookup Locations
133
- Elapsed :: * ms DirectoryWatcher:: Added:: WatchInfo: / u s e r / username/ projects / myproject / src 1 undefined Failed Lookup Locations
134
132
FileWatcher :: Added :: WatchInfo : / a / lib / lib . d . ts 250 undefined Source file
135
133
DirectoryWatcher:: Added:: WatchInfo: / u s e r / username/ projects / myproject / node_modules / @types 1 undefined Type roots
136
134
Elapsed :: * ms DirectoryWatcher:: Added:: WatchInfo: / u s e r / username/ projects / myproject / node_modules / @types 1 undefined Type roots
@@ -168,11 +166,10 @@ WatchedFiles::
168
166
FsWatches ::
169
167
170
168
FsWatchesRecursive ::
171
- / user / username / projects / myproject / src :
172
- { "directoryName" :"/user/username/projects/myproject/src" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
173
- { "directoryName" :"/user/username/projects/myproject/src" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
174
169
/ user / username / projects / myproject / node_modules / @types :
175
170
{ "directoryName" :"/user/username/projects/myproject/node_modules/@types" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
171
+ / user / username / projects / myproject / src :
172
+ { "directoryName" :"/user/username/projects/myproject/src" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
176
173
177
174
exitCode :: ExitStatus . undefined
178
175
@@ -294,11 +291,10 @@ WatchedFiles::
294
291
FsWatches ::
295
292
296
293
FsWatchesRecursive ::
297
- / user / username / projects / myproject / src :
298
- { "directoryName" :"/user/username/projects/myproject/src" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
299
- { "directoryName" :"/user/username/projects/myproject/src" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
300
294
/ user / username / projects / myproject / node_modules / @types :
301
295
{ "directoryName" :"/user/username/projects/myproject/node_modules/@types" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
296
+ / user / username / projects / myproject / src :
297
+ { "directoryName" :"/user/username/projects/myproject/src" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
302
298
303
299
exitCode :: ExitStatus . undefined
304
300
@@ -394,9 +390,6 @@ export function foo() { return 20; }
394
390
395
391
396
392
Output ::
397
- DirectoryWatcher :: Triggered with / user / username / projects / myproject / src / newFile . ts :: WatchInfo : / user / username / projects / myproject / src 1 undefined Failed Lookup Locations
398
- Scheduling invalidateFailedLookup
399
- Elapsed :: * ms DirectoryWatcher :: Triggered with / user / username / projects / myproject / src / newFile . ts :: WatchInfo : / user / username / projects / myproject / src 1 undefined Failed Lookup Locations
400
393
DirectoryWatcher :: Triggered with / user / username / projects / myproject / src / newFile . ts :: WatchInfo : / user / username / projects / myproject / src 1 undefined Wild card directory
401
394
Scheduling update
402
395
Elapsed :: * ms DirectoryWatcher :: Triggered with / user / username / projects / myproject / src / newFile . ts :: WatchInfo : / user / username / projects / myproject / src 1 undefined Wild card directory
@@ -410,12 +403,12 @@ Synchronizing program
410
403
CreatingProgramWith ::
411
404
roots : [ "/ user / username / projects / myproject / src / filePresent . ts ", "/ user / username / projects / myproject / src / main . ts ", "/ user / username / projects / myproject / src / newFile . ts "]
412
405
options : { "module ":2 , "composite ":true , "persistResolutions ":true , "traceResolution ":true , "outFile ":"/ user / username / projects / myproject / outFile . js ", "project ":"/ user / username / projects / myproject ", "watch ":true , "extendedDiagnostics ":true , "configFilePath ":"/ user / username / projects / myproject / tsconfig . json "}
406
+ Reusing resolution of module '. / filePresent ' from '/ user / username / projects / myproject / src / main . ts ' of old program , it was successfully resolved to '/ user / username / projects / myproject / src / filePresent . ts '.
407
+ Reusing resolution of module '. / fileNotFound ' from '/ user / username / projects / myproject / src / main . ts ' of old program , it was not resolved .
413
408
=== === == Resolving module '. / newFile ' from '/ user / username / projects / myproject / src / main . ts '. === === ==
414
409
Module resolution kind is not specified , using 'Classic '.
415
410
File '/ user / username / projects / myproject / src / newFile . ts ' exist - use it as a name resolution result .
416
411
=== === == Module name '. / newFile ' was successfully resolved to '/ user / username / projects / myproject / src / newFile . ts '. === === ==
417
- Reusing resolution of module '. / filePresent ' from '/ user / username / projects / myproject / src / main . ts ' of old program , it was successfully resolved to '/ user / username / projects / myproject / src / filePresent . ts '.
418
- Reusing resolution of module '. / fileNotFound ' from '/ user / username / projects / myproject / src / main . ts ' of old program , it was not resolved .
419
412
FileWatcher :: Added :: WatchInfo : / user / username / projects / myproject / src / newFile . ts 250 undefined Source file
420
413
[ 96 msrc / main . ts [ 0 m :[ 93 m2 [ 0 m :[ 93 m28 [ 0 m - [ 91 merror [ 0 m [ 90 m TS2792 : [ 0 mCannot find module '. / fileNotFound '. Did you mean to set the 'moduleResolution ' option to 'node ', or to add aliases to the 'paths ' option ?
421
414
@@ -428,7 +421,7 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/newFile.t
428
421
429
422
Program root files : [ "/ user / username / projects / myproject / src / filePresent . ts ", "/ user / username / projects / myproject / src / main . ts ", "/ user / username / projects / myproject / src / newFile . ts "]
430
423
Program options : { "module ":2 , "composite ":true , "persistResolutions ":true , "traceResolution ":true , "outFile ":"/ user / username / projects / myproject / outFile . js ", "project ":"/ user / username / projects / myproject ", "watch ":true , "extendedDiagnostics ":true , "configFilePath ":"/ user / username / projects / myproject / tsconfig . json "}
431
- Program structureReused : Not
424
+ Program structureReused : SafeModules
432
425
Program files ::
433
426
/ a / lib / lib . d . ts
434
427
/ user / username / projects / myproject / src / filePresent . ts
@@ -452,11 +445,10 @@ WatchedFiles::
452
445
FsWatches ::
453
446
454
447
FsWatchesRecursive ::
455
- / user / username / projects / myproject / src :
456
- { "directoryName ":"/ user / username / projects / myproject / src ", "fallbackPollingInterval ":500 , "fallbackOptions ":{ "watchFile ":"PriorityPollingInterval "} }
457
- { "directoryName ":"/ user / username / projects / myproject / src ", "fallbackPollingInterval ":500 , "fallbackOptions ":{ "watchFile ":"PriorityPollingInterval "} }
458
448
/ user / username / projects / myproject / node_modules / @types :
459
449
{ "directoryName ":"/ user / username / projects / myproject / node_modules / @types ", "fallbackPollingInterval ":500 , "fallbackOptions ":{ "watchFile ":"PriorityPollingInterval "} }
450
+ / user / username / projects / myproject / src :
451
+ { "directoryName ":"/ user / username / projects / myproject / src ", "fallbackPollingInterval ":500 , "fallbackOptions ":{ "watchFile ":"PriorityPollingInterval "} }
460
452
461
453
exitCode :: ExitStatus . undefined
462
454
@@ -570,13 +562,9 @@ export function something2() { return 20; }
570
562
571
563
572
564
Output ::
573
- DirectoryWatcher :: Triggered with / user / username / projects / myproject / src / fileNotFound . ts :: WatchInfo : / user / username / projects / myproject / src 1 undefined Failed Lookup Locations
574
- Scheduling invalidateFailedLookup
575
- Elapsed :: * ms DirectoryWatcher :: Triggered with / user / username / projects / myproject / src / fileNotFound . ts :: WatchInfo : / user / username / projects / myproject / src 1 undefined Failed Lookup Locations
576
565
DirectoryWatcher :: Triggered with / user / username / projects / myproject / src / fileNotFound . ts :: WatchInfo : / user / username / projects / myproject / src 1 undefined Wild card directory
577
566
Scheduling update
578
567
Elapsed :: * ms DirectoryWatcher :: Triggered with / user / username / projects / myproject / src / fileNotFound . ts :: WatchInfo : / user / username / projects / myproject / src 1 undefined Wild card directory
579
- Scheduling update
580
568
[ [ 90 m12 :01 :15 AM [ 0 m ] File change detected . Starting incremental compilation . . .
581
569
582
570
Reloading new file names and options
@@ -587,19 +575,19 @@ CreatingProgramWith::
587
575
FileWatcher :: Added :: WatchInfo : / user / username / projects / myproject / src / fileNotFound . ts 250 undefined Source file
588
576
Reusing resolution of module './newFile' from '/user/username/projects/myproject/src/main.ts' of old program , it was successfully resolved to '/user/username/projects/myproject/src/newFile.ts' .
589
577
Reusing resolution of module './filePresent' from '/user/username/projects/myproject/src/main.ts' of old program , it was successfully resolved to '/user/username/projects/myproject/src/filePresent.ts' .
590
- = === === = Resolving module './fileNotFound' from '/user/username/projects/myproject/src/main.ts' . = === = ===
591
- Module resolution kind is not specified , using 'Classic' .
592
- File '/user/username/projects/myproject/src/fileNotFound.ts' exist - use it as a name resolution result .
593
- = === === = Module name './fileNotFound' was successfully resolved to '/user/username/projects/myproject/src/ fileNotFound.ts' . = === = ===
594
- DirectoryWatcher :: Close :: WatchInfo : / user / username / projects / myproject / src 1 undefined Failed Lookup Locations
595
- Elapsed :: * ms DirectoryWatcher :: Close :: WatchInfo : / user / username / projects / myproject / src 1 undefined Failed Lookup Locations
596
- [ [ 90 m12 :01 :25 AM [ 0 m ] Found 0 errors . Watching for file changes .
578
+ Reusing resolution of module './fileNotFound' from '/user/username/projects/myproject/src/main.ts' of old program , it was not resolved .
579
+ [ 96 msrc / main . ts [ 0 m : [ 93 m2 [ 0 m : [ 93 m28 [ 0 m - [ 91 merror [ 0 m [ 90 m TS2792 : [ 0 mCannot find module './fileNotFound' . Did you mean to set the 'moduleResolution' option to 'node' , or to add aliases to the 'paths' option ?
580
+
581
+ [ 7 m2 [ 0 m import { something2 } from "./ fileNotFound" ; something ( ) ;
582
+ [ 7 m [ 0 m [ 91 m ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ [ 0 m
583
+
584
+ [ [ 90 m12 :01 :25 AM [ 0 m ] Found 1 error . Watching for file changes .
597
585
598
586
599
587
600
588
Program root files : [ "/user/username/projects/myproject/src/fileNotFound.ts" , "/user/username/projects/myproject/src/filePresent.ts" , "/user/username/projects/myproject/src/main.ts" , "/user/username/projects/myproject/src/newFile.ts" ]
601
589
Program options : { "module" :2 , "composite" :true , "persistResolutions" :true , "traceResolution" :true , "outFile" :"/user/username/projects/myproject/outFile.js" , "project" :"/user/username/projects/myproject" , "watch" :true , "extendedDiagnostics" :true , "configFilePath" :"/user/username/projects/myproject/tsconfig.json" }
602
- Program structureReused : Not
590
+ Program structureReused : SafeModules
603
591
Program files ::
604
592
/ a / lib / lib . d . ts
605
593
/ user / username / projects / myproject / src / fileNotFound . ts
@@ -626,10 +614,10 @@ WatchedFiles::
626
614
FsWatches ::
627
615
628
616
FsWatchesRecursive ::
629
- / user / username / projects / myproject / src :
630
- { "directoryName" :"/user/username/projects/myproject/src" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
631
617
/ user / username / projects / myproject / node_modules / @types :
632
618
{ "directoryName" :"/user/username/projects/myproject/node_modules/@types" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
619
+ / user / username / projects / myproject / src :
620
+ { "directoryName" :"/user/username/projects/myproject/src" , "fallbackPollingInterval" :500 , "fallbackOptions" :{ "watchFile" :"PriorityPollingInterval" } }
633
621
634
622
exitCode :: ExitStatus . undefined
635
623
@@ -740,7 +728,6 @@ declare module "src/main" { }
740
728
} ,
741
729
"referencedMap" : {
742
730
"./src/main.ts" : [
743
- "./src/filenotfound.ts" ,
744
731
"./src/filepresent.ts" ,
745
732
"./src/newfile.ts"
746
733
]
0 commit comments