.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / create-program / 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     extraFileExtensions?: readonly ts.FileExtensionInfo[];
11 }
12 export { WatchCompilerHostOfConfigFile };
13 //# sourceMappingURL=WatchCompilerHostOfConfigFile.d.ts.map