We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cd35f commit c0b92c4Copy full SHA for c0b92c4
2 files changed
addon/src/-internal/-owner-mixin-imports.ts
addon/src/-internal/build-registry.ts
@@ -7,13 +7,10 @@ import { ComponentLookup } from '@ember/-internals/views';
7
8
import type { FullName } from '@ember/owner';
9
10
-// These shenanigans work around the fact that the import locations are not
11
-// public API and are not stable, so we jump through hoops to get the right
12
-// types and values to use.
13
import {
14
ContainerProxyMixin,
15
RegistryProxyMixin,
16
-} from './-owner-mixin-imports.ts';
+} from '@ember/-internals/runtime';
17
18
/**
19
* Adds methods that are normally only on registry to the container. This is largely to support the legacy APIs
0 commit comments