swc/crates/swc_estree_compat/README.md

12 lines
143 B
Markdown
Raw Normal View History

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