Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DresolutionCache.ts749 const fileWatcher = fileWatchesOfAffectingLocations.get(affectingLocation); constant
759 const fileWatcher = fileWatchesOfAffectingLocations.get(locationToWatch); constant
DwatchPublic.ts603 …const fileWatcher = watchFilePath(path, fileName, onSourceFileChange, PollingInterval.Low, watchOp… constant
/third_party/typescript/src/server/
DscriptInfo.ts301 fileWatcher: FileWatcher | undefined; property in ts.server.ScriptInfo
Dproject.ts1399 const fileWatcher = this.projectService.watchFactory.watchFile( constant
DeditorServices.ts2934 const fileWatcher = this.watchFactory.watchFile( constant
/third_party/typescript/lib/
DtypingsInstaller.js129489 …Cache.set(path, { sourceFile: sourceFile, version: sourceFile.version, fileWatcher: fileWatcher }); property
Dtsc.js107765 …Cache.set(path, { sourceFile: sourceFile, version: sourceFile.version, fileWatcher: fileWatcher }); property