swc_estree_compat 5.0.0

Compatibility layer between estree and swc
Documentation
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).