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

11 lines
No EOL
560 B
Text

import { Extra } from '../parser-options';
import { ASTAndProgram } from './shared';
/**
* @param code The code of the file being linted
* @param createDefaultProgram True if the default program should be created
* @param extra The config object
* @returns If found, returns the source file corresponding to the code and the containing program
*/
declare function createProjectProgram(code: string, createDefaultProgram: boolean, extra: Extra): ASTAndProgram | undefined;
export { createProjectProgram };
//# sourceMappingURL=createProjectProgram.d.ts.map