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": [ "include": [
"../global-types.d.ts",
"./**/*.ts" "./**/*.ts"
], ],
"exclude": [ "exclude": [

View File

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

View File

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

View File

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