Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / WatchCompilerHostOfConfigFile.d.ts
1 import * as ts from 'typescript';
2 interface DirectoryStructureHost {
3     readDirectory?(path: string, extensions?: ReadonlyArray<string>, exclude?: ReadonlyArray<string>, include?: ReadonlyArray<string>, depth?: number): string[];
4 }
5 interface CachedDirectoryStructureHost extends DirectoryStructureHost {
6     readDirectory(path: string, extensions?: ReadonlyArray<string>, exclude?: ReadonlyArray<string>, include?: ReadonlyArray<string>, depth?: number): string[];
7 }
8 interface WatchCompilerHostOfConfigFile<T extends ts.BuilderProgram> extends ts.WatchCompilerHostOfConfigFile<T> {
9     onCachedDirectoryStructureHostCreate(host: CachedDirectoryStructureHost): void;
10 }
11 export { WatchCompilerHostOfConfigFile };
12 //# sourceMappingURL=WatchCompilerHostOfConfigFile.d.ts.map