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§
- Transformer
Config - Transformer configuration options
Statics§
- TRANSFORM_
COUNT 🔒 - Transform a parsed AST from TypeScript to JavaScript