Crate oxc_codegen

Source
Expand description

Oxc Codegen

Code adapted from

Structs§

Codegen
A code generator for printing JavaScript and TypeScript code.
CodegenOptions
Codegen Options.
CodegenReturn
Output from Codegen::build
CommentOptions
Comment Options
Context

Enums§

IndentChar
Character to use for indentation.
LegalComment
Legal comment

Traits§

Gen
Generate source code for an AST node.
GenExpr
Generate source code for an expression.