You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tscWatch/resolutionCache.ts
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -302,10 +302,6 @@ declare module "fs" {
302
302
`,
303
303
),
304
304
timeouts: sys=>sys.runQueuedTimeoutCallbacks(),
305
-
// This is currently issue with ambient modules in same file not leading to resolution watching
306
-
// In this case initially resolution is watched and will continued to be watched but
307
-
// incremental check will determine that the resolution should not be watched as thats what would have happened if we had started tsc --watch at this state.
Copy file name to clipboardExpand all lines: tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -143,12 +143,10 @@ Output::
143
143
//// [/users/username/projects/project/foo.js] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsserver/completions/works-when-files-are-included-from-two-different-drives-of-windows.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsserver/projectErrors/correct-errors-when-resolution-resolves-to-file-that-has-same-ambient-module-and-is-also-module.js
0 commit comments