Skip to content
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
7 changes: 4 additions & 3 deletions text/0800-ts-adoption-plan.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
stage: accepted
stage: ready-for-release
start-date: 2022-02-24T00:00:00.000Z
release-date:
release-versions:
Expand All @@ -9,7 +9,8 @@ teams:
- cli
- learning
prs:
accepted: https://github.com/emberjs/rfcs/pull/800
accepted: 'https://github.com/emberjs/rfcs/pull/800'
ready-for-release: 'https://github.com/emberjs/rfcs/pull/868'
project-link:
---

Expand Down Expand Up @@ -316,7 +317,7 @@ Like browsers and Node, TypeScript regularly introduces new features which are a
- `const` assertions and higher-order inference for functions, which was key to enabling Glint (3.4)
- assertion functions, allowing more useful typing of `assert` (3.7)
- the `declare` modifier, allowing safe declaration of injections and CPs (3.7)
- spec compatibility for class fields, optional chaining,. and nullish coalescing (3.7)
- spec compatibility for class fields, optional chaining,. andish coalescing (3.7)
- spec compatibility for top-level `await` (3.8)
- variadic tuple types and labeled tuple elements (4.0, improved in 4.2)
- template literal types (4.1)
Expand Down