Skip to content

Adds 3.8 back to the Roadmap #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ This page outlines specific features and fixes that are scheduled or planned for
* Decorators for function expressions/arrow functions
<!-- * [ ] [`unknown` for implicit generic constraints](https://github.com/Microsoft/TypeScript/issues/26796) -->


# 3.8 (November 2019)

[See the 3.8 Iteration Plan for more details.](https://github.com/microsoft/TypeScript/issues/34898)

* [ ] [Type-Only Imports and Exports]()
* [x] [New `export * as ns` Syntax](https://github.com/microsoft/TypeScript/pull/34903)
* [x] [Top-Level Await](https://github.com/microsoft/TypeScript/issues/25988)
* [x] [Private Fields](https://github.com/Microsoft/TypeScript/pull/30829)
* [x] [Public Fields Breaking Change](https://github.com/microsoft/TypeScript/issues/34787)
* [x] [JSDoc Property Modifiers](https://github.com/microsoft/TypeScript/issues/14009)
* [x] ["Fast and Loose" Incremental Checking](https://github.com/microsoft/TypeScript/issues/33329)


# 3.7 (November 2019)

[See the 3.7 Iteration Plan for more details.](https://github.com/microsoft/TypeScript/issues/33352)
Expand Down Expand Up @@ -400,4 +414,4 @@ This page outlines specific features and fixes that are scheduled or planned for

* [X] Language service re-write to target new compiler
* [X] Support for [protected members](https://github.com/Microsoft/TypeScript/pull/688) in classes
* [X] Support for [Tuple Types](https://github.com/Microsoft/TypeScript/pull/428)
* [X] Support for [Tuple Types](https://github.com/Microsoft/TypeScript/pull/428)