JSPM

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

The default blueprint for ember-cli addons.

Package Exports

  • ember-in-element-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-in-element-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-in-element-polyfill

Build Status

ember install ember-in-element-polyfill

This will make in-element (see RFC 287) available in all Ember versions starting at 1.13.

For Glimmer2 based Ember versions (2.10+) this addon will use the already available private -in-element. For earlier versions (1.13 - 2.9), and only for those(!), it will use a fallback based on ember-wormhole.

All of this is done using AST transforms, so no run-time overhead will occur.

Also it will play nicely with ember-maybe-in-element, in case you have a need for the additional renderInPlace functionality.