swc/
main.rs

1
2
3
4
5
//! Used for testing

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