Home
last modified time | relevance | path

Searched refs:closeFileWatcherOf (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/compiler/
DwatchPublic.ts411 clearMap(sharedExtendedConfigFileWatchers, closeFileWatcherOf);
415 clearMap(watchedWildcardDirectories, closeFileWatcherOf);
426 … if (config.watchedDirectories) clearMap(config.watchedDirectories, closeFileWatcherOf);
832 if (config.watchedDirectories) clearMap(config.watchedDirectories, closeFileWatcherOf);
898 clearMap(watchedWildcardDirectories, closeFileWatcherOf);
1041 clearMap(commandLine.watchedDirectories, closeFileWatcherOf);
DwatchUtilities.ts454 onDeleteValue: closeFileWatcherOf,
722 export function closeFileWatcherOf<T extends { watcher: FileWatcher; }>(objWithWatcher: T) { function
DresolutionCache.ts264 clearMap(directoryWatchesOfFailedLookups, closeFileWatcherOf);
265 clearMap(fileWatchesOfAffectingLocations, closeFileWatcherOf);
DtsbuildPublic.ts525 { onDeleteValue: existingMap => existingMap.forEach(closeFileWatcherOf) }
1451 closeFileWatcherOf(existing);
2253 clearMap(state.allWatchedExtendedConfigFiles, closeFileWatcherOf);
2254 …rectories, watchedWildcardDirectories => clearMap(watchedWildcardDirectories, closeFileWatcherOf));
Dsys.ts456 closeFileWatcherOf(watcher);
596 closeFileWatcherOf(directoryWatcher);
/third_party/typescript/src/server/
DscriptInfo.ts668 closeFileWatcherOf(this.sourceMapFilePath);
Dproject.ts1313 closeFileWatcherOf(watcher);
1474 closeFileWatcherOf(this.generatedFilesMap);
1477 clearMap(this.generatedFilesMap, closeFileWatcherOf);
DeditorServices.ts2293 clearMap(config!.watchedDirectories, closeFileWatcherOf);
2311 clearMap(configFileExistenceInfo.config.watchedDirectories, closeFileWatcherOf);
/third_party/typescript/lib/
DtypingsInstaller.js6462 ts.closeFileWatcherOf(watcher);
6562 ts.closeFileWatcherOf(directoryWatcher);
120430 onDeleteValue: closeFileWatcherOf,
120623 function closeFileWatcherOf(objWithWatcher) { function
120626 ts.closeFileWatcherOf = closeFileWatcherOf;
126376 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf);
126377 ts.clearMap(fileWatchesOfAffectingLocations, ts.closeFileWatcherOf);
128849 ts.clearMap(sharedExtendedConfigFileWatchers, ts.closeFileWatcherOf);
128853 ts.clearMap(watchedWildcardDirectories, ts.closeFileWatcherOf);
128866 ts.clearMap(config.watchedDirectories, ts.closeFileWatcherOf);
[all …]
Dtsc.js3976 ts.closeFileWatcherOf(watcher);
4058 ts.closeFileWatcherOf(directoryWatcher);
99828 onDeleteValue: closeFileWatcherOf,
100010 function closeFileWatcherOf(objWithWatcher) { function
100013 ts.closeFileWatcherOf = closeFileWatcherOf;
104991 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf);
104992 ts.clearMap(fileWatchesOfAffectingLocations, ts.closeFileWatcherOf);
107164 ts.clearMap(sharedExtendedConfigFileWatchers, ts.closeFileWatcherOf);
107168 ts.clearMap(watchedWildcardDirectories, ts.closeFileWatcherOf);
107181 ts.clearMap(config.watchedDirectories, ts.closeFileWatcherOf);
[all …]