Files
swc/
main.rs
1
//! Used for testing
2
3
fn
main() -> anyhow::Result<()> {
4
swc_cli_impl::run()
5
}