DEV Community

Discussion on: TypeScript and C# both were created by the same person named Anders Hejlsberg 👏 💪 🔥(with video)

 
euler2718 profile image
John Corley • Edited

What do you mean? It still transpiles to js for the browser, no? I know it has the tsnode tools, but I'm not really sure what that's doing.

Thread Thread
 
destro_mas profile image
Shahjada Talukdar

Yes, it can transpile to JS.

For more info, please have a look here

reactjs.org/docs/static-type-check...
typescriptlang.org/

Thread Thread
 
euler2718 profile image
John Corley

The question wasn't if it can, it was if it always does. I know it has its own compiler, tsc.....but can u run typescript without ever having any js under the hood?