swc/crates/swc_estree_compat
2022-03-11 07:33:52 +00:00
..
benches perf(es/transform): Use SingleThreadedComments for transform (#3847) 2022-03-04 12:07:51 +00:00
scripts fix(webpack/ast): Adjust acorn options. (#2908) 2021-11-29 21:08:22 +09:00
src refactor(es/ast): Remove useless fields in private property (#3868) 2022-03-05 23:51:04 +09:00
tests perf(es/transform): Use SingleThreadedComments for transform (#3847) 2022-03-04 12:07:51 +00:00
Cargo.toml chore: Publish crates 2022-03-11 07:33:52 +00: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.