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