Skip to main content

Rest/Fn/SWC/
mod.rs

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.
6
7pub mod Compile;
8pub mod Watch;