File tree 1 file changed +15
-1
lines changed
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
19
19
* Decorators for function expressions/arrow functions
20
20
<!-- * [ ] [`unknown` for implicit generic constraints](https://github.com/Microsoft/TypeScript/issues/26796) -->
21
21
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
+
22
36
# 3.7 (November 2019)
23
37
24
38
[ 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
400
414
401
415
* [X] Language service re-write to target new compiler
402
416
* [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