-
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: findTypeExports
for finding type exports
#156
Conversation
Codecov Report
@@ Coverage Diff @@
## main #156 +/- ##
==========================================
+ Coverage 84.53% 85.20% +0.66%
==========================================
Files 8 8
Lines 802 865 +63
Branches 145 156 +11
==========================================
+ Hits 678 737 +59
- Misses 124 128 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
In general, it LGTM!
findTypeExports
for finding type exports
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.
π―
π Linked issue
β Type of change
π Description
This adds support for finding type exports which might be useful for type auto-import downstream in unimport (unjs/unimport#218) - as well as in https://github.com/unjs/mkdist (unjs/mkdist#134).
π Checklist