Skip to content

Commit

Permalink
Remove obsolete polyfill
Browse files Browse the repository at this point in the history
[ember-debug-handlers-polyfill](https://github.com/ember-polyfills/ember-debug-handlers-polyfill)
provides an implementation of
[emberjs/rfcs#65](https://github.com/emberjs/rfcs/blob/master/text/0065-deprecation-warning-handlers.md)
(added to Ember in
[emberjs/ember.js#11833](emberjs/ember.js#11833)
and released in Ember v2.1.0) that can be used with versions of Ember
prior to v2.1.0.
  • Loading branch information
twokul committed Feb 5, 2021
1 parent ba3b509 commit add5a0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^2.0.0",
"ember-debug-handlers-polyfill": "^1.1.1",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-faker": "^1.5.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6319,11 +6319,6 @@ ember-copy@^1.0.0:
ember-cli-typescript "^3.1.3"
ember-inflector "^3.0.1"

ember-debug-handlers-polyfill@^1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/ember-debug-handlers-polyfill/-/ember-debug-handlers-polyfill-1.1.1.tgz#e9ae0a720271a834221179202367421b580002ef"
integrity sha512-lO7FBAqJjzbL+IjnWhVfQITypPOJmXdZngZR/Vdn513W4g/Q6Sjicao/mDzeDCb48Y70C4Facwk0LjdIpSZkRg==

ember-disable-prototype-extensions@^1.1.2:
version "1.1.3"
resolved "https://registry.npmjs.org/ember-disable-prototype-extensions/-/ember-disable-prototype-extensions-1.1.3.tgz#1969135217654b5e278f9fe2d9d4e49b5720329e"
Expand Down

0 comments on commit add5a0a

Please sign in to comment.