@@ -1425,27 +1425,24 @@ DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/external
1425
1425
Scheduled: / u s e r / username/ projects / myproject / tsconfig . jsonFailedLookupInvalidation
1426
1426
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
1427
1427
Running: / u s e r / username/ projects / myproject / tsconfig . json
1428
- Scheduled : * ensureProjectForOpenFiles * , Cancelled earlier one
1429
1428
FileWatcher:: Added:: WatchInfo: / u s e r / username/ projects / myproject / src / externalThing . ts 500 undefined WatchType : Closed Script info
1430
1429
Starting updateGraphWorker: Project: / u s e r / username/ projects / myproject / tsconfig . json
1431
1430
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' .
1432
- Reusing resolution of module './fileNotFound' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' of old program , it was not resolved .
1433
- = === === = Resolving module 'externalThing' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' . = === = ===
1434
- Module resolution kind is not specified , using 'Classic' .
1435
- File '/user/username/projects/myproject/src/externalThing.ts' exist - use it as a name resolution result .
1436
- = === === = Module name 'externalThing' was successfully resolved to '/user/username/projects/myproject/src/externalThing.ts' . = === = ===
1431
+ 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' .
1437
1432
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' .
1433
+ Reusing resolution of module './fileNotFound' from '/user/username/projects/myproject/src/anotherFileReusingResolution.ts' of old program , it was not resolved .
1438
1434
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' .
1439
1435
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' .
1440
- Reusing resolution of module './fileNotFound ' from '/user/username/projects/myproject/src/main.ts' of old program , it was not resolved .
1441
- 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' .
1436
+ 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' .
1437
+ 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' .
1442
1438
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' .
1439
+ Reusing resolution of module './fileNotFound' from '/user/username/projects/myproject/src/main.ts' of old program , it was not resolved .
1443
1440
Finishing updateGraphWorker: Project: / u s e r / username/ projects / myproject / tsconfig . json Version: 10 structureChanged: true structureIsReused:: SafeModules Elapsed :: * ms
1444
1441
Project '/user/username/projects/myproject/tsconfig.json' ( Configured )
1445
- Files ( 14 )
1442
+ Files ( 15 )
1446
1443
/ a / lib / lib . d . ts
1447
1444
/ user / username / projects / myproject / src / filePresent . ts
1448
- / user / username / projects / myproject / src / externalThing . ts
1445
+ / user / username / projects / myproject / src / externalThing . d . ts
1449
1446
/ user / username / projects / myproject / src / externalThingNotPresent . ts
1450
1447
/ user / username / projects / myproject / src / anotherFileReusingResolution . ts
1451
1448
/ user / username / projects / myproject / src / types . ts
@@ -1457,6 +1454,7 @@ Project '/user/username/projects/myproject/tsconfig.json' (Configured)
1457
1454
/ user / username / projects / myproject / src / globalMain . ts
1458
1455
/ user / username / projects / myproject / src / newFile . ts
1459
1456
/ user / username / projects / myproject / src / main . ts
1457
+ / user / username / projects / myproject / src / externalThing . ts
1460
1458
1461
1459
1462
1460
. . / . . / . . / . . / a / lib / lib . d . ts
@@ -1466,10 +1464,9 @@ Project '/user/username/projects/myproject/tsconfig.json' (Configured)
1466
1464
Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1467
1465
Imported via "./filePresent" from file 'src / main . ts '
1468
1466
Imported via "./filePresent" from file 'src/main.ts'
1469
- src / externalThing . ts
1467
+ src / externalThing . d . ts
1470
1468
Imported via "externalThing" from file 'src / anotherFileReusingResolution . ts '
1471
1469
Imported via "externalThing" from file 'src/main.ts'
1472
- Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1473
1470
src / externalThingNotPresent . ts
1474
1471
Imported via "externalThingNotPresent" from file 'src / anotherFileReusingResolution . ts '
1475
1472
Imported via "externalThingNotPresent" from file 'src/main.ts'
@@ -1501,12 +1498,14 @@ Project '/user/username/projects/myproject/tsconfig.json' (Configured)
1501
1498
Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1502
1499
src / main . ts
1503
1500
Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1501
+ src / externalThing . ts
1502
+ Matched by include pattern 'src/**/*.ts' in 'tsconfig.json'
1504
1503
1505
1504
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
1506
1505
Running : * ensureProjectForOpenFiles *
1507
1506
Before ensureProjectForOpenFiles:
1508
1507
Project '/user/username/projects/myproject/tsconfig.json' ( Configured )
1509
- Files ( 14 )
1508
+ Files ( 15 )
1510
1509
1511
1510
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
1512
1511
Open files :
@@ -1516,7 +1515,7 @@ Open files:
1516
1515
Projects: / u s e r / username/ projects / myproject / tsconfig . json
1517
1516
After ensureProjectForOpenFiles:
1518
1517
Project '/user/username/projects/myproject/tsconfig.json' ( Configured )
1519
- Files ( 14 )
1518
+ Files ( 15 )
1520
1519
1521
1520
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
1522
1521
Open files :
@@ -1542,8 +1541,8 @@ interface Array<T> { length: number; [n: number]: T; }
1542
1541
{ "fileName" :"/user/username/projects/myproject/src/filePresent.ts" , "version" :"11598859296-export function something() { return 10; }" }
1543
1542
export function something ( ) { return 10 ; }
1544
1543
1545
- { "fileName" :"/user/username/projects/myproject/src/externalThing.ts" , "version" :"5618215488 -export function externalThing1() { return 10; } " }
1546
- export function externalThing1 ( ) { return 10 ; }
1544
+ { "fileName" :"/user/username/projects/myproject/src/externalThing.d. ts" , "version" :"5686005290 -export function externalThing1(): number; " }
1545
+ export function externalThing1 ( ) : number ;
1547
1546
1548
1547
{ "fileName" :"/user/username/projects/myproject/src/externalThingNotPresent.ts" , "version" :"5318862050-export function externalThing2() { return 20; }" }
1549
1548
export function externalThing2 ( ) { return 20 ; }
@@ -1596,3 +1595,6 @@ something();
1596
1595
import { externalThing1 } from "externalThing" ;
1597
1596
import { externalThing2 } from "externalThingNotPresent" ;
1598
1597
1598
+ { "fileName" :"/user/username/projects/myproject/src/externalThing.ts" , "version" :"5618215488-export function externalThing1() { return 10; }" }
1599
+ export function externalThing1 ( ) { return 10 ; }
1600
+
0 commit comments