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 LTS] Backport some stable type import locations #20481

Merged
merged 1 commit into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. [BUGFIX LTS] Backport some stable type import locations

    The `ContainerProxyMixin` and `RegistryProxyMixin` private types are
    used as "intimate API" by `@ember/test-helpers`, which aims to support
    both the preview and stable type definitions. Provide both these types
    in both their legacy locations (where they were published from until
    4.10) and their correct locations. *Only* provide the types, however,
    since the runtime location has moved.
    chriskrycho committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5e94c92 View commit details
    Browse the repository at this point in the history