Skip to main content

Module Transformer

Module Transformer 

Source
Expand description

OXC TypeScript Transformer module

This module provides TypeScript to JavaScript transformation using the OXC transformer. It handles TypeScript type stripping, decorator transformation, and ECMAScript version transpilation.

DIAGNOSTIC LOGGING:

  • Tracks transformer lifecycle and memory access
  • Logs allocator addresses to detect use-after-free

Structs§

TransformerConfig
Transformer configuration options

Statics§

TRANSFORM_COUNT 🔒
Transform a parsed AST from TypeScript to JavaScript

Functions§

transform