ember-inspector
ember-inspector copied to clipboard
For ember-source 5.10-beta+, do not use the Ember barrel file (it's been deprecated)
Description
RFC: https://github.com/emberjs/rfcs/pull/1003 Implementation: https://github.com/emberjs/ember.js/pull/20686 Advancement: https://github.com/emberjs/rfcs/pull/1015 Deprecation Guide: https://github.com/ember-learn/deprecation-app/pull/1381
Screenshots
the only parts that need changes is in ember_debug
But is the boot event 'Ember' still dispatched? It was part of ember/index and inspector depends on it
all of 'Ember' is deprecated -- so my plan here is to import from -internal apis mostly, or other public apis where available
Is this why canary tests are failing? Wondering what fixes we need there.