From 53e27b3f67aa6672ace4017e15b259e33004d152 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. 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 | 21 +++++++++++++++++++++ doc/api/packages.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/doc/api/esm.md b/doc/api/esm.md index d1ed92415063a4..1398b702b4af6b 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -2,6 +2,27 @@ + > Stability: 1 - Experimental diff --git a/doc/api/packages.md b/doc/api/packages.md index f99ab16c33526c..68dd30aca3d149 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -1,6 +1,36 @@ # Modules: Packages + ## Introduction