Skip to content

Commit f77d244

Browse files
authored
Merge pull request #389 from knockout/claude/inspiring-fermat-xaKte
chore: remove unused Node setup step and dead ForEachBinding.ForEach getter
2 parents 8931dc9 + 63fa7aa commit f77d244

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
- name: Setup Pages
2525
uses: actions/configure-pages@v6
2626

27-
- name: Setup Node
28-
uses: actions/setup-node@v6
29-
with:
30-
node-version: 24.x
31-
3227
- name: Setup Bun
3328
uses: oven-sh/setup-bun@v2
3429
with:

packages/binding.foreach/src/foreach.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,6 @@ export class ForEachBinding extends AsyncBindingHandler {
570570
return true
571571
}
572572

573-
/* TODO: Remove; for legacy/testing */
574-
static get ForEach() {
575-
return this
576-
}
577573
static get PENDING_DELETE_INDEX_SYM() {
578574
return PENDING_DELETE_INDEX_SYM
579575
}

0 commit comments

Comments
 (0)