svelte-intellij
svelte-intellij copied to clipboard
Support dynamic elements via `<svelte:element>` released in svelte 3.47.0
docs: https://svelte.dev/docs#template-syntax-svelte-element
changelog: https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3470
PR: https://github.com/sveltejs/svelte/issues/2324
#language-tools on svelte discord is a great place if you have questions.
hello, +1 for this feature
build should not be broken if we use svelte:element
(error Valid <svelte:...> tag names are svelte:head, svelte:options, svelte:window, svelte:body, svelte:self, svelte:component or svelte:fragment
)
thx