Skip to content
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

Advance RFC #0800 "Typescript Adoption Plan" to Stage Ready for Release #868

Merged
merged 5 commits into from
Aug 24, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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)
bertdeblock marked this conversation as resolved.
Show resolved Hide resolved
- 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