Home
last modified time | relevance | path

Searched refs:CodeFixAllContext (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/services/
DcodeFixProvider.ts61 export function getAllFixes(context: CodeFixAllContext): CombinedCodeActions {
75 context: CodeFixAllContext,
84 …export function eachDiagnostic(context: CodeFixAllContext, errorCodes: readonly number[], cb: (dia…
Dtypes.ts1462 getAllCodeActions?(context: CodeFixAllContext): CombinedCodeActions;
1474 export interface CodeFixAllContext extends CodeFixContextBase { interface
/third_party/typescript/src/services/codefixes/
DfixPropertyOverrideAccessor.ts28 …ceFile, start: number, length: number, code: number, context: CodeFixContext | CodeFixAllContext) {
DfixAddVoidToPromise.ts17 getAllCodeActions(context: CodeFixAllContext) {
DaddMissingAwait.ts61 …function getDeclarationSiteFix(context: CodeFixContext | CodeFixAllContext, expression: Expression…
82 …function getUseSiteFix(context: CodeFixContext | CodeFixAllContext, expression: Expression, errorC…
DaddMissingAsync.ts43 …function getFix(context: CodeFixContext | CodeFixAllContext, decl: FixableDeclaration, trackChange…