Home
last modified time | relevance | path

Searched refs:SharedExtendedConfigFileWatcher (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
DwatchUtilities.ts314 export interface SharedExtendedConfigFileWatcher<T> extends FileWatcher { interface
325 extendedConfigFilesMap: ESMap<Path, SharedExtendedConfigFileWatcher<T>>,
364 extendedConfigFilesMap: ESMap<Path, SharedExtendedConfigFileWatcher<T>>,
DwatchPublic.ts289 …let sharedExtendedConfigFileWatchers: ESMap<Path, SharedExtendedConfigFileWatcher<Path>>; // Map o…
DtsbuildPublic.ts275 …readonly allWatchedExtendedConfigFiles: ESMap<Path, SharedExtendedConfigFileWatcher<ResolvedConfig…
/third_party/typescript/src/server/
DeditorServices.ts799 …te readonly sharedExtendedConfigFileWatchers = new Map<Path, SharedExtendedConfigFileWatcher<Norma…