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