swc/crates/swc_estree_compat
2022-04-17 18:36:15 +00:00
..
benches chore(es): Rename benchmarks (#4355) 2022-04-17 18:36:15 +00:00
scripts fix(webpack/ast): Adjust acorn options. (#2908) 2021-11-29 21:08:22 +09:00
src feat(es): Support typeof with private fields (#4302) 2022-04-11 20:02:51 +00:00
tests fix(es/parser): Enable static blocks by default (#4334) 2022-04-15 07:31:41 +00:00
Cargo.toml chore: Publish crates 2022-04-15 07:39:50 +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.