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