We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb5a17 commit 3c32413Copy full SHA for 3c32413
packages/svelte/src/compiler/phases/3-transform/client/visitors/EachBlock.js
@@ -192,7 +192,7 @@ export function EachBlock(node, context) {
192
read: (node) => {
193
if (binding.reassigned) {
194
// we need to do `array[$$index]` instead of `$$item` or whatever
195
- // TODO this only applies in legacy mode, reassignments are
+ // TODO 6.0 this only applies in legacy mode, reassignments are
196
// forbidden in runes mode
197
return b.member(
198
each_node_meta.array_name ? b.call(each_node_meta.array_name) : collection,
0 commit comments