Searched refs:ReusableDiagnostic (Results 1 – 1 of 1) sorted by relevance
3 export interface ReusableDiagnostic extends ReusableDiagnosticRelatedInformation { interface27 …semanticDiagnosticsPerFile?: ReadonlyESMap<Path, readonly ReusableDiagnostic[] | readonly Diagnost…239 …sReusableDiagnostic ? convertToDiagnostics(diagnostics as readonly ReusableDiagnostic[], newProgra…264 …function convertToDiagnostics(diagnostics: readonly ReusableDiagnostic[], newProgram: Program, get…693 export type ProgramBuildInfoDiagnostic = string | [string, readonly ReusableDiagnostic[]];750 value as readonly ReusableDiagnostic[] :815 …donly Diagnostic[], relativeToBuildInfo: (path: string) => string): readonly ReusableDiagnostic[] {818 …const result: ReusableDiagnostic = convertToReusableDiagnosticRelatedInformation(diagnostic, relat…