Searched refs:directoryWatchesOfFailedLookups (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 190 const directoryWatchesOfFailedLookups = new Map<string, DirectoryWatchesOfFailedLookup>(); constant 237 clearMap(directoryWatchesOfFailedLookups, closeFileWatcherOf); 299 directoryWatchesOfFailedLookups.forEach((watcher, path) => { 301 directoryWatchesOfFailedLookups.delete(path); 617 const dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 623 …directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe… 679 const dirWatcher = directoryWatchesOfFailedLookups.get(dirPath)!; 832 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
/third_party/typescript/lib/ |
D | tsc.js | 91340 var directoryWatchesOfFailedLookups = new ts.Map(); 91378 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf); 91428 directoryWatchesOfFailedLookups.forEach(function (watcher, path) { 91430 directoryWatchesOfFailedLookups.delete(path); 91669 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 91675 …directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe… 91722 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 91845 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | typingsInstaller.js | 111050 var directoryWatchesOfFailedLookups = new ts.Map(); 111091 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf); 111146 directoryWatchesOfFailedLookups.forEach(function (watcher, path) { 111148 directoryWatchesOfFailedLookups.delete(path); 111407 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111413 …directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe… 111461 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111600 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | tsserverlibrary.js | 111255 var directoryWatchesOfFailedLookups = new ts.Map(); 111296 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf); 111351 directoryWatchesOfFailedLookups.forEach(function (watcher, path) { 111353 directoryWatchesOfFailedLookups.delete(path); 111612 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111618 …directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe… 111666 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | typescript.js | 111255 var directoryWatchesOfFailedLookups = new ts.Map(); 111296 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf); 111351 directoryWatchesOfFailedLookups.forEach(function (watcher, path) { 111353 directoryWatchesOfFailedLookups.delete(path); 111612 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111618 …directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe… 111666 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | tsserver.js | 111061 var directoryWatchesOfFailedLookups = new ts.Map(); 111102 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf); 111157 directoryWatchesOfFailedLookups.forEach(function (watcher, path) { 111159 directoryWatchesOfFailedLookups.delete(path); 111418 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111424 …directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe… 111472 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111611 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | typescriptServices.js | 111255 var directoryWatchesOfFailedLookups = new ts.Map(); 111296 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf); 111351 directoryWatchesOfFailedLookups.forEach(function (watcher, path) { 111353 directoryWatchesOfFailedLookups.delete(path); 111612 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111618 …directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe… 111666 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath); 111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|