-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(typescript-estree): support type-only module specifiers #4076
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(typescript-estree): support type-only module specifiers #4076
Conversation
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.
ast + parser changes LGTM!
647456c
to
1aee3b1
Compare
✔️ Deploy Preview for typescript-eslint ready! 🔨 Explore the source changes: ed5d3eb 🔍 Inspect the deploy log: https://app.netlify.com/sites/typescript-eslint/deploys/618e1cfc05e3cd0007a8afa5 😎 Browse the preview: https://deploy-preview-4076--typescript-eslint.netlify.app |
e1d01d5
to
6c7507f
Compare
Codecov Report
@@ Coverage Diff @@
## master #4076 +/- ##
==========================================
- Coverage 93.35% 92.75% -0.60%
==========================================
Files 152 334 +182
Lines 8035 11510 +3475
Branches 2579 3279 +700
==========================================
+ Hits 7501 10676 +3175
- Misses 180 362 +182
- Partials 354 472 +118
Flags with carried forward coverage won't be shown. Click here to find out more.
|
6c7507f
to
ed5d3eb
Compare
@bradzacher Ready for review! |
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 doing all of this!
PR Checklist
Overview
Adds support for type-only module specifiers.
Based on #4073