File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments