mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Using globstar in glob pattern should not prevent dot (hidden) files from being matched. PR-URL: https://github.com/nodejs/node/pull/61012 Fixes: https://github.com/nodejs/node/issues/56321 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>