Urara-Blog/node_modules/.pnpm-store/v3/files/a2/b73f8a07c9da35e532dae0c33582c4148efe56d44d8f0e0c2507d00b2030bb250f45883f9a2c8b793d3aee3ad62dac8cb74c925e6aa2385d4cc16ff3b13bf9
2022-08-14 01:14:53 +08:00

12 lines
No EOL
580 B
Text

import { Extra } from '../parser-options';
import { ASTAndProgram } from './shared';
/**
* @param code The code of the file being linted
* @param extra The config object
* @param extra.tsconfigRootDir The root directory for relative tsconfig paths
* @param extra.projects Provided tsconfig paths
* @returns If found, returns the source file corresponding to the code and the containing program
*/
declare function createDefaultProgram(code: string, extra: Extra): ASTAndProgram | undefined;
export { createDefaultProgram };
//# sourceMappingURL=createDefaultProgram.d.ts.map