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-10-22 13:16:39 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-22 18:23:17 +0300
commit3f4ec9c30b74f7fd4d8c8ab66090d6edee85300b (patch)
tree9ab00fd4727c2ff895e696c8ffd91fc38132309b
parent1ba932b183f71c87626be7079a459f80c732bfa5 (diff)
doc,esm: document experimental warning removal
PR-URL: https://github.com/nodejs/node/pull/35750 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
-rw-r--r--doc/api/esm.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/esm.md b/doc/api/esm.md
index b342349fec1..7d911d58378 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -13,6 +13,11 @@ changes:
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
pr-url: https://github.com/nodejs/node/pull/29866