static TRANSFORM_COUNT: AtomicUsizeExpand description
Transform a parsed AST from TypeScript to JavaScript
§Arguments
allocator- The allocator used for the ASTprogram- The parsed program AST (mutable)source_path- The source file pathsource_type- The source type (TypeScript, JSX, etc.)config- Transformer configuration options
§Returns
Result containing transformation errors if any