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
feat(experimental-utils): extract isTokenOfTypeWithConditions
out of ast-utils
' predicates
#3977
Conversation
Thanks for the PR, @MichaelDeBoey! 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! |
Codecov Report
@@ Coverage Diff @@
## master #3977 +/- ##
==========================================
- Coverage 93.07% 92.66% -0.41%
==========================================
Files 295 194 -101
Lines 11069 8635 -2434
Branches 3218 2673 -545
==========================================
- Hits 10302 8002 -2300
+ Misses 299 255 -44
+ Partials 468 378 -90
Flags with carried forward coverage won't be shown. Click here to find out more. |
b7f5e67
to
ad55cbb
Compare
…f `ast-utils`' `predicates`
ad55cbb
to
bf91a01
Compare
@bradzacher Sorry for the delay, lots of ESLint plugins had some work |
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.
LGTM -thanks for this!
#3976 needs to be merged first