swc/crates/swc_estree_compat
2023-11-06 04:18:48 +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 refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
tests build(cargo): Update rustc to 2023-07-03 (#7623) 2023-07-05 03:50:43 +00:00
Cargo.toml chore: Publish crates 2023-11-06 04:18:48 +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.