From e1e7563dced81a12214ebdabb088a56f8f6af5d8 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Sat, 9 Mar 2019 23:38:15 -0800 Subject: [PATCH 1/9] Announcement blog post, first draft --- doc/announcement.md | 99 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 doc/announcement.md diff --git a/doc/announcement.md b/doc/announcement.md new file mode 100644 index 0000000..bcc3d92 --- /dev/null +++ b/doc/announcement.md @@ -0,0 +1,99 @@ +# Announcing a New `--experimental-modules` + +Back in 2017, Node.js 8.9.0 shipped experimental support for [ECMAScript modules](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/), known for their `import` and `export` statements. This support was behind the flag `--experimental-modules`. + +A lot has happened since then. All major browsers [now support](https://caniuse.com/#feat=es6-module) ECMAScript modules (ES modules) via `