swc/ecmascript/babel/compat
2021-10-23 23:25:14 +09:00
..
benches feat(es/transforms): Move class_properties to es2022 (#2512) 2021-10-23 23:25:14 +09:00
scripts fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00
src feat(es/babel): Support babelify of static blocks (#2504) 2021-10-22 13:32:34 +09:00
tests feat(es/babel): Support babelify of static blocks (#2504) 2021-10-22 13:32:34 +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.