TypeScript support in modern browsers

前端 未结 4 769
[愿得一人]
[愿得一人] 2020-12-29 19:25

I\'ve just read some advertisement information related to TypeScript and besides that I have no experience with this superset of JavaScript. So I have some basic questions:<

4条回答
  •  情话喂你
    2020-12-29 19:43

    Currently it won't work, it's an interesting topic though. Would be good to know if at some point ECMAScript is going to support interfaces, types and other things. Especially, what I can notice that ES actually takes slowly some parts from the TypeScript, e.g. enums.

    If it would work I'd rather see it as ECMAScript taking from TypeScript some stuff rather than natively supporting TypeScript itself.

提交回复
热议问题