-
-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Since svelte can't (yet?) support typescript expressions in component template markup, it's impossible to provide typings/coercions/etc in template logic blocks. This results in seas of red warnings and errors in the editor and svelte-check.
Describe the solution you'd like
Assuming giving Svelte full typescript support in markup is either not going to happen or not happening any time soon, it would at least be nice to support @ts-ignore
HTML comments to skip typescript warnings for the following line of code.
Describe alternatives you've considered
The only real alternative is to disable typescript diagnostics in language-tools entirely, which is obviously less than ideal
xeho91, iluuu1994, andrewshumate, wilsonowilson, lovasoa and 72 more
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request