mirror of https://github.com/sveltejs/svelte
perf: optimize simple object destructuring in @const tags (#18390)
This PR resolves a `TODO` in `ConstTag.js` regarding the optimization of
simple object pattern matching cases like `{@const { x } = y}`.
---------
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
pull/17306/merge
parent
a6560bbe08
commit
2ac7366391
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
perf: optimize simple object destructuring in `@const` tags
|
||||
Loading…
Reference in new issue