-
-
Notifications
You must be signed in to change notification settings - Fork 351
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: add support for path with brackets () #677
Conversation
…resolve prefix 'A' or not
…s.prefix - You can use options.prefix to customize prefix whatever you want.
Co-authored-by: 内小子 <nbn1209@126.com>
feat(resolvers/antdv.ts): customize prefix whatever you want
@nabaonan Sorry, I'm not very familiar with the source code. Count you add this feature to the master version where appropriate?And this merger will be inessential. It's a upgrade about fast-glob. |
This seems to break the test, I have reverted it temporarily. Feel free to bring it back when you find the fix. Thanks |
Any Update? I need this merage |
Description
Directory with special characters does not work correctly
eg: project in path: E:\xxx\Code(Template)
withing the spacial characters '()' . auto import failed and then project worked fail.
It's a upgrade about fast-glob.
https://github.com/mrmlnc/fast-glob#why-are-parentheses-match-wrong
Linked Issues
Additional context