chore: format and fix ci build

This commit is contained in:
Nathan Walker
2020-09-25 15:58:39 -07:00
parent 95d45e1528
commit 03f1f3d5f5
17 changed files with 68 additions and 75 deletions

View File

@ -30,6 +30,7 @@
}
},
"include": [
"../global-types.d.ts",
"./**/*.ts"
],
"exclude": [

View File

@ -494,7 +494,6 @@ function ensureBroadCastReceiverClass() {
}
}
BroadcastReceiverClass = BroadcastReceiver;
}

View File

@ -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';
}

View File

@ -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";