0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 09:21:21 +01:00
svelte/.changeset/friendly-lies-camp.md
Rich Harris 6e863e617c
feat: warn on referenced mutated nonstate (#9669)
Walk the path and warn if this is a mutated normal variable that's referenced inside a function scope
2023-11-27 17:25:08 +01:00

6 lines
83 B
Markdown

---
'svelte': patch
---
feat: warn on references to mutated non-state in template