Skip to content

Commit 301b76f

Browse files
authored
Merge pull request #20312 from wagenet/fix-debug-imports
Fix debug imports
2 parents b4c5028 + 8c008fd commit 301b76f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@ember/-internals/glimmer/lib/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getDebugName } from '@ember/-internals/utils';
55
import { constructStyleDeprecationMessage } from '@ember/-internals/views';
66
import { EMBER_DEFAULT_HELPER_MANAGER } from '@ember/canary-features';
77
import { assert, deprecate, warn } from '@ember/debug';
8-
import type { DeprecationOptions } from '@ember/debug/lib/deprecate';
8+
import type { DeprecationOptions } from '@ember/debug';
99
import { schedule, _backburner } from '@ember/runloop';
1010
import { DEBUG } from '@glimmer/env';
1111
import setGlobalContext from '@glimmer/global-context';

packages/@ember/-internals/metal/lib/deprecate_property.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import { deprecate } from '@ember/debug';
6-
import type { DeprecationOptions } from '@ember/debug/lib/deprecate';
6+
import type { DeprecationOptions } from '@ember/debug';
77
import { get } from './property_get';
88
import { set } from './property_set';
99

0 commit comments

Comments
 (0)