Parser: Enjoy improved compatibility with Node.js versions 12.16.0 and 13.0-13.6, as we fix the 'exports' issue that caused errors when using Acorn.
Improvements
Parser: Experience enhanced parsing capabilities with the addition of support for 'for await' syntax, making your JavaScript code more versatile.
Parser: Benefit from optimized performance as we replace empty objects with prototype-less ones, streamlining the parsing process.
Parser: We improve the walker functionality by fixing a bug that caused it to skip nodes with overridden types, ensuring a more accurate parsing experience.
Fixes
Fix the 'MODULE_NOT_FOUND' error that occurred when using Acorn, ensuring a smoother setup and usage experience.
Others
Switch to GitHub Actions for continuous integration, providing a more reliable and modern workflow for our development process.