Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dbuilder.ts3 export interface ReusableDiagnostic extends ReusableDiagnosticRelatedInformation {
8 relatedInformation?: ReusableDiagnosticRelatedInformation[];
12 export interface ReusableDiagnosticRelatedInformation { interface
287 …function convertToDiagnosticRelatedInformation(diagnostic: ReusableDiagnosticRelatedInformation, n…
833 …Information, relativeToBuildInfo: (path: string) => string): ReusableDiagnosticRelatedInformation {