Closed fisker closed 12 months ago
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 main
branch and was backported to 3.x.x
.
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