swc/
main.rs

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