Home
last modified time | relevance | path

Searched refs:refactors (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/services/
DrefactorProvider.ts5 const refactors = new Map<string, Refactor>(); constant
9 refactors.set(name, refactor);
13 return arrayFrom(flatMapIterator(refactors.values(), refactor =>
20 const refactor = refactors.get(refactorName);
/third_party/libwebsockets/READMEs/
DREADME.ci.md7 refactors or other upheaval can easily break it into a state of uselessness
DREADME.release-policy.md75 the bug there. In the case of refactors or major internal improvements, these
/third_party/typescript/src/harness/
DfourslashImpl.ts3491 let refactors = this.getApplicableRefactorsAtSelection(triggerReason); variable
3492 refactors = refactors.filter(r => r.name === name);
3495 refactors.forEach(r => r.actions = r.actions.filter(a => a.name === actionName));
3499refactors.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 …]
DfourslashInterfaceImpl.ts1869 refactors: readonly ts.ApplicableRefactorInfo[]; property
/third_party/mesa3d/docs/relnotes/
D17.2.6.rst72 - cherry-ignore: intel/fs: refactors
D20.3.0.rst2185 - v3dv: more frame tiling refactors
2186 - v3dv: trivial refactors in a few meta copy helpers
/third_party/rust/crates/syn/
DREADME.md199 help avoid regressions from later refactors that mistakenly make an error no
/third_party/libwebsockets/
Dchangelog621 - Many fixes, cleanups, source refactors and other improvements.
/third_party/rust/crates/nom/
DCHANGELOG.md786 - Chris Pick for some `Incomplete` related refactors
/third_party/rust/crates/aho-corasick/bench/data/
Dwords-1500011115 refactors
/third_party/rust/crates/clap/
DCHANGELOG.md1690 * debloats clap by deduplicating logic and refactors ([03e413d7](https://github.com/clap-rs/clap/…
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md1784 …https://github.com/nodejs/node/commit/320a8adb45)] - **esm**: misc test refactors (Geoffrey Booth)…
DCHANGELOG_V8.md2851 …https://github.com/nodejs/node/commit/90d14df56d)] - **src**: minor c++ refactors to module\_wrap …
/third_party/NuttX/
DReleaseNotes29563 refactors definition of the `__NuttX__` preprocessor symbol to