TypeScript Roadmap
TypeScript today is an early preview. We welcome
your discussions of the language specification (
docx,
pdf). Here are a few themes we are currently considering for the TypeScript compiler and language services.
0.8.2
- Improve the build system (switch to Jake)
- Support for JSDoc in compiler/Visual Studio
0.8.3
- Improve debug
- Improve quick info/intellisense/hover
0.9.0
- Generics
- Overload on constants
- Improve compiler performance
- Improvements to type system to help model a larger variety of JS libraries
0.9.1
- Align with ECMAScript 6 modules
- Project integration support in VS plugin
1.x
- A handful of language features are scheduled for exploration after the 1.0 release, including:
- Async/Await
- Mixins
- Protected access
- ES6-compatible codegen