Updated Roadmap (markdown)

Daniel Rosenwasser 2018-07-02 00:56:20 -07:00
parent 8600e84d9e
commit 4d9cdc240a

@ -19,6 +19,9 @@
* [ ] [Named type arguments & partial type argument inference](https://github.com/Microsoft/TypeScript/pull/23696)
* [X] [`/// <reference lib="..." />` reference directives](https://github.com/Microsoft/TypeScript/pull/23893)
* [X] [Support for `defaultProps` and `propTypes` in React JSX elements](https://github.com/Microsoft/TypeScript/pull/24422)
* [ ] Error UX improvements
* [ ] [Related error spans](https://github.com/Microsoft/TypeScript/issues/25257)
* [ ] [Improved message quality and suggestions](https://github.com/Microsoft/TypeScript/issues/25310)
* [X] Refactors to...
* [X] [Convert named imports to namespace imports and back](https://github.com/Microsoft/TypeScript/pull/24469)
* [X] [Add or remove braces from arrow function](https://github.com/Microsoft/TypeScript/pull/23423)