insert-module-globals
insert-module-globals copied to clipboard
Update `acorn-node` to v2
This is a breaking change because the handling of dynamic imports has changed in acord-node@v2. See here for more details: https://github.com/browserify/acorn-node/pull/12
Interesting. Apparently [email protected] broke support for Node.js v0.10 and Node.js v0.12. Probably with the switch to babel in this commit.
Let me know how you'd like to proceed! I can update the minimum Node.js version tested on CI, or I can work on fixing Node.js v0.10 support in acorn-node.