-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add polyfill that allows apps and addons to use @ember-data
related packages regardless of ember-data
version
#318
Conversation
15574e4
to
ead9fd6
Compare
ead9fd6
to
58b4483
Compare
The failing test is for node 6, which I believe we can safely drop. Indeed this project currently tests 6,8, and 10 when we should bump to testing 10, 12 and 13 EDIT: @rwjblue requested the node 6/8 support drop be a separate effort later and not tied to any features. #321 has been created and node 6 support added here. |
if (!dep.version) { | ||
throw new Error('EmberData missing version'); | ||
} |
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.
Do we ever expect this to actually happen? I think no, but just wanted to check and see why it was added...
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.
When I was creating the test mock environment the failures were pretty obtuse, this made it clear when the issue was no version found so that I knew I needed to continue getting the mock env closer to what version checker needed.
It is removable.
@ember-data
related packages regardless of ember-data
version
…er-data` re… (emberjs#318)"" This reverts commit f9de09f.
No description provided.