-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make captureRenderTree
API public
#815
Comments
out of curiosity, is this related to #778 |
The main reason I opened the issue is not related to that PR – I was trying to revive emberjs/ember.js#19069 by @bekzod, however I realized a lot of what made it hard/tricky at the time is to still keep some of the existing private "view utils" functions ( Those functions are not really useful anymore since they only work for classic However, usually when we deprecate something we also need to offer an alternative. In this case, Now, as for the #778, it's at least tangentially related, in that if As for the proposal in #778 itself, initially I had the same questions as @rwjblue which he asked on the thread, and I think I am still not super clear on it after re-reading it. This is already getting super long, so I'll try the rest another time and reply on the other PR directly. |
@chancancode do you think this is worth an RFC? There doesn’t seem to be much uptake here. |
I think people get scare of low-level RFCs, sometimes 🙃 |
A while back, we added the
captureRenderTree
API as a more stable (but still private/intimate) API for the Ember Inspector to use. It's fairly well thought out though it didn't really go through the RFC process and did not really consider any use cases outside of the inspector. As of now, the status of the API is that it's officially private/intimate, though since the Ember Inspector uses it it's not going to just go away completely without replacement. It's not a huge priority, but if someone would like to use this API, then let's discuss that here and evolve it towards its final form through the RFC process.The text was updated successfully, but these errors were encountered: