Early stages, but worth tracking: https://github.com/tc39/proposal-export-default-from when it hits Node.js ESM support. ```js export x from "mod"; ``` Note: Currently breaks for `acorn-node` with: ``` SyntaxError: Unexpected token (1:7) ```
Early stages, but worth tracking: https://github.com/tc39/proposal-export-default-from when it hits Node.js ESM support.
Note: Currently breaks for
acorn-nodewith: