sveltejs / vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
MIT License
864 stars 105 forks source link

fix: silence type error #651

Closed dummdidumm closed 1 year ago

dummdidumm commented 1 year ago

Svelte 4 has more correct typings of the js property of the result of svelte.compile, which makes a type cast necessary

dominikg commented 1 year ago

closing in favor of #652