chore(tsc): enable noUnusedLocals compiler option for tns-core-modules (#5755)

This commit is contained in:
Manol Donev
2018-05-10 16:12:59 +03:00
committed by GitHub
parent 9d21a743c4
commit 2fc1d8a8d4
40 changed files with 67 additions and 177 deletions

View File

@@ -2,9 +2,6 @@ import * as inspectorCommandTypes from "./InspectorBackendCommands.ios";
var inspectorCommands: typeof inspectorCommandTypes = require("./InspectorBackendCommands");
import * as debuggerDomains from "./debugger";
import * as devToolsElements from "./devtools-elements";
declare var __inspectorSendEvent;
import { attachCSSInspectorCommandCallbacks } from "./devtools-elements";

View File

@@ -3,9 +3,6 @@ var inspectorCommands: typeof inspectorCommandTypes = require("./InspectorBacken
// var inspectorCommandTypes: any = inspectorCommands;
import * as debuggerDomains from "./debugger";
import * as devToolsElements from "./devtools-elements";
declare var __inspectorSendEvent;
import { attachDOMInspectorEventCallbacks, attachDOMInspectorCommandCallbacks } from "./devtools-elements";