Skip to content

Commit

Permalink
Merge pull request #868 from emberjs/advance-rfc-0800
Browse files Browse the repository at this point in the history
Advance RFC #800 "Typescript Adoption Plan" to Stage Ready for Release
  • Loading branch information
wagenet committed Aug 24, 2023
2 parents dd40680 + b204c17 commit ccd8a18
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit ccd8a18

Please sign in to comment.