globby icon indicating copy to clipboard operation
globby copied to clipboard

globby's use of dir-glob does not support fast-glob's fs option

Open DavidAnson opened this issue 3 years ago • 0 comments

globby is built on top of fast-glob which allows the use of custom file system functions via the fs option. However, globby does not pass that option through to its calls to dir-glob (which does not allow it anyway), so support for the fs option is compromised.

DavidAnson avatar Aug 24 '21 03:08 DavidAnson