node/lib/internal/fs
Juan José 31bf4fb6e5
fs: add throwIfNoEntry option for fs.stat and fs.promises.stat
Fixes: https://github.com/nodejs/node/issues/61116
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/61178
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2026-02-11 15:02:02 +00:00
..
cp fs: fix errorOnExist behavior for directory copy in fs.cp 2026-01-17 17:52:38 +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: fix ENOTDIR in globSync when file is treated as dir 2026-01-17 13:33:55 +00:00
promises.js fs: add throwIfNoEntry option for fs.stat and fs.promises.stat 2026-02-11 15:02:02 +00:00
recursive_watch.js fs: add ignore option to fs.watch 2026-01-22 22:34:41 +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: add ignore option to fs.watch 2026-01-22 22:34:41 +00:00