We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ basePath: '/', entry: '//bin' } { basePath: '/', entry: '//boot' } { basePath: '/', entry: '//dev' } { basePath: '/', entry: '//etc' }
{ basePath: '/', entry: '/bin' } { basePath: '/', entry: '/boot' } { basePath: '/', entry: '/dev' } { basePath: '/', entry: '/etc' }
require('fast-glob').sync('/*')
Nope.
The text was updated successfully, but these errors were encountered:
This is a regression between 2.x.x and 3.x.x.
2.x.x
3.x.x
Sorry, something went wrong.
Works with a fresh install of the fast-glob package.
fast-glob
mrmlnc
No branches or pull requests
Environment
Actual behavior
Expected behavior
Steps to reproduce
require('fast-glob').sync('/*')
Code sample
Nope.
The text was updated successfully, but these errors were encountered: