Searched refs:DiagnosticAndArguments (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/services/ |
D | codeFixProvider.ts | 6 …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/ |
D | fixImplicitThis.ts | 9 let diagnostic: DiagnosticAndArguments | undefined; 21 …ker, sourceFile: SourceFile, pos: number, checker: TypeChecker): DiagnosticAndArguments | undefine…
|
D | fixUnusedIdentifier.ts | 158 …function createDeleteFix(changes: FileTextChanges[], diag: DiagnosticAndArguments): CodeFixAction {
|
D | importFixes.ts | 686 let diag!: DiagnosticAndArguments; 692 …le, symbolName: string, fix: ImportFix, quotePreference: QuotePreference): DiagnosticAndArguments {
|