Type Alias oxc_codegen::CodeGenerator

source ·
pub type CodeGenerator<'a> = Codegen<'a, false>;
Expand description

Code generator without whitespace removal.

Aliased Type§

struct CodeGenerator<'a> { /* private fields */ }