mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix deprecation type for DEP0148
PR-URL: https://github.com/nodejs/node/pull/57785 Refs: https://github.com/nodejs/node/pull/40121 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -3064,11 +3064,11 @@ changes:
|
||||
description: Documentation-only deprecation.
|
||||
-->
|
||||
|
||||
Type: Runtime
|
||||
Type: End-of-Life
|
||||
|
||||
Using a trailing `"/"` to define subpath folder mappings in the
|
||||
[subpath exports][] or [subpath imports][] fields is deprecated. Use
|
||||
[subpath patterns][] instead.
|
||||
[subpath exports][] or [subpath imports][] fields is no longer supported.
|
||||
Use [subpath patterns][] instead.
|
||||
|
||||
### DEP0149: `http.IncomingMessage#connection`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user