swc/crates/swc_estree_compat
2023-04-07 01:46:34 +00:00
..
benches chore(ci): Fix benchmark action (#6582) 2022-12-06 12:24:55 +00:00
scripts chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
src fix(es/ast): Fix memory layout (#7062) 2023-03-12 04:50:28 +00:00
tests build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
Cargo.toml chore: Publish crates 2023-04-07 01:46:34 +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.