Parser: Enjoy the convenience of using top-level await by default when using ECMAScript version 2022 or higher, making your asynchronous code cleaner and more intuitive.
Improvements
Parser: Benefit from the new ES2022 RegExp Match Indices feature, which enhances your regular expressions by allowing you to access match indices directly.
Fixes
Fix a bug where let bindings with escaped or astral characters were not parsed correctly, ensuring your code behaves as expected.
Fix an issue where astral characters following async function were ignored, improving the accuracy of your function declarations.