Skip to content

Commit

Permalink
Update packages/svelte/src/compiler/phases/3-transform/client/visitor…
Browse files Browse the repository at this point in the history
…s/EachBlock.js
  • Loading branch information
Rich-Harris committed Sep 20, 2024
1 parent deb5a17 commit 3c32413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export function EachBlock(node, context) {
read: (node) => {
if (binding.reassigned) {
// we need to do `array[$$index]` instead of `$$item` or whatever
// TODO this only applies in legacy mode, reassignments are
// TODO 6.0 this only applies in legacy mode, reassignments are
// forbidden in runes mode
return b.member(
each_node_meta.array_name ? b.call(each_node_meta.array_name) : collection,
Expand Down

0 comments on commit 3c32413

Please sign in to comment.