Comment on Is a web browser using another scripting language feasible?
CameronDev@programming.dev 21 hours agoCan you even get runtime type assertions in TS? Isnt it all at compile time?
Comment on Is a web browser using another scripting language feasible?
CameronDev@programming.dev 21 hours agoCan you even get runtime type assertions in TS? Isnt it all at compile time?
jol@discuss.tchncs.de 3 hours ago
That’s my point… You’d need native TS support for that
CameronDev@programming.dev 2 hours ago
I don’t think I understand. Native TS does the type checking at compile time right? Not run time? Or would the compile happen in the browser?
jol@discuss.tchncs.de 33 minutes ago
Browser-native TS would run directly on the browser without compiling.