Searched refs:closeFileWatcherOf (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watchPublic.ts | 426 clearMap(sharedExtendedConfigFileWatchers, closeFileWatcherOf); 430 clearMap(watchedWildcardDirectories, closeFileWatcherOf); 441 … if (config.watchedDirectories) clearMap(config.watchedDirectories, closeFileWatcherOf); 847 if (config.watchedDirectories) clearMap(config.watchedDirectories, closeFileWatcherOf); 913 clearMap(watchedWildcardDirectories, closeFileWatcherOf); 1056 clearMap(commandLine.watchedDirectories, closeFileWatcherOf);
|
D | watchUtilities.ts | 454 onDeleteValue: closeFileWatcherOf, 722 export function closeFileWatcherOf<T extends { watcher: FileWatcher; }>(objWithWatcher: T) { function
|
D | resolutionCache.ts | 264 clearMap(directoryWatchesOfFailedLookups, closeFileWatcherOf); 265 clearMap(fileWatchesOfAffectingLocations, closeFileWatcherOf);
|
D | tsbuildPublic.ts | 525 { onDeleteValue: existingMap => existingMap.forEach(closeFileWatcherOf) } 1451 closeFileWatcherOf(existing); 2253 clearMap(state.allWatchedExtendedConfigFiles, closeFileWatcherOf); 2254 …rectories, watchedWildcardDirectories => clearMap(watchedWildcardDirectories, closeFileWatcherOf));
|
D | sys.ts | 456 closeFileWatcherOf(watcher); 596 closeFileWatcherOf(directoryWatcher);
|
/third_party/typescript/src/server/ |
D | scriptInfo.ts | 668 closeFileWatcherOf(this.sourceMapFilePath);
|
D | project.ts | 1313 closeFileWatcherOf(watcher); 1474 closeFileWatcherOf(this.generatedFilesMap); 1477 clearMap(this.generatedFilesMap, closeFileWatcherOf);
|
D | editorServices.ts | 2293 clearMap(config!.watchedDirectories, closeFileWatcherOf); 2311 clearMap(configFileExistenceInfo.config.watchedDirectories, closeFileWatcherOf);
|
/third_party/typescript/lib/ |
D | tsc.js | 3976 ts.closeFileWatcherOf(watcher); 4058 ts.closeFileWatcherOf(directoryWatcher); 99986 onDeleteValue: closeFileWatcherOf, 100168 function closeFileWatcherOf(objWithWatcher) { function 100171 ts.closeFileWatcherOf = closeFileWatcherOf; 105310 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf); 105311 ts.clearMap(fileWatchesOfAffectingLocations, ts.closeFileWatcherOf); 107493 ts.clearMap(sharedExtendedConfigFileWatchers, ts.closeFileWatcherOf); 107497 ts.clearMap(watchedWildcardDirectories, ts.closeFileWatcherOf); 107510 ts.clearMap(config.watchedDirectories, ts.closeFileWatcherOf); [all …]
|
D | typingsInstaller.js | 6462 ts.closeFileWatcherOf(watcher); 6562 ts.closeFileWatcherOf(directoryWatcher); 120606 onDeleteValue: closeFileWatcherOf, 120799 function closeFileWatcherOf(objWithWatcher) { function 120802 ts.closeFileWatcherOf = closeFileWatcherOf; 126715 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf); 126716 ts.clearMap(fileWatchesOfAffectingLocations, ts.closeFileWatcherOf); 129198 ts.clearMap(sharedExtendedConfigFileWatchers, ts.closeFileWatcherOf); 129202 ts.clearMap(watchedWildcardDirectories, ts.closeFileWatcherOf); 129215 ts.clearMap(config.watchedDirectories, ts.closeFileWatcherOf); [all …]
|