swc/ecmascript/babel/compat/README.md
강동윤 6896a83d54
fix(es/codegen): Fix codegen of ~ (#2104)
swc_ecma_codegen:
 - Emit pending semi on `~`. (#2091)
2021-08-19 17:21:08 +09:00

142 B

Convert swc AST to Babel AST.

Testing

To run tests

cargo test

For more information about writing tests, see tests.