tnp-helpers 19.0.67 → 19.0.71
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.mjs +131 -118
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +1 -1
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +2 -2
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +2 -2
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +2 -2
- package/browser/lib/base/classes/base-global-command-line.d.ts +1 -0
- package/browser/lib/base/classes/base-linked-projects.d.ts +10 -3
- package/browser/lib/base/classes/base-package-json.d.ts +1 -0
- package/browser/lib/base/tcp-udp-ports/ports.controller.d.ts +2 -2
- package/browser/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +1 -1
- package/browser/lib/base/tcp-udp-ports/tcp-upd-ports.worker.d.ts +3 -3
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/lib/utils.d.ts +1 -2
- package/browser/migrations/1736198527297_init.d.ts +1 -1
- package/browser/migrations/1736199486472_addingNotAssignablePorts.d.ts +3 -3
- package/browser/migrations/1736454437350_addFreePorts.d.ts +3 -3
- package/browser/migrations/migrations_index._auto-generated_.d.ts +7 -7
- package/browser/package.json +1 -1
- package/lib/base/classes/base-bower-json.js +1 -1
- package/lib/base/classes/base-bower-json.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js +11 -11
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +2 -2
- package/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.js +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +2 -2
- package/lib/base/classes/base-cli-worker/base-cli-worker.js +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +2 -2
- package/lib/base/classes/base-cli-worker/base-cli-worker.models.js +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.models.js.map +1 -1
- package/lib/base/classes/base-compiler-for-project.js +1 -1
- package/lib/base/classes/base-compiler-for-project.js.map +1 -1
- package/lib/base/classes/base-file-folders-operations.js +1 -1
- package/lib/base/classes/base-file-folders-operations.js.map +1 -1
- package/lib/base/classes/base-global-command-line.d.ts +1 -0
- package/lib/base/classes/base-global-command-line.js +16 -1
- package/lib/base/classes/base-global-command-line.js.map +1 -1
- package/lib/base/classes/base-json-file-reader.js +1 -1
- package/lib/base/classes/base-json-file-reader.js.map +1 -1
- package/lib/base/classes/base-library-build.js +1 -1
- package/lib/base/classes/base-library-build.js.map +1 -1
- package/lib/base/classes/base-linked-projects.d.ts +10 -3
- package/lib/base/classes/base-linked-projects.js +18 -8
- package/lib/base/classes/base-linked-projects.js.map +1 -1
- package/lib/base/classes/base-linter.js +4 -0
- package/lib/base/classes/base-linter.js.map +1 -1
- package/lib/base/classes/base-node-modules.js +1 -1
- package/lib/base/classes/base-node-modules.js.map +1 -1
- package/lib/base/classes/base-package-json.d.ts +1 -0
- package/lib/base/classes/base-package-json.js +5 -1
- package/lib/base/classes/base-package-json.js.map +1 -1
- package/lib/base/classes/base-powershell.d.ts +0 -1
- package/lib/base/classes/base-powershell.js +0 -13
- package/lib/base/classes/base-powershell.js.map +1 -1
- package/lib/base/classes/base-project-resolver.js +1 -1
- package/lib/base/classes/base-project-resolver.js.map +1 -1
- package/lib/base/classes/base-project.js +13 -2
- package/lib/base/classes/base-project.js.map +1 -1
- package/lib/base/classes/base-quick-fixes.js +1 -1
- package/lib/base/classes/base-quick-fixes.js.map +1 -1
- package/lib/base/classes/base-release-process.js +1 -1
- package/lib/base/classes/base-release-process.js.map +1 -1
- package/lib/base/classes/base-start-config.backend.js +1 -1
- package/lib/base/classes/base-start-config.backend.js.map +1 -1
- package/lib/base/classes/base-static-pages.js +1 -1
- package/lib/base/classes/base-static-pages.js.map +1 -1
- package/lib/base/classes/base-vscode.js +1 -0
- package/lib/base/classes/base-vscode.js.map +1 -1
- package/lib/base/index-rebuilder.backend.js +1 -1
- package/lib/base/index-rebuilder.backend.js.map +1 -1
- package/lib/base/linked-project.js +1 -1
- package/lib/base/linked-project.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.controller.d.ts +2 -2
- package/lib/base/tcp-udp-ports/ports.controller.js +13 -13
- package/lib/base/tcp-udp-ports/ports.controller.js.map +1 -1
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.js +6 -6
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.js.map +1 -1
- package/lib/base/tcp-udp-ports/tcp-upd-ports.worker.d.ts +3 -3
- package/lib/base/tcp-udp-ports/tcp-upd-ports.worker.js +2 -2
- package/lib/base/tcp-udp-ports/tcp-upd-ports.worker.js.map +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/helpers/for-backend/helpers-cli-tool.backend.js +1 -1
- package/lib/helpers/for-backend/helpers-cli-tool.backend.js.map +1 -1
- package/lib/helpers/for-backend/helpers-file-folders.js +1 -1
- package/lib/helpers/for-backend/helpers-file-folders.js.map +1 -1
- package/lib/helpers/for-backend/helpers-git.backend.js +1 -1
- package/lib/helpers/for-backend/helpers-git.backend.js.map +1 -1
- package/lib/helpers/for-backend/helpers-path.backend.js +2 -2
- package/lib/helpers/for-backend/helpers-path.backend.js.map +1 -1
- package/lib/helpers/for-backend/helpers-process.js +1 -1
- package/lib/helpers/for-backend/helpers-process.js.map +1 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/helpers/helpers-json5.backend.js +1 -1
- package/lib/helpers/helpers-json5.backend.js.map +1 -1
- package/lib/helpers/helpers-numbers.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/utils.d.ts +1 -2
- package/lib/utils.js +44 -62
- package/lib/utils.js.map +1 -1
- package/migrations/1736198527297_init.d.ts +1 -1
- package/migrations/1736198527297_init.js +6 -6
- package/migrations/1736198527297_init.js.map +1 -1
- package/migrations/1736199486472_addingNotAssignablePorts.d.ts +3 -3
- package/migrations/1736199486472_addingNotAssignablePorts.js +7 -7
- package/migrations/1736199486472_addingNotAssignablePorts.js.map +1 -1
- package/migrations/1736454437350_addFreePorts.d.ts +3 -3
- package/migrations/1736454437350_addFreePorts.js +7 -7
- package/migrations/1736454437350_addFreePorts.js.map +1 -1
- package/migrations/migrations_index._auto-generated_.d.ts +7 -7
- package/migrations/migrations_index._auto-generated_.js +5 -5
- package/migrations/migrations_index._auto-generated_.js.map +1 -1
- package/package.json +6 -2
- package/websql/README.md +24 -24
- package/websql/fesm2022/tnp-helpers.mjs +131 -118
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +1 -1
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +2 -2
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +2 -2
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +2 -2
- package/websql/lib/base/classes/base-global-command-line.d.ts +1 -0
- package/websql/lib/base/classes/base-linked-projects.d.ts +10 -3
- package/websql/lib/base/classes/base-package-json.d.ts +1 -0
- package/websql/lib/base/tcp-udp-ports/ports.controller.d.ts +2 -2
- package/websql/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +1 -1
- package/websql/lib/base/tcp-udp-ports/tcp-upd-ports.worker.d.ts +3 -3
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/lib/utils.d.ts +1 -2
- package/websql/migrations/1736198527297_init.d.ts +1 -1
- package/websql/migrations/1736199486472_addingNotAssignablePorts.d.ts +3 -3
- package/websql/migrations/1736454437350_addFreePorts.d.ts +3 -3
- package/websql/migrations/migrations_index._auto-generated_.d.ts +7 -7
- package/websql/package.json +1 -1
- package/lib/base/classes/base-command-line-feature.backend.d.ts +0 -47
- package/lib/base/classes/base-command-line-feature.backend.js +0 -147
- package/lib/base/classes/base-command-line-feature.backend.js.map +0 -1
- package/lib/base/classes/base-global-command-line.backend.d.ts +0 -243
- package/lib/base/classes/base-global-command-line.backend.js +0 -2212
- package/lib/base/classes/base-global-command-line.backend.js.map +0 -1
- package/lib/base/classes/base-process/base-process-api.service.d.ts +0 -7
- package/lib/base/classes/base-process/base-process.context.d.ts +0 -19
- package/lib/base/classes/base-process/base-process.context.js +0 -22
- package/lib/base/classes/base-process/base-process.context.js.map +0 -1
- package/lib/base/classes/base-process/base-process.controller.d.ts +0 -17
- package/lib/base/classes/base-process/base-process.controller.js +0 -91
- package/lib/base/classes/base-process/base-process.controller.js.map +0 -1
- package/lib/base/classes/base-process/base-process.d.ts +0 -8
- package/lib/base/classes/base-process/base-process.defaults-values.d.ts +0 -2
- package/lib/base/classes/base-process/base-process.defaults-values.js +0 -9
- package/lib/base/classes/base-process/base-process.defaults-values.js.map +0 -1
- package/lib/base/classes/base-process/base-process.js +0 -62
- package/lib/base/classes/base-process/base-process.js.map +0 -1
- package/lib/base/classes/base-process/base-process.models.d.ts +0 -6
- package/lib/base/classes/base-process/base-process.models.js +0 -3
- package/lib/base/classes/base-process/base-process.models.js.map +0 -1
- package/lib/base/classes/base-process/base-process.provider.d.ts +0 -16
- package/lib/base/classes/base-process/base-process.provider.js +0 -69
- package/lib/base/classes/base-process/base-process.provider.js.map +0 -1
- package/lib/base/classes/base-process/base-process.repository copy.d.ts +0 -8
- package/lib/base/classes/base-process/base-process.repository copy.js +0 -32
- package/lib/base/classes/base-process/base-process.repository copy.js.map +0 -1
- package/lib/base/classes/base-process/base-process.repository.d.ts +0 -8
- package/lib/base/classes/base-process/base-process.repository.js +0 -32
- package/lib/base/classes/base-process/base-process.repository.js.map +0 -1
- package/lib/base/classes/base-process/base-process.terminal-ui.d.ts +0 -11
- package/lib/base/classes/base-process/base-process.terminal-ui.js +0 -54
- package/lib/base/classes/base-process/base-process.terminal-ui.js.map +0 -1
- package/lib/base/classes/base-process/base-process.worker.d.ts +0 -16
- package/lib/base/classes/base-process/base-process.worker.js +0 -29
- package/lib/base/classes/base-process/base-process.worker.js.map +0 -1
- package/lib/base/classes/base-process/index.d.ts +0 -1
- package/lib/base/classes/base-process/index.js +0 -22
- package/lib/base/classes/base-process/index.js.map +0 -1
- package/lib/base/classes/base-process/processes.repository.d.ts +0 -0
- package/lib/base/classes/base-process/processes.repository.js +0 -5
- package/lib/base/classes/base-process/processes.repository.js.map +0 -1
- package/lib/env-backend._auto-generated_.d.ts +0 -34
- package/lib/env-backend._auto-generated_.js +0 -38
- package/lib/env-backend._auto-generated_.js.map +0 -1
- package/lib/env-browser._auto-generated_.d.ts +0 -34
- package/lib/env-browser._auto-generated_.js +0 -38
- package/lib/env-browser._auto-generated_.js.map +0 -1
- package/lib/env.backend.d.ts +0 -34
- package/lib/env.backend.js +0 -40
- package/lib/env.backend.js.map +0 -1
- package/lib/env.browser.d.ts +0 -34
- package/lib/helpers/for-backend/helpers-dependencies.backend.d.ts +0 -2
- package/lib/helpers/for-backend/helpers-dependencies.backend.js +0 -7
- package/lib/helpers/for-backend/helpers-dependencies.backend.js.map +0 -1
- package/lib/helpers/for-backend/helpers-network.backend.d.ts +0 -9
- package/lib/helpers/for-backend/helpers-network.backend.js +0 -44
- package/lib/helpers/for-backend/helpers-network.backend.js.map +0 -1
- package/lib/validators/validators-firedev.d.ts +0 -3
- package/lib/validators/validators-firedev.js +0 -34
- package/lib/validators/validators-firedev.js.map +0 -1
- package/lib/validators/validators-git.d.ts +0 -3
- package/lib/validators/validators-git.js +0 -13
- package/lib/validators/validators-git.js.map +0 -1
- package/lib/validators/validators-network.d.ts +0 -3
- package/lib/validators/validators-network.js +0 -19
- package/lib/validators/validators-network.js.map +0 -1
- package/lib/validators/validators.d.ts +0 -6
- package/lib/validators/validators.js +0 -11
- package/lib/validators/validators.js.map +0 -1
- package/tmp-environment.json +0 -33
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.
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { Subject, BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { CoreModels, Utils, crossPlatformPath, _, CoreHelpers, UtilsTerminal, chalk, path, Helpers as Helpers$1, fse, UtilsNetwork } from 'tnp-core/browser';
|
|
2
|
+
import { CoreModels, Utils, crossPlatformPath, _, CoreHelpers, UtilsTerminal, chalk, path, config, Helpers as Helpers$1, fse, folderName, fileName, UtilsNetwork } from 'tnp-core/browser';
|
|
3
3
|
import * as fuzzy from 'fuzzy';
|
|
4
4
|
import { Level } from 'ng2-logger/browser';
|
|
5
5
|
import { CLASS } from 'typescript-class-helpers/browser';
|
|
6
6
|
import { __decorate, __param, __metadata } from 'tslib';
|
|
7
|
-
import { Taon,
|
|
8
|
-
import { config, folderName, fileName } from 'tnp-config/browser';
|
|
7
|
+
import { Taon, TaonBaseClass, TaonBaseContext } from 'taon/browser';
|
|
9
8
|
import { IncCompiler, ChangeOfFile } from 'incremental-compiler/browser';
|
|
10
9
|
|
|
11
10
|
//#region @browser
|
|
@@ -493,6 +492,9 @@ var UtilsTypescript;
|
|
|
493
492
|
/* */
|
|
494
493
|
/* */
|
|
495
494
|
/* */
|
|
495
|
+
/* */
|
|
496
|
+
/* */
|
|
497
|
+
/* */
|
|
496
498
|
return (void 0);
|
|
497
499
|
};
|
|
498
500
|
UtilsTypescript.eslintFixAllFilesInsideFolder = (absPathToFolder) => {
|
|
@@ -512,7 +514,6 @@ var UtilsTypescript;
|
|
|
512
514
|
/* */
|
|
513
515
|
/* */
|
|
514
516
|
/* */
|
|
515
|
-
/* */
|
|
516
517
|
return (void 0);
|
|
517
518
|
};
|
|
518
519
|
//#endregion
|
|
@@ -1009,69 +1010,11 @@ var UtilsTypescript;
|
|
|
1009
1010
|
return (void 0);
|
|
1010
1011
|
};
|
|
1011
1012
|
//#endregion
|
|
1012
|
-
//#region fix standalone ng 19
|
|
1013
1013
|
/**
|
|
1014
1014
|
* Transition methods ng18 => ng19
|
|
1015
|
-
*
|
|
1016
|
-
* and add standalone: false if not exists
|
|
1015
|
+
* Adds standalone: false if not exists in component decorator
|
|
1017
1016
|
*/
|
|
1018
1017
|
function transformComponentStandaloneOption(sourceText) {
|
|
1019
|
-
/* */
|
|
1020
|
-
/* */
|
|
1021
|
-
/* */
|
|
1022
|
-
/* */
|
|
1023
|
-
/* */
|
|
1024
|
-
/* */
|
|
1025
|
-
/* */
|
|
1026
|
-
/* */
|
|
1027
|
-
/* */
|
|
1028
|
-
/* */
|
|
1029
|
-
/* */
|
|
1030
|
-
/* */
|
|
1031
|
-
/* */
|
|
1032
|
-
/* */
|
|
1033
|
-
/* */
|
|
1034
|
-
/* */
|
|
1035
|
-
/* */
|
|
1036
|
-
/* */
|
|
1037
|
-
/* */
|
|
1038
|
-
/* */
|
|
1039
|
-
/* */
|
|
1040
|
-
/* */
|
|
1041
|
-
/* */
|
|
1042
|
-
/* */
|
|
1043
|
-
/* */
|
|
1044
|
-
/* */
|
|
1045
|
-
/* */
|
|
1046
|
-
/* */
|
|
1047
|
-
/* */
|
|
1048
|
-
/* */
|
|
1049
|
-
/* */
|
|
1050
|
-
/* */
|
|
1051
|
-
/* */
|
|
1052
|
-
/* */
|
|
1053
|
-
/* */
|
|
1054
|
-
/* */
|
|
1055
|
-
/* */
|
|
1056
|
-
/* */
|
|
1057
|
-
/* */
|
|
1058
|
-
/* */
|
|
1059
|
-
/* */
|
|
1060
|
-
/* */
|
|
1061
|
-
/* */
|
|
1062
|
-
/* */
|
|
1063
|
-
/* */
|
|
1064
|
-
/* */
|
|
1065
|
-
/* */
|
|
1066
|
-
/* */
|
|
1067
|
-
/* */
|
|
1068
|
-
/* */
|
|
1069
|
-
/* */
|
|
1070
|
-
/* */
|
|
1071
|
-
/* */
|
|
1072
|
-
/* */
|
|
1073
|
-
/* */
|
|
1074
|
-
/* */
|
|
1075
1018
|
/* */
|
|
1076
1019
|
/* */
|
|
1077
1020
|
/* */
|
|
@@ -1100,7 +1043,6 @@ var UtilsTypescript;
|
|
|
1100
1043
|
return (void 0);
|
|
1101
1044
|
}
|
|
1102
1045
|
UtilsTypescript.transformComponentStandaloneOption = transformComponentStandaloneOption;
|
|
1103
|
-
//#endregion
|
|
1104
1046
|
//#region escape @ in html text
|
|
1105
1047
|
const escapeAtInHtmlText = (fileContent) => {
|
|
1106
1048
|
return fileContent.replace(/>([^<@]*?)@([^<]*)</g, (_match, before, after) => {
|
|
@@ -1251,6 +1193,24 @@ var UtilsTypescript;
|
|
|
1251
1193
|
/* */
|
|
1252
1194
|
/* */
|
|
1253
1195
|
/* */
|
|
1196
|
+
/* */
|
|
1197
|
+
/* */
|
|
1198
|
+
/* */
|
|
1199
|
+
/* */
|
|
1200
|
+
/* */
|
|
1201
|
+
/* */
|
|
1202
|
+
/* */
|
|
1203
|
+
/* */
|
|
1204
|
+
/* */
|
|
1205
|
+
/* */
|
|
1206
|
+
/* */
|
|
1207
|
+
/* */
|
|
1208
|
+
/* */
|
|
1209
|
+
/* */
|
|
1210
|
+
/* */
|
|
1211
|
+
/* */
|
|
1212
|
+
/* */
|
|
1213
|
+
/* */
|
|
1254
1214
|
return (void 0);
|
|
1255
1215
|
};
|
|
1256
1216
|
//#endregion
|
|
@@ -5448,7 +5408,7 @@ var BaseCLiWorkerStartMode;
|
|
|
5448
5408
|
})(BaseCLiWorkerStartMode || (BaseCLiWorkerStartMode = {}));
|
|
5449
5409
|
class BaseCLiWorkerStartParams {
|
|
5450
5410
|
}
|
|
5451
|
-
class BaseCliMethodOptions extends
|
|
5411
|
+
class BaseCliMethodOptions extends TaonBaseClass {
|
|
5452
5412
|
static from(opt) {
|
|
5453
5413
|
opt = opt ?? {};
|
|
5454
5414
|
opt.cliParams = opt.cliParams ?? {};
|
|
@@ -6281,7 +6241,7 @@ class BaseCliWorkerConfig {
|
|
|
6281
6241
|
}
|
|
6282
6242
|
//#endregion
|
|
6283
6243
|
|
|
6284
|
-
let
|
|
6244
|
+
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends Taon.Base.Controller {
|
|
6285
6245
|
constructor() {
|
|
6286
6246
|
super(...arguments);
|
|
6287
6247
|
/**
|
|
@@ -6391,14 +6351,14 @@ __decorate([
|
|
|
6391
6351
|
__metadata("design:type", Function),
|
|
6392
6352
|
__metadata("design:paramtypes", [String, String]),
|
|
6393
6353
|
__metadata("design:returntype", Object)
|
|
6394
|
-
],
|
|
6354
|
+
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_initializeMetadata", null);
|
|
6395
6355
|
__decorate([
|
|
6396
6356
|
Taon.Http.GET(),
|
|
6397
6357
|
__param(0, Taon.Http.Param.Query('dontRemoveConfigFile')),
|
|
6398
6358
|
__metadata("design:type", Function),
|
|
6399
6359
|
__metadata("design:paramtypes", [Boolean]),
|
|
6400
6360
|
__metadata("design:returntype", Object)
|
|
6401
|
-
],
|
|
6361
|
+
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_kill", null);
|
|
6402
6362
|
__decorate([
|
|
6403
6363
|
Taon.Http.HTML({
|
|
6404
6364
|
pathIsGlobal: true,
|
|
@@ -6407,26 +6367,26 @@ __decorate([
|
|
|
6407
6367
|
__metadata("design:type", Function),
|
|
6408
6368
|
__metadata("design:paramtypes", []),
|
|
6409
6369
|
__metadata("design:returntype", Object)
|
|
6410
|
-
],
|
|
6370
|
+
], TaonBaseCliWorkerController.prototype, "info", null);
|
|
6411
6371
|
__decorate([
|
|
6412
6372
|
Taon.Http.POST(),
|
|
6413
6373
|
__param(0, Taon.Http.Param.Body()),
|
|
6414
6374
|
__metadata("design:type", Function),
|
|
6415
6375
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6416
6376
|
__metadata("design:returntype", Object)
|
|
6417
|
-
],
|
|
6377
|
+
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_isHealthy", null);
|
|
6418
6378
|
__decorate([
|
|
6419
6379
|
Taon.Http.POST(),
|
|
6420
6380
|
__param(0, Taon.Http.Param.Body()),
|
|
6421
6381
|
__metadata("design:type", Function),
|
|
6422
6382
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6423
6383
|
__metadata("design:returntype", Object)
|
|
6424
|
-
],
|
|
6425
|
-
|
|
6384
|
+
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_hasUpToDateVersion", null);
|
|
6385
|
+
TaonBaseCliWorkerController = __decorate([
|
|
6426
6386
|
Taon.Controller({
|
|
6427
|
-
className: '
|
|
6387
|
+
className: 'TaonBaseCliWorkerController',
|
|
6428
6388
|
})
|
|
6429
|
-
],
|
|
6389
|
+
], TaonBaseCliWorkerController);
|
|
6430
6390
|
|
|
6431
6391
|
//#endregion
|
|
6432
6392
|
var BaseCliWorkerUtils;
|
|
@@ -6455,7 +6415,7 @@ var BaseCliWorkerUtils;
|
|
|
6455
6415
|
})(BaseCliWorkerUtils || (BaseCliWorkerUtils = {}));
|
|
6456
6416
|
|
|
6457
6417
|
//#endregion
|
|
6458
|
-
let
|
|
6418
|
+
let TaonPortsController = class TaonPortsController extends TaonBaseCliWorkerController {
|
|
6459
6419
|
constructor() {
|
|
6460
6420
|
super(...arguments);
|
|
6461
6421
|
//#region fields
|
|
@@ -6688,28 +6648,28 @@ __decorate([
|
|
|
6688
6648
|
__metadata("design:type", Function),
|
|
6689
6649
|
__metadata("design:paramtypes", []),
|
|
6690
6650
|
__metadata("design:returntype", Object)
|
|
6691
|
-
],
|
|
6651
|
+
], TaonPortsController.prototype, "getFirstFreePort", null);
|
|
6692
6652
|
__decorate([
|
|
6693
6653
|
Taon.Http.GET(),
|
|
6694
6654
|
__param(0, Taon.Http.Param.Query('portNumber')),
|
|
6695
6655
|
__metadata("design:type", Function),
|
|
6696
6656
|
__metadata("design:paramtypes", [Number]),
|
|
6697
6657
|
__metadata("design:returntype", Object)
|
|
6698
|
-
],
|
|
6658
|
+
], TaonPortsController.prototype, "getPortByNumber", null);
|
|
6699
6659
|
__decorate([
|
|
6700
6660
|
Taon.Http.GET(),
|
|
6701
6661
|
__param(0, Taon.Http.Param.Query('status')),
|
|
6702
6662
|
__metadata("design:type", Function),
|
|
6703
6663
|
__metadata("design:paramtypes", [String]),
|
|
6704
6664
|
__metadata("design:returntype", Object)
|
|
6705
|
-
],
|
|
6665
|
+
], TaonPortsController.prototype, "getPortsByStatus", null);
|
|
6706
6666
|
__decorate([
|
|
6707
6667
|
Taon.Http.DELETE(),
|
|
6708
6668
|
__param(0, Taon.Http.Param.Query('portNumber')),
|
|
6709
6669
|
__metadata("design:type", Function),
|
|
6710
6670
|
__metadata("design:paramtypes", [Number]),
|
|
6711
6671
|
__metadata("design:returntype", Object)
|
|
6712
|
-
],
|
|
6672
|
+
], TaonPortsController.prototype, "deletePort", null);
|
|
6713
6673
|
__decorate([
|
|
6714
6674
|
Taon.Http.PUT(),
|
|
6715
6675
|
__param(0, Taon.Http.Param.Query('portNumber')),
|
|
@@ -6717,7 +6677,7 @@ __decorate([
|
|
|
6717
6677
|
__metadata("design:type", Function),
|
|
6718
6678
|
__metadata("design:paramtypes", [Number, String]),
|
|
6719
6679
|
__metadata("design:returntype", Object)
|
|
6720
|
-
],
|
|
6680
|
+
], TaonPortsController.prototype, "updatePortUniqueId", null);
|
|
6721
6681
|
__decorate([
|
|
6722
6682
|
Taon.Http.POST(),
|
|
6723
6683
|
__param(0, Taon.Http.Param.Query('portNumber')),
|
|
@@ -6725,7 +6685,7 @@ __decorate([
|
|
|
6725
6685
|
__metadata("design:type", Function),
|
|
6726
6686
|
__metadata("design:paramtypes", [Number, String]),
|
|
6727
6687
|
__metadata("design:returntype", Object)
|
|
6728
|
-
],
|
|
6688
|
+
], TaonPortsController.prototype, "addTakeByOsPort", null);
|
|
6729
6689
|
__decorate([
|
|
6730
6690
|
Taon.Http.PUT(),
|
|
6731
6691
|
__param(0, Taon.Http.Param.Query('uniqueServiceName')),
|
|
@@ -6733,12 +6693,12 @@ __decorate([
|
|
|
6733
6693
|
__metadata("design:type", Function),
|
|
6734
6694
|
__metadata("design:paramtypes", [String, Number]),
|
|
6735
6695
|
__metadata("design:returntype", Object)
|
|
6736
|
-
],
|
|
6737
|
-
|
|
6696
|
+
], TaonPortsController.prototype, "registerAndAssignPort", null);
|
|
6697
|
+
TaonPortsController = __decorate([
|
|
6738
6698
|
Taon.Controller({
|
|
6739
|
-
className: '
|
|
6699
|
+
className: 'TaonPortsController',
|
|
6740
6700
|
})
|
|
6741
|
-
],
|
|
6701
|
+
], TaonPortsController);
|
|
6742
6702
|
|
|
6743
6703
|
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends Taon.Base.Migration {
|
|
6744
6704
|
/**
|
|
@@ -6759,7 +6719,7 @@ MainContext_1736198527297_init = __decorate([
|
|
|
6759
6719
|
className: 'MainContext_1736198527297_init',
|
|
6760
6720
|
})
|
|
6761
6721
|
], MainContext_1736198527297_init);
|
|
6762
|
-
let
|
|
6722
|
+
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends Taon.Base.Migration {
|
|
6763
6723
|
/**
|
|
6764
6724
|
* remove this method if you are ready to run this migration
|
|
6765
6725
|
*/
|
|
@@ -6775,11 +6735,11 @@ let PortsContext_1736198527297_init = class PortsContext_1736198527297_init exte
|
|
|
6775
6735
|
// console.log('Hello from migration DOWN!')
|
|
6776
6736
|
}
|
|
6777
6737
|
};
|
|
6778
|
-
|
|
6738
|
+
TaonPortsContext_1736198527297_init = __decorate([
|
|
6779
6739
|
Taon.Migration({
|
|
6780
|
-
className: '
|
|
6740
|
+
className: 'TaonPortsContext_1736198527297_init',
|
|
6781
6741
|
})
|
|
6782
|
-
],
|
|
6742
|
+
], TaonPortsContext_1736198527297_init);
|
|
6783
6743
|
|
|
6784
6744
|
const portsWithDescription = {
|
|
6785
6745
|
3000: 'Commonly used for development servers',
|
|
@@ -6800,11 +6760,11 @@ const portsWithDescription = {
|
|
|
6800
6760
|
5984: 'CouchDB',
|
|
6801
6761
|
6000: 'in use by something in macos',
|
|
6802
6762
|
};
|
|
6803
|
-
let
|
|
6763
|
+
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends Taon
|
|
6804
6764
|
.Base.Migration {
|
|
6805
6765
|
constructor() {
|
|
6806
6766
|
super(...arguments);
|
|
6807
|
-
this.portsController = this.injectController(
|
|
6767
|
+
this.portsController = this.injectController(TaonPortsController);
|
|
6808
6768
|
this.commonPortsFrom3000to6000 = Object.keys(portsWithDescription).map(Number);
|
|
6809
6769
|
}
|
|
6810
6770
|
async up(queryRunner) {
|
|
@@ -6832,17 +6792,17 @@ let PortsContext_1736199486472_addingNotAssignablePorts = class PortsContext_173
|
|
|
6832
6792
|
}
|
|
6833
6793
|
}
|
|
6834
6794
|
};
|
|
6835
|
-
|
|
6795
|
+
TaonPortsContext_1736199486472_addingNotAssignablePorts = __decorate([
|
|
6836
6796
|
Taon.Migration({
|
|
6837
|
-
className: '
|
|
6797
|
+
className: 'TaonPortsContext_1736199486472_addingNotAssignablePorts',
|
|
6838
6798
|
})
|
|
6839
|
-
],
|
|
6799
|
+
], TaonPortsContext_1736199486472_addingNotAssignablePorts);
|
|
6840
6800
|
|
|
6841
|
-
let
|
|
6801
|
+
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends Taon.Base
|
|
6842
6802
|
.Migration {
|
|
6843
6803
|
constructor() {
|
|
6844
6804
|
super(...arguments);
|
|
6845
|
-
this.portsController = this.injectController(
|
|
6805
|
+
this.portsController = this.injectController(TaonPortsController);
|
|
6846
6806
|
}
|
|
6847
6807
|
async up(queryRunner) {
|
|
6848
6808
|
const portsTableRepo = await queryRunner.manager.getRepository(Port);
|
|
@@ -6876,33 +6836,33 @@ let PortsContext_1736454437350_addFreePorts = class PortsContext_1736454437350_a
|
|
|
6876
6836
|
}
|
|
6877
6837
|
}
|
|
6878
6838
|
};
|
|
6879
|
-
|
|
6839
|
+
TaonPortsContext_1736454437350_addFreePorts = __decorate([
|
|
6880
6840
|
Taon.Migration({
|
|
6881
|
-
className: '
|
|
6841
|
+
className: 'TaonPortsContext_1736454437350_addFreePorts',
|
|
6882
6842
|
})
|
|
6883
|
-
],
|
|
6843
|
+
], TaonPortsContext_1736454437350_addFreePorts);
|
|
6884
6844
|
|
|
6885
6845
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6886
6846
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6887
6847
|
const MIGRATIONS_CLASSES_FOR_MainContext = {
|
|
6888
6848
|
/* 06-01-2025 22:22:07 */ MainContext_1736198527297_init,
|
|
6889
6849
|
};
|
|
6890
|
-
const
|
|
6891
|
-
/* 06-01-2025 22:22:07 */
|
|
6892
|
-
/* 06-01-2025 22:38:06 */
|
|
6893
|
-
/* 09-01-2025 21:27:17 */
|
|
6850
|
+
const MIGRATIONS_CLASSES_FOR_TaonPortsContext = {
|
|
6851
|
+
/* 06-01-2025 22:22:07 */ TaonPortsContext_1736198527297_init,
|
|
6852
|
+
/* 06-01-2025 22:38:06 */ TaonPortsContext_1736199486472_addingNotAssignablePorts,
|
|
6853
|
+
/* 09-01-2025 21:27:17 */ TaonPortsContext_1736454437350_addFreePorts,
|
|
6894
6854
|
};
|
|
6895
6855
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6896
6856
|
|
|
6897
6857
|
//@ts-nocheck
|
|
6898
6858
|
|
|
6899
|
-
const
|
|
6900
|
-
contextName: '
|
|
6859
|
+
const TaonPortsContextTemplate = Taon.createContextTemplate(() => ({
|
|
6860
|
+
contextName: 'TaonPortsContext',
|
|
6901
6861
|
appId: 'dev.taon.taon-ports-worker',
|
|
6902
|
-
contexts: {
|
|
6903
|
-
controllers: {
|
|
6862
|
+
contexts: { TaonBaseContext },
|
|
6863
|
+
controllers: { TaonPortsController },
|
|
6904
6864
|
entities: { Port },
|
|
6905
|
-
migrations: { ...
|
|
6865
|
+
migrations: { ...MIGRATIONS_CLASSES_FOR_TaonPortsContext },
|
|
6906
6866
|
skipWritingServerRoutes: true,
|
|
6907
6867
|
...getBaseCliWorkerDatabaseConfig('ports-worker', 'DROP_DB+MIGRATIONS'),
|
|
6908
6868
|
logs: {
|
|
@@ -7216,8 +7176,8 @@ class PortsWorker extends BaseCliWorker {
|
|
|
7216
7176
|
constructor() {
|
|
7217
7177
|
super(...arguments);
|
|
7218
7178
|
this.terminalUI = new TcpUdpPortsTerminalUI(this);
|
|
7219
|
-
this.workerContextTemplate =
|
|
7220
|
-
this.controllerClass =
|
|
7179
|
+
this.workerContextTemplate = TaonPortsContextTemplate; // TODO for some reason as any is nessesary
|
|
7180
|
+
this.controllerClass = TaonPortsController;
|
|
7221
7181
|
}
|
|
7222
7182
|
}
|
|
7223
7183
|
|
|
@@ -7241,7 +7201,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
7241
7201
|
/**
|
|
7242
7202
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
7243
7203
|
*/
|
|
7244
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
7204
|
+
const CURRENT_PACKAGE_VERSION = '19.0.71';
|
|
7245
7205
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
7246
7206
|
|
|
7247
7207
|
//#endregion
|
|
@@ -8266,6 +8226,22 @@ class BaseProject {
|
|
|
8266
8226
|
/* */
|
|
8267
8227
|
/* */
|
|
8268
8228
|
/* */
|
|
8229
|
+
/* */
|
|
8230
|
+
/* */
|
|
8231
|
+
/* */
|
|
8232
|
+
/* */
|
|
8233
|
+
/* */
|
|
8234
|
+
/* */
|
|
8235
|
+
/* */
|
|
8236
|
+
/* */
|
|
8237
|
+
/* */
|
|
8238
|
+
/* */
|
|
8239
|
+
/* */
|
|
8240
|
+
/* */
|
|
8241
|
+
/* */
|
|
8242
|
+
/* */
|
|
8243
|
+
/* */
|
|
8244
|
+
/* */
|
|
8269
8245
|
return (void 0);
|
|
8270
8246
|
}
|
|
8271
8247
|
//#region methods & getters / get unique for task
|
|
@@ -9529,6 +9505,10 @@ class BasePackageJson extends BaseJsonFileReader {
|
|
|
9529
9505
|
get repository() {
|
|
9530
9506
|
return this.data?.repository;
|
|
9531
9507
|
}
|
|
9508
|
+
setRepository(repository) {
|
|
9509
|
+
this.data.repository = repository;
|
|
9510
|
+
this.saveToDisk('setting repository');
|
|
9511
|
+
}
|
|
9532
9512
|
/**
|
|
9533
9513
|
* set the WHOLE dependencies object
|
|
9534
9514
|
* THIS WILL NOT MERGE -> IT WILL REPLACE WHOLE DEPENDENCIES OBJECT
|
|
@@ -10861,10 +10841,12 @@ class BaseLinkedProjects extends BaseFeatureForProject {
|
|
|
10861
10841
|
}
|
|
10862
10842
|
//#endregion
|
|
10863
10843
|
//#region methods & getters / add linked project
|
|
10864
|
-
addLinkedProject(linkedProj) {
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
|
|
10844
|
+
addLinkedProject(linkedProj, options) {
|
|
10845
|
+
/* */
|
|
10846
|
+
/* */
|
|
10847
|
+
/* */
|
|
10848
|
+
/* */
|
|
10849
|
+
/* */
|
|
10868
10850
|
/* */
|
|
10869
10851
|
/* */
|
|
10870
10852
|
/* */
|
|
@@ -10903,7 +10885,8 @@ class BaseLinkedProjects extends BaseFeatureForProject {
|
|
|
10903
10885
|
}
|
|
10904
10886
|
//#endregion
|
|
10905
10887
|
//#region methods & getters / add linked projects
|
|
10906
|
-
addLinkedProjects(linkedProjs) {
|
|
10888
|
+
addLinkedProjects(linkedProjs, options) {
|
|
10889
|
+
/* */
|
|
10907
10890
|
/* */
|
|
10908
10891
|
/* */
|
|
10909
10892
|
/* */
|
|
@@ -10912,7 +10895,10 @@ class BaseLinkedProjects extends BaseFeatureForProject {
|
|
|
10912
10895
|
}
|
|
10913
10896
|
//#endregion
|
|
10914
10897
|
//#region methods & getters / set linked projects config
|
|
10915
|
-
setLinkedProjectsConfig(linkedPorjectsConfig) {
|
|
10898
|
+
setLinkedProjectsConfig(linkedPorjectsConfig, options) {
|
|
10899
|
+
/* */
|
|
10900
|
+
/* */
|
|
10901
|
+
/* */
|
|
10916
10902
|
/* */
|
|
10917
10903
|
/* */
|
|
10918
10904
|
/* */
|
|
@@ -10953,6 +10939,11 @@ class BaseLinkedProjects extends BaseFeatureForProject {
|
|
|
10953
10939
|
return (void 0);
|
|
10954
10940
|
}
|
|
10955
10941
|
//#endregion
|
|
10942
|
+
formatConfigFile() {
|
|
10943
|
+
/* */
|
|
10944
|
+
/* */
|
|
10945
|
+
return (void 0);
|
|
10946
|
+
}
|
|
10956
10947
|
//#region methods & getters / get linked projects config path
|
|
10957
10948
|
get linkedProjectsConfigPath() {
|
|
10958
10949
|
return this.project.pathFor(config.file.linked_projects_json);
|
|
@@ -12919,6 +12910,10 @@ trim_trailing_whitespace = false
|
|
|
12919
12910
|
/* */
|
|
12920
12911
|
/* */
|
|
12921
12912
|
/* */
|
|
12913
|
+
/* */
|
|
12914
|
+
/* */
|
|
12915
|
+
/* */
|
|
12916
|
+
/* */
|
|
12922
12917
|
return (void 0);
|
|
12923
12918
|
}
|
|
12924
12919
|
//#endregion
|
|
@@ -13708,6 +13703,7 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
13708
13703
|
'package-lock.json': true,
|
|
13709
13704
|
'tmp-*': true,
|
|
13710
13705
|
'src/lib/env/**/*.*': true,
|
|
13706
|
+
'*.rest': true,
|
|
13711
13707
|
};
|
|
13712
13708
|
Object.keys(settings['search.exclude']).forEach(k => {
|
|
13713
13709
|
settings['search.exclude'][`**/${k}`] = true;
|
|
@@ -18137,6 +18133,23 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
18137
18133
|
confShell() {
|
|
18138
18134
|
this.configureShell();
|
|
18139
18135
|
}
|
|
18136
|
+
//#endregion
|
|
18137
|
+
//#region commands / git reset all
|
|
18138
|
+
gitResetAll() {
|
|
18139
|
+
/* */
|
|
18140
|
+
/* */
|
|
18141
|
+
/* */
|
|
18142
|
+
/* */
|
|
18143
|
+
/* */
|
|
18144
|
+
/* */
|
|
18145
|
+
/* */
|
|
18146
|
+
/* */
|
|
18147
|
+
/* */
|
|
18148
|
+
/* */
|
|
18149
|
+
/* */
|
|
18150
|
+
/* */
|
|
18151
|
+
return (void 0);
|
|
18152
|
+
}
|
|
18140
18153
|
}
|
|
18141
18154
|
|
|
18142
18155
|
//#region imports
|
|
@@ -19908,5 +19921,5 @@ const Helpers = HelpersTaon.Instance;
|
|
|
19908
19921
|
* Generated bundle index. Do not edit.
|
|
19909
19922
|
*/
|
|
19910
19923
|
|
|
19911
|
-
export { BaseCLiWorkerStartMode, BaseCLiWorkerStartParams, BaseCliMethodOptions, BaseCliWorker, BaseCliWorkerConfig, BaseCliWorkerConfigGetContextOptions,
|
|
19924
|
+
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, Helpers, HelpersAngular, LinkedPorjectsConfig, LinkedProject, PackageJsonDependencyObjArr, Port, PortStatusArr, PortsWorker, ProgressData, TaonBaseCliWorkerController, TaonPortsController, UtilsDocker, UtilsHttp, UtilsJava, UtilsMd, UtilsNpm, UtilsPasswords, UtilsQuickFixes, UtilsTaonWorker, UtilsTypescript, UtilsVSCode, UtilsZip, UtilsZipBrowser, executeCommand, getBaseCliWorkerDatabaseConfig };
|
|
19912
19925
|
//# sourceMappingURL=tnp-helpers.mjs.map
|