UNPKG

@typescript-eslint/typescript-estree

Version:

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

4 lines 284 B
import type * as ts from 'typescript'; import type { ParseSettings } from '../parseSettings'; export declare function createProjectProgramError(parseSettings: ParseSettings, programsForProjects: readonly ts.Program[]): string[]; //# sourceMappingURL=createProjectProgramError.d.ts.map