mirror of https://github.com/sveltejs/svelte
fix: Prevent `$state` `bigint`s incrementing and decrementing from throwing (#14485)
* Fix `$.update` and `$.update_pre` for bigints * resolve conflicts * fix some things * fix thing i definitely didn't just break * hopefully this will fix it * fix formatting * simplify * style consistency * simplify * changeset --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/14489/head
parent
fe15ad4ae8
commit
945b625e95
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: correctly increment/decrement bigints
|
Loading…
Reference in new issue