Docs.rs
oxc_codegen-0.72.2
oxc_codegen 0.72.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Boshen
Dependencies
bitflags ^2.9.1
normal
cow-utils ^0.1.3
normal
nonmax ^0.5.5
normal
oxc_allocator ^0.72.2
normal
oxc_ast ^0.72.2
normal
oxc_data_structures ^0.72.2
normal
oxc_index ^3
normal
oxc_semantic ^0.72.2
normal
oxc_sourcemap ^3
normal
oxc_span ^0.72.2
normal
oxc_syntax ^0.72.2
normal
rustc-hash ^2
normal
ryu-js ^1.0.2
normal
base64 ^0.22.1
dev
insta ^1.43.1
dev
oxc_parser ^0.72.2
dev
pico-args ^0.5.0
dev
Versions
97.14%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
oxc_
codegen
0.72.2
All Items
Crate Items
Structs
Enums
Traits
Crate
oxc_codegen
Copy item path
Source
Expand description
Oxc Codegen
Code adapted from
esbuild
Structs
§
Codegen
A code generator for printing JavaScript and TypeScript code.
Codegen
Options
Codegen Options.
Codegen
Return
Output from
Codegen::build
Context
Enums
§
Legal
Comment
Legal comment
Traits
§
Gen
Generate source code for an AST node.
GenExpr
Generate source code for an expression.