diff --git a/text/0800-ts-adoption-plan.md b/text/0800-ts-adoption-plan.md index e3202aba34..17eec6ccf3 100644 --- a/text/0800-ts-adoption-plan.md +++ b/text/0800-ts-adoption-plan.md @@ -1,5 +1,5 @@ --- -stage: accepted +stage: ready-for-release start-date: 2022-02-24T00:00:00.000Z release-date: release-versions: @@ -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: --- @@ -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)