swc/ecmascript/babel/compat
2021-10-05 18:27:45 +09:00
..
benches feat(es/parser, es/transform): Implement ergonomic brand checking (#2079) 2021-09-27 08:03:48 +00:00
scripts fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00
src feat(babel/compat): Support type-only import/export specifiers (#2342) 2021-10-05 18:27:45 +09:00
tests feat(babel/compat): Support type-only import/export specifiers (#2342) 2021-10-05 18:27:45 +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.