Parser: Introduce support for ECMAScript version 2024, enhancing the parser's capabilities to handle the latest language features.
Parser: Add a new option called checkPrivateFields that allows users to disable checks for the valid context of private property use, providing more flexibility in code parsing.
Improvements
Parser: Rename the checkPrivateProperties option to checkPrivateFields for clarity and consistency in terminology.