.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / create-program / createDefaultProgram.d.ts
1 import { Extra } from '../parser-options';
2 import { ASTAndProgram } from './shared';
3 /**
4  * @param code The code of the file being linted
5  * @param extra The config object
6  * @param extra.tsconfigRootDir The root directory for relative tsconfig paths
7  * @param extra.projects Provided tsconfig paths
8  * @returns If found, returns the source file corresponding to the code and the containing program
9  */
10 declare function createDefaultProgram(code: string, extra: Extra): ASTAndProgram | undefined;
11 export { createDefaultProgram };
12 //# sourceMappingURL=createDefaultProgram.d.ts.map