mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor: circular deps part 1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { ViewBase } from '../ui/core/view-base';
|
||||
|
||||
//Requires
|
||||
import { getNodeById } from './dom-node';
|
||||
import { getNodeById } from './dom-types';
|
||||
import { mainThreadify } from '../utils';
|
||||
|
||||
// Use lazy requires for core modules
|
||||
|
||||
Reference in New Issue
Block a user