mirror of https://github.com/sveltejs/svelte
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.pull/9650/head
parent
5836c1cdbd
commit
48e78e420f
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
chore: prevent some unused variable creation
|
Loading…
Reference in new issue