From 1f34230373e97e5d4c409e4d2fe1a669b6f785cc Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 22 Oct 2020 12:16:39 +0200 Subject: [PATCH] doc,esm: document experimental warning removal Backport-PR-URL: https://github.com/nodejs/node/pull/35757 PR-URL: https://github.com/nodejs/node/pull/35750 Reviewed-By: Rich Trott Reviewed-By: Guy Bedford --- doc/api/esm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/esm.md b/doc/api/esm.md index feca5527937a88..25a1431728f4b0 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -9,6 +9,9 @@ changes: - REPLACEME pr-url: https://github.com/nodejs/node/pull/35249 description: Support for detection of CommonJS named exports. + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/31974 + description: Remove experimental modules warning. - version: - v12.17.0 pr-url: https://github.com/nodejs/node/pull/29866