Chris Krycho
Chris Krycho
Nope! I'd gladly review a PR on DT though!
Thanks for writing this up! It's definitely a gap in our docs right now—a minimal "just getting started" tutorial would be a great addition there.
Thanks for the report! Hopefully one of us will be able to look into this soon!
Thanks for filing this! Since [its existence and methods are public API](https://api.emberjs.com/ember/3.11/classes/Transition), I agree that the interface should be importable. We want to make sure that *only* an interface is...
Right, I'm fine with coming up with another way to support type-only exports (of which there are not very many), but we *should* prioritize doing so, since otherwise public types...
cc. @rwjblue for thoughts on exports of type-only items.
To be clear: "prioritize" doesn't imply to me "ship it stat!" for the reason that there *are* workarounds. I simply mean that working out a story for these kinds of...
Oh, and to elaborate one of those points: I've made good use of utility types like the `FirstArgument` type in the past, and in fact there are several places in...
I'm *much* more comfortable with that as well, and it's a thing I've been considering for a while anyway. I'm also happy to help create and maintain it.
Hmm. I'd be surprised if that even works correctly. Namespaces are properly *value* types, and folks still regularly need to use it to refer to e.g. `Ember.testing`.