Searched refs:ReusableDiagnosticRelatedInformation (Results 1 – 1 of 1) sorted by relevance
3 export interface ReusableDiagnostic extends ReusableDiagnosticRelatedInformation {8 relatedInformation?: ReusableDiagnosticRelatedInformation[];12 export interface ReusableDiagnosticRelatedInformation { interface287 …function convertToDiagnosticRelatedInformation(diagnostic: ReusableDiagnosticRelatedInformation, n…833 …Information, relativeToBuildInfo: (path: string) => string): ReusableDiagnosticRelatedInformation {