-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
π€οΈ tracking: universal support for all JS Applications #8147
Comments
What is RSVP timing? |
@fivetanley RSVP promises resolve in coordination with each other and the runloop in ways that native promises do not. They also do not interop with For the deprecation bit, I suspect we need a global flag that switches which promise we use from RSVP to native, deprecate the non-native flag-state, and let apps manage the migration, with native being the only thing used in 5.0. |
@runspired I assume you mean "in 6.0" here, with the migration between promise libraries occurring during the course of the 5.x series? |
@acorncom depends on when the work is done. The list in this ticket is non-essential for 5.0 unless also mentioned in the embroider or 5.0 roadmaps. More than likely this will happen post-5.0 and of course we could implement now and not deprecate till 5.0 |
closing in favor of the tracking in the mega-list for Polaris #9337 |
Codename: π Project Unplug π
Goal: Full decoupling from Ember's build, object model, scheduling, and reactivity model
Blocking
@glimmer/tracking
usage to a configuration point@ember-data/tracking
for glimmer/non-glimmer (or starbeam)@ember/test-waiters
for non-ember projectsNon Blocking
@ember/debug
with something driven by our own config@ember/string
usage in builders with something lighter of our ownUpdated Tests
The text was updated successfully, but these errors were encountered: