File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,20 @@ This page outlines specific features and fixes that are scheduled or planned for
1919* Decorators for function expressions/arrow functions
2020<!-- * [ ] [`unknown` for implicit generic constraints](https://github.com/Microsoft/TypeScript/issues/26796) -->
2121
22+
23+ # 3.8 (November 2019)
24+
25+ [ See the 3.8 Iteration Plan for more details.] ( https://github.com/microsoft/TypeScript/issues/34898 )
26+
27+ * [ ] [ Type-Only Imports and Exports] ( )
28+ * [x] [ New ` export * as ns ` Syntax] ( https://github.com/microsoft/TypeScript/pull/34903 )
29+ * [x] [ Top-Level Await] ( https://github.com/microsoft/TypeScript/issues/25988 )
30+ * [x] [ Private Fields] ( https://github.com/Microsoft/TypeScript/pull/30829 )
31+ * [x] [ Public Fields Breaking Change] ( https://github.com/microsoft/TypeScript/issues/34787 )
32+ * [x] [ JSDoc Property Modifiers] ( https://github.com/microsoft/TypeScript/issues/14009 )
33+ * [x] [ "Fast and Loose" Incremental Checking] ( https://github.com/microsoft/TypeScript/issues/33329 )
34+
35+
2236# 3.7 (November 2019)
2337
2438[ See the 3.7 Iteration Plan for more details.] ( https://github.com/microsoft/TypeScript/issues/33352 )
@@ -400,4 +414,4 @@ This page outlines specific features and fixes that are scheduled or planned for
400414
401415* [X] Language service re-write to target new compiler
402416* [X] Support for [ protected members] ( https://github.com/Microsoft/TypeScript/pull/688 ) in classes
403- * [X] Support for [ Tuple Types] ( https://github.com/Microsoft/TypeScript/pull/428 )
417+ * [X] Support for [ Tuple Types] ( https://github.com/Microsoft/TypeScript/pull/428 )
You can’t perform that action at this time.
0 commit comments