-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix(type-utils): check for type parameters on isBuiltinSymbolLikeRecurser()
#10026
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
fix(type-utils): check for type parameters on isBuiltinSymbolLikeRecurser()
#10026
Conversation
Thanks for the PR, @ronami! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
isBuiltinSymbolLikeRecurser()
isBuiltinSymbolLikeRecurser()
isBuiltinSymbolLikeRecurser()
isBuiltinSymbolLikeRecurser()
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10026 +/- ##
==========================================
- Coverage 88.70% 88.67% -0.03%
==========================================
Files 426 426
Lines 14835 14841 +6
Branches 4312 4314 +2
==========================================
+ Hits 13159 13160 +1
- Misses 1533 1538 +5
Partials 143 143
Flags with carried forward coverage won't be shown. Click here to find out more.
|
note - this might impact #10010 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks!
78a70db
to
3406cb7
Compare
I haven't looked into it yet but I don't think the codecov failure is related to my changes. |
Yeah, don't worry about it 👍 This is due to #8358 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay!
94c5484
into
typescript-eslint:main
PR Checklist
Overview
This PR addresses #9882 along with a similar issue for
@typescript-eslint/prefer-promise-reject-errors
:Since this changes a function that's being used in a lot of other places (
isBuiltinSymbolLikeRecurser()
), this can affect other rules (for better or worse).Please let me know if you think this isn't the correct way to approach this.