Chris Krycho
Chris Krycho
Thanks for opening. As per the usual, if you can help land docs on the importable helpers, that'll be great (we always follow the "don't add things to DT that...
I believe (we should check) that this is fixed now! @dfreeman opened a PE with it a week or so ago.
Thank you for filing this! One of us will try to poke at it soon!
@theroncross what version of the types package was this?
Thanks for writing this up, @boris-petrov. As per the usual flow, we need it documented in Ember itself, and then a PR to DefinitelyTyped will be very welcome and we'll...
Thanks for the report! The problem is that Ember’s actual public API here is underspecified. See discussion at emberjs/ember.js#19916. Once we have that resolved, we’ll update these types accordingly!
Documenting a workaround here while I work on trying to get emberjs/ember.js#19916 unblocked: you can write a module extension like this in your types locally: ```ts declare module '@ember/application' {...
Yep, we can recommend as a workaround for now just uninstalling the blueprints. There's a *lot* broken there and unfortunately none of us has had time to go and fix.
That’s correct! And yeah, we haven’t had time to get around to updating these yet (though it’s on my radar, and I may start chipping away at it as soon...
Thank you, @MichalBryxi! For anyone following this thread: you should expect to see an Ember RFC tackling this problem in a very general way (not specific to TS, but solving...