swc/babel/compat
2021-05-09 21:04:42 +09:00
..
benches feat(babel/compat): Improve performance of babelify (#1626) 2021-05-06 14:56:54 +09:00
scripts feat(babel/compat): Improve performance of babelify (#1626) 2021-05-06 14:56:54 +09:00
src feat(babel/compat): Improve performance of babelify (#1626) 2021-05-06 14:56:54 +09:00
tests feat(babel/compat): Improve performance of babelify (#1626) 2021-05-06 14:56:54 +09:00
Cargo.toml fix(es/parser): Allow using override with static (#1663) 2021-05-09 21:04:42 +09: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.