estools / esquery

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

Updates #118

Open brettz9 opened 3 years ago

brettz9 commented 3 years ago

The build file needs updating, so I figured we might also ensure the build environment is up to date.

I've made explicit the default babelHelpers: 'bundled' behavior of @rollup/plugin-babel. (Otherwise, with the runtime option, one needs to add a dependency, and without any option, we get a console warning.)

Let me know if you don't want the estraverse dependency bump.