swc_cli_impl 58.0.0

Commandline for SWC (Internal crate with implementation)
Documentation
1
2
3
4
5
//! Used for testing

fn main() -> anyhow::Result<()> {
    swc_cli_impl::run()
}