-
Notifications
You must be signed in to change notification settings - Fork 36
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: findTypeImports
for finding type imports
#163
Conversation
Codecov Report
@@ Coverage Diff @@
## main #163 +/- ##
==========================================
+ Coverage 85.89% 86.90% +1.01%
==========================================
Files 8 8
Lines 865 932 +67
Branches 134 148 +14
==========================================
+ Hits 743 810 +67
Misses 122 122
|
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.
This looks great! There are, I think, a couple of opportunities to de-duplicate code, however, such as L142-144 and L161-174, which are identical (at first glance) to parseStaticImports
.
😊Thank you for the reminder. I have possibly extracted the same code from |
Thanks ❤️ |
👀