mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup utils packaging
This commit is contained in:
@@ -4,7 +4,6 @@ import { BindingOptions } from '@nativescript/core/ui/core/bindable';
|
||||
import * as TKUnit from '../../../tk-unit';
|
||||
import * as types from '@nativescript/core/utils/types';
|
||||
import * as helper from '../../../ui-helper';
|
||||
import * as utils from '@nativescript/core/utils/utils';
|
||||
import * as bindingBuilder from '@nativescript/core/ui/builder/binding-builder';
|
||||
import * as appModule from '@nativescript/core/application';
|
||||
import { Trace } from '@nativescript/core';
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as LabelModule from '@nativescript/core/ui/label';
|
||||
|
||||
import * as types from '@nativescript/core/utils/types';
|
||||
import * as colorModule from '@nativescript/core/color';
|
||||
import * as utils from '@nativescript/core/utils/utils';
|
||||
import * as utils from '@nativescript/core/utils';
|
||||
import * as observableModule from '@nativescript/core/data/observable';
|
||||
import * as bindable from '@nativescript/core/ui/core/bindable';
|
||||
import { CoreTypes, Span, FormattedString } from '@nativescript/core';
|
||||
|
||||
@@ -3,7 +3,7 @@ import { Button } from '@nativescript/core/ui/button';
|
||||
import * as TKUnit from '../../tk-unit';
|
||||
import * as helper from '../../ui-helper';
|
||||
import { CoreTypes } from '@nativescript/core';
|
||||
import * as utils from '@nativescript/core/utils/utils';
|
||||
import * as utils from '@nativescript/core/utils';
|
||||
import * as testModule from '../../ui-test';
|
||||
import * as layoutHelper from './layout-helper';
|
||||
import * as commonTests from './common-layout-tests';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import * as TKUnit from '../../tk-unit';
|
||||
// >> article-creating-view
|
||||
import { isIOS, isAndroid } from '@nativescript/core/platform';
|
||||
import * as utils from '@nativescript/core/utils/utils';
|
||||
import * as utils from '@nativescript/core/utils';
|
||||
import * as helper from '../../ui-helper';
|
||||
import * as viewModule from '@nativescript/core/ui/core/view';
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import * as colorModule from '@nativescript/core/color';
|
||||
import * as searchBarModule from '@nativescript/core/ui/search-bar';
|
||||
import * as utils from '@nativescript/core/utils/utils';
|
||||
import * as utils from '@nativescript/core/utils';
|
||||
|
||||
function getTextView(bar: android.widget.SearchView): android.widget.TextView {
|
||||
if (bar) {
|
||||
|
||||
@@ -4,7 +4,7 @@ import { GridLayout } from '@nativescript/core/ui/layouts/grid-layout';
|
||||
import { Color } from '@nativescript/core/color';
|
||||
import * as helper from '../../ui-helper';
|
||||
import * as TKUnit from '../../tk-unit';
|
||||
import * as utils from '@nativescript/core/utils/utils';
|
||||
import * as utils from '@nativescript/core/utils';
|
||||
|
||||
export * from './view-tests-common';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user