node/lib/internal/fs
Antoine du Hamel 26e8f7793e
fs: introduce dirent.parentPath
The goal is to replace `dirent.path` using a name that's less likely to
create confusion.
`dirent.path` value has not been stable, moving it to a different
property name should avoid breaking some upgrading user expectations.

PR-URL: https://github.com/nodejs/node/pull/50976
Backport-PR-URL: https://github.com/nodejs/node/pull/51021
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
2024-03-18 16:55:24 +00:00
..
cp fs: add support for mode flag to specify the copy behavior 2023-07-07 00:06:07 +03:00
dir.js fs: introduce dirent.parentPath 2024-03-18 16:55:24 +00:00
promises.js fs: remove redundant code in readableWebStream() 2023-11-26 20:32:39 +01:00
read_file_context.js fs: add trailing commas in source files 2023-04-05 12:52:18 -04:00
recursive_watch.js fs: use kResistStopPropagation 2023-10-28 12:24:50 +02:00
rimraf.js fs: add trailing commas in source files 2023-04-05 12:52:18 -04:00
streams.js fs: make sure to write entire buffer 2023-09-28 12:05:35 -04:00
sync_write_stream.js fs: call the callback with an error if writeSync fails 2023-09-12 10:58:51 -04:00
utils.js fs: introduce dirent.parentPath 2024-03-18 16:55:24 +00:00
watchers.js fs: use kResistStopPropagation 2023-10-28 12:24:50 +02:00