Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DcodeFixProvider.ts6 …export type DiagnosticAndArguments = DiagnosticMessage | [DiagnosticMessage, string] | [Diagnostic… alias
7 function diagnosticToString(diag: DiagnosticAndArguments): string {
13 …onWithoutFixAll(fixName: string, changes: FileTextChanges[], description: DiagnosticAndArguments) {
17 …nges: FileTextChanges[], description: DiagnosticAndArguments, fixId: {}, fixAllDescription: Diagno…
/third_party/typescript/src/services/codefixes/
DfixImplicitThis.ts9 let diagnostic: DiagnosticAndArguments | undefined;
21 …ker, sourceFile: SourceFile, pos: number, checker: TypeChecker): DiagnosticAndArguments | undefine…
DfixUnusedIdentifier.ts158 …function createDeleteFix(changes: FileTextChanges[], diag: DiagnosticAndArguments): CodeFixAction {
DimportFixes.ts686 let diag!: DiagnosticAndArguments;
692 …le, symbolName: string, fix: ImportFix, quotePreference: QuotePreference): DiagnosticAndArguments {