Parser: Enjoy improved error handling with the latest updates, which now raise errors for duplicated lexical bindings and trailing commas after rest properties. This change helps clarify common issues and enhances overall code quality.
Improvements
Parser: Experience better error messages for parenthesized assignment targets and improved handling of regular expressions in various contexts. These enhancements make it easier to identify and fix syntax issues in your code.
Fixes
Fix confusion caused by trailing commas after rest properties, ensuring that the parser raises an error when this occurs. This resolves a common source of invalid bug reports and improves the reliability of the parser.
Others
Update the testing framework to ensure compatibility with Node 6 and above, addressing issues that caused test failures. This ensures a smoother development experience for users working with newer Node versions.