node/lib/internal/fs
Robin van Wijngaarden 4db307a4b0
fs: detect dot files when using globstar
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>
2025-12-11 21:12:03 +00:00
..
cp fs: improve cpSync no-filter copyDir performance 2025-06-07 14:44:25 +00:00
read lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
dir.js fs: close dir before throwing if options.bufferSize is invalid 2025-07-06 05:32:45 +00:00
glob.js fs: detect dot files when using globstar 2025-12-11 21:12:03 +00:00
promises.js fs: correct error message when FileHandle is transferred 2025-07-29 19:28:35 +00:00
recursive_watch.js lib: fixup more incorrect ERR_INVALID_ARG_VALUE uses 2025-02-24 23:23:32 +00:00
rimraf.js fs: refactor rimraf to avoid using primordials 2024-09-10 02:32:57 +00:00
streams.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
sync_write_stream.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
utils.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
watchers.js fs: allow correct handling of burst in fs-events with AsyncIterator 2025-06-10 16:27:17 +00:00