什么是TypeScript?javascript
TypeScript为JavaScript的超集(ECMAScript6), 这个语言添加了基于类的面向对象编程。TypeScript做为JavaScript很大的一个语法糖,本质上是相似于css的less、sass,都是为了易于维护、开发,使用TypeScript这种语言撰写的源代码须要通过TypeScript编译器的编译,而产生的目标代码是标准的JavaScript。css
TypeScript的特色?java
在Typescript发布大会上,MS的Anders Hejlsberg说到了几点:程序员
视频源:http://video.ch9.ms/ch9/4ae3/062c336d-9cf0-498f-ae9a-582b87954ae3/B881_mid.mp4 (须要手动粘贴到地址栏打开)typescript
In the ouput javascript,all that happened is the type went away.They just remove the type and ouput the javascript that will be run in your browser.编程