资讯

Typescript Tutorial This 10-video series from the blog covers: Commonly used ES6 features, debugging in the browser and node, Typings/useful Type System features, and more.
Microsoft Technical Fellow Anders Hejlsberg isn't the only big name behind Microsoft's new TypeScript project, codenamed Strada.
Low Maintenance Types in TypeScript Dependent types are an interesting feature in TypeScript: Not only do they show what is happening in a program. They also prepare the code for things to come.
Deferred module evaluation imports a module without immediately executing the module and its dependencies, avoiding unnecessary CPU work during initialization.