You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ts-node with the --swc flag. I expect it to work. It works fine for me on SWC < 1.3.50
Actual Behavior
I tried upgrading to SWC >= 1.3.50 today and it caused ts-node to not work. I unfortunately did not see much useful output. If there is a way to get more useful output to fix this, I am happy to try it.
Steps to reproduce the problem
Upgrade to SWC >= 1.3.50
Minimal reproduction
Be on ts-node version 10.9.1 and SWC version 1.3.50 and try to use ts-node with the --swc flag.