swc/babel/compat
2021-07-05 12:51:09 +00:00
..
benches chore: Publish v1.2.63 & Update rustc (#1894) 2021-07-05 12:51:09 +00:00
scripts feat(babel/compat): Improve performance of babelify (#1626) 2021-05-06 14:56:54 +09:00
src fix(bundler): Prevent infinite loop (#1872) 2021-07-01 12:56:08 +00:00
tests chore: Publish v1.2.63 & Update rustc (#1894) 2021-07-05 12:51:09 +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.