swc/crates/swc_estree_compat
2022-03-01 14:22:55 +09:00
..
benches refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
scripts fix(webpack/ast): Adjust acorn options. (#2908) 2021-11-29 21:08:22 +09:00
src chore(clippy): Improve config (#3691) 2022-02-23 06:07:42 +00:00
tests chore: Update rustc (#3768) 2022-02-28 16:12:28 +09:00
Cargo.toml chore: Publish crates 2022-03-01 14:22:55 +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.