0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/witty-camels-warn.md
Rich Harris 48e78e420f
chore: remove static value handling (#9571)
The deleted code ensured that a static variable wouldn't update when it's in the same text expression as a reactive variable. We solved this through emitting a warning about this instead, marking it as undefined behavior.
2023-11-27 19:19:07 +01:00

70 B

svelte
patch

chore: prevent some unused variable creation