sindresorhus / globby

User-friendly glob matching
MIT License
2.51k stars 130 forks source link

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

Open DavidAnson opened 3 years ago

DavidAnson commented 3 years ago

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.