swc/babel/compat/README.md

11 lines
142 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).