Searched refs:DiagnosticAndArguments (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/ |
D | codeFixProvider.ts | 6 …onWithoutFixAll(fixName: string, changes: FileTextChanges[], description: DiagnosticAndArguments) { 10 …nges: FileTextChanges[], description: DiagnosticAndArguments, fixId: {}, fixAllDescription: Diagno… 14 …ges: FileTextChanges[], description: DiagnosticAndArguments, fixId?: {}, fixAllDescription?: Diagn…
|
D | utilities.ts | 3411 …export type DiagnosticAndArguments = DiagnosticMessage | [DiagnosticMessage, string] | [Diagnostic… alias 3412 export function diagnosticToString(diag: DiagnosticAndArguments): string {
|
/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 | 1025 let diag!: DiagnosticAndArguments; 1031 …lean, quotePreference: QuotePreference, compilerOptions: CompilerOptions): DiagnosticAndArguments {
|