@typescript-eslint/typescript-estree
Version:
A parser that converts TypeScript source code into an ESTree compatible form
7 lines • 352 B
TypeScript
import type { ParseSettings } from '../parseSettings';
import type { ASTAndDefiniteProgram } from './shared';
/**
* @returns Returns a new source file and program corresponding to the linted code
*/
export declare function createIsolatedProgram(parseSettings: ParseSettings): ASTAndDefiniteProgram;
//# sourceMappingURL=createIsolatedProgram.d.ts.map