swc/crates/swc_babel_compat
2021-11-09 20:42:49 +09:00
..
benches refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
tests refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
Cargo.toml refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
README.md refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00

Convert swc AST to Babel AST.

Testing

To run tests

cargo test

For more information about writing tests, see tests.