Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2021-09-15 11:09:47 +0300
committerGuy Bedford <guybedford@gmail.com>2021-09-19 07:03:20 +0300
commit64287e4d459f771d9aa03fc65441f1ddf12c2535 (patch)
treebba6ccacd7df95ef261f991ee12666a103d92c4c /doc
parent3101c09d1d211cbe237f1aaded552216a474ed24 (diff)
module: runtime deprecate trailing slash patterns
PR-URL: https://github.com/nodejs/node/pull/40117 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index c0f1d38d555..d1ed3a23c26 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2821,12 +2821,15 @@ and `'mgf1HashAlgorithm'`.
<!-- YAML
changes:
- version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/40117
+ description: Runtime deprecation.
+ - version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/40039
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->
-Type: Documentation-only (supports [`--pending-deprecation`][])
+Type: Runtime
The remapping of specifiers ending in `"/"` like `import 'pkg/x/'` is deprecated
for package `"exports"` and `"imports"` pattern resolutions.