tnp-core 13.2.18 → 13.2.19

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 (120) hide show
  1. package/README.md +20 -20
  2. package/assets/shared/shared_folder_info.txt +1 -1
  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 +1189 -1185
  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 +2202 -2198
  17. package/browser/fesm2015/tnp-core.mjs.map +1 -1
  18. package/browser/fesm2020/tnp-core.mjs +2200 -2196
  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 +50 -50
  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.d.ts +1 -0
  32. package/cli.backend.js +14 -3
  33. package/cli.backend.js.map +1 -1
  34. package/client/README.md +24 -24
  35. package/client/esm2020/lib/core-config.mjs +6 -6
  36. package/client/esm2020/lib/core-imports.mjs +68 -68
  37. package/client/esm2020/lib/core-models.mjs +3 -3
  38. package/client/esm2020/lib/framework-name.mjs +9 -9
  39. package/client/esm2020/lib/helpers-isomorphic.mjs +35 -35
  40. package/client/esm2020/lib/helpers-messages.mjs +493 -493
  41. package/client/esm2020/lib/helpers.mjs +1189 -1185
  42. package/client/esm2020/lib/index.mjs +10 -10
  43. package/client/esm2020/lib/node-path-mock.mjs +414 -414
  44. package/client/esm2020/lib/progress-data.mjs +51 -51
  45. package/client/esm2020/public-api.mjs +1 -1
  46. package/client/esm2020/tnp-core.mjs +4 -4
  47. package/client/fesm2015/tnp-core.mjs +2202 -2198
  48. package/client/fesm2015/tnp-core.mjs.map +1 -1
  49. package/client/fesm2020/tnp-core.mjs +2200 -2196
  50. package/client/fesm2020/tnp-core.mjs.map +1 -1
  51. package/client/lib/core-config.d.ts +4 -4
  52. package/client/lib/core-imports.d.ts +7 -7
  53. package/client/lib/core-models.d.ts +41 -41
  54. package/client/lib/framework-name.d.ts +1 -1
  55. package/client/lib/helpers-isomorphic.d.ts +5 -5
  56. package/client/lib/helpers-messages.d.ts +16 -16
  57. package/client/lib/helpers.d.ts +50 -50
  58. package/client/lib/index.d.ts +7 -7
  59. package/client/lib/node-path-mock.d.ts +24 -24
  60. package/client/lib/progress-data.d.ts +17 -17
  61. package/client/package.json +28 -28
  62. package/client/tnp-core.d.ts +4 -4
  63. package/index.d.ts +1 -1
  64. package/index.js.map +1 -1
  65. package/lib/core-config.d.ts +5 -5
  66. package/lib/core-config.js.map +1 -1
  67. package/lib/core-imports.d.ts +30 -30
  68. package/lib/core-imports.js.map +1 -1
  69. package/lib/core-models.d.ts +42 -42
  70. package/lib/core-models.js.map +1 -1
  71. package/lib/framework-name.d.ts +2 -2
  72. package/lib/framework-name.js.map +1 -1
  73. package/lib/helpers-isomorphic.d.ts +6 -6
  74. package/lib/helpers-isomorphic.js.map +1 -1
  75. package/lib/helpers-messages.d.ts +33 -33
  76. package/lib/helpers-messages.js.map +1 -1
  77. package/lib/helpers.d.ts +129 -129
  78. package/lib/helpers.js +6 -2
  79. package/lib/helpers.js.map +1 -1
  80. package/lib/index.d.ts +8 -8
  81. package/lib/index.js.map +1 -1
  82. package/lib/node-path-mock.d.ts +24 -24
  83. package/lib/node-path-mock.js +3 -3
  84. package/lib/node-path-mock.js.map +1 -1
  85. package/lib/progress-data.d.ts +18 -18
  86. package/lib/progress-data.js.map +1 -1
  87. package/lib/public-api.d.ts +7 -7
  88. package/lib/public-api.js.map +1 -1
  89. package/package.json +2 -2
  90. package/package.json_devDependencies.json +202 -202
  91. package/package.json_tnp.json5 +68 -65
  92. package/tmp-environment.json +34 -33
  93. package/websql/README.md +24 -24
  94. package/websql/esm2020/lib/core-config.mjs +6 -6
  95. package/websql/esm2020/lib/core-imports.mjs +68 -68
  96. package/websql/esm2020/lib/core-models.mjs +3 -3
  97. package/websql/esm2020/lib/framework-name.mjs +9 -9
  98. package/websql/esm2020/lib/helpers-isomorphic.mjs +34 -34
  99. package/websql/esm2020/lib/helpers-messages.mjs +493 -493
  100. package/websql/esm2020/lib/helpers.mjs +1187 -1183
  101. package/websql/esm2020/lib/index.mjs +10 -10
  102. package/websql/esm2020/lib/node-path-mock.mjs +414 -414
  103. package/websql/esm2020/lib/progress-data.mjs +51 -51
  104. package/websql/esm2020/public-api.mjs +1 -1
  105. package/websql/esm2020/tnp-core.mjs +4 -4
  106. package/websql/fesm2015/tnp-core.mjs +2199 -2195
  107. package/websql/fesm2015/tnp-core.mjs.map +1 -1
  108. package/websql/fesm2020/tnp-core.mjs +2197 -2193
  109. package/websql/fesm2020/tnp-core.mjs.map +1 -1
  110. package/websql/lib/core-config.d.ts +4 -4
  111. package/websql/lib/core-imports.d.ts +7 -7
  112. package/websql/lib/core-models.d.ts +41 -41
  113. package/websql/lib/framework-name.d.ts +1 -1
  114. package/websql/lib/helpers-isomorphic.d.ts +5 -5
  115. package/websql/lib/helpers-messages.d.ts +16 -16
  116. package/websql/lib/helpers.d.ts +50 -50
  117. package/websql/lib/index.d.ts +7 -7
  118. package/websql/lib/node-path-mock.d.ts +24 -24
  119. package/websql/lib/progress-data.d.ts +17 -17
  120. package/websql/tnp-core.d.ts +4 -4
@@ -1,52 +1,52 @@
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
- isBlob(maybeBlob: any): boolean;
22
- removeSlashAtEnd(s: string): string;
23
- removeSlashAtBegin(s: string): string;
24
- stringify(inputObject: any): string;
25
- runSyncOrAsync(fnOrOptions: Function | [string, object] | RunSyncOrAsyncOptions, ...firstArg: any[]): Promise<any>;
26
- /**
27
- * symlink may have existed or unexisted destiantion url
28
- * @param destUrl M
29
- */
30
- isSymlinkThatMatchesUrl(possibleSymlink: string, destUrl: string, absoluteFileMatch?: boolean): boolean;
31
- isSymlinkFileExitedOrUnexisted(filePath: string): boolean;
32
- /**
33
- * If symbolnk link that target file does not exits
34
- */
35
- isUnexistedLink(filePath: string): boolean;
36
- /**
37
- * @param existedLink check if source of link exists
38
- */
39
- isExistedSymlink(filePath: string): boolean;
40
- exists(folderOrFilePath: string | string[]): any;
41
- _fixCommand(command: string): string;
42
- command(command: string): {};
43
- wait(second: number): Promise<unknown>;
44
- killProcess(byPid: number): void;
45
- run(command: string, options?: RunOptions): {
46
- async(detach?: boolean, mockFun?: (stdoutCallback: (dataForStdout: any) => any, stdErrcCallback: (dataForStder: any) => any, shouldProcesBeDead?: () => boolean) => Promise<number> | number): any;
47
- };
48
- /**
49
- * Quick fix for object values
50
- */
51
- 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
+ isBlob(maybeBlob: any): boolean;
22
+ removeSlashAtEnd(s: string): string;
23
+ removeSlashAtBegin(s: string): string;
24
+ stringify(inputObject: any): string;
25
+ runSyncOrAsync(fnOrOptions: Function | [string, object] | RunSyncOrAsyncOptions, ...firstArg: any[]): Promise<any>;
26
+ /**
27
+ * symlink may have existed or unexisted destiantion url
28
+ * @param destUrl M
29
+ */
30
+ isSymlinkThatMatchesUrl(possibleSymlink: string, destUrl: string, absoluteFileMatch?: boolean): boolean;
31
+ isSymlinkFileExitedOrUnexisted(filePath: string): boolean;
32
+ /**
33
+ * If symbolnk link that target file does not exits
34
+ */
35
+ isUnexistedLink(filePath: string): boolean;
36
+ /**
37
+ * @param existedLink check if source of link exists
38
+ */
39
+ isExistedSymlink(filePath: string): boolean;
40
+ exists(folderOrFilePath: string | string[]): any;
41
+ _fixCommand(command: string): string;
42
+ command(command: string): {};
43
+ wait(second: number): Promise<unknown>;
44
+ killProcess(byPid: number): void;
45
+ run(command: string, options?: RunOptions): {
46
+ async(detach?: boolean, mockFun?: (stdoutCallback: (dataForStdout: any) => any, stdErrcCallback: (dataForStder: any) => any, shouldProcesBeDead?: () => boolean) => Promise<number> | number): any;
47
+ };
48
+ /**
49
+ * Quick fix for object values
50
+ */
51
+ values(obj: any): any[];
52
52
  }
@@ -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
  }
@@ -90,14 +90,15 @@
90
90
  "@types/watch": "1.0.0",
91
91
  "accepts": "1.3.4",
92
92
  "angular-material-css-vars": "5.0.0",
93
- "any-project-cli": "~13.1.25",
93
+ "any-project-cli": "~13.1.26",
94
94
  "axios": "1.3.5",
95
- "background-worker-process": "~13.1.42",
95
+ "background-worker-process": "~13.1.43",
96
96
  "base32": "0.0.7",
97
97
  "bcryptjs": "2.4.3",
98
98
  "better-sqlite3": "7.6.2",
99
99
  "body-parser": "1.18.2",
100
100
  "bootstrap": "4.6.2",
101
+ "bs4-breakpoint": "13.0.33",
101
102
  "buffer-shims": "1.0.0",
102
103
  "callsite-record": "4.1.3",
103
104
  "chai": "4.2.0",
@@ -128,12 +129,12 @@
128
129
  "file-loader": "1.1.5",
129
130
  "file-saver": "2.0.5",
130
131
  "firedev": "^13",
131
- "firedev-crud": "~13.1.47",
132
- "firedev-crud-deamon": "~13.1.37",
133
- "firedev-ports": "~13.1.41",
134
- "firedev-storage": "~13.2.34",
135
- "firedev-typeorm": "~13.1.29",
136
- "firedev-ui": "~13.1.20",
132
+ "firedev-crud": "~13.1.48",
133
+ "firedev-crud-deamon": "~13.1.38",
134
+ "firedev-ports": "~13.1.42",
135
+ "firedev-storage": "~13.2.35",
136
+ "firedev-typeorm": "~13.1.30",
137
+ "firedev-ui": "~13.2.7",
137
138
  "font-awesome": "4.7.0",
138
139
  "form-data": "4.0.0",
139
140
  "fuzzy": "0.1.3",
@@ -144,17 +145,16 @@
144
145
  "http-proxy-middleware": "0.19.1",
145
146
  "http-server": "0.11.1",
146
147
  "immutable": "4.3.0",
147
- "incremental-compiler": "~13.1.23",
148
+ "incremental-compiler": "~13.1.24",
148
149
  "inquirer": "7.3.3",
149
150
  "inquirer-autocomplete-prompt": "1.3.0",
150
- "isomorphic-region-loader": "~13.1.35",
151
+ "isomorphic-region-loader": "~13.1.36",
151
152
  "istanbul-instrumenter-loader": "2.0.0",
152
153
  "jasmine-core": "4.0.0",
153
- "jimp": "0.22.8",
154
154
  "jscodeshift": "0.6.3",
155
155
  "json-stringify-safe": "5.0.1",
156
- "json10": "~13.1.42",
157
- "json10-writer": "~13.1.38",
156
+ "json10": "~13.1.43",
157
+ "json10-writer": "~13.1.39",
158
158
  "json5-writer": "0.2.0",
159
159
  "jszip": "3.10.1",
160
160
  "karma": "6.3.0",
@@ -166,19 +166,19 @@
166
166
  "lnk": "1.0.1",
167
167
  "localforage": "1.10.0",
168
168
  "lockfile": "1.0.4",
169
- "lodash-walk-object": "~13.1.42",
169
+ "lodash-walk-object": "~13.1.43",
170
170
  "lowdb": "1.0.0",
171
- "magic-renamer": "~13.1.39",
171
+ "magic-renamer": "~13.1.40",
172
172
  "material-design-icons": "3.0.1",
173
173
  "method-override": "2.3.10",
174
174
  "minimist": "1.2.0",
175
175
  "mocha": "5.2.0",
176
- "morphi": "~13.2.5",
176
+ "morphi": "~13.2.10",
177
177
  "ng-in-viewport": "13.0.1",
178
178
  "ng-packagr": "13.0.0",
179
179
  "ng-talkback": "~13.1.19",
180
- "ng2-logger": "~13.1.22",
181
- "ng2-rest": "~13.2.6",
180
+ "ng2-logger": "~13.1.23",
181
+ "ng2-rest": "~13.2.7",
182
182
  "ngx-ace-wrapper": "12",
183
183
  "ngx-editor": "12.2.1",
184
184
  "ngx-highlightjs": "6.1.3",
@@ -218,21 +218,21 @@
218
218
  "string-similarity": "4.0.2",
219
219
  "sudo-block": "3.0.0",
220
220
  "systeminformation": "3.45.7",
221
+ "task.js": "0.1.5",
221
222
  "threads": "1.7.0",
222
- "tnp-cli": "~13.1.57",
223
- "tnp-config": "~13.1.73",
224
- "tnp-core": "~13.2.17",
225
- "tnp-db": "~13.1.19",
226
- "tnp-helpers": "~13.1.32",
227
- "tnp-models": "~13.1.25",
228
- "tnp-ui": "~13.1.27",
223
+ "tnp-cli": "~13.1.58",
224
+ "tnp-config": "~13.1.74",
225
+ "tnp-core": "~13.2.18",
226
+ "tnp-db": "~13.1.20",
227
+ "tnp-helpers": "~13.1.37",
228
+ "tnp-models": "~13.1.26",
229
229
  "ts-debug": "1.3.0",
230
230
  "ts-loader": "2.3.1",
231
231
  "ts-node": "10.7.0",
232
232
  "tslib": "~2.3.0",
233
233
  "typeorm": "~0.3.10",
234
234
  "typescript": "~4.6.2",
235
- "typescript-class-helpers": "~13.2.10",
235
+ "typescript-class-helpers": "~13.2.11",
236
236
  "typescript-formatter": "~7.2.2",
237
237
  "underscore": "1.9.1",
238
238
  "uuid": "8.3.2",
@@ -247,6 +247,6 @@
247
247
  "private": false,
248
248
  "main": "index.js",
249
249
  "name": "tnp-core",
250
- "version": "13.2.18",
251
- "lastBuildTagHash": "7effc128432ffa88123aa0bcc1543c044e3d66c4"
250
+ "version": "13.2.19",
251
+ "lastBuildTagHash": "8378b0af37a6ba6006c86411e3883f28fb91ca64"
252
252
  }
@@ -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';
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["./src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/tnp-core/tmp-bundle-release/bundle/project/tnp-core/src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
@@ -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 +1 @@
1
- {"version":3,"file":"core-config.js","sourceRoot":"","sources":["../src/lib/core-config.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG;IACxB,OAAO,EAAE;QACP,oBAAoB,EAAE,sBAAsB;KAC7C;CACF,CAAA"}
1
+ {"version":3,"file":"core-config.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/tnp-core/tmp-bundle-release/bundle/project/tnp-core/src/lib/core-config.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG;IACxB,OAAO,EAAE;QACP,oBAAoB,EAAE,sBAAsB;KAC7C;CACF,CAAA"}
@@ -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 +1 @@
1
- {"version":3,"file":"core-imports.js","sourceRoot":"","sources":["../src/lib/core-imports.ts"],"names":[],"mappings":";;;;AAAA,0BAA4B;AAuF1B,cAAC;AAtFH,qBAAuB;AAuFrB,cAAC;AAtFH,+BAAiC;AAuF/B,wBAAM;AAtFR,uCAAyC;AAuFvC,gCAAU;AArFZ,kBAAkB;AAClB,+BAAiC;AACjC,uBAAyB;AAoGvB,gBAAE;AAnGJ,6CAA+C;AAoG7C,sCAAa;AAnGf,2BAA6B;AAoG3B,oBAAI;AAnGN,6BAA+B;AAmGvB,sBAAK;AAlGb,yBAA2B;AAoGzB,kBAAG;AAnGL,+BAA0B;AAuFxB,gBAvFK,eAAK,CAuFL;AArFP,mCAAqC;AAoFnC,sBAAK;AAnFP,2BAA6B;AAqF3B,oBAAI;AApFN,8BAAgC;AA0F9B,kBAAG;AAzFL,+BAAiC;AA6F/B,wBAAM;AA5FR,mCAAqC;AAoFnC,4BAAQ;AAnFV,+BAAiC;AAoF/B,wBAAM;AAnFR,6BAA+B;AAqF7B,sBAAK;AApFP,gCAAkC;AAmFhC,kBAAG;AAlFL,4BAA8B;AA0F5B,gBAAE;AAzFJ,gCAAmC;AA4FjC,wBAAM;AA3FR,6BAA+B;AAyF7B,sBAAK;AAxFP,uCAAyC;AAyFvC,gCAAU;AAxFZ,IAAM,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AAClC,IAAM,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEpC,SAAe,UAAU;;;YACvB,sBAAO,CAAC,OAAO,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,EAAA;;;CAC7D;AAsEC,gCAAU;AAtEX,CAAC;AAEF,YAAY;AAEZ,KAAK;AACL,KAAK;AAGL,IAAI,IAAI;AACN,mBAAmB;EACjB,QAAQ,CAAC;AAoDX,oBAAI;AAnDN,YAAY;AAEZ,KAAK;AACL,KAAK;AACL,KAAK;AAGL,SAAS,SAAS,CAAC,CAAS;IAC1B,kBAAkB;IAClB,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,EAAE;QAChC,OAAO,CAAC,CAAC;KACV;IACD,YAAY;IACZ,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;QACxB,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,UAAG,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,OAAI,CAAC,CAAC;KAC/D;IACD,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AACjC,CAAC;AAiCC,8BAAS;AA/BX,SAAS,iBAAiB,CAAC,qBAAwC;IACjE,IAAI,KAAK,CAAC,OAAO,CAAC,qBAAqB,CAAC,EAAE;QACxC,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;KACxD;IACD,kBAAkB;IAClB,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,EAAE;QAChC,OAAO,qBAAqB,CAAC;KAC9B;IACD,YAAY;IACZ,IAAI,OAAO,qBAAqB,KAAK,QAAQ,EAAE;QAC7C,OAAO,qBAAqB,CAAC;KAC9B;IAED,IAAM,oBAAoB,GAAG,WAAW,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACrE,IAAM,WAAW,GAAG,mBAAmB,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,uCAAuC;IAE5G,IAAI,oBAAoB,IAAI,WAAW,EAAE;QACvC,OAAO,qBAAqB,CAAC;KAC9B;IAED,OAAO,qBAAqB,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AACnD,CAAC;AASC,8CAAiB;AA0BlB,YAAY"}
1
+ {"version":3,"file":"core-imports.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/tnp-core/tmp-bundle-release/bundle/project/tnp-core/src/lib/core-imports.ts"],"names":[],"mappings":";;;;AAAA,0BAA4B;AAuF1B,cAAC;AAtFH,qBAAuB;AAuFrB,cAAC;AAtFH,+BAAiC;AAuF/B,wBAAM;AAtFR,uCAAyC;AAuFvC,gCAAU;AArFZ,kBAAkB;AAClB,+BAAiC;AACjC,uBAAyB;AAoGvB,gBAAE;AAnGJ,6CAA+C;AAoG7C,sCAAa;AAnGf,2BAA6B;AAoG3B,oBAAI;AAnGN,6BAA+B;AAmGvB,sBAAK;AAlGb,yBAA2B;AAoGzB,kBAAG;AAnGL,+BAA0B;AAuFxB,gBAvFK,eAAK,CAuFL;AArFP,mCAAqC;AAoFnC,sBAAK;AAnFP,2BAA6B;AAqF3B,oBAAI;AApFN,8BAAgC;AA0F9B,kBAAG;AAzFL,+BAAiC;AA6F/B,wBAAM;AA5FR,mCAAqC;AAoFnC,4BAAQ;AAnFV,+BAAiC;AAoF/B,wBAAM;AAnFR,6BAA+B;AAqF7B,sBAAK;AApFP,gCAAkC;AAmFhC,kBAAG;AAlFL,4BAA8B;AA0F5B,gBAAE;AAzFJ,gCAAmC;AA4FjC,wBAAM;AA3FR,6BAA+B;AAyF7B,sBAAK;AAxFP,uCAAyC;AAyFvC,gCAAU;AAxFZ,IAAM,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AAClC,IAAM,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEpC,SAAe,UAAU;;;YACvB,sBAAO,CAAC,OAAO,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,EAAA;;;CAC7D;AAsEC,gCAAU;AAtEX,CAAC;AAEF,YAAY;AAEZ,KAAK;AACL,KAAK;AAGL,IAAI,IAAI;AACN,mBAAmB;EACjB,QAAQ,CAAC;AAoDX,oBAAI;AAnDN,YAAY;AAEZ,KAAK;AACL,KAAK;AACL,KAAK;AAGL,SAAS,SAAS,CAAC,CAAS;IAC1B,kBAAkB;IAClB,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,EAAE;QAChC,OAAO,CAAC,CAAC;KACV;IACD,YAAY;IACZ,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;QACxB,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,UAAG,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,OAAI,CAAC,CAAC;KAC/D;IACD,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AACjC,CAAC;AAiCC,8BAAS;AA/BX,SAAS,iBAAiB,CAAC,qBAAwC;IACjE,IAAI,KAAK,CAAC,OAAO,CAAC,qBAAqB,CAAC,EAAE;QACxC,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;KACxD;IACD,kBAAkB;IAClB,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,EAAE;QAChC,OAAO,qBAAqB,CAAC;KAC9B;IACD,YAAY;IACZ,IAAI,OAAO,qBAAqB,KAAK,QAAQ,EAAE;QAC7C,OAAO,qBAAqB,CAAC;KAC9B;IAED,IAAM,oBAAoB,GAAG,WAAW,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACrE,IAAM,WAAW,GAAG,mBAAmB,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,uCAAuC;IAE5G,IAAI,oBAAoB,IAAI,WAAW,EAAE;QACvC,OAAO,qBAAqB,CAAC;KAC9B;IAED,OAAO,qBAAqB,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AACnD,CAAC;AASC,8CAAiB;AA0BlB,YAAY"}
@@ -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 +1 @@
1
- {"version":3,"file":"core-models.js","sourceRoot":"","sources":["../src/lib/core-models.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"core-models.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/tnp-core/tmp-bundle-release/bundle/project/tnp-core/src/lib/core-models.ts"],"names":[],"mappings":""}
@@ -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 +1 @@
1
- {"version":3,"file":"framework-name.js","sourceRoot":"","sources":["../src/lib/framework-name.ts"],"names":[],"mappings":";;;AAAA,IAAI,SAAS,GAAG,KAAK,CAAC;AACtB,KAAK;AACL,KAAK;AAGQ,QAAA,eAAe,GAAG,CAC7B,EAAE;IACF,kBAAkB;OACf,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AAC3D,YAAY;CACQ,CAAC;AACV,QAAA,aAAa,GAAG,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,uBAAe,CAAC"}
1
+ {"version":3,"file":"framework-name.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/tnp-core/tmp-bundle-release/bundle/project/tnp-core/src/lib/framework-name.ts"],"names":[],"mappings":";;;AAAA,IAAI,SAAS,GAAG,KAAK,CAAC;AACtB,KAAK;AACL,KAAK;AAGQ,QAAA,eAAe,GAAG,CAC7B,EAAE;IACF,kBAAkB;OACf,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AAC3D,YAAY;CACQ,CAAC;AACV,QAAA,aAAa,GAAG,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,uBAAe,CAAC"}
@@ -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 +1 @@
1
- {"version":3,"file":"helpers-isomorphic.js","sourceRoot":"","sources":["../src/lib/helpers-isomorphic.ts"],"names":[],"mappings":";;;AAAA;IAAA;IAyCA,CAAC;IAvCC,sBAAI,wCAAS;aAAb;YACE,kBAAkB;YAClB,OAAO,KAAK,CAAC;YACb,YAAY;YACZ,OAAO,IAAI,CAAC;QACd,CAAC;;;OAAA;IAED,sBAAI,uCAAQ;aAAZ;YACE,kBAAkB;YAClB,OAAO,KAAK,CAAC;YACb,YAAY;YAEhB,KAAK;YACL,KAAK;YAED,OAAO,KAAK,CAAC;QACf,CAAC;;;OAAA;IACD,sBAAI,qCAAM;aAAV;YACE,kBAAkB;YAClB,OAAO,IAAI,CAAC;YACZ,YAAY;YACZ,OAAO,KAAK,CAAC;QACf,CAAC;;;OAAA;IAED,mCAAO,GAAP,UAAQ,GAAU,EAAE,IAAS;QAC3B,OAAO,GAAG,CAAC,MAAM,CAAC,UAAA,CAAC;YACjB,IAAI,CAAC,YAAY,MAAM,EAAE;gBACvB,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;aACpB;YACD,IAAI,CAAC,KAAK,IAAI,EAAE;gBACd,OAAO,IAAI,CAAC;aACb;YACD,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,OAAO,IAAI,CAAC,KAAK,KAAK,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;gBAC5E,OAAO,IAAI,CAAA;aACZ;YACD,OAAO,KAAK,CAAC;QACf,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;IAChB,CAAC;IAEH,wBAAC;AAAD,CAAC,AAzCD,IAyCC;AAzCY,8CAAiB"}
1
+ {"version":3,"file":"helpers-isomorphic.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/tnp-core/tmp-bundle-release/bundle/project/tnp-core/src/lib/helpers-isomorphic.ts"],"names":[],"mappings":";;;AAAA;IAAA;IAyCA,CAAC;IAvCC,sBAAI,wCAAS;aAAb;YACE,kBAAkB;YAClB,OAAO,KAAK,CAAC;YACb,YAAY;YACZ,OAAO,IAAI,CAAC;QACd,CAAC;;;OAAA;IAED,sBAAI,uCAAQ;aAAZ;YACE,kBAAkB;YAClB,OAAO,KAAK,CAAC;YACb,YAAY;YAEhB,KAAK;YACL,KAAK;YAED,OAAO,KAAK,CAAC;QACf,CAAC;;;OAAA;IACD,sBAAI,qCAAM;aAAV;YACE,kBAAkB;YAClB,OAAO,IAAI,CAAC;YACZ,YAAY;YACZ,OAAO,KAAK,CAAC;QACf,CAAC;;;OAAA;IAED,mCAAO,GAAP,UAAQ,GAAU,EAAE,IAAS;QAC3B,OAAO,GAAG,CAAC,MAAM,CAAC,UAAA,CAAC;YACjB,IAAI,CAAC,YAAY,MAAM,EAAE;gBACvB,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;aACpB;YACD,IAAI,CAAC,KAAK,IAAI,EAAE;gBACd,OAAO,IAAI,CAAC;aACb;YACD,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,OAAO,IAAI,CAAC,KAAK,KAAK,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;gBAC5E,OAAO,IAAI,CAAA;aACZ;YACD,OAAO,KAAK,CAAC;QACf,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;IAChB,CAAC;IAEH,wBAAC;AAAD,CAAC,AAzCD,IAyCC;AAzCY,8CAAiB"}
@@ -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
+ }