eslint / espree

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

Breaking: Disallow reserved words in ES3 #513

Closed nzakas closed 2 years ago

nzakas commented 2 years ago

Disallows reserved words in ES3 mode.

Refs eslint/eslint#15017

mdjermanovic commented 2 years ago

https://github.com/eslint/espree/pull/514 fixes errors in CI.

nzakas commented 2 years ago

Updated and rebased so tests will pass.