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 b3dcf20 commit 7a95c95Copy full SHA for 7a95c95
packages/ember/index.ts
@@ -1,9 +1,6 @@
1
import { DEPRECATIONS, deprecateUntil } from '@ember/-internals/deprecations';
2
import doNotUseThis from './barrel';
3
4
-// eslint-disable-next-line import/export
5
-export type * from './barrel';
6
-
7
export default new Proxy(doNotUseThis, {
8
get(target, key, receiver) {
9
// We don't have symbol exports, so this is probably fine.
0 commit comments