From 66f873044193bbd71584b441321665465caaea36 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 29 Sep 2020 11:08:55 +0200 Subject: [PATCH] doc: add history entry for exports patterns Backport-PR-URL: https://github.com/nodejs/node/pull/35757 PR-URL: https://github.com/nodejs/node/pull/35410 Refs: https://github.com/nodejs/node/pull/34718 Reviewed-By: Rich Trott --- doc/api/packages.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/packages.md b/doc/api/packages.md index 07530339138926..4da77aedefea19 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -860,6 +860,10 @@ changes: - v12.16.0 pr-url: https://github.com/nodejs/node/pull/31008 description: Implement logical conditional exports ordering. + - version: + - REPLACEME + pr-url: https://github.com/nodejs/node/pull/34718 + description: Add support for `"exports"` patterns. --> * Type: {Object} | {string} | {string[]}