mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-24 18:23:40 +08:00
fix(core): prevent a circular reference because of SDK_VERSION
(#10097)
This commit is contained in:
@ -4,7 +4,6 @@ import { sanitizeModuleName } from '../ui/builder/module-name-sanitizer';
|
||||
import * as layout from './layout-helper';
|
||||
|
||||
import { GC } from './index';
|
||||
import { Device } from '../platform';
|
||||
|
||||
export { layout };
|
||||
export * from './mainthread-helper';
|
||||
@ -192,5 +191,3 @@ export function queueGC(delay = 900, useThrottle?: boolean) {
|
||||
debouncedGC.get(delay)();
|
||||
}
|
||||
}
|
||||
|
||||
export const SDK_VERSION = parseInt(Device.sdkVersion, 10);
|
||||
|
Reference in New Issue
Block a user