Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DcodeFixProvider.ts6 …onWithoutFixAll(fixName: string, changes: FileTextChanges[], description: DiagnosticAndArguments) {
10 …nges: FileTextChanges[], description: DiagnosticAndArguments, fixId: {}, fixAllDescription: Diagno…
14 …ges: FileTextChanges[], description: DiagnosticAndArguments, fixId?: {}, fixAllDescription?: Diagn…
Dutilities.ts3411 …export type DiagnosticAndArguments = DiagnosticMessage | [DiagnosticMessage, string] | [Diagnostic… alias
3412 export function diagnosticToString(diag: DiagnosticAndArguments): string {
/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.ts1025 let diag!: DiagnosticAndArguments;
1031 …lean, quotePreference: QuotePreference, compilerOptions: CompilerOptions): DiagnosticAndArguments {