tnp-core 13.2.7 → 13.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/README.md +20 -20
  2. package/app.js +3 -3
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/lib/core-config.mjs +6 -6
  5. package/browser/esm2020/lib/core-imports.mjs +68 -68
  6. package/browser/esm2020/lib/core-models.mjs +3 -3
  7. package/browser/esm2020/lib/framework-name.mjs +9 -9
  8. package/browser/esm2020/lib/helpers-isomorphic.mjs +35 -35
  9. package/browser/esm2020/lib/helpers-messages.mjs +493 -493
  10. package/browser/esm2020/lib/helpers.mjs +1179 -1179
  11. package/browser/esm2020/lib/index.mjs +10 -10
  12. package/browser/esm2020/lib/node-path-mock.mjs +414 -414
  13. package/browser/esm2020/lib/progress-data.mjs +51 -51
  14. package/browser/esm2020/public-api.mjs +1 -1
  15. package/browser/esm2020/tnp-core.mjs +4 -4
  16. package/browser/fesm2015/tnp-core.mjs +2195 -2195
  17. package/browser/fesm2015/tnp-core.mjs.map +1 -1
  18. package/browser/fesm2020/tnp-core.mjs +2193 -2193
  19. package/browser/fesm2020/tnp-core.mjs.map +1 -1
  20. package/browser/lib/core-config.d.ts +4 -4
  21. package/browser/lib/core-imports.d.ts +7 -7
  22. package/browser/lib/core-models.d.ts +41 -41
  23. package/browser/lib/framework-name.d.ts +1 -1
  24. package/browser/lib/helpers-isomorphic.d.ts +5 -5
  25. package/browser/lib/helpers-messages.d.ts +16 -16
  26. package/browser/lib/helpers.d.ts +49 -49
  27. package/browser/lib/index.d.ts +7 -7
  28. package/browser/lib/node-path-mock.d.ts +24 -24
  29. package/browser/lib/progress-data.d.ts +17 -17
  30. package/browser/tnp-core.d.ts +4 -4
  31. package/cli.backend.js +3 -3
  32. package/client/README.md +24 -24
  33. package/client/esm2020/lib/core-config.mjs +6 -6
  34. package/client/esm2020/lib/core-imports.mjs +68 -68
  35. package/client/esm2020/lib/core-models.mjs +3 -3
  36. package/client/esm2020/lib/framework-name.mjs +9 -9
  37. package/client/esm2020/lib/helpers-isomorphic.mjs +35 -35
  38. package/client/esm2020/lib/helpers-messages.mjs +493 -493
  39. package/client/esm2020/lib/helpers.mjs +1179 -1179
  40. package/client/esm2020/lib/index.mjs +10 -10
  41. package/client/esm2020/lib/node-path-mock.mjs +414 -414
  42. package/client/esm2020/lib/progress-data.mjs +51 -51
  43. package/client/esm2020/public-api.mjs +1 -1
  44. package/client/esm2020/tnp-core.mjs +4 -4
  45. package/client/fesm2015/tnp-core.mjs +2195 -2195
  46. package/client/fesm2015/tnp-core.mjs.map +1 -1
  47. package/client/fesm2020/tnp-core.mjs +2193 -2193
  48. package/client/fesm2020/tnp-core.mjs.map +1 -1
  49. package/client/lib/core-config.d.ts +4 -4
  50. package/client/lib/core-imports.d.ts +7 -7
  51. package/client/lib/core-models.d.ts +41 -41
  52. package/client/lib/framework-name.d.ts +1 -1
  53. package/client/lib/helpers-isomorphic.d.ts +5 -5
  54. package/client/lib/helpers-messages.d.ts +16 -16
  55. package/client/lib/helpers.d.ts +49 -49
  56. package/client/lib/index.d.ts +7 -7
  57. package/client/lib/node-path-mock.d.ts +24 -24
  58. package/client/lib/progress-data.d.ts +17 -17
  59. package/client/tnp-core.d.ts +4 -4
  60. package/index.d.ts +1 -1
  61. package/lib/core-config.d.ts +5 -5
  62. package/lib/core-imports.d.ts +30 -30
  63. package/lib/core-models.d.ts +42 -42
  64. package/lib/framework-name.d.ts +2 -2
  65. package/lib/helpers-isomorphic.d.ts +6 -6
  66. package/lib/helpers-messages.d.ts +33 -33
  67. package/lib/helpers.d.ts +128 -128
  68. package/lib/helpers.js +2 -2
  69. package/lib/helpers.js.map +1 -1
  70. package/lib/index.d.ts +8 -8
  71. package/lib/node-path-mock.d.ts +24 -24
  72. package/lib/node-path-mock.js +3 -3
  73. package/lib/progress-data.d.ts +18 -18
  74. package/lib/public-api.d.ts +7 -7
  75. package/package.json +2 -2
  76. package/package.json_devDependencies.json +202 -202
  77. package/package.json_tnp.json5 +65 -65
  78. package/tmp-environment.json +34 -37
  79. package/websql/README.md +24 -24
  80. package/websql/esm2020/lib/core-config.mjs +6 -6
  81. package/websql/esm2020/lib/core-imports.mjs +68 -68
  82. package/websql/esm2020/lib/core-models.mjs +3 -3
  83. package/websql/esm2020/lib/framework-name.mjs +9 -9
  84. package/websql/esm2020/lib/helpers-isomorphic.mjs +34 -34
  85. package/websql/esm2020/lib/helpers-messages.mjs +493 -493
  86. package/websql/esm2020/lib/helpers.mjs +1177 -1177
  87. package/websql/esm2020/lib/index.mjs +10 -10
  88. package/websql/esm2020/lib/node-path-mock.mjs +414 -414
  89. package/websql/esm2020/lib/progress-data.mjs +51 -51
  90. package/websql/esm2020/public-api.mjs +1 -1
  91. package/websql/esm2020/tnp-core.mjs +4 -4
  92. package/websql/fesm2015/tnp-core.mjs +2192 -2192
  93. package/websql/fesm2015/tnp-core.mjs.map +1 -1
  94. package/websql/fesm2020/tnp-core.mjs +2190 -2190
  95. package/websql/fesm2020/tnp-core.mjs.map +1 -1
  96. package/websql/lib/core-config.d.ts +4 -4
  97. package/websql/lib/core-imports.d.ts +7 -7
  98. package/websql/lib/core-models.d.ts +41 -41
  99. package/websql/lib/framework-name.d.ts +1 -1
  100. package/websql/lib/helpers-isomorphic.d.ts +5 -5
  101. package/websql/lib/helpers-messages.d.ts +16 -16
  102. package/websql/lib/helpers.d.ts +49 -49
  103. package/websql/lib/index.d.ts +7 -7
  104. package/websql/lib/node-path-mock.d.ts +24 -24
  105. package/websql/lib/progress-data.d.ts +17 -17
  106. package/websql/tnp-core.d.ts +4 -4
@@ -1,51 +1,51 @@
1
1
  // @ts-nocheck
2
- import { HelpersMessages } from './helpers-messages';
3
- import { RunOptions } from './core-models';
4
- export interface RunSyncOrAsyncOptions {
5
- functionFn: Function;
6
- context?: object;
7
- arrayOfParams?: any[];
8
- }
9
- export interface CommandOutputOptions {
10
- biggerBuffer?: boolean;
11
- showWholeCommandNotOnlyLastLine?: boolean;
12
- showStder?: boolean;
13
- gatherColors?: boolean;
14
- showErrorWarning?: boolean;
15
- }
16
- export declare class HelpersCore extends HelpersMessages {
17
- private static _instanceCore;
18
- static get InstanceCore(): HelpersCore;
19
- readonly bigMaxBuffer: number;
20
- constructor();
21
- removeSlashAtEnd(s: string): string;
22
- removeSlashAtBegin(s: string): string;
23
- stringify(inputObject: any): string;
24
- runSyncOrAsync(fnOrOptions: Function | [string, object] | RunSyncOrAsyncOptions, ...firstArg: any[]): Promise<any>;
25
- /**
26
- * symlink may have existed or unexisted destiantion url
27
- * @param destUrl M
28
- */
29
- isSymlinkThatMatchesUrl(possibleSymlink: string, destUrl: string, absoluteFileMatch?: boolean): boolean;
30
- isSymlinkFileExitedOrUnexisted(filePath: string): boolean;
31
- /**
32
- * If symbolnk link that target file does not exits
33
- */
34
- isUnexistedLink(filePath: string): boolean;
35
- /**
36
- * @param existedLink check if source of link exists
37
- */
38
- isExistedSymlink(filePath: string): boolean;
39
- exists(folderOrFilePath: string | string[]): any;
40
- _fixCommand(command: string): string;
41
- command(command: string): {};
42
- wait(second: number): Promise<unknown>;
43
- killProcess(byPid: number): void;
44
- run(command: string, options?: RunOptions): {
45
- async(detach?: boolean, mockFun?: (stdoutCallback: (dataForStdout: any) => any, stdErrcCallback: (dataForStder: any) => any, shouldProcesBeDead?: () => boolean) => Promise<number> | number): any;
46
- };
47
- /**
48
- * Quick fix for object values
49
- */
50
- values(obj: any): any[];
2
+ import { HelpersMessages } from './helpers-messages';
3
+ import { RunOptions } from './core-models';
4
+ export interface RunSyncOrAsyncOptions {
5
+ functionFn: Function;
6
+ context?: object;
7
+ arrayOfParams?: any[];
8
+ }
9
+ export interface CommandOutputOptions {
10
+ biggerBuffer?: boolean;
11
+ showWholeCommandNotOnlyLastLine?: boolean;
12
+ showStder?: boolean;
13
+ gatherColors?: boolean;
14
+ showErrorWarning?: boolean;
15
+ }
16
+ export declare class HelpersCore extends HelpersMessages {
17
+ private static _instanceCore;
18
+ static get InstanceCore(): HelpersCore;
19
+ readonly bigMaxBuffer: number;
20
+ constructor();
21
+ removeSlashAtEnd(s: string): string;
22
+ removeSlashAtBegin(s: string): string;
23
+ stringify(inputObject: any): string;
24
+ runSyncOrAsync(fnOrOptions: Function | [string, object] | RunSyncOrAsyncOptions, ...firstArg: any[]): Promise<any>;
25
+ /**
26
+ * symlink may have existed or unexisted destiantion url
27
+ * @param destUrl M
28
+ */
29
+ isSymlinkThatMatchesUrl(possibleSymlink: string, destUrl: string, absoluteFileMatch?: boolean): boolean;
30
+ isSymlinkFileExitedOrUnexisted(filePath: string): boolean;
31
+ /**
32
+ * If symbolnk link that target file does not exits
33
+ */
34
+ isUnexistedLink(filePath: string): boolean;
35
+ /**
36
+ * @param existedLink check if source of link exists
37
+ */
38
+ isExistedSymlink(filePath: string): boolean;
39
+ exists(folderOrFilePath: string | string[]): any;
40
+ _fixCommand(command: string): string;
41
+ command(command: string): {};
42
+ wait(second: number): Promise<unknown>;
43
+ killProcess(byPid: number): void;
44
+ run(command: string, options?: RunOptions): {
45
+ async(detach?: boolean, mockFun?: (stdoutCallback: (dataForStdout: any) => any, stdErrcCallback: (dataForStder: any) => any, shouldProcesBeDead?: () => boolean) => Promise<number> | number): any;
46
+ };
47
+ /**
48
+ * Quick fix for object values
49
+ */
50
+ values(obj: any): any[];
51
51
  }
@@ -1,9 +1,9 @@
1
1
  // @ts-nocheck
2
- export * from './framework-name';
3
- export * from './core-imports';
4
- export * from './core-models';
5
- import { HelpersCore as Base } from './helpers';
6
- export * from './core-config';
7
- export * from './progress-data';
8
- export { HelpersCore as CoreHelpers } from './helpers';
2
+ export * from './framework-name';
3
+ export * from './core-imports';
4
+ export * from './core-models';
5
+ import { HelpersCore as Base } from './helpers';
6
+ export * from './core-config';
7
+ export * from './progress-data';
8
+ export { HelpersCore as CoreHelpers } from './helpers';
9
9
  export declare let Helpers: Base;
@@ -1,26 +1,26 @@
1
1
  // @ts-nocheck
2
- export declare const path: {
3
- resolve: (pathToResovle: any) => any;
4
- normalize: (pathArg: any) => any;
5
- isAbsolute: (pathArg: any) => boolean;
6
- join: () => any;
7
- relative: (from: any, to: any) => any;
8
- _makeLong: (path: any) => any;
9
- dirname: (path: any) => any;
10
- basename: (pathArg: any, ext: any) => any;
11
- extname: (pathArg: any) => any;
12
- format: (pathObject: any) => any;
13
- parse: (pathArg: any) => {
14
- root: string;
15
- dir: string;
16
- base: string;
17
- ext: string;
18
- name: string;
19
- };
20
- sep: string;
21
- delimiter: string;
22
- win32: {
23
- normalize: (p: any) => any;
24
- };
25
- posix: any;
2
+ export declare const path: {
3
+ resolve: (pathToResovle: any) => any;
4
+ normalize: (pathArg: any) => any;
5
+ isAbsolute: (pathArg: any) => boolean;
6
+ join: () => any;
7
+ relative: (from: any, to: any) => any;
8
+ _makeLong: (path: any) => any;
9
+ dirname: (path: any) => any;
10
+ basename: (pathArg: any, ext: any) => any;
11
+ extname: (pathArg: any) => any;
12
+ format: (pathObject: any) => any;
13
+ parse: (pathArg: any) => {
14
+ root: string;
15
+ dir: string;
16
+ base: string;
17
+ ext: string;
18
+ name: string;
19
+ };
20
+ sep: string;
21
+ delimiter: string;
22
+ win32: {
23
+ normalize: (p: any) => any;
24
+ };
25
+ posix: any;
26
26
  };
@@ -1,19 +1,19 @@
1
1
  // @ts-nocheck
2
- import { PROGRESS_DATA_TYPE } from './core-models';
3
- export interface IPROGRESS_DATA {
4
- /**
5
- * How man percent of
6
- */
7
- value?: number;
8
- msg?: string;
9
- type?: PROGRESS_DATA_TYPE;
10
- date?: Date;
11
- }
12
- export declare class PROGRESS_DATA implements IPROGRESS_DATA {
13
- static log(log: IPROGRESS_DATA): void;
14
- static resolveFrom(chunk: string, callbackOnFounded?: (json: PROGRESS_DATA) => any, checkSplit?: boolean): PROGRESS_DATA[];
15
- value?: number;
16
- msg?: string;
17
- type: PROGRESS_DATA_TYPE;
18
- date?: Date;
2
+ import { PROGRESS_DATA_TYPE } from './core-models';
3
+ export interface IPROGRESS_DATA {
4
+ /**
5
+ * How man percent of
6
+ */
7
+ value?: number;
8
+ msg?: string;
9
+ type?: PROGRESS_DATA_TYPE;
10
+ date?: Date;
11
+ }
12
+ export declare class PROGRESS_DATA implements IPROGRESS_DATA {
13
+ static log(log: IPROGRESS_DATA): void;
14
+ static resolveFrom(chunk: string, callbackOnFounded?: (json: PROGRESS_DATA) => any, checkSplit?: boolean): PROGRESS_DATA[];
15
+ value?: number;
16
+ msg?: string;
17
+ type: PROGRESS_DATA_TYPE;
18
+ date?: Date;
19
19
  }
@@ -1,6 +1,6 @@
1
1
  // @ts-nocheck
2
- /**
3
- * Generated bundle index. Do not edit.
4
- */
5
- /// <amd-module name="tnp-core" />
2
+ /**
3
+ * Generated bundle index. Do not edit.
4
+ */
5
+ /// <amd-module name="tnp-core" />
6
6
  export * from './public-api';
package/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './lib';
1
+ export * from './lib';
@@ -1,5 +1,5 @@
1
- export declare const CoreConfig: {
2
- message: {
3
- globalSystemToolMode: string;
4
- };
5
- };
1
+ export declare const CoreConfig: {
2
+ message: {
3
+ globalSystemToolMode: string;
4
+ };
5
+ };
@@ -1,30 +1,30 @@
1
- /// <reference types="node" />
2
- import * as _ from 'lodash';
3
- import * as q from 'q';
4
- import * as moment from 'moment';
5
- import * as dateformat from 'dateformat';
6
- import * as pathBase from 'path';
7
- import * as os from 'os';
8
- import * as child_process from 'child_process';
9
- import * as http from 'http';
10
- import * as https from 'https';
11
- import * as net from 'net';
12
- import chalk from 'chalk';
13
- import * as spawn from 'cross-spawn';
14
- import * as glob from 'glob';
15
- import * as fse from 'fs-extra';
16
- import * as rimraf from 'rimraf';
17
- import * as chokidar from 'chokidar';
18
- import * as mkdirp from 'mkdirp';
19
- import * as json5 from 'json5';
20
- import * as ncp from 'copy-paste';
21
- import * as ps from 'ps-node';
22
- import * as psList from 'ps-list';
23
- import * as fkill from 'fkill';
24
- import * as portfinder from 'portfinder';
25
- declare function isElevated(): Promise<any>;
26
- declare let path: pathBase.PlatformPath;
27
- declare function win32Path(p: string): string;
28
- declare function crossPlatformPath(pathStringOrPathParts: string | string[]): string;
29
- export { _, q, moment, dateformat, crossPlatformPath, win32Path, path, };
30
- export { spawn, chalk, glob, isElevated, chokidar, mkdirp, ncp, json5, fse, os, child_process, http, https, rimraf, net, ps, fkill, portfinder, psList, };
1
+ /// <reference types="node" />
2
+ import * as _ from 'lodash';
3
+ import * as q from 'q';
4
+ import * as moment from 'moment';
5
+ import * as dateformat from 'dateformat';
6
+ import * as pathBase from 'path';
7
+ import * as os from 'os';
8
+ import * as child_process from 'child_process';
9
+ import * as http from 'http';
10
+ import * as https from 'https';
11
+ import * as net from 'net';
12
+ import chalk from 'chalk';
13
+ import * as spawn from 'cross-spawn';
14
+ import * as glob from 'glob';
15
+ import * as fse from 'fs-extra';
16
+ import * as rimraf from 'rimraf';
17
+ import * as chokidar from 'chokidar';
18
+ import * as mkdirp from 'mkdirp';
19
+ import * as json5 from 'json5';
20
+ import * as ncp from 'copy-paste';
21
+ import * as ps from 'ps-node';
22
+ import * as psList from 'ps-list';
23
+ import * as fkill from 'fkill';
24
+ import * as portfinder from 'portfinder';
25
+ declare function isElevated(): Promise<any>;
26
+ declare let path: pathBase.PlatformPath;
27
+ declare function win32Path(p: string): string;
28
+ declare function crossPlatformPath(pathStringOrPathParts: string | string[]): string;
29
+ export { _, q, moment, dateformat, crossPlatformPath, win32Path, path, };
30
+ export { spawn, chalk, glob, isElevated, chokidar, mkdirp, ncp, json5, fse, os, child_process, http, https, rimraf, net, ps, fkill, portfinder, psList, };
@@ -1,42 +1,42 @@
1
- export interface ExecuteOptions {
2
- /** Extract string from line */
3
- extractFromLine?: (string | Function)[];
4
- /**
5
- * Modify output line by line
6
- */
7
- outputLineReplace?: (outputLine: string) => string;
8
- resolvePromiseMsg?: {
9
- stdout?: string | string[];
10
- stderr?: string | string[];
11
- };
12
- prefix?: string;
13
- detach?: boolean;
14
- /**
15
- * Try command again after fail after n miliseconds
16
- */
17
- tryAgainWhenFailAfter?: number;
18
- /**
19
- * Use big buffer for big webpack logs
20
- */
21
- biggerBuffer?: boolean;
22
- exitOnError?: boolean;
23
- exitOnErrorCallback?: (code: number) => void;
24
- /**
25
- * From displaying in console
26
- */
27
- hideOutput?: {
28
- stdout?: boolean;
29
- stderr?: boolean;
30
- };
31
- }
32
- export interface RunOptions extends ExecuteOptions {
33
- showCommand?: boolean;
34
- /**
35
- * Show process output
36
- */
37
- output?: boolean;
38
- silence?: boolean;
39
- stdio?: any;
40
- cwd?: string;
41
- }
42
- export declare type PROGRESS_DATA_TYPE = 'info' | 'error' | 'warning' | 'event';
1
+ export interface ExecuteOptions {
2
+ /** Extract string from line */
3
+ extractFromLine?: (string | Function)[];
4
+ /**
5
+ * Modify output line by line
6
+ */
7
+ outputLineReplace?: (outputLine: string) => string;
8
+ resolvePromiseMsg?: {
9
+ stdout?: string | string[];
10
+ stderr?: string | string[];
11
+ };
12
+ prefix?: string;
13
+ detach?: boolean;
14
+ /**
15
+ * Try command again after fail after n miliseconds
16
+ */
17
+ tryAgainWhenFailAfter?: number;
18
+ /**
19
+ * Use big buffer for big webpack logs
20
+ */
21
+ biggerBuffer?: boolean;
22
+ exitOnError?: boolean;
23
+ exitOnErrorCallback?: (code: number) => void;
24
+ /**
25
+ * From displaying in console
26
+ */
27
+ hideOutput?: {
28
+ stdout?: boolean;
29
+ stderr?: boolean;
30
+ };
31
+ }
32
+ export interface RunOptions extends ExecuteOptions {
33
+ showCommand?: boolean;
34
+ /**
35
+ * Show process output
36
+ */
37
+ output?: boolean;
38
+ silence?: boolean;
39
+ stdio?: any;
40
+ cwd?: string;
41
+ }
42
+ export declare type PROGRESS_DATA_TYPE = 'info' | 'error' | 'warning' | 'event';
@@ -1,2 +1,2 @@
1
- export declare const frameworkNameBe: "firedev" | "tnp";
2
- export declare const frameworkName: "firedev" | "tnp";
1
+ export declare const frameworkNameBe: "firedev" | "tnp";
2
+ export declare const frameworkName: "firedev" | "tnp";
@@ -1,6 +1,6 @@
1
- export declare class HelpersIsomorphic {
2
- get isBrowser(): boolean;
3
- get isWebSQL(): boolean;
4
- get isNode(): boolean;
5
- contain(arr: any[], item: any): boolean;
6
- }
1
+ export declare class HelpersIsomorphic {
2
+ get isBrowser(): boolean;
3
+ get isWebSQL(): boolean;
4
+ get isNode(): boolean;
5
+ contain(arr: any[], item: any): boolean;
6
+ }
@@ -1,33 +1,33 @@
1
- import { HelpersIsomorphic } from './helpers-isomorphic';
2
- export declare class HelpersMessages extends HelpersIsomorphic {
3
- msgCacheClear(): void;
4
- error(details: any, noExit?: boolean, noTrace?: boolean): void;
5
- info(details: string, repeatable?: boolean): void;
6
- success(details: any | string): void;
7
- /**
8
- *
9
- * @param details
10
- * @param isLogTask is less important log task
11
- * @returns
12
- */
13
- taskStarted(details: any | string, isLogTask?: boolean): void;
14
- taskDone(details?: any | string, isLessImportant?: boolean): void;
15
- log(details: any, debugLevel?: number): void;
16
- /**
17
- * Logs not visible in normal use of firedev-cli
18
- */
19
- logSuccess(details: any | string): void;
20
- /**
21
- * Logs not visible in normal use of firedev-cli
22
- */
23
- logInfo(details: string, repeatable?: boolean): void;
24
- /**
25
- * Logs not visible in normal use of firedev-cli
26
- */
27
- logError(details: any, noExit?: boolean, noTrace?: boolean): void;
28
- /**
29
- * Logs not visible in normal use of firedev-cli
30
- */
31
- logWarn(details: string, trace?: boolean): void;
32
- warn(details: string, trace?: boolean): void;
33
- }
1
+ import { HelpersIsomorphic } from './helpers-isomorphic';
2
+ export declare class HelpersMessages extends HelpersIsomorphic {
3
+ msgCacheClear(): void;
4
+ error(details: any, noExit?: boolean, noTrace?: boolean): void;
5
+ info(details: string, repeatable?: boolean): void;
6
+ success(details: any | string): void;
7
+ /**
8
+ *
9
+ * @param details
10
+ * @param isLogTask is less important log task
11
+ * @returns
12
+ */
13
+ taskStarted(details: any | string, isLogTask?: boolean): void;
14
+ taskDone(details?: any | string, isLessImportant?: boolean): void;
15
+ log(details: any, debugLevel?: number): void;
16
+ /**
17
+ * Logs not visible in normal use of firedev-cli
18
+ */
19
+ logSuccess(details: any | string): void;
20
+ /**
21
+ * Logs not visible in normal use of firedev-cli
22
+ */
23
+ logInfo(details: string, repeatable?: boolean): void;
24
+ /**
25
+ * Logs not visible in normal use of firedev-cli
26
+ */
27
+ logError(details: any, noExit?: boolean, noTrace?: boolean): void;
28
+ /**
29
+ * Logs not visible in normal use of firedev-cli
30
+ */
31
+ logWarn(details: string, trace?: boolean): void;
32
+ warn(details: string, trace?: boolean): void;
33
+ }