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)