0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/thin-foxes-lick.md
Rich Harris 5836c1cdbd
chore: improve output for <svelte:element> (#9648)
- doesn't add spread_dynamic_element_attributes when there are no attributes — Unnecessary spread_dynamic_element_attributes call #9646
- skips the child render function altogether if there is nothing to do
2023-11-27 19:15:04 +01:00

6 lines
74 B
Markdown

---
'svelte': patch
---
chore: improve `<svelte:element>` generated code