node/lib/internal/fs
Antoine du Hamel 32acafeeb6
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
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
2023-12-04 11:15:05 +01:00
..
cp fs: do not throw error on cpSync internals 2023-11-11 20:37:42 +01:00
read fs: improve error performance of sync methods 2023-09-17 20:42:46 +00:00
dir.js fs: introduce dirent.parentPath 2023-12-04 11:15:05 +01:00
glob.js fs: fix glob returning duplicates 2023-11-29 09:46:36 -03:00
promises.js permission: do not create symlinks if target is relative 2023-11-29 09:46:35 -03:00
recursive_watch.js fs: use kResistStopPropagation 2023-06-24 15:52:38 +00:00
rimraf.js fs: add trailing commas in source files 2023-02-20 01:58:32 +01:00
streams.js fs: add flush option to createWriteStream() 2023-10-11 16:25:05 +00:00
sync_write_stream.js fs: call the callback with an error if writeSync fails 2023-06-26 14:18:58 +00:00
utils.js fs: introduce dirent.parentPath 2023-12-04 11:15:05 +01:00
watchers.js errors: improve hideStackFrames 2023-11-14 09:18:05 +01:00