7 ms·
I don't get it. Why is typescript not already a standard natively supported by browers?!
by Delomomonl 2y ago
I don't get it.
Why is typescript not already a standard natively supported by browers?!
- Cthulhu_ 2y agoIt 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.