-
-
Notifications
You must be signed in to change notification settings - Fork 200
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: support to import the types from the dirs
#544
Conversation
Run & review this pull request in StackBlitz Codeflow. |
Is there a case where you only want to auto import types for certain dirs but not the others? Maybe we could simply have another top-level config to toggle it for all dirs? |
You're right, I will add it. |
Ready to be reviewed |
@antfu Do we need to add this new feature to the |
Oh yeah, let's do it in unimport then |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
@antfu Ready for review |
Description
support to import the types from the
dirs
Linked Issues
close #530
Additional context