-
-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Labels
Description
Loose collection of things we should do for v4:
- make TypeScript a peer dependency
- Possibly chokidar v4 is out by then and we should check whether or not to switch to it. By the looks of it it will be ESM only, so we need change our output to be ESM, too. But that sounds like a good thing to do either way; and likely harmless since svelte-check is meant to be used as a command line tool where that doesn't matter.
- Check which minimum Node version to support. Probably 18
Issues to take a closer look at:
- no error when running
svelte-check
on invalidtsconfig.json
#2154 - Svelte language server forces too many tsconfig options #1976
svelte-check
ignoringjsconfig.json
'sexclude
option #1234- [svelte-check]
--ignore
flag gets overwritten by--tsconfig
#1074
Timing:
- after we investigated Volar? no
- with Svelte 5? no, shorty before it