top | item 43333606

(no title)

Delomomonl | 11 months ago

I don't get it.

Why is typescript not already a standard natively supported by browers?!

discuss

order

Cthulhu_|11 months ago

It kinda is already; strip type information and you've got valid JS. NodeJS supports running Typescript nowadays with the exception of some uneraseable syntax that is being discouraged, I'm sure it's only a matter of time before that bubbles up to V8 and other browser JS engines.