File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3453,6 +3453,20 @@ Type: Documentation-only
34533453The [ ` util.types.isWebAssemblyCompiledModule ` ] [ ] API is deprecated. Please use
34543454` value instanceof WebAssembly.Module ` instead.
34553455
3456+ ### DEP0178: ` dirent.path `
3457+
3458+ <!-- YAML
3459+ changes:
3460+ - version: REPLACEME
3461+ pr-url: https://github.com/nodejs/node/pull/51020
3462+ description: Documentation-only deprecation.
3463+ -->
3464+
3465+ Type: Documentation-only
3466+
3467+ The [ ` dirent.path ` ] [ ] is deprecated due to its lack of consistency across
3468+ release lines. Please use [ ` dirent.parentPath ` ] [ ] instead.
3469+
34563470[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
34573471[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
34583472[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
@@ -3499,6 +3513,8 @@ The [`util.types.isWebAssemblyCompiledModule`][] API is deprecated. Please use
34993513[ `decipher.setAuthTag()` ] : crypto.md#deciphersetauthtagbuffer-encoding
35003514[ `diagnostics_channel.subscribe(name, onMessage)` ] : diagnostics_channel.md#diagnostics_channelsubscribename-onmessage
35013515[ `diagnostics_channel.unsubscribe(name, onMessage)` ] : diagnostics_channel.md#diagnostics_channelunsubscribename-onmessage
3516+ [ `dirent.parentPath` ] : fs.md#direntparentpath
3517+ [ `dirent.path` ] : fs.md#direntpath
35023518[ `dns.lookup()` ] : dns.md#dnslookuphostname-options-callback
35033519[ `dnsPromises.lookup()` ] : dns.md#dnspromiseslookuphostname-options
35043520[ `domain` ] : domain.md
You can’t perform that action at this time.
0 commit comments