diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index dcba5f65f61f56..f430591dd403f5 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3615,6 +3615,9 @@ Please use `value instanceof WebAssembly.Module` instead. -Type: Runtime +Type: End-of-Life -The [`dirent.path`][] is deprecated due to its lack of consistency across +The [`dirent.path`][] has been removed due to its lack of consistency across release lines. Please use [`dirent.parentPath`][] instead. ### DEP0179: `Hash` constructor diff --git a/doc/api/fs.md b/doc/api/fs.md index a6628e7bee061d..a5211033af5642 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -6811,31 +6811,6 @@ added: The path to the parent directory of the file this {fs.Dirent} object refers to. -#### `dirent.path` - - - -> Stability: 0 - Deprecated: Use [`dirent.parentPath`][] instead. - -* {string} - -Alias for `dirent.parentPath`. - ### Class: `fs.FSWatcher`