swc/crates/swc_estree_compat
Donny/강동윤 c346f12b32
fix(estree): Fix serialization of ObjectMethod (#2961)
swc_estree_ast:
 - Fix serialization of `ObjectMethod` for `acorn`.

swc_webpack_ast:
 - `ast_reducer`: Remove unused getter/setter properties.
2021-12-03 23:14:12 +09:00
..
benches refactor(es/estree): Rename: babel => estree (#2846) 2021-11-24 05:34:41 +09:00
scripts fix(webpack/ast): Adjust acorn options. (#2908) 2021-11-29 21:08:22 +09:00
src fix(webpack/ast): Adjust acorn options. (#2908) 2021-11-29 21:08:22 +09:00
tests fix(estree): Fix serialization of ObjectMethod (#2961) 2021-12-03 23:14:12 +09:00
Cargo.toml fix(estree): Fix serialization of ObjectMethod (#2961) 2021-12-03 23:14:12 +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.