ember.js icon indicating copy to clipboard operation
ember.js copied to clipboard

Add @ember/-debug-basic for internal use

Open wagenet opened this issue 2 years ago • 3 comments

captureRenderTree requires @ember/-internals/glimmer which has a lot of dependencies. The rest of the root @ember/debug import is pretty isolated, so making @ember/debug/-basic for internal use reduces a lot of entanglement.

For #20303.

wagenet avatar Dec 06 '22 20:12 wagenet

The prod build tests are legitimately failing because of changes from this PR, @wagenet – it looks like it's not even hitting all the expected assertions in most of the tests it's failing on.

chriskrycho avatar Jan 23 '23 14:01 chriskrycho

Is this still relevant?

kategengler avatar Dec 12 '23 16:12 kategengler

I think so, but I haven't had the time to do anything and it's not urgent.

wagenet avatar Jan 10 '24 21:01 wagenet