From 4d9cdc240a9c736960a92eb6ffa575681d01fdfc Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 2 Jul 2018 00:56:20 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roadmap.md b/Roadmap.md index 7cfa13d..0cfadd3 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -19,6 +19,9 @@ * [ ] [Named type arguments & partial type argument inference](https://github.com/Microsoft/TypeScript/pull/23696) * [X] [`/// ` 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)