Searched refs:refactors (Results 1 – 15 of 15) sorted by relevance
5 const refactors = new Map<string, Refactor>(); constant9 refactors.set(name, refactor);13 return arrayFrom(flatMapIterator(refactors.values(), refactor =>20 const refactor = refactors.get(refactorName);
7 refactors or other upheaval can easily break it into a state of uselessness
75 the bug there. In the case of refactors or major internal improvements, these
3491 let refactors = this.getApplicableRefactorsAtSelection(triggerReason); variable3492 refactors = refactors.filter(r => r.name === name);3495 refactors.forEach(r => r.actions = r.actions.filter(a => a.name === actionName));3499 … refactors.forEach(r => r.actions = r.actions.filter(a => a.description === actionDescription));3502 refactors = refactors.filter(r => r.actions.length > 0);3504 const isAvailable = refactors.length > 0;3508 …bleRefactorAvailableForRange failed - expected no refactor but found: ${refactors.map(r => r.name)…3515 if (refactors.length > 1) {3516 …this.raiseError(`${refactors.length} available refactors both have name ${name} and action ${actio…3522 const refactors = this.getApplicableRefactorsAtSelection("invoked", kind, preferences); constant[all …]
1869 refactors: readonly ts.ApplicableRefactorInfo[]; property
72 - cherry-ignore: intel/fs: refactors
2185 - v3dv: more frame tiling refactors2186 - v3dv: trivial refactors in a few meta copy helpers
199 help avoid regressions from later refactors that mistakenly make an error no
621 - Many fixes, cleanups, source refactors and other improvements.
786 - Chris Pick for some `Incomplete` related refactors
11115 refactors
1690 * debloats clap by deduplicating logic and refactors ([03e413d7](https://github.com/clap-rs/clap/…
1784 …https://github.com/nodejs/node/commit/320a8adb45)] - **esm**: misc test refactors (Geoffrey Booth)…
2851 …https://github.com/nodejs/node/commit/90d14df56d)] - **src**: minor c++ refactors to module\_wrap …
29563 refactors definition of the `__NuttX__` preprocessor symbol to