swc/crates/swc_babel_compat/README.md
2021-11-09 20:42:49 +09:00

11 lines
142 B
Markdown

Convert swc AST to Babel AST.
## Testing
To run tests
```bash
cargo test
```
For more information about writing tests, see [tests](tests).