Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 387 Bytes

30 What's new in TypeScript.md

File metadata and controls

16 lines (11 loc) · 387 Bytes

What's new in TypeScript

Inference

TypeScript uses type inference all the type

Get correct typings

TypeScript walks the node_modules folder tree.

Decorators

Can be used to introduce logging easily...

Reflection

Reflect.getMetadataKeys(ClassName);

Async/await

Supported with ES6 emit. Means that a second transpilation step is necessary until browsers support this.