0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 00:51:01 +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

83 B

svelte
patch

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