-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new svelte $$Generic type #127
Comments
Your fix has been released as 3.2.1. Thank you! |
Happy to help! Thank you |
So this feature has been removed in the successor of the parser. Is it a good idea to revert to this version while it is not reimplemented yet? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
A couple of months ago (July 2021), the Svelte team added the ability to specify generics types when using TypeScript.
RFC: sveltejs/rfcs#38
Thread: sveltejs/language-tools#442
Exemple
Issue
When using this new feature,
eslint-plugin-svelte3
complains with errorno-undef
.Workaround
Disabling the error manually:
The text was updated successfully, but these errors were encountered: