0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.changeset/violet-pigs-jam.md
Dominic Gannaway 4fcd1cb1ed
fix: add compiler error for each block mutations in runes mode (#10428)
* fix: improve code generation for mutation to each block reference

* fix: add compiler error for each block mutations in runes mode

* lint

* lint

* lint

* use existing validate_assignment logic

* assignment, not mutation

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
2024-02-08 12:22:16 -05:00

6 lines
88 B
Markdown

---
"svelte": patch
---
fix: add compiler error for each block mutations in runes mode