Skip to content

Commit 5ca9d70

Browse files
author
Orta
authoredJan 24, 2020
Merge pull request #246 from microsoft/orta-3_8
Adds 3.8 back to the Roadmap
2 parents cef703a + 201c0bc commit 5ca9d70

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

Diff for: ‎Roadmap.md

+15-1
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)
Please sign in to comment.