UNPKG

@typescript-eslint/typescript-estree

Version:

A parser that converts TypeScript source code into an ESTree compatible form

9 lines 428 B
import type { ParseSettings } from '../parseSettings'; import type { ASTAndDefiniteProgram } 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(parseSettings: ParseSettings): ASTAndDefiniteProgram; export { createIsolatedProgram }; //# sourceMappingURL=createIsolatedProgram.d.ts.map