eslint / espree

An Esprima-compatible JavaScript parser
BSD 2-Clause "Simplified" License
2.26k stars 189 forks source link

Fix broken scripts in tools/ and convert to esm #471

Closed mreinstein closed 3 years ago

mreinstein commented 3 years ago

As per discussion in https://github.com/eslint/espree/pull/469#issuecomment-792229606 there are several files in the tools/ directory that are not functioning, and are also declared as commonjs modules.

nzakas commented 3 years ago

Thanks!

nzakas commented 3 years ago

Working on this.