Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix deprecation type for DEP0148
  • Loading branch information
LiviaMedeiros committed Apr 7, 2025
commit 3023e09d3e88e10f9b536d68e53fa88066781362
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading