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>2020-09-29 12:08:55 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-09 02:01:52 +0300
commit78f2b11ecd24ecd72930f668e5617116fbe57337 (patch)
tree2b993fc652b4ba3ec57b40bee213061630f5bf5a /doc/api/packages.md
parentef1af47b26e1cc7ac95d2bc98160b2e6728c7b09 (diff)
doc: add history entry for exports patterns
PR-URL: https://github.com/nodejs/node/pull/35410 Refs: https://github.com/nodejs/node/pull/34718 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 68dd30aca3d..5593a3c082f 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -896,6 +896,10 @@ changes:
- v13.7.0
pr-url: https://github.com/nodejs/node/pull/31008
description: Implement logical conditional exports ordering.
+ - version:
+ - v14.13.0
+ pr-url: https://github.com/nodejs/node/pull/34718
+ description: Add support for `"exports"` patterns.
-->
* Type: {Object} | {string} | {string[]}