-
-
Notifications
You must be signed in to change notification settings - Fork 379
fix: escape special characters in glob patterns #858
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
base: main
Are you sure you want to change the base?
Conversation
|
I removed I need to investigate how to handle this properly. |
I made some modifications after the initial implementation. Originally, I used For example:
Therefore, I created a new |
Description
This PR escapes special characters in glob patterns when searching for components, fixing potential matching issues when component paths contain characters like
[]
,()
, or{}
.Please refer to picomatch docs and fast-glob issue for more context.
Linked Issues
resolved: #779
resolved: #822
closed: #832