We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8931dc9 + 63fa7aa commit f77d244Copy full SHA for f77d244
2 files changed
.github/workflows/deploy-docs.yml
@@ -24,11 +24,6 @@ jobs:
24
- name: Setup Pages
25
uses: actions/configure-pages@v6
26
27
- - name: Setup Node
28
- uses: actions/setup-node@v6
29
- with:
30
- node-version: 24.x
31
-
32
- name: Setup Bun
33
uses: oven-sh/setup-bun@v2
34
with:
packages/binding.foreach/src/foreach.ts
@@ -570,10 +570,6 @@ export class ForEachBinding extends AsyncBindingHandler {
570
return true
571
}
572
573
- /* TODO: Remove; for legacy/testing */
574
- static get ForEach() {
575
- return this
576
- }
577
static get PENDING_DELETE_INDEX_SYM() {
578
return PENDING_DELETE_INDEX_SYM
579
0 commit comments