swc/crates/swc_estree_compat
2022-05-11 16:17:07 +00:00
..
benches feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
scripts chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
src fix(es/parser): Revert #4287 (#4542) 2022-05-06 04:07:00 +00:00
tests chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
Cargo.toml chore: Publish crates 2022-05-11 16:17:07 +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.