ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

For ember-source 5.10-beta+, do not use the Ember barrel file (it's been deprecated)

Open NullVoxPopuli opened this issue 1 year ago • 4 comments

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

NullVoxPopuli avatar May 10 '24 15:05 NullVoxPopuli

the only parts that need changes is in ember_debug

patricklx avatar May 10 '24 15:05 patricklx

But is the boot event 'Ember' still dispatched? It was part of ember/index and inspector depends on it

patricklx avatar May 10 '24 16:05 patricklx

all of 'Ember' is deprecated -- so my plan here is to import from -internal apis mostly, or other public apis where available

NullVoxPopuli avatar May 10 '24 17:05 NullVoxPopuli

Is this why canary tests are failing? Wondering what fixes we need there.

RobbieTheWagner avatar May 31 '24 12:05 RobbieTheWagner