.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / create-program / createProjectProgram.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 createDefaultProgram True if the default program should be created
6  * @param extra The config object
7  * @returns If found, returns the source file corresponding to the code and the containing program
8  */
9 declare function createProjectProgram(code: string, createDefaultProgram: boolean, extra: Extra): ASTAndProgram | undefined;
10 export { createProjectProgram };
11 //# sourceMappingURL=createProjectProgram.d.ts.map