swc/crates/swc_estree_compat
Donny/강동윤 c2bbdbe9d6
feat(webpack): Add ast reducer (#2875)
swc_estree_compat:
 - Fix stack overflow related to object patterns.

swc_webpack_}ast:
 - Implement AST reducer.
2021-11-26 15:04:41 +09:00
..
benches refactor(es/estree): Rename: babel => estree (#2846) 2021-11-24 05:34:41 +09:00
scripts feat(es/estree): Allow emitting acorn ast (#2859) 2021-11-25 20:16:46 +09:00
src feat(webpack): Add ast reducer (#2875) 2021-11-26 15:04:41 +09:00
tests feat(es/estree): Allow emitting acorn ast (#2859) 2021-11-25 20:16:46 +09:00
Cargo.toml feat(webpack): Add ast reducer (#2875) 2021-11-26 15:04:41 +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.