PreviousNext

The new ECMAScript module support in Node.js 12

by bill-s, 2019-04-25T06:49:02.499Z

Node.js 12 (which was released on 2019-04-23) brings improved support for ECMAScript modules. It implements phase 2 of the plan that was released late last year. For now, this support is available behind the usual flag --experimental-modules.

Read More