Crates.io | oxc_parser |
lib.rs | oxc_parser |
version | 0.92.0 |
created_at | 2023-03-30 16:02:05.8146+00 |
updated_at | 2025-09-24 04:21:16.159061+00 |
description | A collection of JavaScript tools written in Rust. |
homepage | https://oxc.rs |
repository | https://github.com/oxc-project/oxc |
max_upload_size | |
id | 825238 |
size | 734,896 |
High-performance JavaScript and TypeScript parser with comprehensive language support.
This crate provides a fast, spec-compliant parser for JavaScript and TypeScript that produces a complete Abstract Syntax Tree (AST). It supports all modern language features including JSX, TSX, and the latest ECMAScript proposals.
The parser produces an AST that closely follows ECMAScript specifications:
The parser is designed as the foundation for all other oxc tools, providing the high-quality AST needed for analysis, transformation, and code generation.