-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
netlify/build
has some code similar to:
const pathGroups = await glob('**', {
absolute: true,
dot: true,
ignore: excludePatterns,
onlyFiles: false,
markDirectories: true,
followSymbolicLinks: false,
})
const paths = pathGroups.filter((path) => !path.endsWith('/'))
This behaves differently in tinyglobby
than in fast-glob
See here for a reproduction: https://github.com/benmccann/tinyglobby-symlinks
Blocks netlify/build#6354
Metadata
Metadata
Assignees
Labels
No labels