@@ -211,7 +211,6 @@ ScriptInfos::
211
211
/ a / b / tsconfig . json
212
212
213
213
Info seq [ hh :mm :ss :mss ] FileWatcher:: Triggered with / a / b / commonFile2 . ts 2 :: WatchInfo: / a / b/ commonFile2 . ts 500 undefined WatchType : Closed Script info
214
- Info seq [ hh :mm :ss :mss ] FileWatcher:: Close:: WatchInfo: / a / b/ commonFile2 . ts 500 undefined WatchType : Closed Script info
215
214
Info seq [ hh :mm :ss :mss ] Scheduled: / a / b/ tsconfig . json
216
215
Info seq [ hh :mm :ss :mss ] Scheduled : * ensureProjectForOpenFiles *
217
216
Info seq [ hh :mm :ss :mss ] Elapsed :: * ms FileWatcher:: Triggered with / a / b / commonFile2 . ts 2 :: WatchInfo: / a / b/ commonFile2 . ts 500 undefined WatchType : Closed Script info
@@ -224,22 +223,6 @@ Before running Timeout callback:: count: 2
224
223
4 : * ensureProjectForOpenFiles *
225
224
//// [/a/b/commonFile2.ts] deleted
226
225
227
- PolledWatches ::
228
- / a / lib / lib . d . ts :
229
- { "pollingInterval" :500 }
230
-
231
- FsWatches::
232
- / a / b/ tsconfig . json :
233
- { }
234
-
235
- FsWatches * deleted * ::
236
- / a / b/ commonFile2 . ts :
237
- { }
238
-
239
- FsWatchesRecursive::
240
- / a / b :
241
- { }
242
-
243
226
Timeout callback:: count: 2
244
227
3 : / a / b / tsconfig . json * new *
245
228
4 : * ensureProjectForOpenFiles * * new *
@@ -255,8 +238,10 @@ ScriptInfos::
255
238
version: SVC - 1 - 0
256
239
containingProjects: 1
257
240
/ a / b / tsconfig . json * default *
258
- / a / b/ commonFile2 . ts * deleted *
241
+ / a / b/ commonFile2 . ts * changed *
259
242
version : Text - 1
243
+ pendingReloadFromDisk: true * changed *
244
+ deferredDelete : true * changed *
260
245
containingProjects : 0 * changed *
261
246
/ a / b/ tsconfig . json * deleted *
262
247
@@ -309,6 +294,8 @@ Projects::
309
294
projectProgramVersion: 2 *changed*
310
295
dirty: false *changed*
311
296
297
+ Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/commonFile2.ts 0:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info
298
+ Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/commonFile2.ts 0:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info
312
299
Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory
313
300
Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json
314
301
Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*
@@ -330,14 +317,24 @@ Projects::
330
317
projectProgramVersion: 2
331
318
dirty: true *changed*
332
319
320
+ ScriptInfos::
321
+ /a/b/commonFile1.ts (Open)
322
+ version: SVC-1-0
323
+ containingProjects: 1
324
+ /a/b/tsconfig.json *default*
325
+ /a/b/commonFile2.ts *changed*
326
+ version: Text-1
327
+ pendingReloadFromDisk: true
328
+ deferredDelete: undefined *changed*
329
+ containingProjects: 0
330
+
333
331
Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json
334
- Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info
335
332
Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json
336
333
Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json projectStateVersion: 3 projectProgramVersion: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms
337
334
Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured)
338
335
Info seq [hh:mm:ss:mss] Files (2)
339
336
/a/b/commonFile1.ts SVC-1-0 "let x = 1"
340
- /a/b/commonFile2.ts Text-2 "let y = 1"
337
+ /a/b/commonFile2.ts Text-1 "let y = 1"
341
338
342
339
343
340
commonFile1.ts
@@ -377,20 +374,6 @@ Info seq [hh:mm:ss:mss] event:
377
374
}
378
375
After running Timeout callback :: count: 0
379
376
380
- PolledWatches::
381
- / a / lib/ lib . d . ts :
382
- { "pollingInterval" :500 }
383
-
384
- FsWatches::
385
- / a / b/ commonFile2 . ts : * new *
386
- { }
387
- / a / b / tsconfig . json :
388
- { }
389
-
390
- FsWatchesRecursive::
391
- / a / b :
392
- { }
393
-
394
377
Projects::
395
378
/ a / b/ tsconfig . json ( Configured ) * changed *
396
379
projectStateVersion : 3
@@ -402,7 +385,8 @@ ScriptInfos::
402
385
version: SVC - 1 - 0
403
386
containingProjects: 1
404
387
/ a / b / tsconfig . json * default *
405
- / a / b/ commonFile2 . ts * new *
406
- version : Text - 2
407
- containingProjects: 1
408
- / a / b / tsconfig . json
388
+ / a / b/ commonFile2 . ts * changed *
389
+ version : Text - 1
390
+ pendingReloadFromDisk : false * changed *
391
+ containingProjects : 1 * changed *
392
+ / a / b/ tsconfig . json * new *
0 commit comments