File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3445,6 +3445,20 @@ Type: Documentation-only
3445
3445
The [ ` util.types.isWebAssemblyCompiledModule ` ] [ ] API is deprecated. Please use
3446
3446
` value instanceof WebAssembly.Module ` instead.
3447
3447
3448
+ ### DEP0178: ` dirent.path `
3449
+
3450
+ <!-- YAML
3451
+ changes:
3452
+ - version: REPLACEME
3453
+ pr-url: https://github.com/nodejs/node/pull/51020
3454
+ description: Documentation-only deprecation.
3455
+ -->
3456
+
3457
+ Type: Documentation-only
3458
+
3459
+ The [ ` dirent.path ` ] [ ] is deprecated due to its lack of consistency across
3460
+ release lines. Please use [ ` dirent.parentPath ` ] [ ] instead.
3461
+
3448
3462
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3449
3463
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3450
3464
[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
@@ -3491,6 +3505,8 @@ The [`util.types.isWebAssemblyCompiledModule`][] API is deprecated. Please use
3491
3505
[ `decipher.setAuthTag()` ] : crypto.md#deciphersetauthtagbuffer-encoding
3492
3506
[ `diagnostics_channel.subscribe(name, onMessage)` ] : diagnostics_channel.md#diagnostics_channelsubscribename-onmessage
3493
3507
[ `diagnostics_channel.unsubscribe(name, onMessage)` ] : diagnostics_channel.md#diagnostics_channelunsubscribename-onmessage
3508
+ [ `dirent.parentPath` ] : fs.md#direntparentpath
3509
+ [ `dirent.path` ] : fs.md#direntpath
3494
3510
[ `dns.lookup()` ] : dns.md#dnslookuphostname-options-callback
3495
3511
[ `dnsPromises.lookup()` ] : dns.md#dnspromiseslookuphostname-options
3496
3512
[ `domain` ] : domain.md
You can’t perform that action at this time.
0 commit comments