swc_babel_compat 0.2.0

Compatibility layer between babel and swc
1
2
3
4
5
6
7
8
9
10
11
Convert SWC AST to Babel AST.

## Testing

To run tests

```bash
cargo test
```

For more information about writing tests, see [tests](tests).