From 985b96a7d557e80e182acd95b3482b30c214a61b Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 28 Sep 2020 13:23:53 +0200 Subject: [PATCH] doc,esm: add history support info Documents which versions of Node.js support which ESM-feature. Backport-PR-URL: https://github.com/nodejs/node/pull/35757 PR-URL: https://github.com/nodejs/node/pull/35395 Reviewed-By: Geoffrey Booth Reviewed-By: Guy Bedford Reviewed-By: Rich Trott Reviewed-By: James M Snell --- doc/api/esm.md | 17 +++++++++++++++++ doc/api/packages.md | 27 +++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/doc/api/esm.md b/doc/api/esm.md index 4b5679b3c3363d..feca5527937a88 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -2,6 +2,23 @@ + > Stability: 1 - Experimental diff --git a/doc/api/packages.md b/doc/api/packages.md index 4da77aedefea19..df7383d2532abf 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -1,6 +1,33 @@ # Modules: Packages + ## Introduction