blob: 26bc6e4b394af136040eaa378b26a8ef0e4d5b08 [file] [log] [blame]
import { Extra } from '../parser-options';
import { ASTAndProgram } from './shared';
/**
* @param code The code of the file being linted
* @returns Returns a new source file and program corresponding to the linted code
*/
declare function createIsolatedProgram(code: string, extra: Extra): ASTAndProgram;
export { createIsolatedProgram };
//# sourceMappingURL=createIsolatedProgram.d.ts.map