Searched defs:fileWatcher (Results 1 – 6 of 6) sorted by relevance
778 const fileWatcher = fileWatchesOfAffectingLocations.get(affectingLocation); constant788 const fileWatcher = fileWatchesOfAffectingLocations.get(locationToWatch); constant
630 …const fileWatcher = watchFilePath(path, fileName, onSourceFileChange, PollingInterval.Low, watchOp… constant
314 fileWatcher: FileWatcher | undefined; property in ScriptInfo
1432 const fileWatcher = this.projectService.watchFactory.watchFile( constant
2988 const fileWatcher = this.watchFactory.watchFile( constant
111308 sourceFilesCache.set(path, { sourceFile, version: sourceFile.version, fileWatcher }); property