insert-module-globals icon indicating copy to clipboard operation
insert-module-globals copied to clipboard

Update `acorn-node` to v2

Open Gudahtt opened this issue 4 years ago • 2 comments

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

Gudahtt avatar Oct 22 '21 23:10 Gudahtt

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.

Gudahtt avatar Oct 22 '21 23:10 Gudahtt

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.

Gudahtt avatar Oct 22 '21 23:10 Gudahtt