estools / esquery

ECMAScript AST query library.
http://estools.github.io/esquery/
Other
825 stars 91 forks source link

feat: add native Node ESM, with ESM lite export #127

Open brettz9 opened 2 years ago

brettz9 commented 2 years ago

feat: add native Node ESM, with ESM lite export

BREAKING CHANGE:

Adds exports and changes path for /parser.js to /parser.cjs

Also:

Note: The GitHub Actions would need updating to check against modern Node versions (12, 14, 16, 17)