swc/crates/swc_estree_compat
2024-07-01 05:22:20 +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(es/ast): Remove unused fields of TsPropertySignature (#8955) 2024-06-14 21:57:10 +09:00
tests refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
Cargo.toml chore: Bump crates 2024-07-01 05:22:20 +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.