-
-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Labels
Description
Describe the bug
Tests fail on Node.js >=23 with "The angle-bracket syntax for type assertions, <T>expr
, is not supported in type strip mode. Instead, use the 'as' syntax: expr as T
."
Reproduction
The package has to use nodejs-lts
in the meantime.
Expected behaviour
Tests pass
System Info
- OS: Arch Linux
- IDE: Neovim
Which package is the issue about?
svelte-language-server
Additional Information, eg. Screenshots
Started working on this, but it's quite tedious. Maybe there's a way to automate it?