swc/babel/compat
강동윤 c49e9b0b8d
feat(babel/compat): Implement reverse operation of babelify (#1655)
swc_babel_compat:
 - Move `babelify` to a submodule.
 - Add `swcify`.
2021-06-27 15:30:40 +00:00
..
benches feat(babel/compat): Implement reverse operation of babelify (#1655) 2021-06-27 15:30:40 +00:00
scripts feat(babel/compat): Improve performance of babelify (#1626) 2021-05-06 14:56:54 +09:00
src feat(babel/compat): Implement reverse operation of babelify (#1655) 2021-06-27 15:30:40 +00:00
tests feat(babel/compat): Implement reverse operation of babelify (#1655) 2021-06-27 15:30:40 +00:00
Cargo.toml feat(babel/compat): Implement reverse operation of babelify (#1655) 2021-06-27 15:30:40 +00:00
README.md feat(babel/compat): Improve performance of babelify (#1626) 2021-05-06 14:56:54 +09:00

Convert swc AST to Babel AST.

Testing

To run tests

cargo test

For more information about writing tests, see tests.