mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(tsc): enable noUnusedLocals compiler option for tns-core-modules (#5755)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user