Skip to content

Commit 06ed30b

Browse files
committed
Cleanup
1 parent 4399c6b commit 06ed30b

File tree

4 files changed

+177
-217
lines changed

4 files changed

+177
-217
lines changed

src/compiler/watchPublic.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,6 @@ namespace ts {
800800
if (eventKind === FileWatcherEventKind.Deleted && sourceFilesCache.has(path)) {
801801
resolutionCache.invalidateResolutionOfFile(path);
802802
}
803-
resolutionCache.removeResolutionsFromProjectReferenceRedirects(path);
804803
nextSourceFileVersion(path);
805804

806805
// Update the program

0 commit comments

Comments
 (0)