Searched defs:fileWatcher (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 749 const fileWatcher = fileWatchesOfAffectingLocations.get(affectingLocation); constant 759 const fileWatcher = fileWatchesOfAffectingLocations.get(locationToWatch); constant
|
| D | watchPublic.ts | 603 …const fileWatcher = watchFilePath(path, fileName, onSourceFileChange, PollingInterval.Low, watchOp… constant
|
| /third_party/typescript/src/server/ |
| D | scriptInfo.ts | 301 fileWatcher: FileWatcher | undefined; property in ts.server.ScriptInfo
|
| D | project.ts | 1399 const fileWatcher = this.projectService.watchFactory.watchFile( constant
|
| D | editorServices.ts | 2934 const fileWatcher = this.watchFactory.watchFile( constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 129489 …Cache.set(path, { sourceFile: sourceFile, version: sourceFile.version, fileWatcher: fileWatcher }); property
|
| D | tsc.js | 107765 …Cache.set(path, { sourceFile: sourceFile, version: sourceFile.version, fileWatcher: fileWatcher }); property
|