Refactor for ESM ecodegen API and update rollup.config.js to validate
Drop json Rollup plugin
Upgrade to Rollup 3.x
Will break because escodegen needs type="module" and patch-package does not track package.json change, so it will have to be done manually for testing locally
TODO
[x] Fork and patch with package.json changes
type="module"
engines >= 18.x
export maps
[x] When will Rollup support import assertions? v4 no longer allows custom acorn plugins - not right now
Related Issue
resolves #140
Summary of Changes
json
Rollup plugin3.x
TODO
type="module"
engines >= 18.x
When will Rollup support import assertions? v4 no longer allows custom acorn plugins- not right now