tnp-helpers 21.0.3 → 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 +2 -2
- 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 +5 -5
- 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 -2
- 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,7 @@ import * as fuzzy from 'fuzzy';
|
|
|
5
5
|
import { Level } from 'ng2-logger/browser';
|
|
6
6
|
import { CLASS } from 'typescript-class-helpers/browser';
|
|
7
7
|
import { __decorate, __param, __metadata } from 'tslib';
|
|
8
|
-
import {
|
|
8
|
+
import { TaonBaseEntity, TaonEntity, TaonBaseClass, TaonBaseController, PUT, Body, GET, Query, HTML, POST, TaonController, DELETE, TaonBaseMigration, TaonMigration, Taon, TaonBaseContext } from 'taon/browser';
|
|
9
9
|
import { BaseClientCompiler } from 'incremental-compiler/browser';
|
|
10
10
|
|
|
11
11
|
//#region @browser
|
|
@@ -56,7 +56,6 @@ var HelpersAngular;
|
|
|
56
56
|
/**
|
|
57
57
|
get properties from scss file
|
|
58
58
|
|
|
59
|
-
|
|
60
59
|
import styles from './tasks-ngrx-data.component.scss';
|
|
61
60
|
|
|
62
61
|
export class ExampleComponent {
|
|
@@ -222,6 +221,8 @@ var UtilsNpm;
|
|
|
222
221
|
/* */
|
|
223
222
|
/* */
|
|
224
223
|
/* */
|
|
224
|
+
/* */
|
|
225
|
+
/* */
|
|
225
226
|
return (void 0);
|
|
226
227
|
};
|
|
227
228
|
//#endregion
|
|
@@ -456,6 +457,8 @@ var UtilsTypescript;
|
|
|
456
457
|
/* */
|
|
457
458
|
/* */
|
|
458
459
|
/* */
|
|
460
|
+
/* */
|
|
461
|
+
/* */
|
|
459
462
|
return (void 0);
|
|
460
463
|
};
|
|
461
464
|
//#endregion
|
|
@@ -558,6 +561,8 @@ var UtilsTypescript;
|
|
|
558
561
|
/* */
|
|
559
562
|
/* */
|
|
560
563
|
/* */
|
|
564
|
+
/* */
|
|
565
|
+
/* */
|
|
561
566
|
return (void 0);
|
|
562
567
|
};
|
|
563
568
|
//#endregion
|
|
@@ -1149,6 +1154,7 @@ var UtilsTypescript;
|
|
|
1149
1154
|
return results;
|
|
1150
1155
|
};
|
|
1151
1156
|
//#endregion
|
|
1157
|
+
//#region transform Angular component standalone option
|
|
1152
1158
|
/**
|
|
1153
1159
|
* Transition methods ng18 => ng19
|
|
1154
1160
|
* Adds standalone: false if not exists in component decorator
|
|
@@ -1187,6 +1193,7 @@ var UtilsTypescript;
|
|
|
1187
1193
|
return (void 0);
|
|
1188
1194
|
}
|
|
1189
1195
|
UtilsTypescript.transformComponentStandaloneOption = transformComponentStandaloneOption;
|
|
1196
|
+
//#endregion
|
|
1190
1197
|
//#region escape @ in html text
|
|
1191
1198
|
const escapeAtInHtmlText = (fileContent) => {
|
|
1192
1199
|
return fileContent.replace(/>([^<@]*?)@([^<]*)</g, (_match, before, after) => {
|
|
@@ -1403,7 +1410,80 @@ var UtilsTypescript;
|
|
|
1403
1410
|
return (void 0);
|
|
1404
1411
|
}
|
|
1405
1412
|
UtilsTypescript.wrapContentClassMembersDecoratorsWithRegion = wrapContentClassMembersDecoratorsWithRegion;
|
|
1406
|
-
|
|
1413
|
+
function transformFlatImports(sourceText, mapping) {
|
|
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
|
+
/* */
|
|
1483
|
+
/* */
|
|
1484
|
+
return (void 0);
|
|
1485
|
+
}
|
|
1486
|
+
UtilsTypescript.transformFlatImports = transformFlatImports;
|
|
1407
1487
|
UtilsTypescript.clearRequireCacheRecursive = (modulePath, seen = new Set()) => {
|
|
1408
1488
|
/* */
|
|
1409
1489
|
/* */
|
|
@@ -2802,6 +2882,12 @@ var UtilsFileSync;
|
|
|
2802
2882
|
/* */
|
|
2803
2883
|
/* */
|
|
2804
2884
|
/* */
|
|
2885
|
+
/* */
|
|
2886
|
+
/* */
|
|
2887
|
+
/* */
|
|
2888
|
+
/* */
|
|
2889
|
+
/* */
|
|
2890
|
+
/* */
|
|
2805
2891
|
return (void 0);
|
|
2806
2892
|
};
|
|
2807
2893
|
//#endregion
|
|
@@ -5587,7 +5673,7 @@ const PortStatusArr = [
|
|
|
5587
5673
|
'assigned-not-registered',
|
|
5588
5674
|
'assigned-taken-by-os',
|
|
5589
5675
|
];
|
|
5590
|
-
let Port = Port_1 = class Port extends
|
|
5676
|
+
let Port = Port_1 = class Port extends TaonBaseEntity {
|
|
5591
5677
|
static from(opt) {
|
|
5592
5678
|
return _.merge(new Port_1(), opt);
|
|
5593
5679
|
}
|
|
@@ -5601,7 +5687,7 @@ let Port = Port_1 = class Port extends Taon.Base.Entity {
|
|
|
5601
5687
|
}
|
|
5602
5688
|
};
|
|
5603
5689
|
Port = Port_1 = __decorate([
|
|
5604
|
-
|
|
5690
|
+
TaonEntity({
|
|
5605
5691
|
className: 'Port',
|
|
5606
5692
|
uniqueKeyProp: 'port',
|
|
5607
5693
|
})
|
|
@@ -6425,6 +6511,7 @@ class BaseCliWorker {
|
|
|
6425
6511
|
/* */
|
|
6426
6512
|
/* */
|
|
6427
6513
|
/* */
|
|
6514
|
+
/* */
|
|
6428
6515
|
return (void 0);
|
|
6429
6516
|
}
|
|
6430
6517
|
//#endregion
|
|
@@ -6606,7 +6693,7 @@ class BaseCliWorkerConfig {
|
|
|
6606
6693
|
}
|
|
6607
6694
|
//#endregion
|
|
6608
6695
|
|
|
6609
|
-
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends
|
|
6696
|
+
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends TaonBaseController {
|
|
6610
6697
|
constructor() {
|
|
6611
6698
|
super(...arguments);
|
|
6612
6699
|
/**
|
|
@@ -6710,22 +6797,22 @@ let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends Taon
|
|
|
6710
6797
|
}
|
|
6711
6798
|
};
|
|
6712
6799
|
__decorate([
|
|
6713
|
-
|
|
6714
|
-
__param(0,
|
|
6715
|
-
__param(1,
|
|
6800
|
+
PUT(),
|
|
6801
|
+
__param(0, Body('serviceId')),
|
|
6802
|
+
__param(1, Body('serviceVersion')),
|
|
6716
6803
|
__metadata("design:type", Function),
|
|
6717
6804
|
__metadata("design:paramtypes", [String, String]),
|
|
6718
6805
|
__metadata("design:returntype", Object)
|
|
6719
6806
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_initializeMetadata", null);
|
|
6720
6807
|
__decorate([
|
|
6721
|
-
|
|
6722
|
-
__param(0,
|
|
6808
|
+
GET(),
|
|
6809
|
+
__param(0, Query('dontRemoveConfigFile')),
|
|
6723
6810
|
__metadata("design:type", Function),
|
|
6724
6811
|
__metadata("design:paramtypes", [Boolean]),
|
|
6725
6812
|
__metadata("design:returntype", Object)
|
|
6726
6813
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_kill", null);
|
|
6727
6814
|
__decorate([
|
|
6728
|
-
|
|
6815
|
+
HTML({
|
|
6729
6816
|
pathIsGlobal: true,
|
|
6730
6817
|
path: '/info',
|
|
6731
6818
|
}),
|
|
@@ -6734,21 +6821,21 @@ __decorate([
|
|
|
6734
6821
|
__metadata("design:returntype", Object)
|
|
6735
6822
|
], TaonBaseCliWorkerController.prototype, "info", null);
|
|
6736
6823
|
__decorate([
|
|
6737
|
-
|
|
6738
|
-
__param(0,
|
|
6824
|
+
POST(),
|
|
6825
|
+
__param(0, Body()),
|
|
6739
6826
|
__metadata("design:type", Function),
|
|
6740
6827
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6741
6828
|
__metadata("design:returntype", Object)
|
|
6742
6829
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_isHealthy", null);
|
|
6743
6830
|
__decorate([
|
|
6744
|
-
|
|
6745
|
-
__param(0,
|
|
6831
|
+
POST(),
|
|
6832
|
+
__param(0, Body()),
|
|
6746
6833
|
__metadata("design:type", Function),
|
|
6747
6834
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6748
6835
|
__metadata("design:returntype", Object)
|
|
6749
6836
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_hasUpToDateVersion", null);
|
|
6750
6837
|
TaonBaseCliWorkerController = __decorate([
|
|
6751
|
-
|
|
6838
|
+
TaonController({
|
|
6752
6839
|
className: 'TaonBaseCliWorkerController',
|
|
6753
6840
|
})
|
|
6754
6841
|
], TaonBaseCliWorkerController);
|
|
@@ -7009,63 +7096,63 @@ let TaonPortsController = class TaonPortsController extends TaonBaseCliWorkerCon
|
|
|
7009
7096
|
}
|
|
7010
7097
|
};
|
|
7011
7098
|
__decorate([
|
|
7012
|
-
|
|
7099
|
+
GET(),
|
|
7013
7100
|
__metadata("design:type", Function),
|
|
7014
7101
|
__metadata("design:paramtypes", []),
|
|
7015
7102
|
__metadata("design:returntype", Object)
|
|
7016
7103
|
], TaonPortsController.prototype, "getFirstFreePort", null);
|
|
7017
7104
|
__decorate([
|
|
7018
|
-
|
|
7019
|
-
__param(0,
|
|
7105
|
+
GET(),
|
|
7106
|
+
__param(0, Query('portNumber')),
|
|
7020
7107
|
__metadata("design:type", Function),
|
|
7021
7108
|
__metadata("design:paramtypes", [Number]),
|
|
7022
7109
|
__metadata("design:returntype", Object)
|
|
7023
7110
|
], TaonPortsController.prototype, "getPortByNumber", null);
|
|
7024
7111
|
__decorate([
|
|
7025
|
-
|
|
7026
|
-
__param(0,
|
|
7112
|
+
GET(),
|
|
7113
|
+
__param(0, Query('status')),
|
|
7027
7114
|
__metadata("design:type", Function),
|
|
7028
7115
|
__metadata("design:paramtypes", [String]),
|
|
7029
7116
|
__metadata("design:returntype", Object)
|
|
7030
7117
|
], TaonPortsController.prototype, "getPortsByStatus", null);
|
|
7031
7118
|
__decorate([
|
|
7032
|
-
|
|
7033
|
-
__param(0,
|
|
7119
|
+
DELETE(),
|
|
7120
|
+
__param(0, Query('portNumber')),
|
|
7034
7121
|
__metadata("design:type", Function),
|
|
7035
7122
|
__metadata("design:paramtypes", [Number]),
|
|
7036
7123
|
__metadata("design:returntype", Object)
|
|
7037
7124
|
], TaonPortsController.prototype, "deletePort", null);
|
|
7038
7125
|
__decorate([
|
|
7039
|
-
|
|
7040
|
-
__param(0,
|
|
7041
|
-
__param(1,
|
|
7126
|
+
PUT(),
|
|
7127
|
+
__param(0, Query('portNumber')),
|
|
7128
|
+
__param(1, Query('serviceId')),
|
|
7042
7129
|
__metadata("design:type", Function),
|
|
7043
7130
|
__metadata("design:paramtypes", [Number, String]),
|
|
7044
7131
|
__metadata("design:returntype", Object)
|
|
7045
7132
|
], TaonPortsController.prototype, "updatePortUniqueId", null);
|
|
7046
7133
|
__decorate([
|
|
7047
|
-
|
|
7048
|
-
__param(0,
|
|
7049
|
-
__param(1,
|
|
7134
|
+
POST(),
|
|
7135
|
+
__param(0, Query('portNumber')),
|
|
7136
|
+
__param(1, Query('uniqueId')),
|
|
7050
7137
|
__metadata("design:type", Function),
|
|
7051
7138
|
__metadata("design:paramtypes", [Number, String]),
|
|
7052
7139
|
__metadata("design:returntype", Object)
|
|
7053
7140
|
], TaonPortsController.prototype, "addTakeByOsPort", null);
|
|
7054
7141
|
__decorate([
|
|
7055
|
-
|
|
7056
|
-
__param(0,
|
|
7057
|
-
__param(1,
|
|
7142
|
+
PUT(),
|
|
7143
|
+
__param(0, Query('uniqueServiceName')),
|
|
7144
|
+
__param(1, Query('startFrom')),
|
|
7058
7145
|
__metadata("design:type", Function),
|
|
7059
7146
|
__metadata("design:paramtypes", [String, Number]),
|
|
7060
7147
|
__metadata("design:returntype", Object)
|
|
7061
7148
|
], TaonPortsController.prototype, "registerAndAssignPort", null);
|
|
7062
7149
|
TaonPortsController = __decorate([
|
|
7063
|
-
|
|
7150
|
+
TaonController({
|
|
7064
7151
|
className: 'TaonPortsController',
|
|
7065
7152
|
})
|
|
7066
7153
|
], TaonPortsController);
|
|
7067
7154
|
|
|
7068
|
-
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends
|
|
7155
|
+
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends TaonBaseMigration {
|
|
7069
7156
|
/**
|
|
7070
7157
|
* remove this method if you are ready to run this migration
|
|
7071
7158
|
*/
|
|
@@ -7080,11 +7167,11 @@ let MainContext_1736198527297_init = class MainContext_1736198527297_init extend
|
|
|
7080
7167
|
}
|
|
7081
7168
|
};
|
|
7082
7169
|
MainContext_1736198527297_init = __decorate([
|
|
7083
|
-
|
|
7170
|
+
TaonMigration({
|
|
7084
7171
|
className: 'MainContext_1736198527297_init',
|
|
7085
7172
|
})
|
|
7086
7173
|
], MainContext_1736198527297_init);
|
|
7087
|
-
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends
|
|
7174
|
+
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends TaonBaseMigration {
|
|
7088
7175
|
/**
|
|
7089
7176
|
* remove this method if you are ready to run this migration
|
|
7090
7177
|
*/
|
|
@@ -7101,7 +7188,7 @@ let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_i
|
|
|
7101
7188
|
}
|
|
7102
7189
|
};
|
|
7103
7190
|
TaonPortsContext_1736198527297_init = __decorate([
|
|
7104
|
-
|
|
7191
|
+
TaonMigration({
|
|
7105
7192
|
className: 'TaonPortsContext_1736198527297_init',
|
|
7106
7193
|
})
|
|
7107
7194
|
], TaonPortsContext_1736198527297_init);
|
|
@@ -7125,8 +7212,7 @@ const portsWithDescription = {
|
|
|
7125
7212
|
5984: 'CouchDB',
|
|
7126
7213
|
6000: 'in use by something in macos',
|
|
7127
7214
|
};
|
|
7128
|
-
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends
|
|
7129
|
-
.Base.Migration {
|
|
7215
|
+
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends TaonBaseMigration {
|
|
7130
7216
|
constructor() {
|
|
7131
7217
|
super(...arguments);
|
|
7132
7218
|
this.portsController = this.injectController(TaonPortsController);
|
|
@@ -7158,13 +7244,12 @@ let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsCon
|
|
|
7158
7244
|
}
|
|
7159
7245
|
};
|
|
7160
7246
|
TaonPortsContext_1736199486472_addingNotAssignablePorts = __decorate([
|
|
7161
|
-
|
|
7247
|
+
TaonMigration({
|
|
7162
7248
|
className: 'TaonPortsContext_1736199486472_addingNotAssignablePorts',
|
|
7163
7249
|
})
|
|
7164
7250
|
], TaonPortsContext_1736199486472_addingNotAssignablePorts);
|
|
7165
7251
|
|
|
7166
|
-
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends
|
|
7167
|
-
.Migration {
|
|
7252
|
+
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends TaonBaseMigration {
|
|
7168
7253
|
constructor() {
|
|
7169
7254
|
super(...arguments);
|
|
7170
7255
|
this.portsController = this.injectController(TaonPortsController);
|
|
@@ -7202,7 +7287,7 @@ let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454
|
|
|
7202
7287
|
}
|
|
7203
7288
|
};
|
|
7204
7289
|
TaonPortsContext_1736454437350_addFreePorts = __decorate([
|
|
7205
|
-
|
|
7290
|
+
TaonMigration({
|
|
7206
7291
|
className: 'TaonPortsContext_1736454437350_addFreePorts',
|
|
7207
7292
|
})
|
|
7208
7293
|
], TaonPortsContext_1736454437350_addFreePorts);
|
|
@@ -7566,7 +7651,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
7566
7651
|
/**
|
|
7567
7652
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
7568
7653
|
*/
|
|
7569
|
-
const CURRENT_PACKAGE_VERSION = '21.0.
|
|
7654
|
+
const CURRENT_PACKAGE_VERSION = '21.0.5';
|
|
7570
7655
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
7571
7656
|
|
|
7572
7657
|
//#endregion
|
|
@@ -7965,6 +8050,7 @@ class BaseProject {
|
|
|
7965
8050
|
/* */
|
|
7966
8051
|
/* */
|
|
7967
8052
|
/* */
|
|
8053
|
+
/* */
|
|
7968
8054
|
//#endregion
|
|
7969
8055
|
//#region methods & getters / is monorepo
|
|
7970
8056
|
/**
|
|
@@ -8243,6 +8329,7 @@ class BaseProject {
|
|
|
8243
8329
|
/* */
|
|
8244
8330
|
/* */
|
|
8245
8331
|
/* */
|
|
8332
|
+
/* */
|
|
8246
8333
|
return (void 0);
|
|
8247
8334
|
}
|
|
8248
8335
|
//#endregion
|
|
@@ -8606,7 +8693,6 @@ class BaseProject {
|
|
|
8606
8693
|
/* */
|
|
8607
8694
|
/* */
|
|
8608
8695
|
/* */
|
|
8609
|
-
/* */
|
|
8610
8696
|
return (void 0);
|
|
8611
8697
|
}
|
|
8612
8698
|
//#region methods & getters / get unique for task
|
|
@@ -8983,10 +9069,8 @@ class BaseProject {
|
|
|
8983
9069
|
async lint(lintOptions) {
|
|
8984
9070
|
Helpers.info(`
|
|
8985
9071
|
|
|
8986
|
-
|
|
8987
9072
|
COMMIT LINT NOT IMPLEMENTED
|
|
8988
9073
|
|
|
8989
|
-
|
|
8990
9074
|
`);
|
|
8991
9075
|
}
|
|
8992
9076
|
//#endregion
|
|
@@ -9541,6 +9625,10 @@ class BaseLibraryBuild extends BaseFeatureForProject {
|
|
|
9541
9625
|
/* */
|
|
9542
9626
|
/* */
|
|
9543
9627
|
/* */
|
|
9628
|
+
/* */
|
|
9629
|
+
/* */
|
|
9630
|
+
/* */
|
|
9631
|
+
/* */
|
|
9544
9632
|
return (void 0);
|
|
9545
9633
|
}
|
|
9546
9634
|
//#endregion
|
|
@@ -10181,7 +10269,14 @@ class BasePackageJson extends BaseJsonFileReader {
|
|
|
10181
10269
|
* this will NOT SET dependency if
|
|
10182
10270
|
* dependency name is not in package.json
|
|
10183
10271
|
*/
|
|
10184
|
-
updateDependency({ packageName, version, }) {
|
|
10272
|
+
updateDependency({ packageName, version, createNewEntryIfNotExist, }) {
|
|
10273
|
+
/* */
|
|
10274
|
+
/* */
|
|
10275
|
+
/* */
|
|
10276
|
+
/* */
|
|
10277
|
+
/* */
|
|
10278
|
+
/* */
|
|
10279
|
+
/* */
|
|
10185
10280
|
/* */
|
|
10186
10281
|
/* */
|
|
10187
10282
|
/* */
|
|
@@ -10540,6 +10635,15 @@ class BaseNodeModules {
|
|
|
10540
10635
|
/* */
|
|
10541
10636
|
/* */
|
|
10542
10637
|
/* */
|
|
10638
|
+
/* */
|
|
10639
|
+
/* */
|
|
10640
|
+
/* */
|
|
10641
|
+
/* */
|
|
10642
|
+
/* */
|
|
10643
|
+
/* */
|
|
10644
|
+
/* */
|
|
10645
|
+
/* */
|
|
10646
|
+
/* */
|
|
10543
10647
|
return (void 0);
|
|
10544
10648
|
}
|
|
10545
10649
|
//#endregion
|
|
@@ -10612,6 +10716,10 @@ class BaseNodeModules {
|
|
|
10612
10716
|
/* */
|
|
10613
10717
|
/* */
|
|
10614
10718
|
/* */
|
|
10719
|
+
/* */
|
|
10720
|
+
/* */
|
|
10721
|
+
/* */
|
|
10722
|
+
/* */
|
|
10615
10723
|
return (void 0);
|
|
10616
10724
|
}
|
|
10617
10725
|
//#endregion
|
|
@@ -11936,6 +12044,7 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
11936
12044
|
/* */
|
|
11937
12045
|
/* */
|
|
11938
12046
|
/* */
|
|
12047
|
+
/* */
|
|
11939
12048
|
return (void 0);
|
|
11940
12049
|
}
|
|
11941
12050
|
//#region methods & getters / has action commits to melt
|
|
@@ -12802,6 +12911,8 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
12802
12911
|
/* */
|
|
12803
12912
|
/* */
|
|
12804
12913
|
/* */
|
|
12914
|
+
/* */
|
|
12915
|
+
/* */
|
|
12805
12916
|
return (void 0);
|
|
12806
12917
|
}
|
|
12807
12918
|
//#endregion
|
|
@@ -14008,6 +14119,10 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
14008
14119
|
/* */
|
|
14009
14120
|
/* */
|
|
14010
14121
|
/* */
|
|
14122
|
+
/* */
|
|
14123
|
+
/* */
|
|
14124
|
+
/* */
|
|
14125
|
+
/* */
|
|
14011
14126
|
return (void 0);
|
|
14012
14127
|
}
|
|
14013
14128
|
//#endregion
|
|
@@ -14997,6 +15112,10 @@ class BaseQuickFixes extends BaseFeatureForProject {
|
|
|
14997
15112
|
/* */
|
|
14998
15113
|
/* */
|
|
14999
15114
|
/* */
|
|
15115
|
+
/* */
|
|
15116
|
+
/* */
|
|
15117
|
+
/* */
|
|
15118
|
+
/* */
|
|
15000
15119
|
return (void 0);
|
|
15001
15120
|
}
|
|
15002
15121
|
//#region fix sqlite pacakge in node_modules
|
|
@@ -15665,6 +15784,8 @@ class BaseCommandLineFeature {
|
|
|
15665
15784
|
/* */
|
|
15666
15785
|
/* */
|
|
15667
15786
|
/* */
|
|
15787
|
+
/* */
|
|
15788
|
+
/* */
|
|
15668
15789
|
this.argsWithParams = argsWithParams;
|
|
15669
15790
|
this.methodNameToCall = methodNameToCall;
|
|
15670
15791
|
this.cwd = cwd;
|
|
@@ -16544,7 +16665,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16544
16665
|
/* */
|
|
16545
16666
|
/* */
|
|
16546
16667
|
/* */
|
|
16547
|
-
/* */
|
|
16548
16668
|
return (void 0);
|
|
16549
16669
|
}
|
|
16550
16670
|
//#endregion
|
|
@@ -16718,8 +16838,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16718
16838
|
/* */
|
|
16719
16839
|
/* */
|
|
16720
16840
|
/* */
|
|
16721
|
-
/* */
|
|
16722
|
-
/* */
|
|
16723
16841
|
return (void 0);
|
|
16724
16842
|
}
|
|
16725
16843
|
async qPush() {
|
|
@@ -17813,6 +17931,8 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
17813
17931
|
/* */
|
|
17814
17932
|
/* */
|
|
17815
17933
|
/* */
|
|
17934
|
+
/* */
|
|
17935
|
+
/* */
|
|
17816
17936
|
//#endregion
|
|
17817
17937
|
//#region commands / proc info
|
|
17818
17938
|
procInfo() {
|
|
@@ -20459,6 +20579,13 @@ function executeCommand(titleOfTask, registerName, commandToExecute, pOptions, i
|
|
|
20459
20579
|
/* */
|
|
20460
20580
|
/* */
|
|
20461
20581
|
/* */
|
|
20582
|
+
/* */
|
|
20583
|
+
/* */
|
|
20584
|
+
/* */
|
|
20585
|
+
/* */
|
|
20586
|
+
/* */
|
|
20587
|
+
/* */
|
|
20588
|
+
/* */
|
|
20462
20589
|
return (void 0);
|
|
20463
20590
|
}
|
|
20464
20591
|
|