Skip to content

Commit

Permalink
SUpport TS 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 2, 2024
1 parent b3dcf20 commit 7a95c95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ember/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { DEPRECATIONS, deprecateUntil } from '@ember/-internals/deprecations';
import doNotUseThis from './barrel';

// eslint-disable-next-line import/export
export type * from './barrel';

export default new Proxy(doNotUseThis, {
get(target, key, receiver) {
// We don't have symbol exports, so this is probably fine.
Expand Down

0 comments on commit 7a95c95

Please sign in to comment.