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/compiler/watchPublic.ts
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,6 @@ namespace ts {
283
283
letparsedConfigs: ESMap<Path,ParsedConfig>|undefined;// Parsed commandline and watching cached for referenced projects
284
284
letsharedExtendedConfigFileWatchers: ESMap<Path,SharedExtendedConfigFileWatcher<Path>>;// Map of file watchers for extended files, shared between different referenced projects
285
285
letextendedConfigCache=host.extendedConfigCache;// Cache for extended config evaluation
286
-
letchangesAffectResolution=false;// Flag for indicating non-config changes affect module resolution
287
286
letreportFileChangeDetectedOnCreateProgram=false;// True if synchronizeProgram should report "File change detected..." when a new program is created
288
287
289
288
constsourceFilesCache=newMap<string,HostFileInfo>();// Cache that stores the source file and version info
0 commit comments