mirror of https://github.com/sveltejs/svelte
fix: use named symbols everywhere (#18238)
This isn't _really_ a fix since these should never surface to the user, but it's useful for debugging when they do, as in https://github.com/sveltejs/kit/pull/15779. Instead of seeing `Symbol()` we see e.g. `Symbol(uninitialized)` which makes it easier to understand where a bug is coming from.pull/18239/head
parent
dc1f037fa6
commit
2bc3592eb1
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: use named symbols everywhere
|
||||
Loading…
Reference in new issue