diff --git a/doc/announcement.md b/doc/announcement.md new file mode 100644 index 0000000..7aa7866 --- /dev/null +++ b/doc/announcement.md @@ -0,0 +1,103 @@ +# 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 `