JavaScript Parsing: Espree now supports an allowReserved option for ES3, enabling the parsing of specific reserved words without throwing errors. This enhancement allows for greater flexibility when working with older JavaScript code.
Improvements
Documentation: The documentation is updated to include support for the private-in syntax, providing users with clear guidance on using ergonomic brand checks for private fields in their code.
Others
Continuous Integration: The CI environment now uses Node.js version 16, ensuring a more stable and consistent testing experience.