Skip to content

Commit dd9a8a2

Browse files
authored
feat: remove todo (#11167)
1 parent 9b67ee1 commit dd9a8a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/svelte/src/compiler/phases/2-analyze/validation.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ const validation = {
352352
if (context.state.analysis.runes && binding.kind === 'each') {
353353
error(node, 'invalid-each-assignment');
354354
}
355-
356-
// TODO handle mutations of non-state/props in runes mode
357355
}
358356

359357
if (node.name === 'group') {

0 commit comments

Comments
 (0)