Parsing: Users can now use static import/export syntax regardless of the ecmaVersion setting, making it easier to work with modern JavaScript modules.
Improvements
TypeScript Support: The type of 'this' in the Parser is now limited to the Parser type, enhancing TypeScript integration and providing clearer type hints for users.
Fixes
Fix the issue where reserved words were incorrectly allowed in certain contexts, ensuring more accurate parsing of JavaScript code.