Searched refs:SharedExtendedConfigFileWatcher (Results 1 – 4 of 4) sorted by relevance
314 export interface SharedExtendedConfigFileWatcher<T> extends FileWatcher { interface325 extendedConfigFilesMap: ESMap<Path, SharedExtendedConfigFileWatcher<T>>,364 extendedConfigFilesMap: ESMap<Path, SharedExtendedConfigFileWatcher<T>>,
289 …let sharedExtendedConfigFileWatchers: ESMap<Path, SharedExtendedConfigFileWatcher<Path>>; // Map o…
275 …readonly allWatchedExtendedConfigFiles: ESMap<Path, SharedExtendedConfigFileWatcher<ResolvedConfig…
799 …te readonly sharedExtendedConfigFileWatchers = new Map<Path, SharedExtendedConfigFileWatcher<Norma…