Home
last modified time | relevance | path

Searched refs:ReusableDiagnostic (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dbuilder.ts3 export interface ReusableDiagnostic extends ReusableDiagnosticRelatedInformation { interface
27 …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…