Essentially the same html/css rendering of Firefox or Chromium, still able to access the www, but with javascript fully removed for another language that can be interpreted - like python or lua. Is this feasible?
Essentially the same html/css rendering of Firefox or Chromium, still able to access the www, but with javascript fully removed for another language that can be interpreted - like python or lua. Is this feasible?
Can you even get runtime type assertions in TS? Isnt it all at compile time?
That’s my point… You’d need native TS support for that
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?
Browser-native TS would run directly on the browser without compiling.