Andrew Bradley
Andrew Bradley
I've had this idea kicking around for ts-node to launch its own long-lived server process, then multiple ts-node processes / threads / etc can request transpiled code and diagnostics from...
Alternative to #1816
I've done a bunch of nyc support hacks in our tests, and yet there are still weird issues. I'm hopeful that switching to c8 avoids all that.
Please use this ticket to provide feedback on our native ESM support. Your involvement is greatly appreciated to ensure the feature works on real-world projects. ## Experimental warning [Node's loader...
Today, `cwd` affects resolution of the entrypoint so when you `ts-node --cwd foo bar.ts` then you run `foo/bar.ts` Seems nice enough from a user perspective, but from a maintenance and...
Right now, if you `fork()` a ts-node process, the child gets the `ts-node` bin entrypoint and the same flags passed to ts-node: `--project`, etc. Yet if you've launched with `--esm`,...
Implements and closes #1742 Just starting to jot down ideas.
Motivated by #1769, #1797 and #1790 Automated testing will help ensure I understand if/when/how these use-cases are affected by changes to ts-node. Automated testing of a debugger, in particular, will...
I noticed that the swc transpiler plugin is generating tsx and ts variants of config, but is not creating a js variant. This is probably fine 99% of the time,...