-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spike] Investigate migrating off of ts-node #30426
Comments
|
tsxI did some spiking into using tsx as a replacement over How
|
I also took a look into I am trying to get a basic node registration of an import loader with I will say the documentation is a lot more clear cut with Some additional resources to consider:
|
We also use the For the |
closing as the spike should be complete |
another note: whatever solution we wind up going with we need to testthe migration manager from v9 -> v14 |
What would you like?
Determine an alternative to ts-node.
Why is this needed?
In looking at ts-node, it appears that there has not been a lot of recent development. During the upgrade to electron 32 (and underlying Node version bump to 20+), I had to work around some active issues in ts-node. It seems like it might make maintenance easier going forward if we can find an alternative (tsx for example).
Other
@AtofStryker had done a little investigation to swapping to tsx on this branch. This could be used as a starting point.
The text was updated successfully, but these errors were encountered: