tnp-helpers 21.0.64 → 21.0.67
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.
- package/browser/README.md +24 -24
- package/browser/fesm2022/tnp-helpers-browser.mjs +177 -50
- package/browser/fesm2022/tnp-helpers-browser.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/tnp-helpers-browser.d.ts +781 -770
- package/browser-prod/README.md +24 -24
- package/browser-prod/fesm2022/tnp-helpers-browser-prod.mjs +176 -50
- package/browser-prod/fesm2022/tnp-helpers-browser-prod.mjs.map +1 -1
- package/browser-prod/package.json +1 -1
- package/browser-prod/types/tnp-helpers-browser-prod.d.ts +479 -470
- package/browser-prod.split-namespaces.json +5 -1
- package/lib/base/classes/base-git.d.ts +1 -1
- package/lib/base/classes/base-global-command-line.d.ts +1 -8
- package/lib/base/classes/base-global-command-line.js +13 -50
- package/lib/base/classes/base-global-command-line.js.map +1 -1
- package/lib/base/classes/base-json-file-reader.js.map +1 -1
- package/lib/base/classes/base-npm-helpers.js +61 -36
- package/lib/base/classes/base-npm-helpers.js.map +1 -1
- package/lib/base/classes/base-project.js +1 -1
- package/lib/base/classes/base-project.js.map +1 -1
- package/lib/base/core-project.d.ts +2 -2
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +8 -8
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/helpers/helpers.d.ts +1 -1
- package/lib/helpers/helpers.js.map +1 -1
- package/lib/old/base-component.js +2 -2
- package/lib/old/base-formly-component.js +2 -2
- package/lib/old/dual-component-ctrl.js +2 -2
- package/lib/package.json +1 -1
- package/lib/utils.d.ts +12 -0
- package/lib/utils.js +134 -2
- package/lib/utils.js.map +1 -1
- package/lib-prod/base/classes/base-cli-worker/base-cli-worker-database-config.js.map +1 -1
- package/lib-prod/base/classes/base-cli-worker/base-cli-worker-terminal-ui.js.map +1 -1
- package/lib-prod/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
- package/lib-prod/base/classes/base-cli-worker/base-cli-worker.utils.js.map +1 -1
- package/lib-prod/base/classes/base-db.js.map +1 -1
- package/lib-prod/base/classes/base-git.d.ts +1 -1
- package/lib-prod/base/classes/base-git.js.map +1 -1
- package/lib-prod/base/classes/base-global-command-line.d.ts +1 -8
- package/lib-prod/base/classes/base-global-command-line.js +13 -50
- package/lib-prod/base/classes/base-global-command-line.js.map +1 -1
- package/lib-prod/base/classes/base-library-build.js.map +1 -1
- package/lib-prod/base/classes/base-linked-projects.js.map +1 -1
- package/lib-prod/base/classes/base-npm-helpers.js +44 -19
- package/lib-prod/base/classes/base-npm-helpers.js.map +1 -1
- package/lib-prod/base/classes/base-process-manager.js.map +1 -1
- package/lib-prod/base/classes/base-project-resolver.js.map +1 -1
- package/lib-prod/base/classes/base-project.js +1 -1
- package/lib-prod/base/classes/base-project.js.map +1 -1
- package/lib-prod/base/classes/base-release-process.js.map +1 -1
- package/lib-prod/base/config-database.js.map +1 -1
- package/lib-prod/base/gh-temp-code.js.map +1 -1
- package/lib-prod/base/tcp-udp-ports/not-assignable-port.entity.d.ts +1 -1
- package/lib-prod/base/tcp-udp-ports/not-assignable-port.entity.js +1 -1
- package/lib-prod/base/tcp-udp-ports/ports.controller.js.map +1 -1
- package/lib-prod/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.js.map +1 -1
- package/lib-prod/build-info._auto-generated_.d.ts +1 -1
- package/lib-prod/build-info._auto-generated_.js +1 -1
- package/lib-prod/helpers/helpers.d.ts +1 -1
- package/lib-prod/helpers/helpers.js.map +1 -1
- package/lib-prod/models.js.map +1 -1
- package/lib-prod/old/base-component.d.ts +1 -1
- package/lib-prod/old/base-component.js +1 -1
- package/lib-prod/old/base-formly-component.d.ts +1 -1
- package/lib-prod/old/base-formly-component.js +1 -1
- package/lib-prod/old/dual-component-ctrl.d.ts +1 -1
- package/lib-prod/old/dual-component-ctrl.js +1 -1
- package/lib-prod/package.json +1 -1
- package/lib-prod/utils-typescript.js.map +1 -1
- package/lib-prod/utils.d.ts +10 -0
- package/lib-prod/utils.js +133 -2
- package/lib-prod/utils.js.map +1 -1
- package/lib-prod.split-namespaces.json +5 -1
- package/package.json +1 -1
- package/websql/README.md +24 -24
- package/websql/fesm2022/tnp-helpers-websql.mjs +177 -50
- package/websql/fesm2022/tnp-helpers-websql.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/tnp-helpers-websql.d.ts +781 -770
- package/websql-prod/README.md +24 -24
- package/websql-prod/fesm2022/tnp-helpers-websql-prod.mjs +176 -50
- package/websql-prod/fesm2022/tnp-helpers-websql-prod.mjs.map +1 -1
- package/websql-prod/package.json +1 -1
- package/websql-prod/types/tnp-helpers-websql-prod.d.ts +479 -470
- package/websql-prod.split-namespaces.json +5 -1
package/browser/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -685,7 +685,6 @@ var UtilsVSCode;
|
|
|
685
685
|
'esbenp.prettier-vscode',
|
|
686
686
|
'johnpapa.Angular2',
|
|
687
687
|
'marclipovsky.string-manipulation',
|
|
688
|
-
'ms-azuretools.vscode-docker',
|
|
689
688
|
'thebearingedge.vscode-sql-lit', // SQL templates extensions
|
|
690
689
|
'keyshout.sqlite-db-viewer', // free version of qwtel.sqlite-viewer - no writes
|
|
691
690
|
'christian-kohler.path-intellisense', // asset pathes autocomplete
|
|
@@ -785,6 +784,8 @@ var UtilsVSCode;
|
|
|
785
784
|
//#region get deprecated extensions
|
|
786
785
|
UtilsVSCode.getDeprecatedExtension = (editor) => {
|
|
787
786
|
return [
|
|
787
|
+
'ms-azuretools.vscode-containers',
|
|
788
|
+
'ms-azuretools.vscode-docker',
|
|
788
789
|
'bibhasdn.unique-lines',
|
|
789
790
|
'ms-vscode-remote.remote-ssh',
|
|
790
791
|
'scrapecrow.html-escape',
|
|
@@ -1345,6 +1346,26 @@ var UtilsVSCode;
|
|
|
1345
1346
|
/* */
|
|
1346
1347
|
/* */
|
|
1347
1348
|
/* */
|
|
1349
|
+
/* */
|
|
1350
|
+
/* */
|
|
1351
|
+
/* */
|
|
1352
|
+
/* */
|
|
1353
|
+
/* */
|
|
1354
|
+
/* */
|
|
1355
|
+
/* */
|
|
1356
|
+
/* */
|
|
1357
|
+
/* */
|
|
1358
|
+
/* */
|
|
1359
|
+
/* */
|
|
1360
|
+
/* */
|
|
1361
|
+
/* */
|
|
1362
|
+
/* */
|
|
1363
|
+
/* */
|
|
1364
|
+
/* */
|
|
1365
|
+
/* */
|
|
1366
|
+
/* */
|
|
1367
|
+
/* */
|
|
1368
|
+
/* */
|
|
1348
1369
|
return (void 0);
|
|
1349
1370
|
};
|
|
1350
1371
|
//#endregion
|
|
@@ -2490,6 +2511,7 @@ var UtilsFileSync;
|
|
|
2490
2511
|
//#endregion
|
|
2491
2512
|
})(UtilsFileSync || (UtilsFileSync = {}));
|
|
2492
2513
|
//#endregion
|
|
2514
|
+
//#region utils clipboard
|
|
2493
2515
|
var UtilsClipboard;
|
|
2494
2516
|
(function (UtilsClipboard) {
|
|
2495
2517
|
UtilsClipboard.copyText = async (textToCopy) => {
|
|
@@ -2556,6 +2578,130 @@ var UtilsClipboard;
|
|
|
2556
2578
|
return '';
|
|
2557
2579
|
};
|
|
2558
2580
|
})(UtilsClipboard || (UtilsClipboard = {}));
|
|
2581
|
+
//#endregion
|
|
2582
|
+
//#region utils line count
|
|
2583
|
+
var UtilsLineCount;
|
|
2584
|
+
(function (UtilsLineCount) {
|
|
2585
|
+
//#region utils line count / constatns
|
|
2586
|
+
const skip = [
|
|
2587
|
+
'node_modules',
|
|
2588
|
+
'.',
|
|
2589
|
+
'tmp-',
|
|
2590
|
+
'environments',
|
|
2591
|
+
'dist',
|
|
2592
|
+
'docs',
|
|
2593
|
+
'bundle',
|
|
2594
|
+
'browser',
|
|
2595
|
+
];
|
|
2596
|
+
const emptyTotal = {
|
|
2597
|
+
source: 0,
|
|
2598
|
+
comment: 0,
|
|
2599
|
+
single: 0,
|
|
2600
|
+
block: 0,
|
|
2601
|
+
empty: 0,
|
|
2602
|
+
total: 0,
|
|
2603
|
+
};
|
|
2604
|
+
//#endregion
|
|
2605
|
+
//#region utils line count / walk
|
|
2606
|
+
const walk = (folder, total, extensions) => {
|
|
2607
|
+
/* */
|
|
2608
|
+
/* */
|
|
2609
|
+
/* */
|
|
2610
|
+
/* */
|
|
2611
|
+
/* */
|
|
2612
|
+
/* */
|
|
2613
|
+
/* */
|
|
2614
|
+
/* */
|
|
2615
|
+
/* */
|
|
2616
|
+
/* */
|
|
2617
|
+
/* */
|
|
2618
|
+
/* */
|
|
2619
|
+
/* */
|
|
2620
|
+
/* */
|
|
2621
|
+
/* */
|
|
2622
|
+
/* */
|
|
2623
|
+
/* */
|
|
2624
|
+
/* */
|
|
2625
|
+
/* */
|
|
2626
|
+
/* */
|
|
2627
|
+
/* */
|
|
2628
|
+
/* */
|
|
2629
|
+
/* */
|
|
2630
|
+
/* */
|
|
2631
|
+
return (void 0);
|
|
2632
|
+
};
|
|
2633
|
+
//#endregion
|
|
2634
|
+
//#region utils line count / for porject
|
|
2635
|
+
UtilsLineCount.forPorject = (project, opt) => {
|
|
2636
|
+
/* */
|
|
2637
|
+
/* */
|
|
2638
|
+
/* */
|
|
2639
|
+
/* */
|
|
2640
|
+
/* */
|
|
2641
|
+
/* */
|
|
2642
|
+
/* */
|
|
2643
|
+
/* */
|
|
2644
|
+
/* */
|
|
2645
|
+
/* */
|
|
2646
|
+
/* */
|
|
2647
|
+
/* */
|
|
2648
|
+
/* */
|
|
2649
|
+
/* */
|
|
2650
|
+
/* */
|
|
2651
|
+
/* */
|
|
2652
|
+
/* */
|
|
2653
|
+
/* */
|
|
2654
|
+
/* */
|
|
2655
|
+
/* */
|
|
2656
|
+
/* */
|
|
2657
|
+
/* */
|
|
2658
|
+
/* */
|
|
2659
|
+
/* */
|
|
2660
|
+
/* */
|
|
2661
|
+
/* */
|
|
2662
|
+
/* */
|
|
2663
|
+
/* */
|
|
2664
|
+
/* */
|
|
2665
|
+
/* */
|
|
2666
|
+
/* */
|
|
2667
|
+
/* */
|
|
2668
|
+
/* */
|
|
2669
|
+
/* */
|
|
2670
|
+
/* */
|
|
2671
|
+
/* */
|
|
2672
|
+
/* */
|
|
2673
|
+
/* */
|
|
2674
|
+
/* */
|
|
2675
|
+
/* */
|
|
2676
|
+
/* */
|
|
2677
|
+
/* */
|
|
2678
|
+
/* */
|
|
2679
|
+
/* */
|
|
2680
|
+
/* */
|
|
2681
|
+
/* */
|
|
2682
|
+
/* */
|
|
2683
|
+
/* */
|
|
2684
|
+
/* */
|
|
2685
|
+
/* */
|
|
2686
|
+
/* */
|
|
2687
|
+
/* */
|
|
2688
|
+
/* */
|
|
2689
|
+
/* */
|
|
2690
|
+
/* */
|
|
2691
|
+
/* */
|
|
2692
|
+
/* */
|
|
2693
|
+
/* */
|
|
2694
|
+
/* */
|
|
2695
|
+
/* */
|
|
2696
|
+
/* */
|
|
2697
|
+
/* */
|
|
2698
|
+
/* */
|
|
2699
|
+
/* */
|
|
2700
|
+
return (void 0);
|
|
2701
|
+
};
|
|
2702
|
+
//#endregion
|
|
2703
|
+
})(UtilsLineCount || (UtilsLineCount = {}));
|
|
2704
|
+
//#endregion
|
|
2559
2705
|
|
|
2560
2706
|
/* */
|
|
2561
2707
|
/* */
|
|
@@ -9317,7 +9463,7 @@ const CURRENT_PACKAGE_TAON_VERSION = 'v21';
|
|
|
9317
9463
|
/**
|
|
9318
9464
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
9319
9465
|
*/
|
|
9320
|
-
const CURRENT_PACKAGE_VERSION = '21.0.
|
|
9466
|
+
const CURRENT_PACKAGE_VERSION = '21.0.67';
|
|
9321
9467
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
9322
9468
|
|
|
9323
9469
|
//#endregion
|
|
@@ -12913,7 +13059,7 @@ class BaseProject {
|
|
|
12913
13059
|
* publish project to npm
|
|
12914
13060
|
*/
|
|
12915
13061
|
async publish(publishOptions) {
|
|
12916
|
-
this.npmHelpers.publishToNpmRegistry();
|
|
13062
|
+
await this.npmHelpers.publishToNpmRegistry();
|
|
12917
13063
|
}
|
|
12918
13064
|
//#endregion
|
|
12919
13065
|
//#region getters & methods / build
|
|
@@ -15108,6 +15254,32 @@ class BaseNpmHelpers extends BaseFeatureForProject {
|
|
|
15108
15254
|
/* */
|
|
15109
15255
|
/* */
|
|
15110
15256
|
/* */
|
|
15257
|
+
/* */
|
|
15258
|
+
/* */
|
|
15259
|
+
/* */
|
|
15260
|
+
/* */
|
|
15261
|
+
/* */
|
|
15262
|
+
/* */
|
|
15263
|
+
/* */
|
|
15264
|
+
/* */
|
|
15265
|
+
/* */
|
|
15266
|
+
/* */
|
|
15267
|
+
/* */
|
|
15268
|
+
/* */
|
|
15269
|
+
/* */
|
|
15270
|
+
/* */
|
|
15271
|
+
/* */
|
|
15272
|
+
/* */
|
|
15273
|
+
/* */
|
|
15274
|
+
/* */
|
|
15275
|
+
/* */
|
|
15276
|
+
/* */
|
|
15277
|
+
/* */
|
|
15278
|
+
/* */
|
|
15279
|
+
/* */
|
|
15280
|
+
/* */
|
|
15281
|
+
/* */
|
|
15282
|
+
/* */
|
|
15111
15283
|
return (void 0);
|
|
15112
15284
|
}
|
|
15113
15285
|
//#endregion
|
|
@@ -19947,6 +20119,7 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
19947
20119
|
/* */
|
|
19948
20120
|
/* */
|
|
19949
20121
|
/* */
|
|
20122
|
+
/* */
|
|
19950
20123
|
return (void 0);
|
|
19951
20124
|
}
|
|
19952
20125
|
//#endregion
|
|
@@ -22093,52 +22266,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
22093
22266
|
return (void 0);
|
|
22094
22267
|
}
|
|
22095
22268
|
async countLines() {
|
|
22096
|
-
/* */
|
|
22097
|
-
/* */
|
|
22098
|
-
/* */
|
|
22099
|
-
/* */
|
|
22100
|
-
/* */
|
|
22101
|
-
/* */
|
|
22102
|
-
/* */
|
|
22103
|
-
/* */
|
|
22104
|
-
/* */
|
|
22105
|
-
/* */
|
|
22106
|
-
/* */
|
|
22107
|
-
/* */
|
|
22108
|
-
/* */
|
|
22109
|
-
/* */
|
|
22110
|
-
/* */
|
|
22111
|
-
/* */
|
|
22112
|
-
/* */
|
|
22113
|
-
/* */
|
|
22114
|
-
/* */
|
|
22115
|
-
/* */
|
|
22116
|
-
/* */
|
|
22117
|
-
/* */
|
|
22118
|
-
/* */
|
|
22119
|
-
/* */
|
|
22120
|
-
/* */
|
|
22121
|
-
/* */
|
|
22122
|
-
/* */
|
|
22123
|
-
/* */
|
|
22124
|
-
/* */
|
|
22125
|
-
/* */
|
|
22126
|
-
/* */
|
|
22127
|
-
/* */
|
|
22128
|
-
/* */
|
|
22129
|
-
/* */
|
|
22130
|
-
/* */
|
|
22131
|
-
/* */
|
|
22132
|
-
/* */
|
|
22133
|
-
/* */
|
|
22134
|
-
/* */
|
|
22135
|
-
/* */
|
|
22136
|
-
/* */
|
|
22137
|
-
/* */
|
|
22138
|
-
/* */
|
|
22139
|
-
/* */
|
|
22140
|
-
/* */
|
|
22141
|
-
/* */
|
|
22142
22269
|
/* */
|
|
22143
22270
|
/* */
|
|
22144
22271
|
/* */
|
|
@@ -24338,5 +24465,5 @@ class ProgressData {
|
|
|
24338
24465
|
* Generated bundle index. Do not edit.
|
|
24339
24466
|
*/
|
|
24340
24467
|
|
|
24341
|
-
export { BaseCLiWorkerStartMode, BaseCLiWorkerStartParams, BaseCliMethodOptions, BaseCliWorker, BaseCliWorkerConfig, BaseCliWorkerConfigGetContextOptions, BaseCliWorkerTerminalUI, BaseCliWorkerUtils, BaseCommandLineFeature, BaseCompilerForProject, BaseDebounceCompilerForProject, BaseFeatureForProject, BaseFileFoldersOperations, BaseGit, BaseGlobalCommandLine, BaseIgnoreHideHelpers, BaseJsonFileReader, BaseLibraryBuild, BaseLinkedProjects, BaseLinter, BaseNodeModules, BaseNpmHelpers, BasePackageJson, BaseProcessManger, BaseProject, BaseProjectResolver, BaseProjectTypeArr, BaseQuickFixes, BaseReleaseProcess, BaseVscodeHelpers, CommandConfig, CommandProcess, CommandProcessState, CommitData, CoreAngularProject, CoreProject, CoreTypescriptProject, HelpersTaon, LinkedPorjectsConfig, LinkedProject, PackageJsonDependencyObjArr, Port, PortStatusArr, PortsWorker, ProgressData, TaonBaseCliWorkerController, TaonPortsController, UtilsClipboard, UtilsDocker, UtilsFileSync, UtilsHttp, UtilsJava, UtilsMd, UtilsNpm, UtilsPasswords, UtilsQuickFixes, UtilsTaonWorker, UtilsTypescript, UtilsVSCode, UtilsZip, UtilsZipBrowser, executeCommand, getBaseCliWorkerDatabaseConfig };
|
|
24468
|
+
export { BaseCLiWorkerStartMode, BaseCLiWorkerStartParams, BaseCliMethodOptions, BaseCliWorker, BaseCliWorkerConfig, BaseCliWorkerConfigGetContextOptions, BaseCliWorkerTerminalUI, BaseCliWorkerUtils, BaseCommandLineFeature, BaseCompilerForProject, BaseDebounceCompilerForProject, BaseFeatureForProject, BaseFileFoldersOperations, BaseGit, BaseGlobalCommandLine, BaseIgnoreHideHelpers, BaseJsonFileReader, BaseLibraryBuild, BaseLinkedProjects, BaseLinter, BaseNodeModules, BaseNpmHelpers, BasePackageJson, BaseProcessManger, BaseProject, BaseProjectResolver, BaseProjectTypeArr, BaseQuickFixes, BaseReleaseProcess, BaseVscodeHelpers, CommandConfig, CommandProcess, CommandProcessState, CommitData, CoreAngularProject, CoreProject, CoreTypescriptProject, HelpersTaon, LinkedPorjectsConfig, LinkedProject, PackageJsonDependencyObjArr, Port, PortStatusArr, PortsWorker, ProgressData, TaonBaseCliWorkerController, TaonPortsController, UtilsClipboard, UtilsDocker, UtilsFileSync, UtilsHttp, UtilsJava, UtilsLineCount, UtilsMd, UtilsNpm, UtilsPasswords, UtilsQuickFixes, UtilsTaonWorker, UtilsTypescript, UtilsVSCode, UtilsZip, UtilsZipBrowser, executeCommand, getBaseCliWorkerDatabaseConfig };
|
|
24342
24469
|
//# sourceMappingURL=tnp-helpers-browser.mjs.map
|