forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
mhegazy edited this page Nov 17, 2014
·
20 revisions
- Language service re-write to target new compiler
- Support for protected members in classes
- Support for Tuple Types
- Support for Union Types and Type Guards
- New --noEmitOnError
- New --target ES6
- Support for Let and Const
- Support for Template Strings
- Library typings for ES6
- Support for Const enums
- Support for Symbols
- Support for Computed properties
- Export Language Service public API
- Support for Destructuring assignments
- Support for Spread operator
- Support for for..of
- Support for generators
- Support for ES6 Unicode specification
- Incorporate ECMAScript 6 features that can be polyfilled
- Support for ES6 Modules
- Support for local types and class expressions
- Investigate top-rated feature requests (mixins, abstract classes, etc).
- Investigate async/await as a desugaring to ES6
- Improve lib.d.ts modularity