Home
last modified time | relevance | path

Searched defs:refactors (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/
DrefactorProvider.ts5 const refactors = new Map<string, Refactor>(); constant
/third_party/typescript/src/harness/
DfourslashImpl.ts3414 let refactors = this.getApplicableRefactorsAtSelection(triggerReason); variable
3434 const refactors = this.getApplicableRefactorsAtSelection("invoked", kind, preferences); constant
3460 const refactors = this.getApplicableRefactorsAtSelection(triggerReason); constant
DfourslashInterfaceImpl.ts1702 refactors: readonly ts.ApplicableRefactorInfo[]; property