@@ -1411,27 +1411,24 @@ DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/external
1411
1411
Scheduled: / u s e r / username/ projects / myproject / tsconfig . jsonFailedLookupInvalidation
1412
1412
Elapsed :: * ms DirectoryWatcher:: Triggered with / user / username / projects / myproject / src / externalThing . ts :: WatchInfo: / u s e r / username/ projects / myproject / src 1 undefined Project: / u s e r / username/ projects / myproject / tsconfig . json WatchType: Failed Lookup Locations
1413
1413
Running: / u s e r / username/ projects / myproject / tsconfig . json
1414
- Scheduled : * ensureProjectForOpenFiles * , Cancelled earlier one
1415
1414
FileWatcher:: Added:: WatchInfo: / u s e r / username/ projects / myproject / src / externalThing . ts 500 undefined WatchType : Closed Script info
1416
1415
Starting updateGraphWorker: Project: / u s e r / username/ projects / myproject / tsconfig . json
1417
1416
Reusing resolution of module './filePresent' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' of old program , it was successfully resolved to '/user/username/projects/myproject/src/filePresent.ts' .
1418
- Reusing resolution of module './fileNotFound' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' of old program , it was not resolved .
1419
- = === === = Resolving module 'externalThing' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' . = === = ===
1420
- Module resolution kind is not specified , using 'Classic' .
1421
- File '/user/username/projects/myproject/src/externalThing.ts' exist - use it as a name resolution result .
1422
- = === === = Module name 'externalThing' was successfully resolved to '/user/username/projects/myproject/src/externalThing.ts' . = === = ===
1417
+ Reusing resolution of module 'externalThing' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' of old program , it was successfully resolved to '/user/username/projects/myproject/src/externalThing.d.ts' .
1423
1418
Reusing resolution of module 'externalThingNotPresent' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' of old program , it was successfully resolved to '/user/username/projects/myproject/src/externalThingNotPresent.ts' .
1419
+ Reusing resolution of module './fileNotFound' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' of old program , it was not resolved .
1424
1420
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' .
1425
1421
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' .
1426
- Reusing resolution of module './fileNotFound ' from '/user/username/projects/myproject/src/main.ts' of old program , it was not resolved .
1427
- Reusing resolution of module 'externalThing' from '/user/username/projects/myproject/src/main.ts' found in cache from location '/user/username/projects/myproject/src' , it was successfully resolved to '/user/username/projects/myproject/src/externalThing.ts' .
1422
+ 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' .
1423
+ Reusing resolution of module 'externalThing' from '/user/username/projects/myproject/src/main.ts' of old program , it was successfully resolved to '/user/username/projects/myproject/src/externalThing.d .ts' .
1428
1424
Reusing resolution of module 'externalThingNotPresent' from '/user/username/projects/myproject/src/main.ts' of old program , it was successfully resolved to '/user/username/projects/myproject/src/externalThingNotPresent.ts' .
1425
+ Reusing resolution of module './fileNotFound' from '/user/username/projects/myproject/src/main.ts' of old program , it was not resolved .
1429
1426
Finishing updateGraphWorker: Project: / u s e r / username/ projects / myproject / tsconfig . json Version: 10 structureChanged: true structureIsReused:: SafeModules Elapsed :: * ms
1430
1427
Project '/user/username/projects/myproject/tsconfig.json' ( Configured )
1431
- Files ( 14 )
1428
+ Files ( 15 )
1432
1429
/ a / lib / lib . d . ts
1433
1430
/ user / username / projects / myproject / src / filePresent . ts
1434
- / user / username / projects / myproject / src / externalThing . ts
1431
+ / user / username / projects / myproject / src / externalThing . d . ts
1435
1432
/ user / username / projects / myproject / src / externalThingNotPresent . ts
1436
1433
/ user / username / projects / myproject / src / anotherFileReusingResolution . ts
1437
1434
/ user / username / projects / myproject / src / types . ts
@@ -1443,6 +1440,7 @@ Project '/user/username/projects/myproject/tsconfig.json' (Configured)
1443
1440
/ user / username / projects / myproject / src / globalMain . ts
1444
1441
/ user / username / projects / myproject / src / newFile . ts
1445
1442
/ user / username / projects / myproject / src / main . ts
1443
+ / user / username / projects / myproject / src / externalThing . ts
1446
1444
1447
1445
1448
1446
. . / . . / . . / . . / a / lib / lib . d . ts
@@ -1452,10 +1450,9 @@ Project '/user/username/projects/myproject/tsconfig.json' (Configured)
1452
1450
Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1453
1451
Imported via "./filePresent" from file 'src / main . ts '
1454
1452
Imported via "./filePresent" from file 'src/main.ts'
1455
- src / externalThing . ts
1453
+ src / externalThing . d . ts
1456
1454
Imported via "externalThing" from file 'src / anotherFileReusingResolution . ts '
1457
1455
Imported via "externalThing" from file 'src/main.ts'
1458
- Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1459
1456
src / externalThingNotPresent . ts
1460
1457
Imported via "externalThingNotPresent" from file 'src / anotherFileReusingResolution . ts '
1461
1458
Imported via "externalThingNotPresent" from file 'src/main.ts'
@@ -1487,12 +1484,14 @@ Project '/user/username/projects/myproject/tsconfig.json' (Configured)
1487
1484
Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1488
1485
src / main . ts
1489
1486
Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1487
+ src / externalThing . ts
1488
+ Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1490
1489
1491
1490
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
1492
1491
Running : * ensureProjectForOpenFiles *
1493
1492
Before ensureProjectForOpenFiles:
1494
1493
Project '/user/username/projects/myproject/tsconfig.json' ( Configured )
1495
- Files ( 14 )
1494
+ Files ( 15 )
1496
1495
1497
1496
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
1498
1497
Open files :
@@ -1502,7 +1501,7 @@ Open files:
1502
1501
Projects: / u s e r / username/ projects / myproject / tsconfig . json
1503
1502
After ensureProjectForOpenFiles:
1504
1503
Project '/user/username/projects/myproject/tsconfig.json' ( Configured )
1505
- Files ( 14 )
1504
+ Files ( 15 )
1506
1505
1507
1506
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
1508
1507
Open files :
@@ -1528,8 +1527,8 @@ interface Array<T> { length: number; [n: number]: T; }
1528
1527
{ "fileName" :"/user/username/projects/myproject/src/filePresent.ts" , "version" :"11598859296-export function something() { return 10; }" }
1529
1528
export function something ( ) { return 10 ; }
1530
1529
1531
- { "fileName" :"/user/username/projects/myproject/src/externalThing.ts" , "version" :"5618215488 -export function externalThing1() { return 10; } " }
1532
- export function externalThing1 ( ) { return 10 ; }
1530
+ { "fileName" :"/user/username/projects/myproject/src/externalThing.d. ts" , "version" :"5686005290 -export function externalThing1(): number; " }
1531
+ export function externalThing1 ( ) : number ;
1533
1532
1534
1533
{ "fileName" :"/user/username/projects/myproject/src/externalThingNotPresent.ts" , "version" :"5318862050-export function externalThing2() { return 20; }" }
1535
1534
export function externalThing2 ( ) { return 20 ; }
@@ -1582,3 +1581,6 @@ something();
1582
1581
import { externalThing1 } from "externalThing" ;
1583
1582
import { externalThing2 } from "externalThingNotPresent" ;
1584
1583
1584
+ { "fileName" :"/user/username/projects/myproject/src/externalThing.ts" , "version" :"5618215488-export function externalThing1() { return 10; }" }
1585
+ export function externalThing1 ( ) { return 10 ; }
1586
+
0 commit comments