Comment on Is a web browser using another scripting language feasible?
jol@discuss.tchncs.de 3 weeks agoType assertion in runtime would be really useful
Comment on Is a web browser using another scripting language feasible?
jol@discuss.tchncs.de 3 weeks agoType assertion in runtime would be really useful
CameronDev@programming.dev 3 weeks ago
Can you even get runtime type assertions in TS? Isnt it all at compile time?
jol@discuss.tchncs.de 2 weeks ago
That’s my point… You’d need native TS support for that
CameronDev@programming.dev 2 weeks 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 2 weeks ago
Browser-native TS would run directly on the browser without compiling.