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 know that jsr:@deno/emit can transpile ts/tsx code to js, but in this case, of course, the compilerOptions in deno.json(c) are not applied by default.
I can run the tsx file in deno with deno run foo.tsx, but is there a way to see the code during the process?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know that
jsr:@deno/emit
can transpile ts/tsx code to js, but in this case, of course, thecompilerOptions
indeno.json(c)
are not applied by default.I can run the tsx file in deno with
deno run foo.tsx
, but is there a way to see the code during the process?Beta Was this translation helpful? Give feedback.
All reactions