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

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Mar 17, 2021

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.

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.
@pzuraq pzuraq force-pushed the bugfix/rename-private-runloop-methods branch from 5032767 to aece1dc Compare March 17, 2021 18:56
@rwjblue rwjblue merged commit 2ab7a67 into master Mar 17, 2021
@rwjblue rwjblue deleted the bugfix/rename-private-runloop-methods branch March 17, 2021 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants