From 3023e09d3e88e10f9b536d68e53fa88066781362 Mon Sep 17 00:00:00 2001 From: LiviaMedeiros Date: Mon, 7 Apr 2025 22:30:25 +0800 Subject: [PATCH] doc: fix deprecation type for `DEP0148` --- doc/api/deprecations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 695ab51f36757b..89a94a9ebb87f1 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -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`