Dominik G.
Dominik G.
latest version of launch-editor and vite should have this fixed. if you still experience files that do not open please share their full path (skip your user dir for privacy...
The fix is in launch-editor 2.9.1 which has been merged into vite main branch (6.0 beta) but not backported to 5.4 branch yet, sorry. still needs to wait a bit
please try again with vite 5.4.9
launch-editor still does not support WSL, see https://github.com/yyx990803/launch-editor/issues/16
svelte5 understands ts syntax in .svelte files without needing a preprocessor, however it does not work with typescript features that have code output. for that to work you have to...
> Ah okay, I'm curious why that's the default? 🤔 > > But thanks for the quick response! we might reevaluate that default. in general i think most users/components don't...
forcing an extra unneeded transpile on all users just because some users use enums or other code generating features of typescript in some files is not great. Ideally we find...
vite-plugin-svelte@4 is going to continue to keep script: false as the default. Documentation will be updated to reflect this. svelte itself is going to get better messages to let users...
docs update https://github.com/sveltejs/vite-plugin-svelte/pull/974
please use our [discord](https://svelte.dev/chat) `#help-svelte-and-kit` or https://github.com/sveltejs/svelte/discussions for questions about sveltes typescript support. vite-plugin-svelte is only the messenger here.