Searched defs:refactors (Results 1 – 3 of 3) sorted by relevance
5 const refactors = new Map<string, Refactor>(); constant
3491 let refactors = this.getApplicableRefactorsAtSelection(triggerReason); variable3522 const refactors = this.getApplicableRefactorsAtSelection("invoked", kind, preferences); constant3548 const refactors = this.getApplicableRefactorsAtSelection(triggerReason); constant
1869 refactors: readonly ts.ApplicableRefactorInfo[]; property