Crates.io | oxc_codegen |
lib.rs | oxc_codegen |
version | 0.83.0 |
created_at | 2023-11-06 11:23:33.990162+00 |
updated_at | 2025-08-29 06:53:42.216548+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 | 1026830 |
size | 270,043 |
High-performance code generation from AST back to JavaScript/TypeScript source code.
This crate converts AST nodes back into source code strings, supporting JavaScript, TypeScript, and JSX. It's designed for speed and correctness, producing clean, readable output.
The codegen is adapted from esbuild's approach, optimized for Rust and oxc's AST structure.