Home
last modified time | relevance | path

Searched defs:fileWatcher (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts778 const fileWatcher = fileWatchesOfAffectingLocations.get(affectingLocation); constant
788 const fileWatcher = fileWatchesOfAffectingLocations.get(locationToWatch); constant
DwatchPublic.ts630 …const fileWatcher = watchFilePath(path, fileName, onSourceFileChange, PollingInterval.Low, watchOp… constant
/third_party/typescript/src/server/
DscriptInfo.ts314 fileWatcher: FileWatcher | undefined; property in ScriptInfo
Dproject.ts1432 const fileWatcher = this.projectService.watchFactory.watchFile( constant
DeditorServices.ts2988 const fileWatcher = this.watchFactory.watchFile( constant
/third_party/typescript/lib/
Dtsc.js111308 sourceFilesCache.set(path, { sourceFile, version: sourceFile.version, fileWatcher }); property