tnp-helpers 21.0.2 → 21.0.5
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/fesm2022/tnp-helpers.mjs +179 -52
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/tnp-helpers.d.ts +3202 -0
- package/lib/base/classes/base-bower-json.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-config.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +2 -2
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js +31 -13
- 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-database-config.js.map +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.js +1 -0
- package/lib/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.utils.js.map +1 -1
- package/lib/base/classes/base-command-line-feature.js.map +1 -1
- package/lib/base/classes/base-compiler-for-project.js.map +1 -1
- package/lib/base/classes/base-db.js.map +1 -1
- package/lib/base/classes/base-docker.js.map +1 -1
- package/lib/base/classes/base-file-folders-operations.js.map +1 -1
- package/lib/base/classes/base-git.js.map +1 -1
- package/lib/base/classes/base-global-command-line.js +2 -5
- package/lib/base/classes/base-global-command-line.js.map +1 -1
- package/lib/base/classes/base-ignore-hide.js.map +1 -1
- package/lib/base/classes/base-java-jdk.js.map +1 -1
- package/lib/base/classes/base-json-file-reader.js.map +1 -1
- package/lib/base/classes/base-library-build.js.map +1 -1
- package/lib/base/classes/base-linked-projects.js.map +1 -1
- package/lib/base/classes/base-linter.js.map +1 -1
- package/lib/base/classes/base-node-modules.js +10 -1
- package/lib/base/classes/base-node-modules.js.map +1 -1
- package/lib/base/classes/base-npm-helpers.js.map +1 -1
- package/lib/base/classes/base-package-json.d.ts +3 -2
- package/lib/base/classes/base-package-json.js +7 -1
- package/lib/base/classes/base-package-json.js.map +1 -1
- package/lib/base/classes/base-process-manager.js.map +1 -1
- package/lib/base/classes/base-project-resolver.js.map +1 -1
- package/lib/base/classes/base-project.d.ts +4 -4
- package/lib/base/classes/base-project.js +0 -3
- package/lib/base/classes/base-project.js.map +1 -1
- package/lib/base/classes/base-quick-fixes.js +7 -3
- package/lib/base/classes/base-quick-fixes.js.map +1 -1
- package/lib/base/classes/base-release-process.js.map +1 -1
- package/lib/base/classes/base-start-config.backend.js.map +1 -1
- package/lib/base/classes/base-static-pages.js.map +1 -1
- package/lib/base/classes/base-vscode.js +2 -0
- package/lib/base/classes/base-vscode.js.map +1 -1
- package/lib/base/commit-data.js.map +1 -1
- package/lib/base/config-database.js.map +1 -1
- package/lib/base/core-project.d.ts +2 -2
- package/lib/base/core-project.js.map +1 -1
- package/lib/base/gh-temp-code.js.map +1 -1
- package/lib/base/index.js.map +1 -1
- package/lib/base/linked-project.js.map +1 -1
- package/lib/base/project-database.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.js +41 -17
- package/lib/base/tcp-udp-ports/ports.controller.js.map +1 -1
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +3 -3
- package/lib/base/tcp-udp-ports/ports.entity.js +21 -9
- package/lib/base/tcp-udp-ports/ports.entity.js.map +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +19 -1
- package/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.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.map +1 -1
- package/lib/helpers/for-backend/helpers-console-gui.js.map +1 -1
- package/lib/helpers/for-backend/helpers-file-folders.js.map +1 -1
- package/lib/helpers/for-backend/helpers-git.backend.js.map +1 -1
- package/lib/helpers/for-backend/helpers-npm.backend.js.map +1 -1
- package/lib/helpers/for-backend/helpers-process.js.map +1 -1
- package/lib/helpers/for-backend/helpers-vscode.backend.js.map +1 -1
- package/lib/helpers/for-browser/angular.helper.d.ts +0 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/helpers/for-browser/helpers-browser.js.map +1 -1
- package/lib/helpers/helpers-json5.backend.js.map +1 -1
- package/lib/helpers/helpers-numbers.js.map +1 -1
- package/lib/helpers/helpers-strings-regexes.js.map +1 -1
- package/lib/helpers/helpers-strings.js.map +1 -1
- package/lib/helpers/helpers.js.map +1 -1
- package/lib/models.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/old/execute-command.js.map +1 -1
- package/lib/old/helpers.js.map +1 -1
- package/lib/utils.d.ts +6 -0
- package/lib/utils.js +58 -1
- package/lib/utils.js.map +1 -1
- package/migrations/1736198527297_init.d.ts +3 -3
- package/migrations/1736198527297_init.js +4 -4
- package/migrations/1736198527297_init.js.map +1 -1
- package/migrations/1736199486472_addingNotAssignablePorts.d.ts +2 -3
- package/migrations/1736199486472_addingNotAssignablePorts.js +2 -3
- package/migrations/1736199486472_addingNotAssignablePorts.js.map +1 -1
- package/migrations/1736454437350_addFreePorts.d.ts +2 -3
- package/migrations/1736454437350_addFreePorts.js +2 -3
- package/migrations/1736454437350_addFreePorts.js.map +1 -1
- package/package.json +2 -3
- package/websql/fesm2022/tnp-helpers.mjs +183 -56
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/tnp-helpers.d.ts +3202 -0
- package/browser/index.d.ts +0 -6
- package/browser/lib/base/classes/base-bower-json.d.ts +0 -35
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-config.d.ts +0 -32
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +0 -15
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-database-config.d.ts +0 -10
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +0 -42
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +0 -150
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +0 -45
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.utils.d.ts +0 -6
- package/browser/lib/base/classes/base-cli-worker/index.d.ts +0 -8
- package/browser/lib/base/classes/base-command-line-feature.d.ts +0 -48
- package/browser/lib/base/classes/base-compiler-for-project.d.ts +0 -8
- package/browser/lib/base/classes/base-db.d.ts +0 -10
- package/browser/lib/base/classes/base-debounce-compiler-for-project.d.ts +0 -29
- package/browser/lib/base/classes/base-docker.d.ts +0 -13
- package/browser/lib/base/classes/base-feature-for-project.d.ts +0 -7
- package/browser/lib/base/classes/base-file-folders-operations.d.ts +0 -17
- package/browser/lib/base/classes/base-git.d.ts +0 -211
- package/browser/lib/base/classes/base-global-command-line.d.ts +0 -294
- package/browser/lib/base/classes/base-ignore-hide.d.ts +0 -47
- package/browser/lib/base/classes/base-java-jdk.d.ts +0 -9
- package/browser/lib/base/classes/base-json-file-reader.d.ts +0 -72
- package/browser/lib/base/classes/base-library-build.d.ts +0 -62
- package/browser/lib/base/classes/base-linked-projects.d.ts +0 -30
- package/browser/lib/base/classes/base-linter.d.ts +0 -12
- package/browser/lib/base/classes/base-node-modules.d.ts +0 -70
- package/browser/lib/base/classes/base-npm-helpers.d.ts +0 -53
- package/browser/lib/base/classes/base-package-json.d.ts +0 -122
- package/browser/lib/base/classes/base-process-manager.d.ts +0 -31
- package/browser/lib/base/classes/base-project-resolver.d.ts +0 -41
- package/browser/lib/base/classes/base-project.d.ts +0 -259
- package/browser/lib/base/classes/base-quick-fixes.d.ts +0 -16
- package/browser/lib/base/classes/base-release-process.d.ts +0 -75
- package/browser/lib/base/classes/base-static-pages.d.ts +0 -15
- package/browser/lib/base/classes/base-vscode.d.ts +0 -54
- package/browser/lib/base/classes/index.d.ts +0 -23
- package/browser/lib/base/commit-data.d.ts +0 -94
- package/browser/lib/base/config-database.d.ts +0 -15
- package/browser/lib/base/core-project.d.ts +0 -113
- package/browser/lib/base/gh-temp-code.d.ts +0 -17
- package/browser/lib/base/index.d.ts +0 -6
- package/browser/lib/base/linked-project.d.ts +0 -41
- package/browser/lib/base/project-database.d.ts +0 -13
- package/browser/lib/base/tcp-udp-ports/index.d.ts +0 -4
- package/browser/lib/base/tcp-udp-ports/ports.controller.d.ts +0 -29
- package/browser/lib/base/tcp-udp-ports/ports.entity.d.ts +0 -19
- package/browser/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +0 -20
- package/browser/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.d.ts +0 -20
- package/browser/lib/base/tcp-udp-ports/tcp-upd-ports.worker.d.ts +0 -9
- package/browser/lib/base/translate.d.ts +0 -228
- package/browser/lib/build-info._auto-generated_.d.ts +0 -21
- package/browser/lib/helpers/for-backend/helpers-file-folders.d.ts +0 -114
- package/browser/lib/helpers/for-backend/helpers-process.d.ts +0 -88
- package/browser/lib/helpers/for-browser/angular.helper.d.ts +0 -37
- package/browser/lib/helpers/for-browser/helpers-browser.d.ts +0 -12
- package/browser/lib/helpers/helpers-array-obj.d.ts +0 -32
- package/browser/lib/helpers/helpers-numbers.d.ts +0 -8
- package/browser/lib/helpers/helpers-strings-regexes.d.ts +0 -29
- package/browser/lib/helpers/helpers-strings.d.ts +0 -56
- package/browser/lib/helpers/helpers.d.ts +0 -84
- package/browser/lib/index.d.ts +0 -9
- package/browser/lib/models.d.ts +0 -178
- package/browser/lib/old/execute-command.d.ts +0 -15
- package/browser/lib/old/helpers.d.ts +0 -62
- package/browser/lib/old/models.d.ts +0 -81
- package/browser/lib/utils.d.ts +0 -272
- package/browser/migrations/1736198527297_init.d.ts +0 -19
- package/browser/migrations/1736199486472_addingNotAssignablePorts.d.ts +0 -11
- package/browser/migrations/1736454437350_addFreePorts.d.ts +0 -10
- package/browser/migrations/index.d.ts +0 -2
- package/browser/migrations/migrations_index._auto-generated_.d.ts +0 -12
- package/browser/public-api.d.ts +0 -2
- 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-powershell.d.ts +0 -58
- package/lib/base/classes/base-powershell.js +0 -105
- package/lib/base/classes/base-powershell.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/websql/index.d.ts +0 -6
- package/websql/lib/base/classes/base-bower-json.d.ts +0 -35
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-config.d.ts +0 -32
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +0 -15
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-database-config.d.ts +0 -10
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +0 -42
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +0 -150
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +0 -45
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.utils.d.ts +0 -6
- package/websql/lib/base/classes/base-cli-worker/index.d.ts +0 -8
- package/websql/lib/base/classes/base-command-line-feature.d.ts +0 -48
- package/websql/lib/base/classes/base-compiler-for-project.d.ts +0 -8
- package/websql/lib/base/classes/base-db.d.ts +0 -10
- package/websql/lib/base/classes/base-debounce-compiler-for-project.d.ts +0 -29
- package/websql/lib/base/classes/base-docker.d.ts +0 -13
- package/websql/lib/base/classes/base-feature-for-project.d.ts +0 -7
- package/websql/lib/base/classes/base-file-folders-operations.d.ts +0 -17
- package/websql/lib/base/classes/base-git.d.ts +0 -211
- package/websql/lib/base/classes/base-global-command-line.d.ts +0 -294
- package/websql/lib/base/classes/base-ignore-hide.d.ts +0 -47
- package/websql/lib/base/classes/base-java-jdk.d.ts +0 -9
- package/websql/lib/base/classes/base-json-file-reader.d.ts +0 -72
- package/websql/lib/base/classes/base-library-build.d.ts +0 -62
- package/websql/lib/base/classes/base-linked-projects.d.ts +0 -30
- package/websql/lib/base/classes/base-linter.d.ts +0 -12
- package/websql/lib/base/classes/base-node-modules.d.ts +0 -70
- package/websql/lib/base/classes/base-npm-helpers.d.ts +0 -53
- package/websql/lib/base/classes/base-package-json.d.ts +0 -122
- package/websql/lib/base/classes/base-process-manager.d.ts +0 -31
- package/websql/lib/base/classes/base-project-resolver.d.ts +0 -41
- package/websql/lib/base/classes/base-project.d.ts +0 -259
- package/websql/lib/base/classes/base-quick-fixes.d.ts +0 -16
- package/websql/lib/base/classes/base-release-process.d.ts +0 -75
- package/websql/lib/base/classes/base-static-pages.d.ts +0 -15
- package/websql/lib/base/classes/base-vscode.d.ts +0 -54
- package/websql/lib/base/classes/index.d.ts +0 -23
- package/websql/lib/base/commit-data.d.ts +0 -94
- package/websql/lib/base/config-database.d.ts +0 -15
- package/websql/lib/base/core-project.d.ts +0 -113
- package/websql/lib/base/gh-temp-code.d.ts +0 -17
- package/websql/lib/base/index.d.ts +0 -6
- package/websql/lib/base/linked-project.d.ts +0 -41
- package/websql/lib/base/project-database.d.ts +0 -13
- package/websql/lib/base/tcp-udp-ports/index.d.ts +0 -4
- package/websql/lib/base/tcp-udp-ports/ports.controller.d.ts +0 -29
- package/websql/lib/base/tcp-udp-ports/ports.entity.d.ts +0 -19
- package/websql/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +0 -20
- package/websql/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.d.ts +0 -20
- package/websql/lib/base/tcp-udp-ports/tcp-upd-ports.worker.d.ts +0 -9
- package/websql/lib/base/translate.d.ts +0 -228
- package/websql/lib/build-info._auto-generated_.d.ts +0 -21
- package/websql/lib/helpers/for-backend/helpers-file-folders.d.ts +0 -114
- package/websql/lib/helpers/for-backend/helpers-process.d.ts +0 -88
- package/websql/lib/helpers/for-browser/angular.helper.d.ts +0 -37
- package/websql/lib/helpers/for-browser/helpers-browser.d.ts +0 -12
- package/websql/lib/helpers/helpers-array-obj.d.ts +0 -32
- package/websql/lib/helpers/helpers-numbers.d.ts +0 -8
- package/websql/lib/helpers/helpers-strings-regexes.d.ts +0 -29
- package/websql/lib/helpers/helpers-strings.d.ts +0 -56
- package/websql/lib/helpers/helpers.d.ts +0 -84
- package/websql/lib/index.d.ts +0 -9
- package/websql/lib/models.d.ts +0 -178
- package/websql/lib/old/execute-command.d.ts +0 -15
- package/websql/lib/old/helpers.d.ts +0 -62
- package/websql/lib/old/models.d.ts +0 -81
- package/websql/lib/utils.d.ts +0 -272
- package/websql/migrations/1736198527297_init.d.ts +0 -19
- package/websql/migrations/1736199486472_addingNotAssignablePorts.d.ts +0 -11
- package/websql/migrations/1736454437350_addFreePorts.d.ts +0 -10
- package/websql/migrations/index.d.ts +0 -2
- package/websql/migrations/migrations_index._auto-generated_.d.ts +0 -12
- package/websql/public-api.d.ts +0 -2
|
@@ -5,7 +5,8 @@ import * as fuzzy from 'fuzzy';
|
|
|
5
5
|
import { Level } from 'ng2-logger/websql';
|
|
6
6
|
import { CLASS } from 'typescript-class-helpers/websql';
|
|
7
7
|
import { __decorate, __metadata, __param } from 'tslib';
|
|
8
|
-
import {
|
|
8
|
+
import { TaonBaseEntity, CustomColumn, String500Column, NumberColumn, TaonEntity, TaonBaseClass, TaonBaseController, PUT, Body, GET, Query, HTML, POST, TaonController, DELETE, TaonBaseMigration, TaonMigration, Taon, TaonBaseContext } from 'taon/websql';
|
|
9
|
+
import { PrimaryColumn } from 'taon-typeorm/websql';
|
|
9
10
|
import { BaseClientCompiler } from 'incremental-compiler/websql';
|
|
10
11
|
|
|
11
12
|
//#region @browser
|
|
@@ -56,7 +57,6 @@ var HelpersAngular;
|
|
|
56
57
|
/**
|
|
57
58
|
get properties from scss file
|
|
58
59
|
|
|
59
|
-
|
|
60
60
|
import styles from './tasks-ngrx-data.component.scss';
|
|
61
61
|
|
|
62
62
|
export class ExampleComponent {
|
|
@@ -222,6 +222,8 @@ var UtilsNpm;
|
|
|
222
222
|
/* */
|
|
223
223
|
/* */
|
|
224
224
|
/* */
|
|
225
|
+
/* */
|
|
226
|
+
/* */
|
|
225
227
|
return (void 0);
|
|
226
228
|
};
|
|
227
229
|
//#endregion
|
|
@@ -456,6 +458,8 @@ var UtilsTypescript;
|
|
|
456
458
|
/* */
|
|
457
459
|
/* */
|
|
458
460
|
/* */
|
|
461
|
+
/* */
|
|
462
|
+
/* */
|
|
459
463
|
return (void 0);
|
|
460
464
|
};
|
|
461
465
|
//#endregion
|
|
@@ -558,6 +562,8 @@ var UtilsTypescript;
|
|
|
558
562
|
/* */
|
|
559
563
|
/* */
|
|
560
564
|
/* */
|
|
565
|
+
/* */
|
|
566
|
+
/* */
|
|
561
567
|
return (void 0);
|
|
562
568
|
};
|
|
563
569
|
//#endregion
|
|
@@ -1146,6 +1152,7 @@ var UtilsTypescript;
|
|
|
1146
1152
|
return results;
|
|
1147
1153
|
};
|
|
1148
1154
|
//#endregion
|
|
1155
|
+
//#region transform Angular component standalone option
|
|
1149
1156
|
/**
|
|
1150
1157
|
* Transition methods ng18 => ng19
|
|
1151
1158
|
* Adds standalone: false if not exists in component decorator
|
|
@@ -1184,6 +1191,7 @@ var UtilsTypescript;
|
|
|
1184
1191
|
return (void 0);
|
|
1185
1192
|
}
|
|
1186
1193
|
UtilsTypescript.transformComponentStandaloneOption = transformComponentStandaloneOption;
|
|
1194
|
+
//#endregion
|
|
1187
1195
|
//#region escape @ in html text
|
|
1188
1196
|
const escapeAtInHtmlText = (fileContent) => {
|
|
1189
1197
|
return fileContent.replace(/>([^<@]*?)@([^<]*)</g, (_match, before, after) => {
|
|
@@ -1400,7 +1408,80 @@ var UtilsTypescript;
|
|
|
1400
1408
|
return (void 0);
|
|
1401
1409
|
}
|
|
1402
1410
|
UtilsTypescript.wrapContentClassMembersDecoratorsWithRegion = wrapContentClassMembersDecoratorsWithRegion;
|
|
1403
|
-
|
|
1411
|
+
function transformFlatImports(sourceText, mapping) {
|
|
1412
|
+
/* */
|
|
1413
|
+
/* */
|
|
1414
|
+
/* */
|
|
1415
|
+
/* */
|
|
1416
|
+
/* */
|
|
1417
|
+
/* */
|
|
1418
|
+
/* */
|
|
1419
|
+
/* */
|
|
1420
|
+
/* */
|
|
1421
|
+
/* */
|
|
1422
|
+
/* */
|
|
1423
|
+
/* */
|
|
1424
|
+
/* */
|
|
1425
|
+
/* */
|
|
1426
|
+
/* */
|
|
1427
|
+
/* */
|
|
1428
|
+
/* */
|
|
1429
|
+
/* */
|
|
1430
|
+
/* */
|
|
1431
|
+
/* */
|
|
1432
|
+
/* */
|
|
1433
|
+
/* */
|
|
1434
|
+
/* */
|
|
1435
|
+
/* */
|
|
1436
|
+
/* */
|
|
1437
|
+
/* */
|
|
1438
|
+
/* */
|
|
1439
|
+
/* */
|
|
1440
|
+
/* */
|
|
1441
|
+
/* */
|
|
1442
|
+
/* */
|
|
1443
|
+
/* */
|
|
1444
|
+
/* */
|
|
1445
|
+
/* */
|
|
1446
|
+
/* */
|
|
1447
|
+
/* */
|
|
1448
|
+
/* */
|
|
1449
|
+
/* */
|
|
1450
|
+
/* */
|
|
1451
|
+
/* */
|
|
1452
|
+
/* */
|
|
1453
|
+
/* */
|
|
1454
|
+
/* */
|
|
1455
|
+
/* */
|
|
1456
|
+
/* */
|
|
1457
|
+
/* */
|
|
1458
|
+
/* */
|
|
1459
|
+
/* */
|
|
1460
|
+
/* */
|
|
1461
|
+
/* */
|
|
1462
|
+
/* */
|
|
1463
|
+
/* */
|
|
1464
|
+
/* */
|
|
1465
|
+
/* */
|
|
1466
|
+
/* */
|
|
1467
|
+
/* */
|
|
1468
|
+
/* */
|
|
1469
|
+
/* */
|
|
1470
|
+
/* */
|
|
1471
|
+
/* */
|
|
1472
|
+
/* */
|
|
1473
|
+
/* */
|
|
1474
|
+
/* */
|
|
1475
|
+
/* */
|
|
1476
|
+
/* */
|
|
1477
|
+
/* */
|
|
1478
|
+
/* */
|
|
1479
|
+
/* */
|
|
1480
|
+
/* */
|
|
1481
|
+
/* */
|
|
1482
|
+
return (void 0);
|
|
1483
|
+
}
|
|
1484
|
+
UtilsTypescript.transformFlatImports = transformFlatImports;
|
|
1404
1485
|
UtilsTypescript.clearRequireCacheRecursive = (modulePath, seen = new Set()) => {
|
|
1405
1486
|
/* */
|
|
1406
1487
|
/* */
|
|
@@ -2799,6 +2880,12 @@ var UtilsFileSync;
|
|
|
2799
2880
|
/* */
|
|
2800
2881
|
/* */
|
|
2801
2882
|
/* */
|
|
2883
|
+
/* */
|
|
2884
|
+
/* */
|
|
2885
|
+
/* */
|
|
2886
|
+
/* */
|
|
2887
|
+
/* */
|
|
2888
|
+
/* */
|
|
2802
2889
|
return (void 0);
|
|
2803
2890
|
};
|
|
2804
2891
|
//#endregion
|
|
@@ -5584,7 +5671,7 @@ const PortStatusArr = [
|
|
|
5584
5671
|
'assigned-not-registered',
|
|
5585
5672
|
'assigned-taken-by-os',
|
|
5586
5673
|
];
|
|
5587
|
-
let Port = Port_1 = class Port extends
|
|
5674
|
+
let Port = Port_1 = class Port extends TaonBaseEntity {
|
|
5588
5675
|
static from(opt) {
|
|
5589
5676
|
return _.merge(new Port_1(), opt);
|
|
5590
5677
|
}
|
|
@@ -5598,7 +5685,7 @@ let Port = Port_1 = class Port extends Taon.Base.Entity {
|
|
|
5598
5685
|
}
|
|
5599
5686
|
};
|
|
5600
5687
|
__decorate([
|
|
5601
|
-
|
|
5688
|
+
PrimaryColumn({
|
|
5602
5689
|
type: 'int',
|
|
5603
5690
|
unique: true,
|
|
5604
5691
|
})
|
|
@@ -5607,7 +5694,7 @@ __decorate([
|
|
|
5607
5694
|
__metadata("design:type", Number)
|
|
5608
5695
|
], Port.prototype, "port", void 0);
|
|
5609
5696
|
__decorate([
|
|
5610
|
-
|
|
5697
|
+
CustomColumn({
|
|
5611
5698
|
type: 'varchar',
|
|
5612
5699
|
length: 1000,
|
|
5613
5700
|
unique: true,
|
|
@@ -5617,19 +5704,19 @@ __decorate([
|
|
|
5617
5704
|
__metadata("design:type", String)
|
|
5618
5705
|
], Port.prototype, "serviceId", void 0);
|
|
5619
5706
|
__decorate([
|
|
5620
|
-
|
|
5707
|
+
String500Column('unassigned')
|
|
5621
5708
|
//#endregion
|
|
5622
5709
|
,
|
|
5623
5710
|
__metadata("design:type", String)
|
|
5624
5711
|
], Port.prototype, "status", void 0);
|
|
5625
5712
|
__decorate([
|
|
5626
|
-
|
|
5713
|
+
NumberColumn()
|
|
5627
5714
|
//#endregion
|
|
5628
5715
|
,
|
|
5629
5716
|
__metadata("design:type", Number)
|
|
5630
5717
|
], Port.prototype, "whenAssignedTimestamp", void 0);
|
|
5631
5718
|
Port = Port_1 = __decorate([
|
|
5632
|
-
|
|
5719
|
+
TaonEntity({
|
|
5633
5720
|
className: 'Port',
|
|
5634
5721
|
uniqueKeyProp: 'port',
|
|
5635
5722
|
})
|
|
@@ -6453,6 +6540,7 @@ class BaseCliWorker {
|
|
|
6453
6540
|
/* */
|
|
6454
6541
|
/* */
|
|
6455
6542
|
/* */
|
|
6543
|
+
/* */
|
|
6456
6544
|
return (void 0);
|
|
6457
6545
|
}
|
|
6458
6546
|
//#endregion
|
|
@@ -6634,7 +6722,7 @@ class BaseCliWorkerConfig {
|
|
|
6634
6722
|
}
|
|
6635
6723
|
//#endregion
|
|
6636
6724
|
|
|
6637
|
-
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends
|
|
6725
|
+
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends TaonBaseController {
|
|
6638
6726
|
constructor() {
|
|
6639
6727
|
super(...arguments);
|
|
6640
6728
|
/**
|
|
@@ -6738,22 +6826,22 @@ let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends Taon
|
|
|
6738
6826
|
}
|
|
6739
6827
|
};
|
|
6740
6828
|
__decorate([
|
|
6741
|
-
|
|
6742
|
-
__param(0,
|
|
6743
|
-
__param(1,
|
|
6829
|
+
PUT(),
|
|
6830
|
+
__param(0, Body('serviceId')),
|
|
6831
|
+
__param(1, Body('serviceVersion')),
|
|
6744
6832
|
__metadata("design:type", Function),
|
|
6745
6833
|
__metadata("design:paramtypes", [String, String]),
|
|
6746
6834
|
__metadata("design:returntype", Object)
|
|
6747
6835
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_initializeMetadata", null);
|
|
6748
6836
|
__decorate([
|
|
6749
|
-
|
|
6750
|
-
__param(0,
|
|
6837
|
+
GET(),
|
|
6838
|
+
__param(0, Query('dontRemoveConfigFile')),
|
|
6751
6839
|
__metadata("design:type", Function),
|
|
6752
6840
|
__metadata("design:paramtypes", [Boolean]),
|
|
6753
6841
|
__metadata("design:returntype", Object)
|
|
6754
6842
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_kill", null);
|
|
6755
6843
|
__decorate([
|
|
6756
|
-
|
|
6844
|
+
HTML({
|
|
6757
6845
|
pathIsGlobal: true,
|
|
6758
6846
|
path: '/info',
|
|
6759
6847
|
}),
|
|
@@ -6762,21 +6850,21 @@ __decorate([
|
|
|
6762
6850
|
__metadata("design:returntype", Object)
|
|
6763
6851
|
], TaonBaseCliWorkerController.prototype, "info", null);
|
|
6764
6852
|
__decorate([
|
|
6765
|
-
|
|
6766
|
-
__param(0,
|
|
6853
|
+
POST(),
|
|
6854
|
+
__param(0, Body()),
|
|
6767
6855
|
__metadata("design:type", Function),
|
|
6768
6856
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6769
6857
|
__metadata("design:returntype", Object)
|
|
6770
6858
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_isHealthy", null);
|
|
6771
6859
|
__decorate([
|
|
6772
|
-
|
|
6773
|
-
__param(0,
|
|
6860
|
+
POST(),
|
|
6861
|
+
__param(0, Body()),
|
|
6774
6862
|
__metadata("design:type", Function),
|
|
6775
6863
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6776
6864
|
__metadata("design:returntype", Object)
|
|
6777
6865
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_hasUpToDateVersion", null);
|
|
6778
6866
|
TaonBaseCliWorkerController = __decorate([
|
|
6779
|
-
|
|
6867
|
+
TaonController({
|
|
6780
6868
|
className: 'TaonBaseCliWorkerController',
|
|
6781
6869
|
})
|
|
6782
6870
|
], TaonBaseCliWorkerController);
|
|
@@ -7037,63 +7125,63 @@ let TaonPortsController = class TaonPortsController extends TaonBaseCliWorkerCon
|
|
|
7037
7125
|
}
|
|
7038
7126
|
};
|
|
7039
7127
|
__decorate([
|
|
7040
|
-
|
|
7128
|
+
GET(),
|
|
7041
7129
|
__metadata("design:type", Function),
|
|
7042
7130
|
__metadata("design:paramtypes", []),
|
|
7043
7131
|
__metadata("design:returntype", Object)
|
|
7044
7132
|
], TaonPortsController.prototype, "getFirstFreePort", null);
|
|
7045
7133
|
__decorate([
|
|
7046
|
-
|
|
7047
|
-
__param(0,
|
|
7134
|
+
GET(),
|
|
7135
|
+
__param(0, Query('portNumber')),
|
|
7048
7136
|
__metadata("design:type", Function),
|
|
7049
7137
|
__metadata("design:paramtypes", [Number]),
|
|
7050
7138
|
__metadata("design:returntype", Object)
|
|
7051
7139
|
], TaonPortsController.prototype, "getPortByNumber", null);
|
|
7052
7140
|
__decorate([
|
|
7053
|
-
|
|
7054
|
-
__param(0,
|
|
7141
|
+
GET(),
|
|
7142
|
+
__param(0, Query('status')),
|
|
7055
7143
|
__metadata("design:type", Function),
|
|
7056
7144
|
__metadata("design:paramtypes", [String]),
|
|
7057
7145
|
__metadata("design:returntype", Object)
|
|
7058
7146
|
], TaonPortsController.prototype, "getPortsByStatus", null);
|
|
7059
7147
|
__decorate([
|
|
7060
|
-
|
|
7061
|
-
__param(0,
|
|
7148
|
+
DELETE(),
|
|
7149
|
+
__param(0, Query('portNumber')),
|
|
7062
7150
|
__metadata("design:type", Function),
|
|
7063
7151
|
__metadata("design:paramtypes", [Number]),
|
|
7064
7152
|
__metadata("design:returntype", Object)
|
|
7065
7153
|
], TaonPortsController.prototype, "deletePort", null);
|
|
7066
7154
|
__decorate([
|
|
7067
|
-
|
|
7068
|
-
__param(0,
|
|
7069
|
-
__param(1,
|
|
7155
|
+
PUT(),
|
|
7156
|
+
__param(0, Query('portNumber')),
|
|
7157
|
+
__param(1, Query('serviceId')),
|
|
7070
7158
|
__metadata("design:type", Function),
|
|
7071
7159
|
__metadata("design:paramtypes", [Number, String]),
|
|
7072
7160
|
__metadata("design:returntype", Object)
|
|
7073
7161
|
], TaonPortsController.prototype, "updatePortUniqueId", null);
|
|
7074
7162
|
__decorate([
|
|
7075
|
-
|
|
7076
|
-
__param(0,
|
|
7077
|
-
__param(1,
|
|
7163
|
+
POST(),
|
|
7164
|
+
__param(0, Query('portNumber')),
|
|
7165
|
+
__param(1, Query('uniqueId')),
|
|
7078
7166
|
__metadata("design:type", Function),
|
|
7079
7167
|
__metadata("design:paramtypes", [Number, String]),
|
|
7080
7168
|
__metadata("design:returntype", Object)
|
|
7081
7169
|
], TaonPortsController.prototype, "addTakeByOsPort", null);
|
|
7082
7170
|
__decorate([
|
|
7083
|
-
|
|
7084
|
-
__param(0,
|
|
7085
|
-
__param(1,
|
|
7171
|
+
PUT(),
|
|
7172
|
+
__param(0, Query('uniqueServiceName')),
|
|
7173
|
+
__param(1, Query('startFrom')),
|
|
7086
7174
|
__metadata("design:type", Function),
|
|
7087
7175
|
__metadata("design:paramtypes", [String, Number]),
|
|
7088
7176
|
__metadata("design:returntype", Object)
|
|
7089
7177
|
], TaonPortsController.prototype, "registerAndAssignPort", null);
|
|
7090
7178
|
TaonPortsController = __decorate([
|
|
7091
|
-
|
|
7179
|
+
TaonController({
|
|
7092
7180
|
className: 'TaonPortsController',
|
|
7093
7181
|
})
|
|
7094
7182
|
], TaonPortsController);
|
|
7095
7183
|
|
|
7096
|
-
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends
|
|
7184
|
+
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends TaonBaseMigration {
|
|
7097
7185
|
/**
|
|
7098
7186
|
* remove this method if you are ready to run this migration
|
|
7099
7187
|
*/
|
|
@@ -7108,11 +7196,11 @@ let MainContext_1736198527297_init = class MainContext_1736198527297_init extend
|
|
|
7108
7196
|
}
|
|
7109
7197
|
};
|
|
7110
7198
|
MainContext_1736198527297_init = __decorate([
|
|
7111
|
-
|
|
7199
|
+
TaonMigration({
|
|
7112
7200
|
className: 'MainContext_1736198527297_init',
|
|
7113
7201
|
})
|
|
7114
7202
|
], MainContext_1736198527297_init);
|
|
7115
|
-
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends
|
|
7203
|
+
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends TaonBaseMigration {
|
|
7116
7204
|
/**
|
|
7117
7205
|
* remove this method if you are ready to run this migration
|
|
7118
7206
|
*/
|
|
@@ -7129,7 +7217,7 @@ let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_i
|
|
|
7129
7217
|
}
|
|
7130
7218
|
};
|
|
7131
7219
|
TaonPortsContext_1736198527297_init = __decorate([
|
|
7132
|
-
|
|
7220
|
+
TaonMigration({
|
|
7133
7221
|
className: 'TaonPortsContext_1736198527297_init',
|
|
7134
7222
|
})
|
|
7135
7223
|
], TaonPortsContext_1736198527297_init);
|
|
@@ -7153,8 +7241,7 @@ const portsWithDescription = {
|
|
|
7153
7241
|
5984: 'CouchDB',
|
|
7154
7242
|
6000: 'in use by something in macos',
|
|
7155
7243
|
};
|
|
7156
|
-
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends
|
|
7157
|
-
.Base.Migration {
|
|
7244
|
+
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends TaonBaseMigration {
|
|
7158
7245
|
constructor() {
|
|
7159
7246
|
super(...arguments);
|
|
7160
7247
|
this.portsController = this.injectController(TaonPortsController);
|
|
@@ -7186,13 +7273,12 @@ let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsCon
|
|
|
7186
7273
|
}
|
|
7187
7274
|
};
|
|
7188
7275
|
TaonPortsContext_1736199486472_addingNotAssignablePorts = __decorate([
|
|
7189
|
-
|
|
7276
|
+
TaonMigration({
|
|
7190
7277
|
className: 'TaonPortsContext_1736199486472_addingNotAssignablePorts',
|
|
7191
7278
|
})
|
|
7192
7279
|
], TaonPortsContext_1736199486472_addingNotAssignablePorts);
|
|
7193
7280
|
|
|
7194
|
-
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends
|
|
7195
|
-
.Migration {
|
|
7281
|
+
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends TaonBaseMigration {
|
|
7196
7282
|
constructor() {
|
|
7197
7283
|
super(...arguments);
|
|
7198
7284
|
this.portsController = this.injectController(TaonPortsController);
|
|
@@ -7230,7 +7316,7 @@ let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454
|
|
|
7230
7316
|
}
|
|
7231
7317
|
};
|
|
7232
7318
|
TaonPortsContext_1736454437350_addFreePorts = __decorate([
|
|
7233
|
-
|
|
7319
|
+
TaonMigration({
|
|
7234
7320
|
className: 'TaonPortsContext_1736454437350_addFreePorts',
|
|
7235
7321
|
})
|
|
7236
7322
|
], TaonPortsContext_1736454437350_addFreePorts);
|
|
@@ -7594,7 +7680,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
7594
7680
|
/**
|
|
7595
7681
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
7596
7682
|
*/
|
|
7597
|
-
const CURRENT_PACKAGE_VERSION = '21.0.
|
|
7683
|
+
const CURRENT_PACKAGE_VERSION = '21.0.5';
|
|
7598
7684
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
7599
7685
|
|
|
7600
7686
|
//#endregion
|
|
@@ -7986,6 +8072,7 @@ class BaseProject {
|
|
|
7986
8072
|
/* */
|
|
7987
8073
|
/* */
|
|
7988
8074
|
/* */
|
|
8075
|
+
/* */
|
|
7989
8076
|
//#endregion
|
|
7990
8077
|
//#region methods & getters / is monorepo
|
|
7991
8078
|
/**
|
|
@@ -8616,7 +8703,6 @@ class BaseProject {
|
|
|
8616
8703
|
/* */
|
|
8617
8704
|
/* */
|
|
8618
8705
|
/* */
|
|
8619
|
-
/* */
|
|
8620
8706
|
return (void 0);
|
|
8621
8707
|
}
|
|
8622
8708
|
//#region methods & getters / get unique for task
|
|
@@ -8993,10 +9079,8 @@ class BaseProject {
|
|
|
8993
9079
|
async lint(lintOptions) {
|
|
8994
9080
|
Helpers.info(`
|
|
8995
9081
|
|
|
8996
|
-
|
|
8997
9082
|
COMMIT LINT NOT IMPLEMENTED
|
|
8998
9083
|
|
|
8999
|
-
|
|
9000
9084
|
`);
|
|
9001
9085
|
}
|
|
9002
9086
|
//#endregion
|
|
@@ -9551,6 +9635,10 @@ class BaseLibraryBuild extends BaseFeatureForProject {
|
|
|
9551
9635
|
/* */
|
|
9552
9636
|
/* */
|
|
9553
9637
|
/* */
|
|
9638
|
+
/* */
|
|
9639
|
+
/* */
|
|
9640
|
+
/* */
|
|
9641
|
+
/* */
|
|
9554
9642
|
return (void 0);
|
|
9555
9643
|
}
|
|
9556
9644
|
//#endregion
|
|
@@ -10191,7 +10279,14 @@ class BasePackageJson extends BaseJsonFileReader {
|
|
|
10191
10279
|
* this will NOT SET dependency if
|
|
10192
10280
|
* dependency name is not in package.json
|
|
10193
10281
|
*/
|
|
10194
|
-
updateDependency({ packageName, version, }) {
|
|
10282
|
+
updateDependency({ packageName, version, createNewEntryIfNotExist, }) {
|
|
10283
|
+
/* */
|
|
10284
|
+
/* */
|
|
10285
|
+
/* */
|
|
10286
|
+
/* */
|
|
10287
|
+
/* */
|
|
10288
|
+
/* */
|
|
10289
|
+
/* */
|
|
10195
10290
|
/* */
|
|
10196
10291
|
/* */
|
|
10197
10292
|
/* */
|
|
@@ -10550,6 +10645,15 @@ class BaseNodeModules {
|
|
|
10550
10645
|
/* */
|
|
10551
10646
|
/* */
|
|
10552
10647
|
/* */
|
|
10648
|
+
/* */
|
|
10649
|
+
/* */
|
|
10650
|
+
/* */
|
|
10651
|
+
/* */
|
|
10652
|
+
/* */
|
|
10653
|
+
/* */
|
|
10654
|
+
/* */
|
|
10655
|
+
/* */
|
|
10656
|
+
/* */
|
|
10553
10657
|
return (void 0);
|
|
10554
10658
|
}
|
|
10555
10659
|
//#endregion
|
|
@@ -10622,6 +10726,10 @@ class BaseNodeModules {
|
|
|
10622
10726
|
/* */
|
|
10623
10727
|
/* */
|
|
10624
10728
|
/* */
|
|
10729
|
+
/* */
|
|
10730
|
+
/* */
|
|
10731
|
+
/* */
|
|
10732
|
+
/* */
|
|
10625
10733
|
return (void 0);
|
|
10626
10734
|
}
|
|
10627
10735
|
//#endregion
|
|
@@ -11946,6 +12054,7 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
11946
12054
|
/* */
|
|
11947
12055
|
/* */
|
|
11948
12056
|
/* */
|
|
12057
|
+
/* */
|
|
11949
12058
|
return (void 0);
|
|
11950
12059
|
}
|
|
11951
12060
|
//#region methods & getters / has action commits to melt
|
|
@@ -12812,6 +12921,8 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
12812
12921
|
/* */
|
|
12813
12922
|
/* */
|
|
12814
12923
|
/* */
|
|
12924
|
+
/* */
|
|
12925
|
+
/* */
|
|
12815
12926
|
return (void 0);
|
|
12816
12927
|
}
|
|
12817
12928
|
//#endregion
|
|
@@ -14018,6 +14129,10 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
14018
14129
|
/* */
|
|
14019
14130
|
/* */
|
|
14020
14131
|
/* */
|
|
14132
|
+
/* */
|
|
14133
|
+
/* */
|
|
14134
|
+
/* */
|
|
14135
|
+
/* */
|
|
14021
14136
|
return (void 0);
|
|
14022
14137
|
}
|
|
14023
14138
|
//#endregion
|
|
@@ -15007,6 +15122,10 @@ class BaseQuickFixes extends BaseFeatureForProject {
|
|
|
15007
15122
|
/* */
|
|
15008
15123
|
/* */
|
|
15009
15124
|
/* */
|
|
15125
|
+
/* */
|
|
15126
|
+
/* */
|
|
15127
|
+
/* */
|
|
15128
|
+
/* */
|
|
15010
15129
|
return (void 0);
|
|
15011
15130
|
}
|
|
15012
15131
|
//#region fix sqlite pacakge in node_modules
|
|
@@ -15675,6 +15794,8 @@ class BaseCommandLineFeature {
|
|
|
15675
15794
|
/* */
|
|
15676
15795
|
/* */
|
|
15677
15796
|
/* */
|
|
15797
|
+
/* */
|
|
15798
|
+
/* */
|
|
15678
15799
|
this.argsWithParams = argsWithParams;
|
|
15679
15800
|
this.methodNameToCall = methodNameToCall;
|
|
15680
15801
|
this.cwd = cwd;
|
|
@@ -16554,7 +16675,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16554
16675
|
/* */
|
|
16555
16676
|
/* */
|
|
16556
16677
|
/* */
|
|
16557
|
-
/* */
|
|
16558
16678
|
return (void 0);
|
|
16559
16679
|
}
|
|
16560
16680
|
//#endregion
|
|
@@ -16728,8 +16848,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16728
16848
|
/* */
|
|
16729
16849
|
/* */
|
|
16730
16850
|
/* */
|
|
16731
|
-
/* */
|
|
16732
|
-
/* */
|
|
16733
16851
|
return (void 0);
|
|
16734
16852
|
}
|
|
16735
16853
|
async qPush() {
|
|
@@ -17823,6 +17941,8 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
17823
17941
|
/* */
|
|
17824
17942
|
/* */
|
|
17825
17943
|
/* */
|
|
17944
|
+
/* */
|
|
17945
|
+
/* */
|
|
17826
17946
|
//#endregion
|
|
17827
17947
|
//#region commands / proc info
|
|
17828
17948
|
procInfo() {
|
|
@@ -20469,6 +20589,13 @@ function executeCommand(titleOfTask, registerName, commandToExecute, pOptions, i
|
|
|
20469
20589
|
/* */
|
|
20470
20590
|
/* */
|
|
20471
20591
|
/* */
|
|
20592
|
+
/* */
|
|
20593
|
+
/* */
|
|
20594
|
+
/* */
|
|
20595
|
+
/* */
|
|
20596
|
+
/* */
|
|
20597
|
+
/* */
|
|
20598
|
+
/* */
|
|
20472
20599
|
return (void 0);
|
|
20473
20600
|
}
|
|
20474
20601
|
|