swc/crates/swc_estree_compat
2022-04-04 20:12:03 +09:00
..
benches chore(bench): Migrate to criterion (#4237) 2022-04-04 00:56:29 +09:00
scripts fix(webpack/ast): Adjust acorn options. (#2908) 2021-11-29 21:08:22 +09:00
src feat(es/ast): Add raw to BigInt (#4218) 2022-04-02 06:04:14 +00:00
tests feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
Cargo.toml chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +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.