Skip to content
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

[BUGFIX] Rename private runloop functions #19466

Merged
merged 1 commit into from Mar 17, 2021

Commits on Mar 17, 2021

  1. [BUGFIX] Rename private runloop functions

    We currently export a few private functions from `@ember/runloop` for
    packages like `@ember/test-helpers`. These functions are not public API,
    but need to be accessible for these core packages. Previously they were
    exposed on the private APIs of the global `run`, but now that we're
    getting rid of the the modules transform these are now exposed directly,
    so underscoring them should help make users aware that they are not
    meant for public consumption.
    Chris Garrett committed Mar 17, 2021
    4 Configuration menu
    Copy the full SHA
    aece1dc View commit details
    Browse the repository at this point in the history