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