Parser: Enjoy enhanced support for ES2022 with the ability to parse class static blocks, making your code more modern and compliant with the latest standards.
CLI: Now you can parse multiple files at once using the command-line interface, streamlining your workflow and saving you time.
Improvements
Parser: Experience improved accuracy in token context, ensuring that your parsing results are more reliable and precise.
Fixes
Fix incorrect end location for sequence expressions, ensuring that your AST reflects the correct structure of your code.
Fix the restriction on for-of loop left-hand sides, preventing them from starting with 'let' to maintain proper syntax rules.
Fix location tracking for non-ASCII line separator characters, ensuring that your line numbers are accurate even with special characters.
Resolve issues with arrow function bodies in for loop contexts, preventing them from incorrectly consuming in operators.
Others
Run continuous integration checks on pull requests to ensure code quality and reliability before merging.