From a0adbb0ef5fc11b4c85783f4d39a1919f5ae376e Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Fri, 19 May 2017 14:55:55 -0700 Subject: [PATCH] Add Refactoring support in Language Service API --- Roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 92418e6..c08e1f6 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -16,7 +16,8 @@ * [X] [Covariant checking for callback parameters](https://github.com/Microsoft/TypeScript/pull/15104) * [X] [String valued members in enums](https://github.com/Microsoft/TypeScript/pull/15486) -* [ ] [Refactoring support in Language Service API](https://github.com/Microsoft/TypeScript/pull/14624) +* [X] [Refactoring support in Language Service API](https://github.com/Microsoft/TypeScript/pull/15569) + * [Refactor ES5 function to ES6 class in .js files](https://github.com/Microsoft/TypeScript/pull/15569) * [ ] [Better error reporting for errors in `tsconfig.json`](https://github.com/Microsoft/TypeScript/pull/12336) # 2.3 (April 2017)