-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to TS or supply ambient definitions #1268
Comments
26 tasks
I am taking a stab at this. 👍 It should help us resolve emberjs/ember.js#20254 as well. |
Done #1234 :-P |
Ha! I forgot about that. Also, what a great PR number that was! |
Talking with @gitKrystan in Discord: she's going to try to get this switched over to using the Ember preview types, and then we'll see about getting a release cut. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of Ember.js RFC #0800, this package needs to supply type definitions. Preferably, this would happen by converting to TS and generating from the source; as an alternative, it can publish ambient types (presumably starting with the ones on DefinitelyTyped).
All the members of the Typed Ember team are happy to advise on how to do this; feel free to reach out in #dev-typescript on Discord if you have questions!
The text was updated successfully, but these errors were encountered: