swc/crates/swc_estree_compat
Donny/강동윤 0960b23c04 refactor(es): Use Into and From for AST construction (#9201)
**Description:**

This PR will help modifying boxedness of AST nodes.
2024-07-12 13:13:20 +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 refactor(es): Use Into and From for AST construction (#9201) 2024-07-12 13:13:20 +09:00
tests refactor(common): Drop SyntaxContext from AST nodes (#9175) 2024-07-12 13:13:20 +09:00
Cargo.toml chore: Bump crates 2024-07-11 16:17:45 +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.