Does TSGo Generate Go Code After Compilation? #535
-
Hello, I’m exploring TSGo and wondering whether the compiled output includes any Go code. As I understand, TSGo is implemented in Go, but does it generate Go code after compiling TypeScript, or does it only transpile to JavaScript like the traditional TypeScript compiler? If it doesn’t generate Go code now, is there any plan to support that in the future? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
RyanCavanaugh
Mar 12, 2025
Replies: 1 comment 5 replies
-
No, TS still emits JS. This is not a tool for producing native code of any flavor, it's just a change in the implementation language TS itself uses. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
jakebailey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, TS still emits JS. This is not a tool for producing native code of any flavor, it's just a change in the implementation language TS itself uses.