Investigate the possibility of using picomatch.scan
instead of glob-parent
#482
Labels
Milestone
picomatch.scan
instead of glob-parent
#482
Currently,
fast-glob
has two dependencies that can extract the base static directory from patterns.Right now we are using
glob-parent
for this, which has not had new versions released for a long time and has several bugs (gulpjs/glob-parent#63, gulpjs/glob-parent#60).The purpose of the issue is to make a decision:
picomatch.scan
instead ofglob-parent
without losing accuracy.glob-parent
package.Related issues on the
fast-glob
side:glob-parent
package.unescape', which is not present in the
glob-parent` package..
fora\\/*
.The text was updated successfully, but these errors were encountered: