From e9d485f878ea00aed36daa6ff1822fd97201d30a 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 PR-URL: https://github.com/nodejs/node/pull/35750 Reviewed-By: Rich Trott Reviewed-By: Guy Bedford --- doc/api/esm.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api/esm.md b/doc/api/esm.md index bcba2296ee2696..7770297ad7af94 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -12,6 +12,11 @@ changes: - version: v14.8.0 pr-url: https://github.com/nodejs/node/pull/34558 description: Unflag Top-Level Await. + - version: + - v14.0.0 + - v13.14.0 + pr-url: https://github.com/nodejs/node/pull/31974 + description: Remove experimental modules warning. - version: - v13.2.0 - v12.17.0