eslint / espree

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

feat: Add parser name #562

Closed nzakas closed 1 year ago

nzakas commented 1 year ago

This change adds a name export so that Espree can be properly serialized with the new serialization strategy in ESLint.

Refs https://github.com/eslint/eslint/pull/16944

mdjermanovic commented 1 year ago

There's a lint error.

nzakas commented 1 year ago

☹️ we really need to get lint-staged setup in this repo.