Skip to content

Commit 7a95c95

Browse files
committed
SUpport TS 4.9
1 parent b3dcf20 commit 7a95c95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/ember/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { DEPRECATIONS, deprecateUntil } from '@ember/-internals/deprecations';
22
import doNotUseThis from './barrel';
33

4-
// eslint-disable-next-line import/export
5-
export type * from './barrel';
6-
74
export default new Proxy(doNotUseThis, {
85
get(target, key, receiver) {
96
// We don't have symbol exports, so this is probably fine.

0 commit comments

Comments
 (0)