-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Switch from local and @types/ember types to ember-source types #8717
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
Switch from local and @types/ember types to ember-source types #8717
Conversation
3958f34 to
60d6dcf
Compare
runspired
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say this is 99% mergeable 💜. left a few comments to chat through first.
|
What would be the next step once this PR is merged? Is the end goal here to port the types of |
|
@esbanarango I think the next step is to port the DT types into the project, putting them into their respective packages within a folder named something like |
Description
It seemed like a first step to ember-data shipping types was to use the ember-source types directly. This was a helpful to me when I was updating the @types/ember-data for ember-source types. Even if types are still shipped separately, this would make it easier to harmonize the shipped types to the internal types.
Notes for the release
not sure, seems like it is only visible internally
^ note from @runspired: this is correct. We intentionally do not ship types though this PR likely means we could ship types for @ember-data/tracking @ember-data/request @ember-data/request-utils @ember-data/rest and @ember-data/active-record starting as soon as 5.2. Would require a small cleanup pass.