fs: detect dot files when using globstar · nodejs/node@9cb6757 · GitHub
Skip to content

Commit 9cb6757

Browse files
robinvw1aduh95
authored andcommitted
fs: detect dot files when using globstar
Using globstar in glob pattern should not prevent dot (hidden) files from being matched. PR-URL: #61012 Fixes: #56321 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 6da3402 commit 9cb6757

2 files changed

Lines changed: 33 additions & 12 deletions

File tree

lib/internal/fs/glob.js

Lines changed: 28 additions & 12 deletions

test/parallel/test-fs-glob.mjs

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)