You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to emberjs/ember-ordered-set#14 it looks like Ember.Map has quite a few API differences to the native Map class. As argued in emberjs/ember-ordered-set#14 (comment) it might make sense to restrict this package to just mirror Ember.Map and not try to polyfill the native Map too. In that case we should drop the -polyfill suffix from the project name though.
The text was updated successfully, but these errors were encountered:
Given emberjs/data#5255 and our discussion on Slack I'll close this issue now because we will archive the project again. By the time Ember.js will drop Ember.Map Ember will be at version 3.x, and at that point all target platforms (even IE11) have support for the native Map class, which is a better migration path than using @ember/map-polyfill.
Similar to emberjs/ember-ordered-set#14 it looks like
Ember.Map
has quite a few API differences to the nativeMap
class. As argued in emberjs/ember-ordered-set#14 (comment) it might make sense to restrict this package to just mirrorEmber.Map
and not try to polyfill the nativeMap
too. In that case we should drop the-polyfill
suffix from the project name though.The text was updated successfully, but these errors were encountered: