Home
last modified time | relevance | path

Searched refs:CodeFixContextBase (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/services/codefixes/
DconvertToTypeOnlyExport.ts29 …Changes.ChangeTracker, exportSpecifier: ExportSpecifier | undefined, context: CodeFixContextBase) {
63 …eExportSpecifiers(originExportSpecifier: ExportSpecifier, context: CodeFixContextBase): readonly E…
DfixSpelling.ts34 …function getInfo(sourceFile: SourceFile, pos: number, context: CodeFixContextBase, errorCode: numb…
116 …edSourceFileFromImportDeclaration(sourceFile: SourceFile, context: CodeFixContextBase, importDecla…
DconvertToTypeOnlyImport.ts29 …ges.ChangeTracker, importDeclaration: ImportDeclaration | undefined, context: CodeFixContextBase) {
DsplitTypeOnlyImport.ts25 …ges.ChangeTracker, importDeclaration: ImportDeclaration | undefined, context: CodeFixContextBase) {
DimportFixes.ts35 …addImportFromDiagnostic: (diagnostic: DiagnosticWithLocation, context: CodeFixContextBase) => void;
54 …function addImportFromDiagnostic(diagnostic: DiagnosticWithLocation, context: CodeFixContextBase) {
462 …function getFixesInfo(context: CodeFixContextBase, errorCode: number, pos: number, useAutoImportPr…
494 …tFixesInfoForUMDImport({ sourceFile, program, host, preferences }: CodeFixContextBase, token: Node…
545 …ort({ sourceFile, program, cancellationToken, host, preferences }: CodeFixContextBase, symbolToken…
DfixAddMissingMember.ts359 context: CodeFixContextBase,
403 …function addFunctionDeclaration(changes: textChanges.ChangeTracker, context: CodeFixContextBase, i…
Dhelpers.ts252 context: CodeFixContextBase,
/third_party/typescript/src/services/
DcodeFixProvider.ts92 function getDiagnostics({ program, sourceFile, cancellationToken }: CodeFixContextBase) {
Dtypes.ts1466 export interface CodeFixContextBase extends textChanges.TextChangesContext { interface
1474 export interface CodeFixAllContext extends CodeFixContextBase {
1479 export interface CodeFixContext extends CodeFixContextBase {