0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 09:21:21 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
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