Skip to main content

Module Compiler

Module Compiler 

Source
Expand description

OXC TypeScript Compiler

This module provides the main compiler orchestration for TypeScript to JavaScript compilation using the OXC parser, transformer, and codegen.

DIAGNOSTIC LOGGING:

  • Full lifecycle tracking from parse through codegen
  • Memory allocation/deallocation timestamps
  • Pointer addresses for debugging use-after-free

Structs§

Compiler
OXC-based TypeScript compiler
CompilerMetrics
Compiler metrics

Statics§

COMPILE_ID 🔒