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)