Skip to content

Commit 3c32413

Browse files
authored
Update packages/svelte/src/compiler/phases/3-transform/client/visitors/EachBlock.js
1 parent deb5a17 commit 3c32413

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/EachBlock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export function EachBlock(node, context) {
192192
read: (node) => {
193193
if (binding.reassigned) {
194194
// we need to do `array[$$index]` instead of `$$item` or whatever
195-
// TODO this only applies in legacy mode, reassignments are
195+
// TODO 6.0 this only applies in legacy mode, reassignments are
196196
// forbidden in runes mode
197197
return b.member(
198198
each_node_meta.array_name ? b.call(each_node_meta.array_name) : collection,

0 commit comments

Comments
 (0)