-
Notifications
You must be signed in to change notification settings - Fork 113
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
Regression in v3.3.1 #422
Comments
1 task
Just noticed, in previous version require('fast-glob').sync("foo@(\\\\)/**/{*.a,*.b}") works, require('fast-glob').sync("foo@(\\\\)/{*.a,*.b}") not work either. |
Fixed in the |
This was referenced Sep 9, 2024
This was referenced Sep 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Actual behavior
I have files
Expected behavior
Expect
to glob
foo\/bar.a
file, and previous version work as expected.Steps to reproduce
N/A
Code sample
N/A
The text was updated successfully, but these errors were encountered: