File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6657,11 +6657,17 @@ The path to the parent directory of the file this {fs.Dirent} object refers to.
6657
6657
added:
6658
6658
- v20.1.0
6659
6659
- v18.17.0
6660
+ changes:
6661
+ - version: REPLACEME
6662
+ pr-url: https://github.com/nodejs/node/pull/51050
6663
+ description: Accessing this property emits a warning. It is now read-only.
6660
6664
-->
6661
6665
6666
+ > Stability: 0 - Deprecated: Use [` dirent .parentPath ` ][] instead.
6667
+
6662
6668
* {string}
6663
6669
6664
- Alias for ` dirent .parentPath ` .
6670
+ Alias for ` dirent .parentPath ` . Read-only.
6665
6671
6666
6672
### Class: ` fs .FSWatcher `
6667
6673
@@ -8214,6 +8220,7 @@ the file contents.
8214
8220
[` Number .MAX_SAFE_INTEGER ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER
8215
8221
[` ReadDirectoryChangesW` ]: https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-readdirectorychangesw
8216
8222
[` UV_THREADPOOL_SIZE ` ]: cli.md#uv_threadpool_sizesize
8223
+ [` dirent .parentPath ` ]: #direntparentpath
8217
8224
[` event ports` ]: https://illumos.org/man/port_create
8218
8225
[` filehandle .createReadStream ()` ]: #filehandlecreatereadstreamoptions
8219
8226
[` filehandle .createWriteStream ()` ]: #filehandlecreatewritestreamoptions
You can’t perform that action at this time.
0 commit comments