ember-cli / ember-cli-shims

DEPRECATED - ES6 import shims for Ember.js
MIT License
45 stars 60 forks source link

Add missing computed.uniqBy shim #132

Closed kevinansfield closed 7 years ago

kevinansfield commented 7 years ago

closes https://github.com/ember-cli/ember-cli-shims/issues/131

Turbo87 commented 7 years ago

@kevinansfield this project is now essentially deprecated as the "New Module Imports" from RFC 176 have landed as part of the ember-cli-babel@6.6.0 release. Those are missing the uniqBy() import too, but I've just created a similar PR for this at https://github.com/ember-cli/ember-rfc176-data/pull/16

Turbo87 commented 7 years ago

see https://github.com/ember-cli/ember-cli-shims/issues/131#issuecomment-343905228