js-x-ray
js-x-ray copied to clipboard
Migrate workspaces to TypeScript
Migrate all the workspaces to TypeScript
- [x] ts-source-parser
- [x] sec-literal
- [ ] estree-ast-utils (medium)
- [ ] tracer (hard)
@fraxken I can take a shot at migrating ts-source-parser to TS. anything i should keep in mind? https://github.com/NodeSecure/js-x-ray/issues/328 ?
@intincrab nothing in particular, you can take inspiration from other projects in TS. In the long terms we will use Node.js native runner and amaro (instead of tsx).