swc/crates/swc_estree_compat
2024-04-04 06:12:30 +00:00
..
benches feat(es/compat): Support pure_getters for optional_chaining (#7933) 2023-09-13 02:03:41 +00:00
scripts chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
src chore: Remove repetitive words (#8741) 2024-03-14 03:58:51 +00:00
tests build(cargo): Update rustc to 2023-07-03 (#7623) 2023-07-05 03:50:43 +00:00
Cargo.toml chore: Bump crates 2024-04-04 06:12:30 +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.