JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33504
  • Score
    100M100P100Q156041F
  • License MIT

A polyfill for Ember.assign in <= 1.13

Package Exports

  • ember-assign-polyfill

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-assign-polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ember-assign-polyfill

This is a super simple polyfill for enabling support for Ember.assign in Ember <= 1.13. I found on several occasions I needed to shim this, so decided to just put together an addon for it.

Installation

ember install ember-assign-polyfill

Usage

import assign from 'ember-assign-polyfill';