Skip to content

Commit 14e05c6

Browse files
Updated Roadmap (markdown)
1 parent 9523fdf commit 14e05c6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Roadmap.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ This page outlines specific features and fixes that are scheduled or planned for
3131
* [x] [Allow `allowJs` and `declaration` to be used together](https://github.com/microsoft/TypeScript/pull/32372)
3232
* [x] [Uncalled Function Checks](https://github.com/microsoft/TypeScript/pull/33178)
3333
* [x] [`--declaration` and `--isolatedModules`](https://github.com/Microsoft/TypeScript/issues/29490)
34-
* [x] [Call Hierarchy support](https://github.com/microsoft/TypeScript/issues/31863)
35-
* [x] [Semicolon Preferences in Editor Formatting](https://github.com/microsoft/TypeScript/issues/19882)
36-
* [x] [Build-Free Editing for Project References](https://github.com/microsoft/TypeScript/pull/32028)
37-
* [x] [Auto-inserted `await` for completions](https://github.com/microsoft/TypeScript/issues/31450)
34+
* [x] [Flattened Property/Method Reporting](https://github.com/microsoft/TypeScript/issues/33361)
35+
* [x] Editor Functionality/APIs
36+
* [x] [Build-Free Editing for Project References](https://github.com/microsoft/TypeScript/pull/32028)
37+
* [x] [Auto-inserted `await` for completions](https://github.com/microsoft/TypeScript/issues/31450)
38+
* [x] [Quick fix to convert `const` to `let`](https://github.com/microsoft/TypeScript/issues/22473)
39+
* [x] [Call Hierarchy Support](https://github.com/microsoft/TypeScript/issues/31863)
40+
* [x] [Semicolon Formatting Preferences](https://github.com/microsoft/TypeScript/issues/19882)
3841

3942
# 3.6 (August 2019)
4043

0 commit comments

Comments
 (0)