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
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-02-03 20:55:15 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-03-20 21:14:14 +0300
commit3cc9aec988a47beda8eb9b93398f9ab7c5caabad (patch)
tree9d381b44f1a04ce4e46bb31407ba66b00ac314da /doc/api/packages.md
parentd4693ff4308de3517f064a2c930718a6f37229fe (diff)
module: runtime deprecate subpath folder mappings
PR-URL: https://github.com/nodejs/node/pull/37215 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 66f1eec3480..f14770e34d9 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -386,9 +386,12 @@ targets, this expansion is dependent on only the files of the package itself.
### Subpath folder mappings
<!-- YAML
changes:
- - version: v15.1.0
- pr-url: https://github.com/nodejs/node/pull/35746
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/37215
description: Runtime deprecation.
+ - version: v15.1.0
+ pr-url: https://github.com/nodejs/node/pull/35747
+ description: Runtime deprecation for self-referencing imports.
- version:
- v14.13.0
- v12.20.0