-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Deprecated typeParameters
#1229
Conversation
https://typescript-eslint.io/troubleshooting/#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings `typeParameters` are deprecated, and should use `typeArguments` instead. Allow fallback to `typeParameters` to maintain backward compatibility.
rename
|
If the failing TypeScript tests are just a temporary problem, you could add a |
Can take a look tomorrow. Thanks! Tho fwiw @brettz9, not sure if temporary or not. Guess I need to read more docs to figure how all of this works, haha. :) |
I think build/lint is fixed. Do you have an example of a test (any test fwiw) I can take a look for this? Edit: I guess |
Thanks for the PR! (and nevermind on the test then) |
🎉 This PR is included in version 48.2.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
https://typescript-eslint.io/troubleshooting/#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings
typeParameters
are deprecated, and should usetypeArguments
instead. Allow fallback totypeParameters
to maintain backward compatibility.