Chris Krycho
Chris Krycho
@championswimmer if we don't get somewhere in the next bit, yep; but I know @jamescdavis actually has a spike where he's gotten a good part of the way through it,...
Thanks for checking! No progress at the moment (or for the last very many moments!) but hopefully relatively soon. Supporting this dovetails with a couple other things I’m hoping to...
Thanks for filing this! You can technically do this today by creating a `.ts` file which imports the corresponding template and then exports it again with the `templateOnly` wrapper. However,...
Follow-on to the above: we specifically need to make it possible to set the "type" of a `templateOnly` component!
I believe this is related to #724, and *should* be a function of the ember-cli-babel build, not anything ember-cli-typescript does anymore, assuming you're on a sufficiently recent version of both...
Ahhh, this makes sense. I think I wrote that type, and I wasn't super clear from the docs at the time whether it was supposed to be a class or...
Note that there's also an additional issue here in that it's actually *always* an unsafe cast using the generic *or* an unsafe "narrowing" via a type definition on the actual...
Doh, further follow-up: I realize now that even doing `Constructor` doesn't give us what we need; it's on the static side of the class IIRC?
Annnnd one last note: we may at some point (when we are making other sweeping, massive, breaking changes to the types… perhaps by pulling them out of DT into our...
Yeah, agreed about `Constructor`—you just got to see my *whole* train of thought as I worked that out in between other tasks yesterday. Makes sense that all of the related...