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
return []
return [sku.vue]
import glob from 'fast-glob' const projectRoot = process.cwd() const testRoot = path.resolve(projectRoot, 'ssr-testing') const demoRoot = path.resolve(testRoot, 'cases') console.log('demoRoot', demoRoot) console.log( 'glob.sync(`${demoRoot}/*.vue`)', glob.sync(`${demoRoot}/*.vue`) )
The text was updated successfully, but these errors were encountered:
Current behavior is correct.
https://github.com/mrmlnc/fast-glob#how-to-write-patterns-on-windows
Your case works correctly when using the fg.convertPathToPattern method.
fg.convertPathToPattern
Sorry, something went wrong.
No branches or pull requests
Environment
Actual behavior
return []
Expected behavior
return [sku.vue]
Code sample
The text was updated successfully, but these errors were encountered: