swc/crates/swc_estree_compat
2024-11-01 15:44:25 +09:00
..
benches perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
scripts chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
src perf(common): Make character analysis lazy (#9696) 2024-11-01 15:44:25 +09:00
tests feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00
Cargo.toml chore: Publish crates with swc_core v3.0.2 2024-10-31 10:32:48 +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.