add tracked utilities for ember-inspector
so we do not need to do this hack: https://github.com/emberjs/ember-inspector/blob/8c4cd42a50b614981f8b863dfe07e116ced04953/ember_debug/object-inspector.js#L41
@NullVoxPopuli can we have this?
Maybe, i'm behind an getting the VM integrated in to ember, so that's blocking me actually reviewing all these prs.
At first glance though, does this need to be in production? Can we instead wrap all the behavior in meta.env?
i think it would be nice to have it in prod as well.
or when window.EmberENV = { _DEBUG_RENDER_TREE: true }; is set? or some other key?
https://github.com/emberjs/ember-inspector/blob/main/skeletons/web-extension/scripts/boot.js#L1C21-L1C39
@chancancode can you have a look at this? At least i would like the object/property info on the tag for inspector
Is there a way to make it faster?
Is there a way to make it faster?
Maybe, nodejs creates a new hidden class whenever a new property is added to an object... Lets see if thats the cause