1//! SWC-compatible TypeScript compiler module (using OXC backend)
2//!
3//! This module provides the same CLI interface and functionality as the
4//! original SWC compiler but uses OXC for parsing and transformation under the
5//! hood.
67pub mod Compile;
8pub mod Watch;