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 see last release v10.9.1 many months ago (Jul 14, 2022). Was this fixed? Why do I miss more recent releases? When this fix will be released? I read #1924, but still unable to get it work.
I tried to use dependency "ts-node": "github:TypeStrong/ts-node#main",, but still getting:
#1959 this unreleased at this moment fix from main branch stops showing Uncaught SyntaxError: Unexpected token 'export' but effect is same as if you would point --cwd to nowhere — doesn't resolve local modules and tsconfig.json, e.g.
Search Terms
ts-node esm
"Uncaught SyntaxError: Unexpected token 'export'"
Expected Behavior
REPL should work in package -
"type": "module",
Actual Behavior
I see last release v10.9.1 many months ago (Jul 14, 2022). Was this fixed? Why do I miss more recent releases? When this fix will be released? I read #1924, but still unable to get it work.
I tried to use dependency
"ts-node": "github:TypeStrong/ts-node#main",
, but still getting:Steps to reproduce the problem
Minimal reproduction
Specifications
The text was updated successfully, but these errors were encountered: