slnodejs 6.1.315 → 6.1.319
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-agent/dist/browser-agent-all.js +782 -1069
- package/browser-agent/dist/browser-agent-all.min.js +3 -3
- package/browser-agent/package.json +1 -1
- package/package.json +2 -2
- package/tsOutputs/api.js +1 -1
- package/tsOutputs/build-scanner/ast-utils.js +3 -3
- package/tsOutputs/build-scanner/ast-utils.js.map +1 -1
- package/tsOutputs/build-scanner/diagnostic/build-scan-diagnosis.js +4 -2
- package/tsOutputs/build-scanner/diagnostic/build-scan-diagnosis.js.map +1 -1
- package/tsOutputs/build-scanner/diagnostic/index.js +5 -1
- package/tsOutputs/build-scanner/diagnostic/index.js.map +1 -1
- package/tsOutputs/build-scanner/diagnostic/none-diagnosis.js +1 -1
- package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js +10 -10
- package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/content-instrumenter.js +3 -3
- package/tsOutputs/build-scanner/instrumentation/content-instrumenter.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/files-instrumenter.js +6 -6
- package/tsOutputs/build-scanner/instrumentation/files-instrumenter.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/contracts.d.ts +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/instrumenter-spawn.js +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/instrumenter-spawn.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/process-pool.js +10 -8
- package/tsOutputs/build-scanner/instrumentation/process-pool/process-pool.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/split-by-transform-stream.js +2 -0
- package/tsOutputs/build-scanner/instrumentation/process-pool/split-by-transform-stream.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js +4 -4
- package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/strategies/markup-instrumnetation-strategy.js +6 -4
- package/tsOutputs/build-scanner/instrumentation/strategies/markup-instrumnetation-strategy.js.map +1 -1
- package/tsOutputs/build-scanner/js_diff/sl-mapper.js +8 -6
- package/tsOutputs/build-scanner/js_diff/sl-mapper.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js +14 -14
- package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/file-element-utils.js +1 -1
- package/tsOutputs/build-scanner/mappings/file-element-utils.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/file-enricher.js +17 -15
- package/tsOutputs/build-scanner/mappings/file-enricher.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/files-data-container.js +1 -1
- package/tsOutputs/build-scanner/mappings/files-data-container.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/scm-file-fixer.js +16 -14
- package/tsOutputs/build-scanner/mappings/scm-file-fixer.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/source-path-mapper.js +1 -1
- package/tsOutputs/cli-parse/child-process-wrapper.js +4 -4
- package/tsOutputs/cli-parse/child-process-wrapper.js.map +1 -1
- package/tsOutputs/cli-parse/cli.js +10 -10
- package/tsOutputs/cli-parse/cli.js.map +1 -1
- package/tsOutputs/cli-parse/constants/constants.js +11 -10
- package/tsOutputs/cli-parse/constants/constants.js.map +1 -1
- package/tsOutputs/cli-parse/custom-commander.js +2 -2
- package/tsOutputs/cli-parse/custom-commander.js.map +1 -1
- package/tsOutputs/cli-parse/executors/base-executor.js +10 -10
- package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-end-executor.js +4 -2
- package/tsOutputs/cli-parse/executors/build-end-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-executor.js +6 -4
- package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/config-executor.js +5 -3
- package/tsOutputs/cli-parse/executors/config-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/dry-run/base-data.js +4 -4
- package/tsOutputs/cli-parse/executors/dry-run/base-data.js.map +1 -1
- package/tsOutputs/cli-parse/executors/dry-run/build-mapping-data.js +24 -22
- package/tsOutputs/cli-parse/executors/dry-run/build-mapping-data.js.map +1 -1
- package/tsOutputs/cli-parse/executors/dry-run/dry-run-executor.js +20 -18
- package/tsOutputs/cli-parse/executors/dry-run/dry-run-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/dry-run/dry-run-validation.js +3 -1
- package/tsOutputs/cli-parse/executors/dry-run/dry-run-validation.js.map +1 -1
- package/tsOutputs/cli-parse/executors/dry-run/footprints-data.js +7 -5
- package/tsOutputs/cli-parse/executors/dry-run/footprints-data.js.map +1 -1
- package/tsOutputs/cli-parse/executors/dry-run/helper-methods.js +7 -7
- package/tsOutputs/cli-parse/executors/dry-run/helper-methods.js.map +1 -1
- package/tsOutputs/cli-parse/executors/end-execution-executor.js +4 -2
- package/tsOutputs/cli-parse/executors/end-execution-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/integration-build-components-executor.js +4 -2
- package/tsOutputs/cli-parse/executors/integration-build-components-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/integration-build-delete-components-executor.js +3 -1
- package/tsOutputs/cli-parse/executors/integration-build-delete-components-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/integration-build-update-components-executor.js +3 -1
- package/tsOutputs/cli-parse/executors/integration-build-update-components-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/mocha-executor.js +4 -2
- package/tsOutputs/cli-parse/executors/mocha-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/nyc-report-executor.js +6 -4
- package/tsOutputs/cli-parse/executors/nyc-report-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/pr-config-executor.js +3 -1
- package/tsOutputs/cli-parse/executors/pr-config-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/run-executor.js +3 -1
- package/tsOutputs/cli-parse/executors/run-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/start-execution-executor.js +4 -2
- package/tsOutputs/cli-parse/executors/start-execution-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/test-executions-executor.js +3 -1
- package/tsOutputs/cli-parse/executors/test-executions-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/test-listener-executor.js +4 -2
- package/tsOutputs/cli-parse/executors/test-listener-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/test-runner-build-session-data-builder.js +4 -2
- package/tsOutputs/cli-parse/executors/test-runner-build-session-data-builder.js.map +1 -1
- package/tsOutputs/cli-parse/executors/upload-report-executor.js +4 -2
- package/tsOutputs/cli-parse/executors/upload-report-executor.js.map +1 -1
- package/tsOutputs/cli-parse/utils.js +5 -5
- package/tsOutputs/cli-parse/utils.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-controller.js +17 -15
- package/tsOutputs/common/agent-events/agent-events-controller.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-guard.js +1 -1
- package/tsOutputs/common/agent-events/agent-events-guard.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-instance-info-builder.js +1 -1
- package/tsOutputs/common/agent-events/agent-instance-info-builder.js.map +1 -1
- package/tsOutputs/common/agent-events/cockpit-notifier.js +1 -1
- package/tsOutputs/common/agent-events/dry-run-agent-events-controller.js +2 -0
- package/tsOutputs/common/agent-events/dry-run-agent-events-controller.js.map +1 -1
- package/tsOutputs/common/agent-events/machine-info-builder.js +1 -1
- package/tsOutputs/common/agent-events/machine-info-builder.js.map +1 -1
- package/tsOutputs/common/agent-events/no-op-agent-events-controller.js +3 -1
- package/tsOutputs/common/agent-events/no-op-agent-events-controller.js.map +1 -1
- package/tsOutputs/common/agent-events/sensitive-data-filter.js +1 -1
- package/tsOutputs/common/agent-events/sensitive-data-filter.js.map +1 -1
- package/tsOutputs/common/agent-instance-data.js +2 -2
- package/tsOutputs/common/agent-instance-data.js.map +1 -1
- package/tsOutputs/common/cli-progress.js.map +1 -1
- package/tsOutputs/common/config-process/config.js +2 -0
- package/tsOutputs/common/config-process/config.js.map +1 -1
- package/tsOutputs/common/config-process/index.js +2 -0
- package/tsOutputs/common/config-process/index.js.map +1 -1
- package/tsOutputs/common/config-process/no-op-config-process.js +2 -0
- package/tsOutputs/common/config-process/no-op-config-process.js.map +1 -1
- package/tsOutputs/common/constants/constants.js +1 -1
- package/tsOutputs/common/constants/constants.js.map +1 -1
- package/tsOutputs/common/contracts.d.ts +1 -1
- package/tsOutputs/common/coverage-elements/istanbul-unique-id-converter.js +2 -0
- package/tsOutputs/common/coverage-elements/istanbul-unique-id-converter.js.map +1 -1
- package/tsOutputs/common/coverage-elements/new-id-resolver.js +7 -7
- package/tsOutputs/common/coverage-elements/new-id-resolver.js.map +1 -1
- package/tsOutputs/common/coverage-elements/unique-id-converter.js +4 -4
- package/tsOutputs/common/coverage-elements/unique-id-converter.js.map +1 -1
- package/tsOutputs/common/events-process/events-creator.js +3 -5
- package/tsOutputs/common/events-process/events-creator.js.map +1 -1
- package/tsOutputs/common/events-process/index.js +5 -5
- package/tsOutputs/common/events-process/index.js.map +1 -1
- package/tsOutputs/common/footprints-process/collection-interval.js +2 -2
- package/tsOutputs/common/footprints-process/collection-interval.js.map +1 -1
- package/tsOutputs/common/footprints-process/index.js +3 -3
- package/tsOutputs/common/footprints-process/index.js.map +1 -1
- package/tsOutputs/common/footprints-process/istanbul-to-footprints.js +5 -5
- package/tsOutputs/common/footprints-process/istanbul-to-footprints.js.map +1 -1
- package/tsOutputs/common/footprints-process/production-footprints-handler.js +5 -5
- package/tsOutputs/common/footprints-process/production-footprints-handler.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/base-browser-hits-converter.js +3 -1
- package/tsOutputs/common/footprints-process-v6/base-browser-hits-converter.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/collector-footprints-buffer.js +2 -0
- package/tsOutputs/common/footprints-process-v6/collector-footprints-buffer.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/collector-footprints-process.js +5 -3
- package/tsOutputs/common/footprints-process-v6/collector-footprints-process.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/contracts.d.ts +1 -1
- package/tsOutputs/common/footprints-process-v6/footprints-buffer.js +2 -0
- package/tsOutputs/common/footprints-process-v6/footprints-buffer.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/hits-collector.js +2 -2
- package/tsOutputs/common/footprints-process-v6/hits-collector.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/hits-converter.js +3 -3
- package/tsOutputs/common/footprints-process-v6/hits-converter.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/index.js +9 -9
- package/tsOutputs/common/footprints-process-v6/index.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/location-formatter.js +2 -2
- package/tsOutputs/common/footprints-process-v6/location-formatter.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/remote-browser-hits-converter.js +2 -0
- package/tsOutputs/common/footprints-process-v6/remote-browser-hits-converter.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/remote-footprints-process.js +3 -1
- package/tsOutputs/common/footprints-process-v6/remote-footprints-process.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/remote-hits-collector.js +2 -0
- package/tsOutputs/common/footprints-process-v6/remote-hits-collector.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/source-map-data.js +1 -1
- package/tsOutputs/common/footprints-process-v6/source-map-data.js.map +1 -1
- package/tsOutputs/common/http/backend-proxy.js +3 -3
- package/tsOutputs/common/http/backend-proxy.js.map +1 -1
- package/tsOutputs/common/http/contracts.js +3 -1
- package/tsOutputs/common/http/contracts.js.map +1 -1
- package/tsOutputs/common/http/dry-run-proxy.js +1 -1
- package/tsOutputs/common/http/http-client.js +13 -13
- package/tsOutputs/common/http/http-client.js.map +1 -1
- package/tsOutputs/common/http/sl-routes.js +1 -1
- package/tsOutputs/common/http/sl-routes.js.map +1 -1
- package/tsOutputs/common/ignored-files-handler.js +2 -2
- package/tsOutputs/common/ignored-files-handler.js.map +1 -1
- package/tsOutputs/common/logger.d.ts +1 -0
- package/tsOutputs/common/logger.js +7 -5
- package/tsOutputs/common/logger.js.map +1 -1
- package/tsOutputs/common/no-op-state-tracker.js +2 -0
- package/tsOutputs/common/no-op-state-tracker.js.map +1 -1
- package/tsOutputs/common/queue.js +2 -0
- package/tsOutputs/common/queue.js.map +1 -1
- package/tsOutputs/common/scm/git-cloner.js +4 -4
- package/tsOutputs/common/scm/git-cloner.js.map +1 -1
- package/tsOutputs/common/scm/git.js +2 -2
- package/tsOutputs/common/scm/git.js.map +1 -1
- package/tsOutputs/common/scm/none.js +1 -1
- package/tsOutputs/common/short-name-to-file-mapper.js +3 -3
- package/tsOutputs/common/short-name-to-file-mapper.js.map +1 -1
- package/tsOutputs/common/source-map-handler.js +7 -7
- package/tsOutputs/common/source-map-handler.js.map +1 -1
- package/tsOutputs/common/source-map-reader.js +7 -7
- package/tsOutputs/common/source-map-reader.js.map +1 -1
- package/tsOutputs/common/state-tracker-fpv6.js +3 -1
- package/tsOutputs/common/state-tracker-fpv6.js.map +1 -1
- package/tsOutputs/common/state-tracker.js +6 -4
- package/tsOutputs/common/state-tracker.js.map +1 -1
- package/tsOutputs/common/utils/abstract-data-builder.js +2 -2
- package/tsOutputs/common/utils/abstract-data-builder.js.map +1 -1
- package/tsOutputs/common/utils/build-session-data-builder.js +3 -1
- package/tsOutputs/common/utils/build-session-data-builder.js.map +1 -1
- package/tsOutputs/common/utils/process-utils.js +9 -7
- package/tsOutputs/common/utils/process-utils.js.map +1 -1
- package/tsOutputs/common/utils/test-utils/mock-server-utils/mock-server-proxy.js +4 -4
- package/tsOutputs/common/utils/test-utils/mock-server-utils/mock-server-proxy.js.map +1 -1
- package/tsOutputs/common/utils/token-data-builder.js +4 -2
- package/tsOutputs/common/utils/token-data-builder.js.map +1 -1
- package/tsOutputs/common/utils/validation-utils.js +2 -2
- package/tsOutputs/common/utils/validation-utils.js.map +1 -1
- package/tsOutputs/common/v8-utils.js +1 -1
- package/tsOutputs/common/v8-utils.js.map +1 -1
- package/tsOutputs/common/watchdog.js +2 -0
- package/tsOutputs/common/watchdog.js.map +1 -1
- package/tsOutputs/mocha-reporter/otel-agent.js +2 -2
- package/tsOutputs/mocha-reporter/otel-agent.js.map +1 -1
- package/tsOutputs/test-listener/agent-loader.js +9 -7
- package/tsOutputs/test-listener/agent-loader.js.map +1 -1
- package/tsOutputs/test-listener/agent.js +4 -4
- package/tsOutputs/test-listener/agent.js.map +1 -1
- package/tsOutputs/test-listener/api.js +1 -1
- package/tsOutputs/test-listener/child-process-patcher.js +1 -1
- package/tsOutputs/test-listener/child-process-patcher.js.map +1 -1
- package/tsOutputs/test-listener/config-process/index.js +2 -0
- package/tsOutputs/test-listener/config-process/index.js.map +1 -1
- package/tsOutputs/test-listener/config.js +2 -0
- package/tsOutputs/test-listener/config.js.map +1 -1
- package/tsOutputs/test-listener/entities/build-scanner/ConfigModeData.js +2 -0
- package/tsOutputs/test-listener/entities/build-scanner/ConfigModeData.js.map +1 -1
- package/tsOutputs/test-listener/entities/build-scanner/ScanModeData.js +2 -0
- package/tsOutputs/test-listener/entities/build-scanner/ScanModeData.js.map +1 -1
- package/tsOutputs/test-listener/execution-process/execution-service-proxy.js +3 -1
- package/tsOutputs/test-listener/execution-process/execution-service-proxy.js.map +1 -1
- package/tsOutputs/test-listener/factory.js +1 -1
- package/tsOutputs/test-listener/footprints-process/footprints-service-proxy.js +2 -0
- package/tsOutputs/test-listener/footprints-process/footprints-service-proxy.js.map +1 -1
- package/tsOutputs/test-listener/footprints-process/index.js +2 -2
- package/tsOutputs/test-listener/footprints-process/index.js.map +1 -1
- package/tsOutputs/test-listener/footprints-process/istanbul-to-footprints-base.js +1 -1
- package/tsOutputs/test-listener/footprints-process/istanbul-to-footprints-base.js.map +1 -1
- package/tsOutputs/test-listener/footprints-process/istanbul-to-footprints-v3.js +2 -0
- package/tsOutputs/test-listener/footprints-process/istanbul-to-footprints-v3.js.map +1 -1
- package/tsOutputs/test-listener/footprints-process/ts-node-hits-collector.js +4 -2
- package/tsOutputs/test-listener/footprints-process/ts-node-hits-collector.js.map +1 -1
- package/tsOutputs/test-listener/logs-process/index.js +1 -1
- package/tsOutputs/test-listener/logs-process/index.js.map +1 -1
- package/tsOutputs/test-listener/logs-process/log-service-proxy.js +2 -0
- package/tsOutputs/test-listener/logs-process/log-service-proxy.js.map +1 -1
- package/tsOutputs/test-listener/nyc-report-executor-fpv6.js +4 -4
- package/tsOutputs/test-listener/nyc-report-executor-fpv6.js.map +1 -1
- package/tsOutputs/test-listener/nyc-report-executor.js +4 -4
- package/tsOutputs/test-listener/nyc-report-executor.js.map +1 -1
- package/tsOutputs/test-listener/otel-agent-loader.js.map +1 -1
- package/tsOutputs/test-listener/queue.js +2 -0
- package/tsOutputs/test-listener/queue.js.map +1 -1
- package/tsOutputs/test-listener/remote-agent.js +2 -2
- package/tsOutputs/test-listener/remote-agent.js.map +1 -1
- package/tsOutputs/test-listener/resolvers/AppNameResolver.js +2 -0
- package/tsOutputs/test-listener/resolvers/AppNameResolver.js.map +1 -1
- package/tsOutputs/test-listener/resolvers/ArgumentResolver.js +2 -2
- package/tsOutputs/test-listener/resolvers/ArgumentResolver.js.map +1 -1
- package/tsOutputs/test-listener/resolvers/BuildResolver.js +2 -0
- package/tsOutputs/test-listener/resolvers/BuildResolver.js.map +1 -1
- package/tsOutputs/test-listener/resolvers/BuildSessionIdFileResolver.js +2 -0
- package/tsOutputs/test-listener/resolvers/BuildSessionIdFileResolver.js.map +1 -1
- package/tsOutputs/test-listener/resolvers/BuildSessionIdResolver.js +2 -0
- package/tsOutputs/test-listener/resolvers/BuildSessionIdResolver.js.map +1 -1
- package/tsOutputs/test-listener/resolvers/ProxyResolver.js +2 -0
- package/tsOutputs/test-listener/resolvers/ProxyResolver.js.map +1 -1
- package/tsOutputs/test-listener/resolvers/TokenResolver.js +2 -0
- package/tsOutputs/test-listener/resolvers/TokenResolver.js.map +1 -1
- package/tsOutputs/test-listener/state-tracker-process/index.js +4 -2
- package/tsOutputs/test-listener/state-tracker-process/index.js.map +1 -1
- package/tsOutputs/test-listener/state-tracker-process/state-tracker-proxy.js +3 -1
- package/tsOutputs/test-listener/state-tracker-process/state-tracker-proxy.js.map +1 -1
- package/tsOutputs/test-listener/test-recommendation-handler.js +6 -6
- package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1
- package/tsOutputs/test-listener/upload-report-handler.js +1 -1
- package/tsOutputs/test-listener/upload-report-handler.js.map +1 -1
- package/tsOutputs/test-listener/watchdog.js +2 -0
- package/tsOutputs/test-listener/watchdog.js.map +1 -1
|
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -27,7 +29,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27
29
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
28
30
|
function step(op) {
|
|
29
31
|
if (f) throw new TypeError("Generator is already executing.");
|
|
30
|
-
while (_) try {
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
31
33
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
32
34
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
33
35
|
switch (op[0]) {
|
|
@@ -78,16 +80,16 @@ var BuildMappingData = /** @class */ (function (_super) {
|
|
|
78
80
|
};
|
|
79
81
|
BuildMappingData.prototype.saveDataToFiles = function () {
|
|
80
82
|
var _a;
|
|
81
|
-
helper_methods_1.saveDataToFile(Constants.BUILD_MAPPING, this._dryRunProxy.buildMappingRequest);
|
|
82
|
-
helper_methods_1.saveArrayToFile(Constants.INCLUDED_FILENAME, this._dryRunProxy.buildMappingRequest.includedFiles);
|
|
83
|
-
helper_methods_1.saveArrayToFile(Constants.EXCLUDED_FILENAME, this._dryRunProxy.buildMappingRequest.excludedFiles);
|
|
84
|
-
helper_methods_1.saveArrayToFile(Constants.BUILD_SCAN_IDS_FILENAME, this.uniqueIds);
|
|
85
|
-
helper_methods_1.saveDataToFile(Constants.SL_MAPPING, this._dryRunProxy.slMapping);
|
|
83
|
+
(0, helper_methods_1.saveDataToFile)(Constants.BUILD_MAPPING, this._dryRunProxy.buildMappingRequest);
|
|
84
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.INCLUDED_FILENAME, this._dryRunProxy.buildMappingRequest.includedFiles);
|
|
85
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.EXCLUDED_FILENAME, this._dryRunProxy.buildMappingRequest.excludedFiles);
|
|
86
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.BUILD_SCAN_IDS_FILENAME, this.uniqueIds);
|
|
87
|
+
(0, helper_methods_1.saveDataToFile)(Constants.SL_MAPPING, this._dryRunProxy.slMapping);
|
|
86
88
|
if ((_a = this === null || this === void 0 ? void 0 : this._buildMappingResult) === null || _a === void 0 ? void 0 : _a.processedFiles) {
|
|
87
|
-
helper_methods_1.saveArrayToFile(Constants.INSTRUMENTED_FILENAME, this._buildMappingResult.processedFiles.instrumented);
|
|
88
|
-
helper_methods_1.saveArrayToFile(Constants.NON_INSTRUMENTED_FILENAME, this._buildMappingResult.processedFiles.notInstrumented);
|
|
89
|
-
helper_methods_1.saveArrayToFile(Constants.ERROR_INSTRUMENTED_FILENAME, this._buildMappingResult.processedFiles.withInstrumentationErrors.map(helper_methods_1.stringifyErrorFileEntry));
|
|
90
|
-
helper_methods_1.saveArrayToFile(Constants.ERROR_NON_INSTRUMENTED_FILENAME, this._buildMappingResult.processedFiles.withCopyErrors.map(helper_methods_1.stringifyErrorFileEntry));
|
|
89
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.INSTRUMENTED_FILENAME, this._buildMappingResult.processedFiles.instrumented);
|
|
90
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.NON_INSTRUMENTED_FILENAME, this._buildMappingResult.processedFiles.notInstrumented);
|
|
91
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.ERROR_INSTRUMENTED_FILENAME, this._buildMappingResult.processedFiles.withInstrumentationErrors.map(helper_methods_1.stringifyErrorFileEntry));
|
|
92
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.ERROR_NON_INSTRUMENTED_FILENAME, this._buildMappingResult.processedFiles.withCopyErrors.map(helper_methods_1.stringifyErrorFileEntry));
|
|
91
93
|
}
|
|
92
94
|
};
|
|
93
95
|
BuildMappingData.prototype.validate = function () {
|
|
@@ -101,13 +103,13 @@ var BuildMappingData = /** @class */ (function (_super) {
|
|
|
101
103
|
BuildMappingData.prototype.printVerbose = function () {
|
|
102
104
|
var _a;
|
|
103
105
|
var fullMessage = '';
|
|
104
|
-
fullMessage += helper_methods_1.buildFilesMessage(this.buildMapping.includedFiles, Constants.INCLUDED_KEY, Constants.INCLUDED_FILENAME);
|
|
105
|
-
fullMessage += helper_methods_1.buildFilesMessage(this.buildMapping.excludedFiles, Constants.EXCLUDED_KEY, Constants.EXCLUDED_FILENAME);
|
|
106
|
+
fullMessage += (0, helper_methods_1.buildFilesMessage)(this.buildMapping.includedFiles, Constants.INCLUDED_KEY, Constants.INCLUDED_FILENAME);
|
|
107
|
+
fullMessage += (0, helper_methods_1.buildFilesMessage)(this.buildMapping.excludedFiles, Constants.EXCLUDED_KEY, Constants.EXCLUDED_FILENAME);
|
|
106
108
|
if ((_a = this.buildMappingResult) === null || _a === void 0 ? void 0 : _a.processedFiles) {
|
|
107
|
-
fullMessage += helper_methods_1.buildFilesMessage(this.buildMappingResult.processedFiles.instrumented, Constants.INSTRUMENTED_KEY, Constants.INSTRUMENTED_FILENAME);
|
|
108
|
-
fullMessage += helper_methods_1.buildFilesMessage(this.buildMappingResult.processedFiles.notInstrumented, Constants.NON_INSTRUMENTED_KEY, Constants.NON_INSTRUMENTED_FILENAME);
|
|
109
|
-
fullMessage += helper_methods_1.buildFilesMessage(this.buildMappingResult.processedFiles.withInstrumentationErrors.map(helper_methods_1.stringifyErrorFileEntry), Constants.ERROR_INSTRUMENTED_KEY, Constants.ERROR_INSTRUMENTED_FILENAME);
|
|
110
|
-
fullMessage += helper_methods_1.buildFilesMessage(this.buildMappingResult.processedFiles.withCopyErrors.map(helper_methods_1.stringifyErrorFileEntry), Constants.ERROR_NON_INSTRUMENTED_KEY, Constants.ERROR_NON_INSTRUMENTED_FILENAME);
|
|
109
|
+
fullMessage += (0, helper_methods_1.buildFilesMessage)(this.buildMappingResult.processedFiles.instrumented, Constants.INSTRUMENTED_KEY, Constants.INSTRUMENTED_FILENAME);
|
|
110
|
+
fullMessage += (0, helper_methods_1.buildFilesMessage)(this.buildMappingResult.processedFiles.notInstrumented, Constants.NON_INSTRUMENTED_KEY, Constants.NON_INSTRUMENTED_FILENAME);
|
|
111
|
+
fullMessage += (0, helper_methods_1.buildFilesMessage)(this.buildMappingResult.processedFiles.withInstrumentationErrors.map(helper_methods_1.stringifyErrorFileEntry), Constants.ERROR_INSTRUMENTED_KEY, Constants.ERROR_INSTRUMENTED_FILENAME);
|
|
112
|
+
fullMessage += (0, helper_methods_1.buildFilesMessage)(this.buildMappingResult.processedFiles.withCopyErrors.map(helper_methods_1.stringifyErrorFileEntry), Constants.ERROR_NON_INSTRUMENTED_KEY, Constants.ERROR_NON_INSTRUMENTED_FILENAME);
|
|
111
113
|
}
|
|
112
114
|
console.log(fullMessage);
|
|
113
115
|
};
|
|
@@ -126,8 +128,8 @@ var BuildMappingData = /** @class */ (function (_super) {
|
|
|
126
128
|
console.log(chalk_1.default.blue('Done scanning\n\n'));
|
|
127
129
|
buildMappingData.validate();
|
|
128
130
|
buildMappingData.buildMapping = buildMappingData.dryRunProxy.buildMappingRequest;
|
|
129
|
-
buildMappingData.uniqueIds = helper_methods_1.getUniqueIdsBuildMap(buildMappingData.buildMapping.files);
|
|
130
|
-
buildMappingData.files = helper_methods_1.uniqueIdsToFoldersByDepth(buildMappingData.uniqueIds, buildArguments.depth);
|
|
131
|
+
buildMappingData.uniqueIds = (0, helper_methods_1.getUniqueIdsBuildMap)(buildMappingData.buildMapping.files);
|
|
132
|
+
buildMappingData.files = (0, helper_methods_1.uniqueIdsToFoldersByDepth)(buildMappingData.uniqueIds, buildArguments.depth);
|
|
131
133
|
buildMappingData.saveDataToFiles();
|
|
132
134
|
buildMappingData.storeThirdParties();
|
|
133
135
|
return [2 /*return*/, buildMappingData];
|
|
@@ -149,8 +151,8 @@ var BuildMappingData = /** @class */ (function (_super) {
|
|
|
149
151
|
};
|
|
150
152
|
BuildMappingData.prototype.storeThirdParties = function () {
|
|
151
153
|
var _this = this;
|
|
152
|
-
this._rawThirdParties = helper_methods_1.getMatchedElements(this.buildMapping.includedFiles, this.thirdPartiesRegExps, this.buildArguments.workspacepath);
|
|
153
|
-
this._logicalThirdParties = helper_methods_1.getMatchedElements(this.buildMapping.files.map(function (file) { return file.logicalPath; }), this.thirdPartiesRegExps, this.buildArguments.workspacepath);
|
|
154
|
+
this._rawThirdParties = (0, helper_methods_1.getMatchedElements)(this.buildMapping.includedFiles, this.thirdPartiesRegExps, this.buildArguments.workspacepath);
|
|
155
|
+
this._logicalThirdParties = (0, helper_methods_1.getMatchedElements)(this.buildMapping.files.map(function (file) { return file.logicalPath; }), this.thirdPartiesRegExps, this.buildArguments.workspacepath);
|
|
154
156
|
this._logicalThirdParties = this._logicalThirdParties.filter(function (file) { return !_this._rawThirdParties.includes(file); });
|
|
155
157
|
};
|
|
156
158
|
BuildMappingData.prototype.hasGitPathDiff = function () {
|
|
@@ -168,8 +170,8 @@ var BuildMappingData = /** @class */ (function (_super) {
|
|
|
168
170
|
slFilePaths = this.buildMapping.files.map(function (file) { return file.logicalPath; });
|
|
169
171
|
differance = slFilePaths.filter(function (path) { return !gitFilePaths.includes(path); });
|
|
170
172
|
if (differance.length > 0) {
|
|
171
|
-
helper_methods_1.saveArrayToFile(Constants.GIT_FILE_PATHS, gitFilePaths);
|
|
172
|
-
helper_methods_1.saveArrayToFile(Constants.SL_FILE_PATHS, slFilePaths);
|
|
173
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.GIT_FILE_PATHS, gitFilePaths);
|
|
174
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.SL_FILE_PATHS, slFilePaths);
|
|
173
175
|
return [2 /*return*/, true];
|
|
174
176
|
}
|
|
175
177
|
return [2 /*return*/, false];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-mapping-data.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/build-mapping-data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"build-mapping-data.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/build-mapping-data.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -38,7 +40,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
38
40
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
39
41
|
function step(op) {
|
|
40
42
|
if (f) throw new TypeError("Generator is already executing.");
|
|
41
|
-
while (_) try {
|
|
43
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
42
44
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
43
45
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
44
46
|
switch (op[0]) {
|
|
@@ -118,7 +120,7 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
118
120
|
return [3 /*break*/, 5];
|
|
119
121
|
case 4:
|
|
120
122
|
e_1 = _b.sent();
|
|
121
|
-
console.log(chalk_1.default.red(Constants.DONE_WITH_ERROR_MSG
|
|
123
|
+
console.log(chalk_1.default.red("".concat(Constants.DONE_WITH_ERROR_MSG, " '").concat(e_1, "'")));
|
|
122
124
|
return [3 /*break*/, 5];
|
|
123
125
|
case 5: return [2 /*return*/];
|
|
124
126
|
}
|
|
@@ -147,11 +149,11 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
147
149
|
this._validations.get(dry_run_validation_1.Validations.GIT_PATH).setFailure();
|
|
148
150
|
}
|
|
149
151
|
if ((_a = buildMappingData.rawThirdParties) === null || _a === void 0 ? void 0 : _a.length) {
|
|
150
|
-
helper_methods_1.saveArrayToFile(Constants.THIRD_PARTY_RAW_FILES_FILENAME, buildMappingData.rawThirdParties);
|
|
152
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.THIRD_PARTY_RAW_FILES_FILENAME, buildMappingData.rawThirdParties);
|
|
151
153
|
this.validations.get(dry_run_validation_1.Validations.RAW_THIRD_PARTY).setFailure(buildMappingData.rawThirdParties.toString());
|
|
152
154
|
}
|
|
153
155
|
if ((_b = buildMappingData.logicalThirdParties) === null || _b === void 0 ? void 0 : _b.length) {
|
|
154
|
-
helper_methods_1.saveArrayToFile(Constants.THIRD_PARTY_LOGICAL_FILES_FILENAME, buildMappingData.logicalThirdParties);
|
|
156
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.THIRD_PARTY_LOGICAL_FILES_FILENAME, buildMappingData.logicalThirdParties);
|
|
155
157
|
this.validations.get(dry_run_validation_1.Validations.LOGICAL_THIRD_PARTY).setFailure(buildMappingData.logicalThirdParties.toString());
|
|
156
158
|
}
|
|
157
159
|
return [2 /*return*/];
|
|
@@ -162,8 +164,8 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
162
164
|
DryRunExecutor.prototype.init = function (dryRunProxy) {
|
|
163
165
|
this.clearCreateDryRunOutputDir();
|
|
164
166
|
this.initCheckMarks();
|
|
165
|
-
helper_methods_1.saveDataToFile(Constants.PROCESS_ARGS_FILENAME, process.argv);
|
|
166
|
-
this.logger = logger_1.LoggerFactory.getCreateDebugFileLogger(path_1.join(Constants.DRY_RUN_OUTPUT, Constants.LOG_FILE));
|
|
167
|
+
(0, helper_methods_1.saveDataToFile)(Constants.PROCESS_ARGS_FILENAME, process.argv);
|
|
168
|
+
this.logger = logger_1.LoggerFactory.getCreateDebugFileLogger((0, path_1.join)(Constants.DRY_RUN_OUTPUT, Constants.LOG_FILE));
|
|
167
169
|
cockpit_notifier_1.CockpitNotifier.setDryRunMode(this.logger, dryRunProxy);
|
|
168
170
|
};
|
|
169
171
|
DryRunExecutor.prototype.printResult = function (dryRunProxy, args, footprintsData, buildMappingData) {
|
|
@@ -176,12 +178,12 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
176
178
|
}
|
|
177
179
|
};
|
|
178
180
|
DryRunExecutor.prototype.printAgentEvents = function (agentEvents) {
|
|
179
|
-
helper_methods_1.saveDataToFile(Constants.AGENT_EVENTS_FILENAME, agentEvents);
|
|
181
|
+
(0, helper_methods_1.saveDataToFile)(Constants.AGENT_EVENTS_FILENAME, agentEvents);
|
|
180
182
|
var eventsEntries = agentEvents.map(function (entry) { return entry.events; });
|
|
181
183
|
var warningsAndErrors = flatMap(eventsEntries).filter(this.isErrorOrWarning);
|
|
182
184
|
if (warningsAndErrors.length > 0) {
|
|
183
|
-
helper_methods_1.saveDataToFile(Constants.ERROR_WARNINGS_FILENAME, warningsAndErrors);
|
|
184
|
-
console.log(chalk_1.default.yellow(" "
|
|
185
|
+
(0, helper_methods_1.saveDataToFile)(Constants.ERROR_WARNINGS_FILENAME, warningsAndErrors);
|
|
186
|
+
console.log(chalk_1.default.yellow(" ".concat(warningsAndErrors.length, " ").concat(Constants.AGENT_EVENTS_ERROR_MSG, "\n")));
|
|
185
187
|
}
|
|
186
188
|
};
|
|
187
189
|
/**
|
|
@@ -201,7 +203,7 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
201
203
|
configurable: true
|
|
202
204
|
});
|
|
203
205
|
DryRunExecutor.prototype.mapArgs = function (args) {
|
|
204
|
-
return __assign(__assign({}, build_args_dto_1.BuildArgsDTO.create(args)), { appname: 'app1', build: 'build1', branch: 'branch1', customerId: 'customer1', token: 't1', server: 'http://sealights.co/api', buildSessionId: 'bs1', workspacepath: utils_1.resolvePath('workspacepath', args.workspacepath), outputpath: path_1.join(Constants.DRY_RUN_OUTPUT, args.outputpath || Constants.INSTRUMENTATION_OUTPUT), folderDepth: parseInt(args.folderDepth), hasNycReport: args.hasNycReport, report: args.report, nycProjectRoot: args.nycProjectRoot, projectRoot: args.buildScanProjectRoot, sendContributors: true, instrumentationOnly: false });
|
|
206
|
+
return __assign(__assign({}, build_args_dto_1.BuildArgsDTO.create(args)), { appname: 'app1', build: 'build1', branch: 'branch1', customerId: 'customer1', token: 't1', server: 'http://sealights.co/api', buildSessionId: 'bs1', workspacepath: (0, utils_1.resolvePath)('workspacepath', args.workspacepath), outputpath: (0, path_1.join)(Constants.DRY_RUN_OUTPUT, args.outputpath || Constants.INSTRUMENTATION_OUTPUT), folderDepth: parseInt(args.folderDepth), hasNycReport: args.hasNycReport, report: args.report, nycProjectRoot: args.nycProjectRoot, projectRoot: args.buildScanProjectRoot, sendContributors: true, instrumentationOnly: false });
|
|
205
207
|
};
|
|
206
208
|
DryRunExecutor.prototype.validateArgs = function (args) {
|
|
207
209
|
if (!args.workspacepath) {
|
|
@@ -222,7 +224,7 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
222
224
|
buildScanIds = buildScanIds.concat(buildScanPathToIds[path]);
|
|
223
225
|
}
|
|
224
226
|
});
|
|
225
|
-
var gap = helper_methods_1.calculateDiffPercentage(footprintIds, buildScanIds);
|
|
227
|
+
var gap = (0, helper_methods_1.calculateDiffPercentage)(footprintIds, buildScanIds);
|
|
226
228
|
if (isNaN(gap)) {
|
|
227
229
|
this._validations.get(dry_run_validation_1.Validations.POSITION).setStatus(dry_run_validation_1.Status.NOT_APPLICABLE);
|
|
228
230
|
}
|
|
@@ -231,7 +233,7 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
231
233
|
}
|
|
232
234
|
};
|
|
233
235
|
DryRunExecutor.prototype.validatePaths = function (buildMappingData, footprintsData) {
|
|
234
|
-
var gap = helper_methods_1.calculateDiffPercentage(footprintsData.truncateFilesPathByDepth(), buildMappingData.truncateFilesPathByDepth());
|
|
236
|
+
var gap = (0, helper_methods_1.calculateDiffPercentage)(footprintsData.truncateFilesPathByDepth(), buildMappingData.truncateFilesPathByDepth());
|
|
235
237
|
if (isNaN(gap)) {
|
|
236
238
|
this._validations.get(dry_run_validation_1.Validations.NYC_PATH).setStatus(dry_run_validation_1.Status.NOT_APPLICABLE);
|
|
237
239
|
}
|
|
@@ -240,10 +242,10 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
240
242
|
}
|
|
241
243
|
};
|
|
242
244
|
DryRunExecutor.prototype.clearCreateDryRunOutputDir = function () {
|
|
243
|
-
if (fs_1.existsSync(Constants.DRY_RUN_OUTPUT)) {
|
|
244
|
-
rimraf_1.sync(Constants.DRY_RUN_OUTPUT);
|
|
245
|
+
if ((0, fs_1.existsSync)(Constants.DRY_RUN_OUTPUT)) {
|
|
246
|
+
(0, rimraf_1.sync)(Constants.DRY_RUN_OUTPUT);
|
|
245
247
|
}
|
|
246
|
-
fs_1.mkdirSync(Constants.DRY_RUN_OUTPUT);
|
|
248
|
+
(0, fs_1.mkdirSync)(Constants.DRY_RUN_OUTPUT);
|
|
247
249
|
};
|
|
248
250
|
DryRunExecutor.prototype.initCheckMarks = function () {
|
|
249
251
|
this._validations.set(dry_run_validation_1.Validations.COLUMN_INFO, new dry_run_validation_1.NoColumnValidation());
|
|
@@ -255,7 +257,7 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
255
257
|
};
|
|
256
258
|
DryRunExecutor.prototype.printCheckMarks = function () {
|
|
257
259
|
console.log(chalk_1.default.blue('Analysis completed, found the following:\n'));
|
|
258
|
-
console.log(chalk_1.default.blue(Constants.DRY_RUN_DOCUMENTATION_MSG
|
|
260
|
+
console.log(chalk_1.default.blue("".concat(Constants.DRY_RUN_DOCUMENTATION_MSG, "\n")));
|
|
259
261
|
var headers = ['Name', 'Status', 'Message'];
|
|
260
262
|
var checkMarksArr = [headers];
|
|
261
263
|
this._validations.forEach(function (value) { return checkMarksArr.push(value.toPrintableArray()); });
|
|
@@ -269,10 +271,10 @@ var DryRunExecutor = /** @class */ (function (_super) {
|
|
|
269
271
|
{ alignment: 'left', width: 120 }
|
|
270
272
|
],
|
|
271
273
|
};
|
|
272
|
-
console.log(table_1.table(checkMarksArr, config));
|
|
274
|
+
console.log((0, table_1.table)(checkMarksArr, config));
|
|
273
275
|
};
|
|
274
276
|
DryRunExecutor.prototype.printCounters = function (buildMapping) {
|
|
275
|
-
console.log(chalk_1.default.blue("Scanned "
|
|
277
|
+
console.log(chalk_1.default.blue("Scanned ".concat(buildMapping.counters.methods, " methods and ").concat(buildMapping.counters.branches, " branches in ").concat(buildMapping.files.length, " files.\n")));
|
|
276
278
|
};
|
|
277
279
|
return DryRunExecutor;
|
|
278
280
|
}(base_executor_1.BaseExecutor));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dry-run-executor.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/dry-run-executor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dry-run-executor.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/dry-run-executor.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAA8C;AAE9C,oEAA+D;AAC/D,qCAAwC;AACxC,yBAAyC;AAEzC,qDAAuD;AACvD,kFAA8E;AAC9E,iCAAyC;AACzC,6BAA0B;AAC1B,2DAU8B;AAC9B,+BAA4B;AAC5B,+BAA0B;AAC1B,4FAAmH;AACnH,wCAA2C;AAC3C,oDAA+C;AAC/C,2DAAsD;AACtD,qDAAiD;AACjD,mDAA4F;AAC5F,iDAAqD;AAErD;IAAoC,kCAA0C;IAA9E;QAAA,qEAkMC;QAjMa,iBAAW,GAAG,QAAQ,CAAC;QACzB,kBAAY,GAAuC,IAAI,GAAG,EAAiC,CAAC;;IAgMxG,CAAC;IA9LgB,gCAAO,GAApB,UAAqB,IAAiB,EAAE,SAAoB;;;;;;;;wBAEpD,IAAI,CAAC,2BAA2B,EAAE,CAAC;wBACnC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;wBAClB,WAAW,GAAG,IAAI,2BAAW,EAAE,CAAC;wBACtC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;wBACvB,IAAI,CAAC,uBAAuB,EAAE,CAAA;wBACxB,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;wBACjB,qBAAM,qCAAgB,CAAC,GAAG,CAAC,WAAW,EAAE,cAAc,EAAE,IAAI,CAAC,MAAM,CAAC,EAAA;;wBAAvF,gBAAgB,GAAG,SAAoE;wBAC7F,qBAAM,IAAI,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,EAAA;;wBAAnD,SAAmD,CAAC;wBAC7B,qBAAM,gCAAc,CAAC,GAAG,CAAC,cAAc,EAAE,IAAI,CAAC,MAAM,EAAE,WAAW,CAAC,EAAA;;wBAAnF,cAAc,GAAG,SAAkE;wBACzF,IAAI,CAAC,WAAW,CAAC,gBAAgB,EAAE,cAAc,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;wBACzE,IAAI,CAAC,WAAW,CAAC,WAAW,EAAE,IAAI,EAAE,cAAc,EAAE,gBAAgB,CAAC,CAAC;wBACtE,IAAG,MAAA,gBAAgB,CAAC,kBAAkB,0CAAE,GAAG,EAAE;4BACzC,MAAO,gBAAgB,CAAC,kBAAkB,CAAC,GAAG,CAAA;yBACjD;;;;wBAED,OAAO,CAAC,GAAG,CAAC,eAAK,CAAC,GAAG,CAAC,UAAG,SAAS,CAAC,mBAAmB,eAAK,GAAC,MAAG,CAAC,CAAC,CAAC;;;;;;KAEzE;IAEY,qCAAY,GAAzB,UAA0B,IAAiB;;;gBACvC,sBAAO,IAAI,EAAC;;;KACf;IAEa,+CAAsB,GAApC,UAAqC,gBAAkC;;;;;;wBACnE,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,EAAE;4BACnC,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,WAAW,CAAC,CAAC,UAAU,EAAE,CAAC;yBAC/D;wBAEE,qBAAM,gBAAgB,CAAC,cAAc,EAAE,EAAA;;wBAA1C,IAAG,SAAuC,EAAE;4BACxC,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,CAAC;yBAC5D;wBAED,IAAG,MAAA,gBAAgB,CAAC,eAAe,0CAAE,MAAM,EAAE;4BACzC,IAAA,gCAAe,EAAC,SAAS,CAAC,8BAA8B,EAAE,gBAAgB,CAAC,eAAe,CAAC,CAAC;4BAC5F,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,gCAAW,CAAC,eAAe,CAAC,CAAC,UAAU,CAAC,gBAAgB,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,CAAA;yBAC5G;wBAED,IAAG,MAAA,gBAAgB,CAAC,mBAAmB,0CAAE,MAAM,EAAE;4BAC7C,IAAA,gCAAe,EAAC,SAAS,CAAC,kCAAkC,EAAE,gBAAgB,CAAC,mBAAmB,CAAC,CAAC;4BACpG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,gCAAW,CAAC,mBAAmB,CAAC,CAAC,UAAU,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,QAAQ,EAAE,CAAC,CAAA;yBACpH;;;;;KACJ;IAEO,6BAAI,GAAZ,UAAa,WAAwB;QACjC,IAAI,CAAC,0BAA0B,EAAE,CAAC;QAClC,IAAI,CAAC,cAAc,EAAE,CAAC;QACtB,IAAA,+BAAc,EAAC,SAAS,CAAC,qBAAqB,EAAE,OAAO,CAAC,IAAI,CAAC,CAAA;QAC7D,IAAI,CAAC,MAAM,GAAG,sBAAa,CAAC,wBAAwB,CAAC,IAAA,WAAI,EAAC,SAAS,CAAC,cAAc,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC;QACzG,kCAAe,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IAC5D,CAAC;IAEO,oCAAW,GAAnB,UAAoB,WAAwB,EAAE,IAAiB,EAAE,cAA8B,EAAE,gBAAkC;QAC/H,IAAI,CAAC,aAAa,CAAC,gBAAgB,CAAC,YAAY,CAAC,CAAC;QAClD,IAAI,CAAC,eAAe,EAAE,CAAC;QACvB,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC;QAE/C,IAAI,IAAI,CAAC,OAAO,EAAE;YACd,gBAAgB,CAAC,YAAY,EAAE,CAAC;YAChC,cAAc,CAAC,YAAY,EAAE,CAAC;SACjC;IACL,CAAC;IAEO,yCAAgB,GAAxB,UAAyB,WAAsC;QAC3D,IAAA,+BAAc,EAAC,SAAS,CAAC,qBAAqB,EAAE,WAAW,CAAC,CAAC;QAC7D,IAAM,aAAa,GAAyB,WAAW,CAAC,GAAG,CAAC,UAAA,KAAK,IAAI,OAAA,KAAK,CAAC,MAAM,EAAZ,CAAY,CAAC,CAAC;QACnF,IAAM,iBAAiB,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC/E,IAAG,iBAAiB,CAAC,MAAM,GAAG,CAAC,EAAC;YAC5B,IAAA,+BAAc,EAAC,SAAS,CAAC,uBAAuB,EAAE,iBAAiB,CAAC,CAAC;YACrE,OAAO,CAAC,GAAG,CAAC,eAAK,CAAC,MAAM,CAAC,WAAI,iBAAiB,CAAC,MAAM,cAAI,SAAS,CAAC,sBAAsB,OAAI,CAAC,CAAC,CAAC;SACnG;IACL,CAAC;IAED;;;;;OAKG;IACK,yCAAgB,GAAxB,UAAyB,KAAuB;QAC5C,OAAO,KAAK,CAAC,IAAI,IAAI,sCAAc,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,IAAI,sCAAc,CAAC,eAAe,CAAC;IAC7F,CAAC;IAED,sBAAI,uCAAW;aAAf;YACI,OAAO,IAAI,CAAC,YAAY,CAAC;QAC7B,CAAC;;;OAAA;IAEM,gCAAO,GAAd,UAAe,IAAiB;QAC5B,6BACO,6BAAY,CAAC,MAAM,CAAC,IAAI,CAAC,KAC5B,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,QAAQ,EACf,MAAM,EAAE,SAAS,EACjB,UAAU,EAAE,WAAW,EACvB,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,yBAAyB,EACjC,cAAc,EAAE,KAAK,EACrB,aAAa,EAAE,IAAA,mBAAW,EAAC,eAAe,EAAE,IAAI,CAAC,aAAa,CAAC,EAC/D,UAAU,EAAE,IAAA,WAAI,EAAC,SAAS,CAAC,cAAc,EAAE,IAAI,CAAC,UAAU,IAAI,SAAS,CAAC,sBAAsB,CAAC,EAC/F,WAAW,EAAE,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,EACvC,YAAY,EAAE,IAAI,CAAC,YAAY,EAC/B,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,cAAc,EAAE,IAAI,CAAC,cAAc,EACnC,WAAW,EAAE,IAAI,CAAC,oBAAoB,EACtC,gBAAgB,EAAE,IAAI,EACtB,mBAAmB,EAAE,KAAK,IAC5B;IACN,CAAC;IAEM,qCAAY,GAAnB,UAAoB,IAAiB;QACjC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE;YACrB,MAAM,yEAAyE,CAAA;SAClF;QACD,OAAO,IAAI,CAAC;IAChB,CAAC;IAEO,oCAAW,GAAnB,UAAoB,gBAAkC,EAAE,cAA8B,EAAE,KAAa;QACjG,IAAI,CAAC,aAAa,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAC;QACrD,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,eAAe,EAAE,EAAE,gBAAgB,CAAC,eAAe,EAAE,CAAC,CAAC;IACjG,CAAC;IAEO,0CAAiB,GAAzB,UAA0B,mBAA8C,EAAE,kBAA6C;QACnH,IAAI,YAAY,GAAa,EAAE,CAAC;QAChC,IAAI,YAAY,GAAa,EAAE,CAAC;QAChC,MAAM,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,OAAO,CAAC,UAAC,IAAY;YAClD,IAAG,kBAAkB,CAAC,IAAI,CAAC,EAAE;gBACzB,YAAY,GAAG,YAAY,CAAC,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC;gBAC9D,YAAY,GAAG,YAAY,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAC;aAChE;QACL,CAAC,CAAC,CAAC;QACH,IAAM,GAAG,GAAG,IAAA,wCAAuB,EAAC,YAAY,EAAE,YAAY,CAAC,CAAC;QAEhE,IAAG,KAAK,CAAC,GAAG,CAAC,EAAC;YACV,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,2BAAM,CAAC,cAAc,CAAC,CAAC;SAChF;aACI,IAAG,GAAG,IAAI,SAAS,CAAC,6BAA6B,EAAE;YACpD,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,QAAQ,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;SAC/D;IACL,CAAC;IAEO,sCAAa,GAArB,UAAsB,gBAAkC,EAAE,cAA8B;QACpF,IAAM,GAAG,GAAG,IAAA,wCAAuB,EAAC,cAAc,CAAC,wBAAwB,EAAE,EAAE,gBAAgB,CAAC,wBAAwB,EAAE,CAAC,CAAC;QAE5H,IAAG,KAAK,CAAC,GAAG,CAAC,EAAC;YACV,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,2BAAM,CAAC,cAAc,CAAC,CAAC;SAChF;aACI,IAAG,GAAG,IAAI,SAAS,CAAC,yBAAyB,EAAE;YAChD,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,QAAQ,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;SAC/D;IACL,CAAC;IAEO,mDAA0B,GAAlC;QACI,IAAI,IAAA,eAAU,EAAC,SAAS,CAAC,cAAc,CAAC,EAAE;YACtC,IAAA,aAAU,EAAC,SAAS,CAAC,cAAc,CAAC,CAAC;SACxC;QACD,IAAA,cAAS,EAAC,SAAS,CAAC,cAAc,CAAC,CAAA;IACvC,CAAC;IAEO,uCAAc,GAAtB;QACI,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,WAAW,EAAE,IAAI,uCAAkB,EAAE,CAAC,CAAC;QACzE,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,QAAQ,EAAE,IAAI,uCAAkB,EAAE,CAAC,CAAC;QACtE,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,eAAe,EAAE,IAAI,4CAAuB,EAAE,CAAC,CAAC;QAClF,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,mBAAmB,EAAE,IAAI,gDAA2B,EAAE,CAAC,CAAC;QAC1F,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,QAAQ,EAAE,IAAI,uCAAkB,EAAE,CAAC,CAAC;QACtE,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,gCAAW,CAAC,QAAQ,EAAE,IAAI,uCAAkB,EAAE,CAAC,CAAC;IAC1E,CAAC;IAEO,wCAAe,GAAvB;QACI,OAAO,CAAC,GAAG,CAAC,eAAK,CAAC,IAAI,CAAC,4CAA4C,CAAC,CAAC,CAAC;QACtE,OAAO,CAAC,GAAG,CAAC,eAAK,CAAC,IAAI,CAAC,UAAG,SAAS,CAAC,yBAAyB,OAAI,CAAC,CAAC,CAAC;QACpE,IAAM,OAAO,GAAG,CAAC,MAAM,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAC;QAC9C,IAAM,aAAa,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,UAAA,KAAK,IAAI,OAAA,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,CAAC,EAA5C,CAA4C,CAAC,CAAC;QACjF,IAAM,MAAM,GAAG;YACX,aAAa,EAAE;gBACX,QAAQ,EAAE,IAAI;aACjB;YACD,OAAO,EAAE;gBACL,EAAE,SAAS,EAAE,MAAM,EAAE;gBACrB,EAAE,SAAS,EAAE,QAAQ,EAAE;gBACvB,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE;aACpC;SACJ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,IAAA,aAAK,EAAC,aAAa,EAAE,MAAa,CAAC,CAAC,CAAC;IACrD,CAAC;IAEO,sCAAa,GAArB,UAAsB,YAAwC;QAC1D,OAAO,CAAC,GAAG,CAAC,eAAK,CAAC,IAAI,CAAC,kBAAW,YAAY,CAAC,QAAQ,CAAC,OAAO,0BAAgB,YAAY,CAAC,QAAQ,CAAC,QAAQ,0BAAgB,YAAY,CAAC,KAAK,CAAC,MAAM,eAAY,CAAC,CAAC,CAAA;IACxK,CAAC;IACL,qBAAC;AAAD,CAAC,AAlMD,CAAoC,4BAAY,GAkM/C;AAlMY,wCAAc"}
|
|
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -21,7 +23,7 @@ var DryRunValidation = /** @class */ (function () {
|
|
|
21
23
|
}
|
|
22
24
|
DryRunValidation.prototype.setFailure = function (prefix) {
|
|
23
25
|
if (prefix != null) {
|
|
24
|
-
this.message = ""
|
|
26
|
+
this.message = "".concat(prefix).concat(this.message);
|
|
25
27
|
}
|
|
26
28
|
this.status = Status.FAILED;
|
|
27
29
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dry-run-validation.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/dry-run-validation.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dry-run-validation.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/dry-run-validation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,uDAOmC;AAEnC;IAAA;QAGI,WAAM,GAAW,MAAM,CAAC,EAAE,CAAC;IAmB/B,CAAC;IAjBU,qCAAU,GAAjB,UAAkB,MAAwB;QACtC,IAAG,MAAM,IAAI,IAAI,EAAC;YACd,IAAI,CAAC,OAAO,GAAG,UAAG,MAAM,SAAG,IAAI,CAAC,OAAO,CAAE,CAAC;SAC7C;QACD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;IAChC,CAAC;IAEM,oCAAS,GAAhB,UAAiB,MAAc;QAC3B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,CAAC;IAEM,2CAAgB,GAAvB;QACI,IAAM,YAAY,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QAC9C,IAAM,OAAO,GAAG,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;QACjE,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;QAC1B,OAAO,YAAY,CAAC;IACxB,CAAC;IACL,uBAAC;AAAD,CAAC,AAtBD,IAsBC;AAtBqB,4CAAgB;AAwBtC;IAAwC,sCAAgB;IAAxD;QAAA,qEAGC;QAFG,aAAO,GAAG,yBAAa,CAAC;QACxB,UAAI,GAAG,WAAW,CAAC,WAAW,CAAC;;IACnC,CAAC;IAAD,yBAAC;AAAD,CAAC,AAHD,CAAwC,gBAAgB,GAGvD;AAHY,gDAAkB;AAK/B;IAAwC,sCAAgB;IAAxD;QAAA,qEAGC;QAFG,aAAO,GAAG,6BAAiB,CAAC;QAC5B,UAAI,GAAG,WAAW,CAAC,QAAQ,CAAC;;IAChC,CAAC;IAAD,yBAAC;AAAD,CAAC,AAHD,CAAwC,gBAAgB,GAGvD;AAHY,gDAAkB;AAK/B;IAAwC,sCAAgB;IAAxD;QAAA,qEAGC;QAFG,aAAO,GAAG,6BAAiB,CAAC;QAC5B,UAAI,GAAG,WAAW,CAAC,QAAQ,CAAC;;IAChC,CAAC;IAAD,yBAAC;AAAD,CAAC,AAHD,CAAwC,gBAAgB,GAGvD;AAHY,gDAAkB;AAK/B;IAAwC,sCAAgB;IAAxD;QAAA,qEAGC;QAFG,aAAO,GAAG,6BAAiB,CAAC;QAC5B,UAAI,GAAG,WAAW,CAAC,QAAQ,CAAC;;IAChC,CAAC;IAAD,yBAAC;AAAD,CAAC,AAHD,CAAwC,gBAAgB,GAGvD;AAHY,gDAAkB;AAK/B;IAA6C,2CAAgB;IAA7D;QAAA,qEAGC;QAFG,aAAO,GAAG,+BAAmB,CAAC;QAC9B,UAAI,GAAG,WAAW,CAAC,eAAe,CAAC;;IACvC,CAAC;IAAD,8BAAC;AAAD,CAAC,AAHD,CAA6C,gBAAgB,GAG5D;AAHY,0DAAuB;AAKpC;IAAiD,+CAAgB;IAAjE;QAAA,qEAGC;QAFG,aAAO,GAAG,mCAAuB,CAAC;QAClC,UAAI,GAAG,WAAW,CAAC,mBAAmB,CAAC;;IAC3C,CAAC;IAAD,kCAAC;AAAD,CAAC,AAHD,CAAiD,gBAAgB,GAGhE;AAHY,kEAA2B;AAKxC,IAAY,MAIX;AAJD,WAAY,MAAM;IACd,mBAAQ,CAAA;IACR,2BAAiB,CAAA;IACjB,+BAAqB,CAAA;AACzB,CAAC,EAJW,MAAM,GAAN,cAAM,KAAN,cAAM,QAIjB;AAED,IAAY,WAOX;AAPD,WAAY,WAAW;IACnB,qCAAsB,CAAA;IACtB,qCAAsB,CAAA;IACtB,0CAA2B,CAAA;IAC3B,iDAAkC,CAAA;IAClC,iEAAkD,CAAA;IAClD,qFAAsE,CAAA;AAC1E,CAAC,EAPW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAOtB"}
|
|
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -27,7 +29,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27
29
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
28
30
|
function step(op) {
|
|
29
31
|
if (f) throw new TypeError("Generator is already executing.");
|
|
30
|
-
while (_) try {
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
31
33
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
32
34
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
33
35
|
switch (op[0]) {
|
|
@@ -84,8 +86,8 @@ var FootprintsData = /** @class */ (function (_super) {
|
|
|
84
86
|
return nycReportExecutorFpv6.dryRun();
|
|
85
87
|
};
|
|
86
88
|
FootprintsData.prototype.saveDataToFiles = function () {
|
|
87
|
-
helper_methods_1.saveDataToFile(Constants.FOOTPRINTS, this.footprints);
|
|
88
|
-
helper_methods_1.saveArrayToFile(Constants.FP_IDS_FILENAME, this.uniqueIds);
|
|
89
|
+
(0, helper_methods_1.saveDataToFile)(Constants.FOOTPRINTS, this.footprints);
|
|
90
|
+
(0, helper_methods_1.saveArrayToFile)(Constants.FP_IDS_FILENAME, this.uniqueIds);
|
|
89
91
|
};
|
|
90
92
|
FootprintsData.prototype.printVerbose = function () {
|
|
91
93
|
};
|
|
@@ -105,8 +107,8 @@ var FootprintsData = /** @class */ (function (_super) {
|
|
|
105
107
|
case 1:
|
|
106
108
|
_a.footprints = _b.sent();
|
|
107
109
|
if (footprintsData.footprints) {
|
|
108
|
-
footprintsData.uniqueIds = helper_methods_1.getUniqueIdsFootprints(footprintsData.footprints);
|
|
109
|
-
footprintsData.files = helper_methods_1.uniqueIdsToFoldersByDepth(footprintsData.uniqueIds, buildArguments.depth);
|
|
110
|
+
footprintsData.uniqueIds = (0, helper_methods_1.getUniqueIdsFootprints)(footprintsData.footprints);
|
|
111
|
+
footprintsData.files = (0, helper_methods_1.uniqueIdsToFoldersByDepth)(footprintsData.uniqueIds, buildArguments.depth);
|
|
110
112
|
footprintsData.saveDataToFiles();
|
|
111
113
|
}
|
|
112
114
|
console.log(chalk_1.default.blue('Done reading nyc report\n\n'));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"footprints-data.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/footprints-data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"footprints-data.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/footprints-data.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,7 +8,7 @@ var flatMap = require("lodash/flatMap");
|
|
|
8
8
|
var files_utils_1 = require("../../../common/utils/files-utils");
|
|
9
9
|
function saveDataToFile(filename, data) {
|
|
10
10
|
if (data === void 0) { data = []; }
|
|
11
|
-
fs_1.writeFileSync(path_1.join(Constants.DRY_RUN_OUTPUT, filename), JSON.stringify(data, null, '\t'));
|
|
11
|
+
(0, fs_1.writeFileSync)((0, path_1.join)(Constants.DRY_RUN_OUTPUT, filename), JSON.stringify(data, null, '\t'));
|
|
12
12
|
}
|
|
13
13
|
exports.saveDataToFile = saveDataToFile;
|
|
14
14
|
function saveArrayToFile(filename, arr) {
|
|
@@ -16,7 +16,7 @@ function saveArrayToFile(filename, arr) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.saveArrayToFile = saveArrayToFile;
|
|
18
18
|
function stringifyErrorFileEntry(entry) {
|
|
19
|
-
return entry.file
|
|
19
|
+
return "".concat(entry.file, ", error: ").concat(entry.error, ";");
|
|
20
20
|
}
|
|
21
21
|
exports.stringifyErrorFileEntry = stringifyErrorFileEntry;
|
|
22
22
|
function getUniqueIdsBuildMap(files) {
|
|
@@ -42,9 +42,9 @@ function getMatchedElements(files, regExps, prefixToTrim) {
|
|
|
42
42
|
exports.getMatchedElements = getMatchedElements;
|
|
43
43
|
function printArray(arr, filename) {
|
|
44
44
|
arr = arr === null || arr === void 0 ? void 0 : arr.sort(compareCaseInsensitive);
|
|
45
|
-
var message = "\n\t"
|
|
45
|
+
var message = "\n\t".concat(arr.slice(0, Constants.MAX_ITEMS_TO_PRINT).join('\n\t'));
|
|
46
46
|
if (arr.length > Constants.MAX_ITEMS_TO_PRINT) {
|
|
47
|
-
message += "\n\t...\n \n\tFull files list is in "
|
|
47
|
+
message += "\n\t...\n \n\tFull files list is in ".concat(Constants.DRY_RUN_OUTPUT, "/").concat(filename);
|
|
48
48
|
}
|
|
49
49
|
return message;
|
|
50
50
|
}
|
|
@@ -69,9 +69,9 @@ function truncatePathByDepth(path, depth) {
|
|
|
69
69
|
}
|
|
70
70
|
exports.truncatePathByDepth = truncatePathByDepth;
|
|
71
71
|
function buildFilesMessage(files, key, fileName) {
|
|
72
|
-
var message = "\n"
|
|
72
|
+
var message = "\n".concat(key, " files:");
|
|
73
73
|
if (arrayIsEmpty(files)) {
|
|
74
|
-
message += "\n\tNo files were "
|
|
74
|
+
message += "\n\tNo files were ".concat(key, " in the scan");
|
|
75
75
|
}
|
|
76
76
|
else {
|
|
77
77
|
message += printArray(files, fileName);
|
|
@@ -87,7 +87,7 @@ function getMatchedStrings(regExps) {
|
|
|
87
87
|
var thirdParties = [];
|
|
88
88
|
regExps.forEach(function (regExp) {
|
|
89
89
|
if (regExp.test(file)) {
|
|
90
|
-
thirdParties.push("'"
|
|
90
|
+
thirdParties.push("'".concat(regExp.source, "'"));
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
93
|
return thirdParties;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper-methods.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/helper-methods.ts"],"names":[],"mappings":";;;AAAA,yBAAiC;AACjC,6BAA0B;AAC1B,qDAAuD;AAGvD,wCAA2C;AAC3C,iEAA6D;AAG7D,SAAgB,cAAc,CAAC,QAAgB,EAAE,IAA6B;IAA7B,qBAAA,EAAA,SAA6B;IAC1E,kBAAa,
|
|
1
|
+
{"version":3,"file":"helper-methods.js","sourceRoot":"","sources":["../../../../cli-parse/executors/dry-run/helper-methods.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -27,7 +29,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27
29
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
28
30
|
function step(op) {
|
|
29
31
|
if (f) throw new TypeError("Generator is already executing.");
|
|
30
|
-
while (_) try {
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
31
33
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
32
34
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
33
35
|
switch (op[0]) {
|
|
@@ -64,7 +66,7 @@ var EndExecutionExecutor = /** @class */ (function (_super) {
|
|
|
64
66
|
var _this = this;
|
|
65
67
|
return __generator(this, function (_a) {
|
|
66
68
|
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
67
|
-
api_1.endExecution(_this.mapArgs(args), _this.baseData, function (err) {
|
|
69
|
+
(0, api_1.endExecution)(_this.mapArgs(args), _this.baseData, function (err) {
|
|
68
70
|
err ? reject(err) : resolve(true);
|
|
69
71
|
});
|
|
70
72
|
})];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"end-execution-executor.js","sourceRoot":"","sources":["../../../cli-parse/executors/end-execution-executor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"end-execution-executor.js","sourceRoot":"","sources":["../../../cli-parse/executors/end-execution-executor.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,uEAAkE;AAClE,+CAAqD;AAGrD;IAA0C,wCAA+D;IAAzG;QAAA,qEAwBC;QAtBa,iBAAW,GAAG,cAAc,CAAC;;IAsB3C,CAAC;IApBgB,2CAAY,GAAzB,UAA0B,IAAwB;;;;gBAC9C,sBAAO,IAAI,OAAO,CAAC,UAAC,OAAO,EAAE,MAAM;wBAC/B,IAAA,kBAAY,EAAC,KAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,KAAI,CAAC,QAAQ,EAAE,UAAA,GAAG;4BAC/C,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;wBACtC,CAAC,CAAC,CAAA;oBACN,CAAC,CAAC,EAAA;;;KACL;IAEM,sCAAO,GAAd,UAAe,IAAwB;QACnC,OAAO;YACH,YAAY,EAAE,IAAI;YAClB,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,KAAK;YAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM;YAC5B,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC,OAAO;YAC9B,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,UAAU;YACpC,SAAS,EAAE,IAAI,CAAC,QAAQ,CAAC,SAAS;YAClC,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,UAAU;YACpC,WAAW,EAAE,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,cAAc;SAC1D,CAAC;IACN,CAAC;IACL,2BAAC;AAAD,CAAC,AAxBD,CAA0C,iDAAsB,GAwB/D;AAxBY,oDAAoB"}
|
|
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -27,7 +29,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27
29
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
28
30
|
function step(op) {
|
|
29
31
|
if (f) throw new TypeError("Generator is already executing.");
|
|
30
|
-
while (_) try {
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
31
33
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
32
34
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
33
35
|
switch (op[0]) {
|
|
@@ -113,7 +115,7 @@ var IntegrationBuildComponentsExecutor = /** @class */ (function (_super) {
|
|
|
113
115
|
IntegrationBuildComponentsExecutor.prototype.parseJsonFile = function (filename) {
|
|
114
116
|
var rawFile;
|
|
115
117
|
try {
|
|
116
|
-
rawFile = fs_1.readFileSync(filename).toString();
|
|
118
|
+
rawFile = (0, fs_1.readFileSync)(filename).toString();
|
|
117
119
|
}
|
|
118
120
|
catch (err) {
|
|
119
121
|
this.logger.error('Error reading file \'%s\'. %s', filename, err);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration-build-components-executor.js","sourceRoot":"","sources":["../../../cli-parse/executors/integration-build-components-executor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"integration-build-components-executor.js","sourceRoot":"","sources":["../../../cli-parse/executors/integration-build-components-executor.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -27,7 +29,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27
29
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
28
30
|
function step(op) {
|
|
29
31
|
if (f) throw new TypeError("Generator is already executing.");
|
|
30
|
-
while (_) try {
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
31
33
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
32
34
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
33
35
|
switch (op[0]) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration-build-delete-components-executor.js","sourceRoot":"","sources":["../../../cli-parse/executors/integration-build-delete-components-executor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"integration-build-delete-components-executor.js","sourceRoot":"","sources":["../../../cli-parse/executors/integration-build-delete-components-executor.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,iGAA2F;AAG3F;IAA8D,4DAAkC;IAAhG;QAAA,qEAWC;QAVa,iBAAW,GAAG,iBAAiB,CAAC;;IAU9C,CAAC;IARU,0DAAO,GAAd,UAAe,IAAiC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IAGe,gEAAa,GAA7B,UAA8B,cAAsB,EAAE,UAAyC,EAAE,OAAe;;;gBAC5G,sBAAO,IAAI,CAAC,YAAY,CAAC,gCAAgC,CAAC,cAAc,EAAE,UAAU,EAAE,OAAO,CAAC,EAAC;;;KAClG;IACL,+CAAC;AAAD,CAAC,AAXD,CAA8D,0EAAkC,GAW/F;AAXY,4FAAwC"}
|
|
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -27,7 +29,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27
29
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
28
30
|
function step(op) {
|
|
29
31
|
if (f) throw new TypeError("Generator is already executing.");
|
|
30
|
-
while (_) try {
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
31
33
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
32
34
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
33
35
|
switch (op[0]) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration-build-update-components-executor.js","sourceRoot":"","sources":["../../../cli-parse/executors/integration-build-update-components-executor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"integration-build-update-components-executor.js","sourceRoot":"","sources":["../../../cli-parse/executors/integration-build-update-components-executor.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,iGAA2F;AAG3F;IAA8D,4DAAkC;IAAhG;;IASA,CAAC;IAPU,0DAAO,GAAd,UAAe,IAAiC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IAEe,gEAAa,GAA7B,UAA8B,cAAsB,EAAE,UAAyC,EAAE,OAAe;;;gBAC5G,sBAAO,IAAI,CAAC,YAAY,CAAC,qCAAqC,CAAC,cAAc,EAAE,UAAU,EAAE,OAAO,CAAC,EAAC;;;KACvG;IACL,+CAAC;AAAD,CAAC,AATD,CAA8D,0EAAkC,GAS/F;AATY,4FAAwC"}
|