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
Using this command: SWCRC=true node --require @swc-node/register test.ts
The output is expected to be 1 (that is the output I get with ts-node) but is undefined with @swc-node/register.
I have looked around and I am not sure if this is supposed to work yet.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Hey! I am trying to use the new decorators in this way:
.swcrc
test.ts
Using this command:
SWCRC=true node --require @swc-node/register test.ts
The output is expected to be
1
(that is the output I get withts-node
) but isundefined
with@swc-node/register
.I have looked around and I am not sure if this is supposed to work yet.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: