mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
chore: format and fix ci build
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"../global-types.d.ts",
|
||||
"./**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
|
@ -494,7 +494,6 @@ function ensureBroadCastReceiverClass() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
BroadcastReceiverClass = BroadcastReceiver;
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import type {InstrumentationMode} from '../profiling'
|
||||
import type { InstrumentationMode } from '../profiling';
|
||||
|
||||
interface IConfigPlatform {
|
||||
/**
|
||||
@ -144,4 +144,3 @@ export interface NativeScriptConfig {
|
||||
*/
|
||||
cssParser?: 'rework' | 'nativescript' | 'css-tree';
|
||||
}
|
||||
|
||||
|
@ -12,13 +12,7 @@ import {iOSNativeHelper, isFontIconURI, layout} from '../../utils';
|
||||
import { CSSType, IOSHelper, View } from '../core/view';
|
||||
import { Frame } from '../frame';
|
||||
import { Font } from '../styling/font';
|
||||
import {
|
||||
getIconSpecSize,
|
||||
itemsProperty,
|
||||
selectedIndexProperty,
|
||||
TabNavigationBase,
|
||||
tabStripProperty
|
||||
} from '../tab-navigation-base/tab-navigation-base';
|
||||
import { getIconSpecSize, itemsProperty, selectedIndexProperty, TabNavigationBase, tabStripProperty } from '../tab-navigation-base/tab-navigation-base';
|
||||
|
||||
// TODO:
|
||||
// import { profile } from "../../profiling";
|
||||
|
Reference in New Issue
Block a user