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