-
Notifications
You must be signed in to change notification settings - Fork 116
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
Implement glob.hasMagic
#105
Comments
Would be useful if you could support multiple patterns here, in contrast to |
/cc @mrmlnc friendly ping |
Right now, I'm working on a different functionality that allows me to reduce the File System time by 10-20%. I will come back to this issue later (in the next week, as I think). |
@mrmlnc It's been a few weeks... 🙃 ping? |
Sorry, I moved this issue to the milestones |
Will be available with |
Environment
Actual behavior
Doesn't have
hasMagic
function.Expected behavior
Has
hasMagic
function. With same logic from https://github.com/isaacs/node-glob#globhasmagicpattern-options. Why? Allow full migrate fromnode-glob
tofast-glob
Steps to reproduce
not required
Code sample
not required
Thanks!
The text was updated successfully, but these errors were encountered: