-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
remove Map/MapWithDefault polyfills, use Ember's ones #3215
Conversation
Need to make sure with @stefanpenner these aren't likely to change. |
@fivetanley @stefanpenner any news on that ? |
@fivetanley is ED relying on the public API's of Map/MapWithDefault? I just realized, for some reason all its API's are marked as private... I believe this is a mistake |
I suspect as long as,
are the only methods used, everything should be fine. |
@stefanpenner Thanks for the investigation 👍 As a side note, is it safe to use Ember.Map/MapWithDefault in client app ? |
I would say so, but I didn't release they are marked as private. Someone should investigate :P |
@stefanpenner It seems like Map has been marked private since the beggining, at least since the first move to yuidoc, see: emberjs/ember.js@1325935#diff-7d75f034e93c4304edfd8944392ef2e0R60 Also, here @rwjblue took that in account to mark all the method as private, but it seems like there is no pb to make them public if wanted/needed |
@fivetanley ping ? |
@sly7-7 I think this would be great to get merged, would you be able to sort out the conflicts? |
@wecc My pleasure, Should be ok now 😄 |
remove Map/MapWithDefault polyfills, use Ember's ones
Thanks @sly7-7. |
Closes #2512