swc/crates/swc_estree_compat
2024-08-16 11:12:39 +09:00
..
benches refactor(common): Drop SyntaxContext from AST nodes (#9175) 2024-07-12 13:13:20 +09:00
scripts chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
src feat(estree/compat): Remove dependency on rayon (#9393) 2024-08-12 03:10:24 +00:00
tests feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00
Cargo.toml chore: Bump crates 2024-08-16 11:12:39 +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.