From 0097e93614536491160c1b46605cc69b91ff99eb Mon Sep 17 00:00:00 2001 From: Yosuke Kurami Date: Mon, 3 Apr 2017 20:48:39 +0900 Subject: [PATCH] Move "Language Service Extensibility" because this feature is merged at 2017-02-15 --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 15cd9c0d..46e32636 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -16,7 +16,6 @@ # 2.3 (May 2017) -* [X] [Language Service Extensibility](https://github.com/Microsoft/TypeScript/pull/12231) * [X] [Generic defaults](https://github.com/Microsoft/TypeScript/issues/2175) * [X] [JSX stateless components overload resolution](https://github.com/Microsoft/TypeScript/issues/9703) * [X] [Generator support for ES3/ES5](https://github.com/Microsoft/TypeScript/issues/1564) @@ -28,6 +27,7 @@ # 2.2 (February 2017) +* [X] [Language Service Extensibility](https://github.com/Microsoft/TypeScript/pull/12231) * [X] [Mixin classes](https://github.com/Microsoft/TypeScript/pull/13743) * [X] [Allow deriving from object and intersection types](https://github.com/Microsoft/TypeScript/pull/13604) * [X] [Support for `new.target`](https://github.com/Microsoft/TypeScript/issues/2551)