Skip to content

Commit ccd8a18

Browse files
authored
Merge pull request #868 from emberjs/advance-rfc-0800
Advance RFC #800 "Typescript Adoption Plan" to Stage Ready for Release
2 parents dd40680 + b204c17 commit ccd8a18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

text/0800-ts-adoption-plan.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
stage: accepted
2+
stage: ready-for-release
33
start-date: 2022-02-24T00:00:00.000Z
44
release-date:
55
release-versions:
@@ -9,7 +9,8 @@ teams:
99
- cli
1010
- learning
1111
prs:
12-
accepted: https://github.com/emberjs/rfcs/pull/800
12+
accepted: 'https://github.com/emberjs/rfcs/pull/800'
13+
ready-for-release: 'https://github.com/emberjs/rfcs/pull/868'
1314
project-link:
1415
---
1516

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

0 commit comments

Comments
 (0)