Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 997 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 997 Bytes

ember-debug-handlers-polyfill

This addon provides an implementation of emberjs/rfcs#65 (added to Ember in emberjs/ember.js#11833 and released in Ember v2.1.0) that can be used with versions of Ember prior to v2.1.0.

This polyfill will be useful for other tooling related addons or app developers that want to add custom deprecation handlers.

Contributing

Installation

  • git clone <repository-url> this repository
  • cd ember-debug-handlers-polyfill
  • yarn install

Running

Running Tests

  • yarn test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.