Home
last modified time | relevance | path

Searched defs:watchAffectingFileLocation (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts58 watchAffectingFileLocation(file: string, cb: FileWatcherCallback): FileWatcher; method
/third_party/typescript/lib/
Dtsc.js107558 …compilerHost.watchAffectingFileLocation = function (file, cb) { return watchFile(file, cb, ts.Poll… function
DtypingsInstaller.js129263 …compilerHost.watchAffectingFileLocation = function (file, cb) { return watchFile(file, cb, ts.Poll… function