Commit 74a0130
committed
Amend RFC 0724 to include template type checking
RFC #724 originally intentionally excluded template type checking via
Glint from its designation of "official support" for Ember. However, in
the time since the RFC was authored, there have been two significant changes:
1. Glint itself has matured significantly, with no known major issues
at this time (though plenty of polish still to be done).
2. The *major* design issues in Ember needed to unblock Glint have
been resolved:
- resolution of template identifiers (components, helpers, and
modifiers): RFC #779
- a Glimmer Component type signature which exposes information
about the blocks and the target for `...attributes`: RFC #748
Although there remain a number of smaller design questions to resolve,
this is sufficient for us to treat type-checked templates as a viable
part of our story, and given *viability*, we think this is *necessary*.1 parent 7c2e7eb commit 74a0130
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 125 | + | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
179 | 177 | | |
180 | 178 | | |
181 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
182 | 184 | | |
183 | 185 | | |
184 | 186 | | |
| |||
0 commit comments