static CODEGEN_COUNT: AtomicUsizeExpand description
Generate JavaScript source code from a transformed AST
§Arguments
allocator- The allocator used for the ASTprogram- The transformed program AST_source_type- The source type (JavaScript, JSX, etc.)config- Codegen configuration options
§Returns
A CodegenResult containing the generated source code