We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f668f2 commit e0e73cdCopy full SHA for e0e73cd
lib/nativescript-cli.ts
@@ -6,12 +6,7 @@ shelljs.config.fatal = true;
6
import { installUncaughtExceptionListener } from "./common/errors";
7
import { settlePromises } from "./common/helpers";
8
import { injector } from "./common/yok";
9
-import {
10
- ErrorCodes,
11
- IErrors,
12
- ICommandDispatcher,
13
- IMessagesService,
14
-} from "./common/declarations";
+import { ErrorCodes, IErrors, ICommandDispatcher } from "./common/declarations";
15
import {
16
IExtensibilityService,
17
IExtensionData,
0 commit comments