Home
last modified time | relevance | path

Searched refs:CodeFixRegistration (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DcodeFixProvider.ts3 const errorCodeToFixes = createMultiMap<CodeFixRegistration>();
4 const fixIdToRegistration = new Map<string, CodeFixRegistration>();
25 export function registerCodeFix(reg: CodeFixRegistration) {
41 …function removeFixIdIfFixAllUnavailable(registration: CodeFixRegistration, diagnostics: Diagnostic…
Dtypes.ts1458 export interface CodeFixRegistration { interface