Skip to content

Commit c0b92c4

Browse files
committed
We don't need owner-mixin-imports
1 parent 76cd35f commit c0b92c4

2 files changed

Lines changed: 1 addition & 82 deletions

File tree

addon/src/-internal/-owner-mixin-imports.ts

Lines changed: 0 additions & 78 deletions
This file was deleted.

addon/src/-internal/build-registry.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ import { ComponentLookup } from '@ember/-internals/views';
77

88
import type { FullName } from '@ember/owner';
99

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.
1310
import {
1411
ContainerProxyMixin,
1512
RegistryProxyMixin,
16-
} from './-owner-mixin-imports.ts';
13+
} from '@ember/-internals/runtime';
1714

1815
/**
1916
* Adds methods that are normally only on registry to the container. This is largely to support the legacy APIs

0 commit comments

Comments
 (0)