Open kg-jcaron opened 1 year ago
had same issue with pnpm monorepo
Experiencing the same issue
A transpileModules
feature would be excellent for monorepo support. Something similar to next-transpile-modules
, basically.
same problem,i have ts project with client and server ,server import some client shared ts code,and have this issue
Also experiencing this – could we please get some support on this?
Describe the bug
swc-node throws a SyntaxError and crashes when importing files from outside the directory, even if included in the tsconfig files property.
This works with both tsc and ts-node.
I did look for any swc configuration options that might affect this, but didn't find anything that seemed relevant or that helped, but it's possible I'm just missing something in the config here.
See this repo for a basic example: https://github.com/kg-jcaron/swc-issue-repro
Thanks!
Input code
No response
Config
No response
Playground link
No response
Expected behavior
I expect swc-node to match the behaviour of tsc and ts-node and run without errors.
Actual behavior
Throws a SyntaxError and crashes:
Version
1.3.38
Additional context
No response