JavaScript Parsing: Enhance the parsing of string literals to correctly increment line numbers when encountering specific characters. This improvement ensures more accurate error reporting and debugging for developers.
JavaScript Standards: Update the parser to disallow the use of reserved words in ES3, promoting better coding practices and reducing potential errors in legacy code.
Others
Remove obsolete code related to visitor keys, streamlining the codebase and improving maintainability.
Update CI configuration to use the latest version of Node setup actions, ensuring a more reliable and consistent build process.