File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/@ember/-internals Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { getDebugName } from '@ember/-internals/utils';
55import { constructStyleDeprecationMessage } from '@ember/-internals/views' ;
66import { EMBER_DEFAULT_HELPER_MANAGER } from '@ember/canary-features' ;
77import { assert , deprecate , warn } from '@ember/debug' ;
8- import type { DeprecationOptions } from '@ember/debug/lib/deprecate ' ;
8+ import type { DeprecationOptions } from '@ember/debug' ;
99import { schedule , _backburner } from '@ember/runloop' ;
1010import { DEBUG } from '@glimmer/env' ;
1111import setGlobalContext from '@glimmer/global-context' ;
Original file line number Diff line number Diff line change 33*/
44
55import { deprecate } from '@ember/debug' ;
6- import type { DeprecationOptions } from '@ember/debug/lib/deprecate ' ;
6+ import type { DeprecationOptions } from '@ember/debug' ;
77import { get } from './property_get' ;
88import { set } from './property_set' ;
99
You can’t perform that action at this time.
0 commit comments