swc/ecmascript/babel/compat
Sosuke Suzuki a10118c90f
feat(es/parser, es/codegen, es/visit): Support static blocks in classes (#2130)
swc_ecma_ast:
 - Add support for static blocks in classes.
2021-08-30 00:03:14 +09:00
..
benches fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00
scripts fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00
src feat(es/parser, es/codegen, es/visit): Support static blocks in classes (#2130) 2021-08-30 00:03:14 +09:00
tests fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00
Cargo.toml fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00
README.md fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00

Convert swc AST to Babel AST.

Testing

To run tests

cargo test

For more information about writing tests, see tests.