swc/crates/swc_estree_compat
2021-11-24 10:08:01 +09:00
..
benches refactor(es/estree): Rename: babel => estree (#2846) 2021-11-24 05:34:41 +09:00
scripts refactor(es/estree): Rename: babel => estree (#2846) 2021-11-24 05:34:41 +09:00
src refactor(es/estree): Rename: babel => estree (#2846) 2021-11-24 05:34:41 +09:00
tests refactor(es/estree): Rename: babel => estree (#2846) 2021-11-24 05:34:41 +09:00
Cargo.toml chore: Publish crates 2021-11-24 10:08:01 +09:00
README.md refactor(es/estree): Rename: babel => estree (#2846) 2021-11-24 05:34:41 +09:00

Convert SWC AST to Babel AST.

Testing

To run tests

cargo test

For more information about writing tests, see tests.