Oxc-parser has a new release, version 0.86.0, building upon the solid foundation of version 0.85.0. Both versions serve as Node.js APIs for the Oxc parser, a tool designed for high-performance JavaScript parsing. Developers already familiar with 0.85.0 will find the upgrade to 0.86.0 straightforward, with the core functionality remaining consistent.
A key difference lies in the dependencies. Version 0.86.0 updates its dependency to "@oxc-project/types":"^0.86.0" , ensuring compatibility with the latest type definitions from the Oxc project. Users should note that the optional dependencies, which provide pre-built binaries for various platforms, have also been bumped to version 0.86.0. This ensures that the correct native bindings are utilized for optimal performance on platforms like Windows, Linux, macOS, and Android, covering a wide range of architectures (x64, ARM64, RISCV64, etc.).
The development dependencies remain largely the same, including tools like Vitest, Esbuild, and Typescript for testing and building. This consistent toolchain allows for a smooth transition for developers already working with the Oxc parser. The release dates of both packages are in the future, suggesting this is hypothetical data. However, in a real-world scenario, updating to the latest version offers the advantage of potential bug fixes, performance improvements, and alignment with the evolving Oxc ecosystem.
The are not vulnerabilities for the version 0.86.0 of the package oxc-parser