@shell-shock/core 0.17.21 → 0.17.23
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/README.md +16 -7
- package/dist/api.cjs +4 -5
- package/dist/api.d.cts +1 -1
- package/dist/api.d.mts +1 -1
- package/dist/api.mjs +2 -2
- package/dist/command-B6KYexlV.d.mts +308 -0
- package/dist/command-B6KYexlV.d.mts.map +1 -0
- package/dist/command-CtfR7hKM.d.cts +308 -0
- package/dist/command-CtfR7hKM.d.cts.map +1 -0
- package/dist/components/command-validation-logic.cjs +153 -216
- package/dist/components/command-validation-logic.d.cts +2 -1
- package/dist/components/command-validation-logic.d.cts.map +1 -1
- package/dist/components/command-validation-logic.d.mts +2 -1
- package/dist/components/command-validation-logic.mjs +153 -214
- package/dist/components/docs.cjs +6 -364
- package/dist/components/docs.d.cts +2 -3
- package/dist/components/docs.d.cts.map +1 -1
- package/dist/components/docs.d.mts +2 -3
- package/dist/components/docs.mjs +2 -356
- package/dist/components/exec-builtin.cjs +63 -100
- package/dist/components/exec-builtin.d.cts +1 -2
- package/dist/components/exec-builtin.d.cts.map +1 -1
- package/dist/components/exec-builtin.d.mts +1 -2
- package/dist/components/exec-builtin.mjs +7 -41
- package/dist/components/helpers.cjs +2 -52
- package/dist/components/helpers.d.cts +2 -1
- package/dist/components/helpers.d.cts.map +1 -1
- package/dist/components/helpers.d.mts +2 -1
- package/dist/components/helpers.mjs +2 -50
- package/dist/components/index.cjs +7 -23
- package/dist/components/index.mjs +9 -9
- package/dist/components/options-parser-logic.cjs +198 -420
- package/dist/components/options-parser-logic.d.cts +2 -5
- package/dist/components/options-parser-logic.d.cts.map +1 -1
- package/dist/components/options-parser-logic.d.mts +2 -5
- package/dist/components/options-parser-logic.mjs +192 -407
- package/dist/components/state-builtin.cjs +106 -164
- package/dist/components/state-builtin.d.cts +1 -2
- package/dist/components/state-builtin.d.cts.map +1 -1
- package/dist/components/state-builtin.d.mts +1 -2
- package/dist/components/state-builtin.mjs +12 -68
- package/dist/components/usage.cjs +4 -48
- package/dist/components/usage.d.cts +1 -2
- package/dist/components/usage.d.cts.map +1 -1
- package/dist/components/usage.d.mts +1 -2
- package/dist/components/usage.mjs +4 -46
- package/dist/components/utils-builtin.cjs +77 -144
- package/dist/components/utils-builtin.d.cts +1 -2
- package/dist/components/utils-builtin.d.cts.map +1 -1
- package/dist/components/utils-builtin.d.mts +1 -2
- package/dist/components/utils-builtin.mjs +9 -74
- package/dist/config-BIF9mEz0.d.cts +157 -0
- package/dist/config-BIF9mEz0.d.cts.map +1 -0
- package/dist/config-CnNYdfsL.d.mts +157 -0
- package/dist/config-CnNYdfsL.d.mts.map +1 -0
- package/dist/config.cjs +24 -58
- package/dist/config.d.cts +1 -2
- package/dist/config.d.cts.map +1 -1
- package/dist/config.d.mts +1 -2
- package/dist/config.mjs +23 -55
- package/dist/{plugin-utils/context-helpers.mjs → context-helpers-D3EJxwbq.mjs} +5 -83
- package/dist/context-helpers-D3EJxwbq.mjs.map +1 -0
- package/dist/{plugin-utils/context-helpers.cjs → context-helpers-_wUuFRB8.cjs} +63 -92
- package/dist/contexts/command.cjs +3 -9
- package/dist/contexts/command.d.cts +1 -2
- package/dist/contexts/command.d.cts.map +1 -1
- package/dist/contexts/command.d.mts +1 -2
- package/dist/contexts/command.mjs +2 -7
- package/dist/contexts/index.cjs +19 -1
- package/dist/contexts/index.d.cts +2 -1
- package/dist/contexts/index.d.mts +2 -1
- package/dist/contexts/index.mjs +2 -1
- package/dist/contexts/options.cjs +7 -30
- package/dist/contexts/options.d.cts +1 -2
- package/dist/contexts/options.d.cts.map +1 -1
- package/dist/contexts/options.d.mts +1 -2
- package/dist/contexts/options.mjs +7 -27
- package/dist/contexts/power-plant.cjs +19 -0
- package/dist/contexts/power-plant.d.cts +2 -0
- package/dist/contexts/power-plant.d.mts +2 -0
- package/dist/contexts/power-plant.mjs +5 -0
- package/dist/docs-C6ZvsVMu.cjs +278 -0
- package/dist/docs-CGQ2HtEY.mjs +249 -0
- package/dist/docs-CGQ2HtEY.mjs.map +1 -0
- package/dist/engine.cjs +5 -39
- package/dist/engine.d.cts +1 -2
- package/dist/engine.d.cts.map +1 -1
- package/dist/engine.d.mts +1 -2
- package/dist/engine.mjs +4 -37
- package/dist/generator.cjs +68 -0
- package/dist/generator.d.cts +15 -0
- package/dist/generator.d.cts.map +1 -0
- package/dist/generator.d.mts +15 -0
- package/dist/generator.d.mts.map +1 -0
- package/dist/generator.mjs +66 -0
- package/dist/generator.mjs.map +1 -0
- package/dist/{helpers/get-framework.cjs → get-framework-CxZc2krd.cjs} +7 -8
- package/dist/{helpers/get-framework.mjs → get-framework-Dlqz2hVZ.mjs} +3 -8
- package/dist/get-framework-Dlqz2hVZ.mjs.map +1 -0
- package/dist/helpers/power-plant.cjs +102 -0
- package/dist/helpers/power-plant.d.cts +61 -0
- package/dist/helpers/power-plant.d.cts.map +1 -0
- package/dist/helpers/power-plant.d.mts +61 -0
- package/dist/helpers/power-plant.d.mts.map +1 -0
- package/dist/helpers/power-plant.mjs +99 -0
- package/dist/helpers/power-plant.mjs.map +1 -0
- package/dist/index-D4klH_pj.d.mts +2 -0
- package/dist/index-DYOBadKY.d.cts +2 -0
- package/dist/index.cjs +1 -37
- package/dist/index.d.cts +4 -6
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +4 -6
- package/dist/index.mjs +0 -35
- package/dist/package-B7Vu265G.mjs +6 -0
- package/dist/package-B7Vu265G.mjs.map +1 -0
- package/dist/{package.cjs → package-BLC4qc8t.cjs} +2 -4
- package/dist/plugin-B-hM2twc.mjs +1458 -0
- package/dist/plugin-B-hM2twc.mjs.map +1 -0
- package/dist/plugin-Bhfq0DMC.cjs +1490 -0
- package/dist/plugin-utils/index.cjs +359 -26
- package/dist/plugin-utils/index.d.cts +273 -9
- package/dist/plugin-utils/index.d.cts.map +1 -0
- package/dist/plugin-utils/index.d.mts +273 -9
- package/dist/plugin-utils/index.d.mts.map +1 -0
- package/dist/plugin-utils/index.mjs +346 -10
- package/dist/plugin-utils/index.mjs.map +1 -0
- package/dist/plugin.cjs +3 -496
- package/dist/plugin.d.cts +1 -3
- package/dist/plugin.d.cts.map +1 -1
- package/dist/plugin.d.mts +1 -3
- package/dist/plugin.mjs +2 -491
- package/dist/power-plant-LgxcvlMN.d.cts +4 -0
- package/dist/power-plant-LgxcvlMN.d.mts +4 -0
- package/dist/reflect-CSiffeL9.cjs +27 -0
- package/dist/reflect-DXKSFgvS.mjs +23 -0
- package/dist/reflect-DXKSFgvS.mjs.map +1 -0
- package/dist/schemas/env.cjs +91 -0
- package/dist/schemas/env.d.cts +145 -0
- package/dist/schemas/env.d.cts.map +1 -0
- package/dist/schemas/env.d.mts +145 -0
- package/dist/{types → schemas}/env.d.mts.map +1 -1
- package/dist/schemas/env.mjs +91 -0
- package/dist/schemas/index.cjs +4 -0
- package/dist/schemas/index.d.cts +2 -0
- package/dist/schemas/index.d.mts +2 -0
- package/dist/schemas/index.mjs +3 -0
- package/dist/types/command.cjs +0 -402
- package/dist/types/command.d.cts +2 -309
- package/dist/types/command.d.mts +2 -309
- package/dist/types/command.mjs +1 -368
- package/dist/types/config.cjs +0 -175
- package/dist/types/config.d.cts +2 -126
- package/dist/types/config.d.mts +2 -126
- package/dist/types/config.mjs +1 -164
- package/dist/types/context.cjs +0 -45
- package/dist/types/context.d.cts +2 -31
- package/dist/types/context.d.mts +2 -31
- package/dist/types/context.mjs +1 -41
- package/dist/types/index.cjs +3 -53
- package/dist/types/index.d.cts +4 -5
- package/dist/types/index.d.mts +4 -5
- package/dist/types/index.mjs +4 -5
- package/package.json +106 -42
- package/dist/_virtual/_rolldown/runtime.cjs +0 -29
- package/dist/api.cjs.map +0 -1
- package/dist/components/command-validation-logic.cjs.map +0 -1
- package/dist/components/docs.cjs.map +0 -1
- package/dist/components/docs.mjs.map +0 -1
- package/dist/components/exec-builtin.cjs.map +0 -1
- package/dist/components/helpers.cjs.map +0 -1
- package/dist/components/options-parser-logic.cjs.map +0 -1
- package/dist/components/state-builtin.cjs.map +0 -1
- package/dist/components/usage.cjs.map +0 -1
- package/dist/components/utils-builtin.cjs.map +0 -1
- package/dist/config.cjs.map +0 -1
- package/dist/contexts/command.cjs.map +0 -1
- package/dist/contexts/options.cjs.map +0 -1
- package/dist/engine.cjs.map +0 -1
- package/dist/helpers/automd.cjs +0 -193
- package/dist/helpers/automd.cjs.map +0 -1
- package/dist/helpers/automd.mjs +0 -190
- package/dist/helpers/automd.mjs.map +0 -1
- package/dist/helpers/docs-helpers.cjs +0 -24
- package/dist/helpers/docs-helpers.cjs.map +0 -1
- package/dist/helpers/docs-helpers.mjs +0 -24
- package/dist/helpers/docs-helpers.mjs.map +0 -1
- package/dist/helpers/get-framework.cjs.map +0 -1
- package/dist/helpers/get-framework.mjs.map +0 -1
- package/dist/helpers/paths.cjs +0 -137
- package/dist/helpers/paths.cjs.map +0 -1
- package/dist/helpers/paths.mjs +0 -134
- package/dist/helpers/paths.mjs.map +0 -1
- package/dist/helpers/persistence.cjs +0 -114
- package/dist/helpers/persistence.cjs.map +0 -1
- package/dist/helpers/persistence.mjs +0 -113
- package/dist/helpers/persistence.mjs.map +0 -1
- package/dist/helpers/update-package-json.cjs +0 -65
- package/dist/helpers/update-package-json.cjs.map +0 -1
- package/dist/helpers/update-package-json.mjs +0 -64
- package/dist/helpers/update-package-json.mjs.map +0 -1
- package/dist/helpers/utilities.cjs +0 -95
- package/dist/helpers/utilities.cjs.map +0 -1
- package/dist/helpers/utilities.mjs +0 -94
- package/dist/helpers/utilities.mjs.map +0 -1
- package/dist/helpers/validations.cjs +0 -71
- package/dist/helpers/validations.cjs.map +0 -1
- package/dist/helpers/validations.mjs +0 -70
- package/dist/helpers/validations.mjs.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/package.cjs.map +0 -1
- package/dist/package.mjs +0 -6
- package/dist/package.mjs.map +0 -1
- package/dist/plugin-utils/compute-bin.cjs +0 -49
- package/dist/plugin-utils/compute-bin.cjs.map +0 -1
- package/dist/plugin-utils/compute-bin.d.cts +0 -13
- package/dist/plugin-utils/compute-bin.d.cts.map +0 -1
- package/dist/plugin-utils/compute-bin.d.mts +0 -13
- package/dist/plugin-utils/compute-bin.d.mts.map +0 -1
- package/dist/plugin-utils/compute-bin.mjs +0 -49
- package/dist/plugin-utils/compute-bin.mjs.map +0 -1
- package/dist/plugin-utils/context-helpers.cjs.map +0 -1
- package/dist/plugin-utils/context-helpers.d.cts +0 -106
- package/dist/plugin-utils/context-helpers.d.cts.map +0 -1
- package/dist/plugin-utils/context-helpers.d.mts +0 -106
- package/dist/plugin-utils/context-helpers.d.mts.map +0 -1
- package/dist/plugin-utils/context-helpers.mjs.map +0 -1
- package/dist/plugin-utils/deepkit.cjs +0 -70
- package/dist/plugin-utils/deepkit.cjs.map +0 -1
- package/dist/plugin-utils/deepkit.d.cts +0 -23
- package/dist/plugin-utils/deepkit.d.cts.map +0 -1
- package/dist/plugin-utils/deepkit.d.mts +0 -23
- package/dist/plugin-utils/deepkit.d.mts.map +0 -1
- package/dist/plugin-utils/deepkit.mjs +0 -69
- package/dist/plugin-utils/deepkit.mjs.map +0 -1
- package/dist/plugin-utils/description-helpers.cjs +0 -112
- package/dist/plugin-utils/description-helpers.cjs.map +0 -1
- package/dist/plugin-utils/description-helpers.d.cts +0 -44
- package/dist/plugin-utils/description-helpers.d.cts.map +0 -1
- package/dist/plugin-utils/description-helpers.d.mts +0 -44
- package/dist/plugin-utils/description-helpers.d.mts.map +0 -1
- package/dist/plugin-utils/description-helpers.mjs +0 -108
- package/dist/plugin-utils/description-helpers.mjs.map +0 -1
- package/dist/plugin-utils/get-command-tree.cjs +0 -118
- package/dist/plugin-utils/get-command-tree.cjs.map +0 -1
- package/dist/plugin-utils/get-command-tree.d.cts +0 -36
- package/dist/plugin-utils/get-command-tree.d.cts.map +0 -1
- package/dist/plugin-utils/get-command-tree.d.mts +0 -36
- package/dist/plugin-utils/get-command-tree.d.mts.map +0 -1
- package/dist/plugin-utils/get-command-tree.mjs +0 -115
- package/dist/plugin-utils/get-command-tree.mjs.map +0 -1
- package/dist/plugin-utils/reflect.cjs +0 -54
- package/dist/plugin-utils/reflect.cjs.map +0 -1
- package/dist/plugin-utils/reflect.d.cts +0 -14
- package/dist/plugin-utils/reflect.d.cts.map +0 -1
- package/dist/plugin-utils/reflect.d.mts +0 -14
- package/dist/plugin-utils/reflect.d.mts.map +0 -1
- package/dist/plugin-utils/reflect.mjs +0 -53
- package/dist/plugin-utils/reflect.mjs.map +0 -1
- package/dist/plugin-utils/traverse-command-tree.cjs +0 -65
- package/dist/plugin-utils/traverse-command-tree.cjs.map +0 -1
- package/dist/plugin-utils/traverse-command-tree.d.cts +0 -22
- package/dist/plugin-utils/traverse-command-tree.d.cts.map +0 -1
- package/dist/plugin-utils/traverse-command-tree.d.mts +0 -22
- package/dist/plugin-utils/traverse-command-tree.d.mts.map +0 -1
- package/dist/plugin-utils/traverse-command-tree.mjs +0 -63
- package/dist/plugin-utils/traverse-command-tree.mjs.map +0 -1
- package/dist/plugin-utils/type-checks.cjs +0 -222
- package/dist/plugin-utils/type-checks.cjs.map +0 -1
- package/dist/plugin-utils/type-checks.d.cts +0 -41
- package/dist/plugin-utils/type-checks.d.cts.map +0 -1
- package/dist/plugin-utils/type-checks.d.mts +0 -41
- package/dist/plugin-utils/type-checks.d.mts.map +0 -1
- package/dist/plugin-utils/type-checks.mjs +0 -218
- package/dist/plugin-utils/type-checks.mjs.map +0 -1
- package/dist/plugin.cjs.map +0 -1
- package/dist/plugin.mjs.map +0 -1
- package/dist/resolver/deepkit.cjs +0 -110
- package/dist/resolver/deepkit.cjs.map +0 -1
- package/dist/resolver/deepkit.mjs +0 -109
- package/dist/resolver/deepkit.mjs.map +0 -1
- package/dist/resolver/helpers.cjs +0 -184
- package/dist/resolver/helpers.cjs.map +0 -1
- package/dist/resolver/helpers.mjs +0 -180
- package/dist/resolver/helpers.mjs.map +0 -1
- package/dist/resolver/resolve.cjs +0 -473
- package/dist/resolver/resolve.cjs.map +0 -1
- package/dist/resolver/resolve.mjs +0 -473
- package/dist/resolver/resolve.mjs.map +0 -1
- package/dist/types/command.cjs.map +0 -1
- package/dist/types/command.d.cts.map +0 -1
- package/dist/types/command.d.mts.map +0 -1
- package/dist/types/command.mjs.map +0 -1
- package/dist/types/config.cjs.map +0 -1
- package/dist/types/config.d.cts.map +0 -1
- package/dist/types/config.d.mts.map +0 -1
- package/dist/types/config.mjs.map +0 -1
- package/dist/types/context.cjs.map +0 -1
- package/dist/types/context.d.cts.map +0 -1
- package/dist/types/context.d.mts.map +0 -1
- package/dist/types/context.mjs.map +0 -1
- package/dist/types/env.cjs +0 -53
- package/dist/types/env.cjs.map +0 -1
- package/dist/types/env.d.cts +0 -71
- package/dist/types/env.d.cts.map +0 -1
- package/dist/types/env.d.mts +0 -71
- package/dist/types/env.mjs +0 -51
- /package/dist/{types → schemas}/env.mjs.map +0 -0
|
@@ -1,473 +0,0 @@
|
|
|
1
|
-
const require_context_helpers = require('../plugin-utils/context-helpers.cjs');
|
|
2
|
-
const require_utilities = require('../helpers/utilities.cjs');
|
|
3
|
-
const require_helpers = require('./helpers.cjs');
|
|
4
|
-
const require_deepkit = require('./deepkit.cjs');
|
|
5
|
-
let _powerlines_schema = require("@powerlines/schema");
|
|
6
|
-
let _stryke_convert_to_array = require("@stryke/convert/to-array");
|
|
7
|
-
let _stryke_path_replace = require("@stryke/path/replace");
|
|
8
|
-
let _stryke_string_format_constant_case = require("@stryke/string-format/constant-case");
|
|
9
|
-
let _stryke_type_checks_is_set_object = require("@stryke/type-checks/is-set-object");
|
|
10
|
-
let _stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-string");
|
|
11
|
-
let _stryke_string_format_title_case = require("@stryke/string-format/title-case");
|
|
12
|
-
let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
|
|
13
|
-
let _stryke_type_checks_is_boolean = require("@stryke/type-checks/is-boolean");
|
|
14
|
-
let _stryke_helpers_get_unique = require("@stryke/helpers/get-unique");
|
|
15
|
-
let _stryke_type_checks_is_function = require("@stryke/type-checks/is-function");
|
|
16
|
-
let _powerlines_deepkit_esbuild_plugin = require("@powerlines/deepkit/esbuild-plugin");
|
|
17
|
-
let _stryke_json = require("@stryke/json");
|
|
18
|
-
|
|
19
|
-
//#region src/resolver/resolve.ts
|
|
20
|
-
const __ΩRecord = [
|
|
21
|
-
"K",
|
|
22
|
-
"T",
|
|
23
|
-
"Record",
|
|
24
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
25
|
-
];
|
|
26
|
-
function __assignType(fn, args) {
|
|
27
|
-
fn.__type = args;
|
|
28
|
-
return fn;
|
|
29
|
-
}
|
|
30
|
-
function isFiniteNumber(value) {
|
|
31
|
-
return typeof value === "number" && Number.isFinite(value);
|
|
32
|
-
}
|
|
33
|
-
isFiniteNumber.__type = [
|
|
34
|
-
"value",
|
|
35
|
-
"isFiniteNumber",
|
|
36
|
-
"P#2!!/\""
|
|
37
|
-
];
|
|
38
|
-
function asRecord(value) {
|
|
39
|
-
return (0, _stryke_type_checks_is_set_object.isSetObject)(value) ? value : {};
|
|
40
|
-
}
|
|
41
|
-
asRecord.__type = [
|
|
42
|
-
"value",
|
|
43
|
-
() => __ΩRecord,
|
|
44
|
-
"asRecord",
|
|
45
|
-
"P#2!&#o\"#/#"
|
|
46
|
-
];
|
|
47
|
-
function toAliasList(value) {
|
|
48
|
-
if (Array.isArray(value)) return (0, _stryke_helpers_get_unique.getUnique)(value.filter(_stryke_type_checks_is_set_string.isSetString));
|
|
49
|
-
return (0, _stryke_type_checks_is_set_string.isSetString)(value) ? [value] : [];
|
|
50
|
-
}
|
|
51
|
-
toAliasList.__type = [
|
|
52
|
-
"value",
|
|
53
|
-
"toAliasList",
|
|
54
|
-
"P#2!&F/\""
|
|
55
|
-
];
|
|
56
|
-
function inferParameterType(input) {
|
|
57
|
-
const schemaType = input.type;
|
|
58
|
-
if (Array.isArray(schemaType)) {
|
|
59
|
-
const first = schemaType.find(__assignType((type) => type !== "null", [
|
|
60
|
-
"type",
|
|
61
|
-
"",
|
|
62
|
-
"P\"2!\"/\""
|
|
63
|
-
]));
|
|
64
|
-
if (first === "integer" || first === "number") return "number";
|
|
65
|
-
if (first === "boolean") return "boolean";
|
|
66
|
-
if (first === "array") {
|
|
67
|
-
const nestedType = asRecord(input.items).type;
|
|
68
|
-
if (nestedType === "integer" || nestedType === "number") return "number";
|
|
69
|
-
if (nestedType === "boolean") return "boolean";
|
|
70
|
-
return "string";
|
|
71
|
-
}
|
|
72
|
-
return "string";
|
|
73
|
-
}
|
|
74
|
-
if (schemaType === "integer" || schemaType === "number") return "number";
|
|
75
|
-
if (schemaType === "boolean") return "boolean";
|
|
76
|
-
if (schemaType === "array") {
|
|
77
|
-
const nestedType = asRecord(input.items).type;
|
|
78
|
-
if (nestedType === "integer" || nestedType === "number") return "number";
|
|
79
|
-
if (nestedType === "boolean") return "boolean";
|
|
80
|
-
return "string";
|
|
81
|
-
}
|
|
82
|
-
if (Array.isArray(input.enum) && input.enum.length > 0) {
|
|
83
|
-
const first = input.enum.find(__assignType((value) => value !== null, [
|
|
84
|
-
"value",
|
|
85
|
-
"",
|
|
86
|
-
"P\"2!\"/\""
|
|
87
|
-
]));
|
|
88
|
-
if (isFiniteNumber(first)) return "number";
|
|
89
|
-
if ((0, _stryke_type_checks_is_boolean.isBoolean)(first)) return "boolean";
|
|
90
|
-
}
|
|
91
|
-
if (isFiniteNumber(input.default)) return "number";
|
|
92
|
-
if ((0, _stryke_type_checks_is_boolean.isBoolean)(input.default)) return "boolean";
|
|
93
|
-
return "string";
|
|
94
|
-
}
|
|
95
|
-
inferParameterType.__type = [
|
|
96
|
-
() => __ΩRecord,
|
|
97
|
-
"input",
|
|
98
|
-
"CommandOption",
|
|
99
|
-
"type",
|
|
100
|
-
"inferParameterType",
|
|
101
|
-
"P&#o!#2\"\"w#.$f/%"
|
|
102
|
-
];
|
|
103
|
-
function inferVariadic(input) {
|
|
104
|
-
if ((0, _stryke_type_checks_is_boolean.isBoolean)(input.variadic)) return input.variadic;
|
|
105
|
-
return input.type === "array";
|
|
106
|
-
}
|
|
107
|
-
inferVariadic.__type = [
|
|
108
|
-
() => __ΩRecord,
|
|
109
|
-
"input",
|
|
110
|
-
"inferVariadic",
|
|
111
|
-
"P&#o!#2\")/#"
|
|
112
|
-
];
|
|
113
|
-
function normalizeDefault(input, type, variadic) {
|
|
114
|
-
const defaultValue = input.default;
|
|
115
|
-
if (defaultValue === void 0) return;
|
|
116
|
-
if (type === "boolean") {
|
|
117
|
-
if (variadic) {
|
|
118
|
-
if (Array.isArray(defaultValue)) return defaultValue.filter(_stryke_type_checks_is_boolean.isBoolean);
|
|
119
|
-
return (0, _stryke_type_checks_is_boolean.isBoolean)(defaultValue) ? [defaultValue] : void 0;
|
|
120
|
-
}
|
|
121
|
-
if (Array.isArray(defaultValue)) return defaultValue.find(_stryke_type_checks_is_boolean.isBoolean);
|
|
122
|
-
return (0, _stryke_type_checks_is_boolean.isBoolean)(defaultValue) ? defaultValue : void 0;
|
|
123
|
-
}
|
|
124
|
-
if (type === "number") {
|
|
125
|
-
if (variadic) {
|
|
126
|
-
if (Array.isArray(defaultValue)) return defaultValue.map(__assignType((item) => typeof item === "bigint" ? Number(item) : item, [
|
|
127
|
-
"item",
|
|
128
|
-
"",
|
|
129
|
-
"P\"2!\"/\""
|
|
130
|
-
])).filter(isFiniteNumber);
|
|
131
|
-
const normalized = typeof defaultValue === "bigint" ? Number(defaultValue) : defaultValue;
|
|
132
|
-
return isFiniteNumber(normalized) ? [normalized] : void 0;
|
|
133
|
-
}
|
|
134
|
-
if (Array.isArray(defaultValue)) return defaultValue.map(__assignType((item) => typeof item === "bigint" ? Number(item) : item, [
|
|
135
|
-
"item",
|
|
136
|
-
"",
|
|
137
|
-
"P\"2!\"/\""
|
|
138
|
-
])).find(isFiniteNumber);
|
|
139
|
-
const normalized = typeof defaultValue === "bigint" ? Number(defaultValue) : defaultValue;
|
|
140
|
-
return isFiniteNumber(normalized) ? normalized : void 0;
|
|
141
|
-
}
|
|
142
|
-
if (variadic) {
|
|
143
|
-
if (Array.isArray(defaultValue)) return defaultValue.filter(_stryke_type_checks_is_set_string.isSetString);
|
|
144
|
-
return (0, _stryke_type_checks_is_set_string.isSetString)(defaultValue) ? [defaultValue] : void 0;
|
|
145
|
-
}
|
|
146
|
-
if (Array.isArray(defaultValue)) return defaultValue.find(_stryke_type_checks_is_set_string.isSetString);
|
|
147
|
-
return (0, _stryke_type_checks_is_set_string.isSetString)(defaultValue) ? defaultValue : void 0;
|
|
148
|
-
}
|
|
149
|
-
normalizeDefault.__type = [
|
|
150
|
-
() => __ΩRecord,
|
|
151
|
-
"input",
|
|
152
|
-
"CommandOption",
|
|
153
|
-
"type",
|
|
154
|
-
"type",
|
|
155
|
-
"variadic",
|
|
156
|
-
"normalizeDefault",
|
|
157
|
-
"P&#o!#2\"\"w#.$f2%)2&\"/'"
|
|
158
|
-
];
|
|
159
|
-
function normalizeStringChoices(input) {
|
|
160
|
-
const source = Array.isArray(input.choices) ? input.choices : input.enum;
|
|
161
|
-
if (!Array.isArray(source)) return;
|
|
162
|
-
return source.filter(_stryke_type_checks_is_set_string.isSetString);
|
|
163
|
-
}
|
|
164
|
-
normalizeStringChoices.__type = [
|
|
165
|
-
() => __ΩRecord,
|
|
166
|
-
"input",
|
|
167
|
-
"normalizeStringChoices",
|
|
168
|
-
"P&#o!#2\"\"/#"
|
|
169
|
-
];
|
|
170
|
-
function normalizeNumberChoices(input) {
|
|
171
|
-
const source = Array.isArray(input.choices) ? input.choices : input.enum;
|
|
172
|
-
if (!Array.isArray(source)) return;
|
|
173
|
-
return source.map(__assignType((item) => typeof item === "bigint" ? Number(item) : item, [
|
|
174
|
-
"item",
|
|
175
|
-
"",
|
|
176
|
-
"P\"2!\"/\""
|
|
177
|
-
])).filter(isFiniteNumber);
|
|
178
|
-
}
|
|
179
|
-
normalizeNumberChoices.__type = [
|
|
180
|
-
() => __ΩRecord,
|
|
181
|
-
"input",
|
|
182
|
-
"normalizeNumberChoices",
|
|
183
|
-
"P&#o!#2\"\"/#"
|
|
184
|
-
];
|
|
185
|
-
function resolveCommandParameter(schema, defaults) {
|
|
186
|
-
const input = asRecord(schema);
|
|
187
|
-
const type = inferParameterType(input);
|
|
188
|
-
const variadic = inferVariadic(input);
|
|
189
|
-
const defaultValue = normalizeDefault(input, type, variadic);
|
|
190
|
-
const required = (0, _stryke_type_checks_is_boolean.isBoolean)(input.required) ? input.required : defaultValue === void 0 ? defaults.fallbackRequired : false;
|
|
191
|
-
const env = (0, _stryke_type_checks_is_set_string.isSetString)(input.env) ? input.env : false;
|
|
192
|
-
const result = {
|
|
193
|
-
name: (0, _stryke_type_checks_is_set_string.isSetString)(input.name) ? input.name : "",
|
|
194
|
-
type,
|
|
195
|
-
title: (0, _stryke_type_checks_is_set_string.isSetString)(input.title) ? input.title : "",
|
|
196
|
-
description: (0, _stryke_type_checks_is_set_string.isSetString)(input.description) ? input.description : "",
|
|
197
|
-
alias: toAliasList(input.alias),
|
|
198
|
-
default: defaultValue,
|
|
199
|
-
env,
|
|
200
|
-
required,
|
|
201
|
-
variadic
|
|
202
|
-
};
|
|
203
|
-
if (type === "string") {
|
|
204
|
-
const stringChoices = normalizeStringChoices(input);
|
|
205
|
-
if (Array.isArray(stringChoices)) result.choices = stringChoices;
|
|
206
|
-
if ((0, _stryke_type_checks_is_set_string.isSetString)(input.format)) result.format = input.format;
|
|
207
|
-
}
|
|
208
|
-
if (type === "number") {
|
|
209
|
-
const numberChoices = normalizeNumberChoices(input);
|
|
210
|
-
if (Array.isArray(numberChoices)) result.choices = numberChoices;
|
|
211
|
-
}
|
|
212
|
-
if (defaults.includeBooleanOptionFields && type === "boolean" && !variadic) {
|
|
213
|
-
const optionResult = result;
|
|
214
|
-
if ((0, _stryke_type_checks_is_set_string.isSetString)(input.isNegativeOf)) optionResult.isNegativeOf = input.isNegativeOf;
|
|
215
|
-
if ((0, _stryke_type_checks_is_boolean.isBoolean)(input.skipAddingNegative)) optionResult.skipAddingNegative = input.skipAddingNegative;
|
|
216
|
-
}
|
|
217
|
-
return result;
|
|
218
|
-
}
|
|
219
|
-
resolveCommandParameter.__type = [
|
|
220
|
-
"schema",
|
|
221
|
-
"fallbackRequired",
|
|
222
|
-
"includeBooleanOptionFields",
|
|
223
|
-
"defaults",
|
|
224
|
-
"CommandOption",
|
|
225
|
-
"CommandArgument",
|
|
226
|
-
"resolveCommandParameter",
|
|
227
|
-
"P#2!P)4\")4#M2$P\"w%\"w&J/'"
|
|
228
|
-
];
|
|
229
|
-
async function preprocess(input) {
|
|
230
|
-
const { context, command, parent } = input;
|
|
231
|
-
const title = command.title || `${parent?.title ? `${parent.virtual ? parent.title.replace(/(?:c|C)ommands?$/, "").trim() : parent.title} - ` : ""}${(0, _stryke_string_format_title_case.titleCase)(command.name)}${command.virtual ? " Commands" : ""}`;
|
|
232
|
-
const result = {
|
|
233
|
-
input,
|
|
234
|
-
output: {
|
|
235
|
-
alias: [],
|
|
236
|
-
icon: parent?.icon,
|
|
237
|
-
tags: parent?.tags ?? [],
|
|
238
|
-
...command,
|
|
239
|
-
title,
|
|
240
|
-
options: parent === null ? require_utilities.getGlobalOptions(context, command) : {},
|
|
241
|
-
args: [],
|
|
242
|
-
parent: parent ?? null,
|
|
243
|
-
children: {}
|
|
244
|
-
}
|
|
245
|
-
};
|
|
246
|
-
if (!command.virtual) {
|
|
247
|
-
if (!command.entry.input?.file || !context.fs.existsSync(command.entry.input.file)) throw new Error(`${!command.entry.input?.file ? "Missing" : "Non-existent"} command entry file for "${command.name}"`);
|
|
248
|
-
context.debug(`Adding reflection for CLI command: ${command.id} (file: ${(0, _stryke_path_replace.replacePath)(command.entry.input.file, context.config.cwd)})`);
|
|
249
|
-
result.module = await (_powerlines_schema.resolveModule.Ω = [["CommandModule", "\"w!"]], (0, _powerlines_schema.resolveModule)(context, command.entry.input, {
|
|
250
|
-
name: `${command.title || (0, _stryke_string_format_title_case.titleCase)(command.name)} Command Bundler`,
|
|
251
|
-
plugins: [(0, _powerlines_deepkit_esbuild_plugin.esbuildPlugin)(context, {
|
|
252
|
-
reflection: "default",
|
|
253
|
-
level: "all"
|
|
254
|
-
})],
|
|
255
|
-
resolve: { skipNodeModulesBundle: true }
|
|
256
|
-
}));
|
|
257
|
-
}
|
|
258
|
-
if (!command.virtual) {
|
|
259
|
-
if (!result.module?.default) throw new Error(`The command entry file "${input.command.entry.input?.file || input.command.path}" does not include a handler function as its default export - this is required for command resolution and execution.`);
|
|
260
|
-
const type = (0, _powerlines_deepkit_vendor_type.reflect)(result.module.default);
|
|
261
|
-
if (type.kind !== _powerlines_deepkit_vendor_type.ReflectionKind.function) throw new Error(`The command entry file "${input.command.entry.input?.file || input.command.path}" does not have a valid function as its default export - this is required for command resolution and execution.`);
|
|
262
|
-
result.reflection = new _powerlines_deepkit_vendor_type.ReflectionFunction(type);
|
|
263
|
-
}
|
|
264
|
-
return result;
|
|
265
|
-
}
|
|
266
|
-
preprocess.__type = [
|
|
267
|
-
"ResolverInput",
|
|
268
|
-
"input",
|
|
269
|
-
"ResolverContext",
|
|
270
|
-
"preprocess",
|
|
271
|
-
"P\"w!2\"\"w#`/$"
|
|
272
|
-
];
|
|
273
|
-
async function postprocess(ctx) {
|
|
274
|
-
ctx.output.options = require_helpers.applyOptionsDefaults(ctx);
|
|
275
|
-
ctx.output.args = require_helpers.applyArgsDefaults(ctx);
|
|
276
|
-
ctx.output.args.forEach(__assignType((arg, index) => {
|
|
277
|
-
const found = ctx.output.args.findIndex(__assignType((a) => a.name === arg.name, [
|
|
278
|
-
"a",
|
|
279
|
-
"",
|
|
280
|
-
"P\"2!\"/\""
|
|
281
|
-
]));
|
|
282
|
-
if (found !== -1 && found !== index || ctx.output.segments.some(__assignType((segment) => require_context_helpers.isDynamicPathSegment(segment) && require_context_helpers.getDynamicPathSegmentName(segment) === arg.name, [
|
|
283
|
-
"segment",
|
|
284
|
-
"",
|
|
285
|
-
"P\"2!\"/\""
|
|
286
|
-
]))) {
|
|
287
|
-
arg.name += `_${ctx.output.segments.filter(__assignType((segment) => require_context_helpers.isDynamicPathSegment(segment) && require_context_helpers.getDynamicPathSegmentName(segment).replace(/_\d+$/, "") === arg.name, [
|
|
288
|
-
"segment",
|
|
289
|
-
"",
|
|
290
|
-
"P\"2!\"/\""
|
|
291
|
-
])).length + ctx.output.args.filter(__assignType((a) => a.name.replace(/_\d+$/, "") === arg.name, [
|
|
292
|
-
"a",
|
|
293
|
-
"",
|
|
294
|
-
"P\"2!\"/\""
|
|
295
|
-
])).length}`;
|
|
296
|
-
arg.env = arg.name ? arg.env || arg.env === false ? arg.env : ctx.input.context.config.autoAssignEnv ? (0, _stryke_string_format_constant_case.constantCase)(arg.name) : false : false;
|
|
297
|
-
}
|
|
298
|
-
}, [
|
|
299
|
-
"arg",
|
|
300
|
-
"index",
|
|
301
|
-
"",
|
|
302
|
-
"P\"2!\"2\"\"/#"
|
|
303
|
-
]));
|
|
304
|
-
require_helpers.applyDefaults(ctx);
|
|
305
|
-
if (ctx.input.context.env) {
|
|
306
|
-
if ((0, _stryke_type_checks_is_set_object.isSetObject)(ctx.output.options)) Object.values(ctx.output.options).filter(__assignType((option) => Boolean(option.env), [
|
|
307
|
-
"option",
|
|
308
|
-
"",
|
|
309
|
-
"P\"2!\"/\""
|
|
310
|
-
])).forEach(__assignType((option) => {
|
|
311
|
-
(0, _powerlines_schema.addProperty)(ctx.input.context.env.config.schema, option.env, {
|
|
312
|
-
...option,
|
|
313
|
-
name: option.env,
|
|
314
|
-
alias: option.alias.filter(__assignType((alias) => alias.length > 1, [
|
|
315
|
-
"alias",
|
|
316
|
-
"",
|
|
317
|
-
"P\"2!\"/\""
|
|
318
|
-
])).map(__assignType((alias) => (0, _stryke_string_format_constant_case.constantCase)(alias), [
|
|
319
|
-
"alias",
|
|
320
|
-
"",
|
|
321
|
-
"P\"2!\"/\""
|
|
322
|
-
]))
|
|
323
|
-
});
|
|
324
|
-
}, [
|
|
325
|
-
"option",
|
|
326
|
-
"",
|
|
327
|
-
"P\"2!\"/\""
|
|
328
|
-
]));
|
|
329
|
-
ctx.output.args.filter(__assignType((arg) => Boolean(arg.env), [
|
|
330
|
-
"arg",
|
|
331
|
-
"",
|
|
332
|
-
"P\"2!\"/\""
|
|
333
|
-
])).forEach(__assignType((arg) => (0, _powerlines_schema.addProperty)(ctx.input.context.env.config.schema, arg.env, {
|
|
334
|
-
...arg,
|
|
335
|
-
name: arg.env,
|
|
336
|
-
alias: arg.alias.filter(__assignType((alias) => alias.length > 1, [
|
|
337
|
-
"alias",
|
|
338
|
-
"",
|
|
339
|
-
"P\"2!\"/\""
|
|
340
|
-
])).map(__assignType((alias) => (0, _stryke_string_format_constant_case.constantCase)(alias), [
|
|
341
|
-
"alias",
|
|
342
|
-
"",
|
|
343
|
-
"P\"2!\"/\""
|
|
344
|
-
]))
|
|
345
|
-
}), [
|
|
346
|
-
"arg",
|
|
347
|
-
"",
|
|
348
|
-
"P\"2!\"/\""
|
|
349
|
-
]));
|
|
350
|
-
}
|
|
351
|
-
await Promise.all(ctx.input.context.inputs.filter(__assignType((input) => input.segments.filter(__assignType((segment) => !require_context_helpers.isDynamicPathSegment(segment), [
|
|
352
|
-
"segment",
|
|
353
|
-
"",
|
|
354
|
-
"P\"2!\"/\""
|
|
355
|
-
])).length === ctx.input.command.segments.filter(__assignType((segment) => !require_context_helpers.isDynamicPathSegment(segment), [
|
|
356
|
-
"segment",
|
|
357
|
-
"",
|
|
358
|
-
"P\"2!\"/\""
|
|
359
|
-
])).length + 1 && input.segments.slice(0, ctx.input.command.segments.length).every(__assignType((value, index) => value === ctx.input.command.segments[index], [
|
|
360
|
-
"value",
|
|
361
|
-
"index",
|
|
362
|
-
"",
|
|
363
|
-
"P\"2!\"2\"\"/#"
|
|
364
|
-
])), [
|
|
365
|
-
"input",
|
|
366
|
-
"",
|
|
367
|
-
"P\"2!\"/\""
|
|
368
|
-
])).map(__assignType(async (input) => {
|
|
369
|
-
ctx.output.children[input.name] = await (resolve.Ω = [[
|
|
370
|
-
() => ctx,
|
|
371
|
-
"ResolverContext",
|
|
372
|
-
"Pi!\"w\"q\"!j"
|
|
373
|
-
]], resolve({
|
|
374
|
-
context: ctx.input.context,
|
|
375
|
-
command: input,
|
|
376
|
-
parent: ctx.output
|
|
377
|
-
}));
|
|
378
|
-
}, [
|
|
379
|
-
"input",
|
|
380
|
-
"",
|
|
381
|
-
"P\"2!\"/\""
|
|
382
|
-
])));
|
|
383
|
-
return ctx.output;
|
|
384
|
-
}
|
|
385
|
-
postprocess.__type = [
|
|
386
|
-
"ResolverContext",
|
|
387
|
-
"ctx",
|
|
388
|
-
"CommandTree",
|
|
389
|
-
"postprocess",
|
|
390
|
-
"P\"w!2\"\"w#`/$"
|
|
391
|
-
];
|
|
392
|
-
/**
|
|
393
|
-
* Resolves a command tree from the given resolver input.
|
|
394
|
-
*
|
|
395
|
-
* @param input - The resolver input containing the context, command, and optional parent command tree.
|
|
396
|
-
* @returns A promise that resolves to the resolved command tree.
|
|
397
|
-
*/
|
|
398
|
-
async function resolve(input) {
|
|
399
|
-
const ctx = await (preprocess.Ω = [[
|
|
400
|
-
() => input,
|
|
401
|
-
"ResolverInput",
|
|
402
|
-
"Pi!\"w\"q\"!j"
|
|
403
|
-
]], preprocess(input));
|
|
404
|
-
if (!ctx.output.virtual) {
|
|
405
|
-
if (!ctx.module) throw new Error(`Command module at path "${ctx.input.command.path}" is undefined or null. Please ensure the module exports a valid command.`);
|
|
406
|
-
else if (!(0, _stryke_type_checks_is_set_object.isSetObject)(ctx.module)) throw new TypeError(`Command module at path "${ctx.input.command.path}" is not an object. Please ensure the module exports a valid command.`);
|
|
407
|
-
else if (!("default" in ctx.module)) throw new Error(`Command module at path "${ctx.input.command.path}" does not appear to be valid. Please ensure the module's default export is a valid command handler function.`);
|
|
408
|
-
const metadata = ctx.module.metadata ?? {};
|
|
409
|
-
if ((0, _stryke_type_checks_is_set_string.isSetString)(metadata.title)) ctx.output.title = metadata.title;
|
|
410
|
-
if ((0, _stryke_type_checks_is_set_string.isSetString)(metadata.description)) ctx.output.description = metadata.description;
|
|
411
|
-
if ((0, _stryke_type_checks_is_set_string.isSetString)(metadata.alias) || Array.isArray(metadata.alias) && metadata.alias.length > 0) ctx.output.alias = (0, _stryke_convert_to_array.toArray)(metadata.alias);
|
|
412
|
-
if ((0, _stryke_type_checks_is_set_string.isSetString)(metadata.icon)) ctx.output.icon = metadata.icon;
|
|
413
|
-
if ((0, _stryke_type_checks_is_set_string.isSetString)(metadata.tags)) ctx.output.tags = (0, _stryke_helpers_get_unique.getUnique)(ctx.output.tags.concat((0, _stryke_convert_to_array.toArray)(metadata.tags)));
|
|
414
|
-
ctx.output.description ??= ctx.input.command.description || (0, _stryke_type_checks_is_function.isFunction)(ctx.reflection?.getDescription) ? ctx.reflection?.getDescription() : ctx.reflection?.description;
|
|
415
|
-
if (ctx.module.options) {
|
|
416
|
-
const options = await (0, _powerlines_schema.extract)(ctx.input.context, ctx.module.options);
|
|
417
|
-
if (!(0, _stryke_type_checks_is_set_object.isSetObject)(options) || !(0, _stryke_json.isJsonSchemaObjectType)(options.schema)) throw new TypeError(`Command options for command at path "${ctx.input.command.path}" must resolve to an object.`);
|
|
418
|
-
ctx.output.options = (0, _powerlines_schema.getPropertiesList)(options).reduce(__assignType((ret, property) => {
|
|
419
|
-
ret[property.name] = resolveCommandParameter(property, {
|
|
420
|
-
fallbackRequired: false,
|
|
421
|
-
includeBooleanOptionFields: true
|
|
422
|
-
});
|
|
423
|
-
return ret;
|
|
424
|
-
}, [
|
|
425
|
-
"ret",
|
|
426
|
-
"property",
|
|
427
|
-
"",
|
|
428
|
-
"P\"2!\"2\"\"/#"
|
|
429
|
-
]), {});
|
|
430
|
-
}
|
|
431
|
-
if (ctx.module.args) {
|
|
432
|
-
const args = await (0, _powerlines_schema.extract)(ctx.input.context, ctx.module.args);
|
|
433
|
-
if ((0, _stryke_type_checks_is_set_object.isSetObject)(args)) {
|
|
434
|
-
if (!(0, _stryke_json.isJsonSchemaTupleType)(args.schema) && !(0, _powerlines_schema.isJsonSchemaArray)(args.schema)) throw new TypeError(`Command arguments for command at path "${ctx.input.command.path}" must resolve to a tuple${args?.schema?.type ? `, instead received ${JSON.stringify(args.schema.type)}` : ""}.`);
|
|
435
|
-
if (Array.isArray(args.schema.items)) ctx.output.args = args.schema.items.map(__assignType((item) => resolveCommandParameter(item, {
|
|
436
|
-
fallbackRequired: true,
|
|
437
|
-
includeBooleanOptionFields: false
|
|
438
|
-
}), [
|
|
439
|
-
"item",
|
|
440
|
-
"",
|
|
441
|
-
"P\"2!\"/\""
|
|
442
|
-
]));
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
const parameters = ctx.reflection?.getParameters() ?? [];
|
|
446
|
-
if (parameters.length > 0) {
|
|
447
|
-
const hasOptions = parameters[0] && (parameters[0].type.kind === _powerlines_deepkit_vendor_type.ReflectionKind.objectLiteral || parameters[0].type.kind === _powerlines_deepkit_vendor_type.ReflectionKind.class);
|
|
448
|
-
if (hasOptions && !ctx.module.options) {
|
|
449
|
-
const optionsReflection = _powerlines_deepkit_vendor_type.ReflectionClass.from(parameters[0]?.type);
|
|
450
|
-
for (const property of optionsReflection.getProperties()) ctx.output.options[property.getNameAsString()] = require_deepkit.resolveCommandOption(ctx, property);
|
|
451
|
-
}
|
|
452
|
-
if (!ctx.module.args) ctx.output.args = (hasOptions ? parameters.slice(1) : parameters).map(__assignType((arg, index) => require_deepkit.resolveCommandArgument(ctx, index, arg), [
|
|
453
|
-
"arg",
|
|
454
|
-
"index",
|
|
455
|
-
"",
|
|
456
|
-
"P\"2!\"2\"\"/#"
|
|
457
|
-
]));
|
|
458
|
-
}
|
|
459
|
-
} else require_helpers.resolveVirtualCommand(ctx);
|
|
460
|
-
return postprocess(ctx);
|
|
461
|
-
}
|
|
462
|
-
resolve.__type = [
|
|
463
|
-
"ResolverInput",
|
|
464
|
-
"input",
|
|
465
|
-
"CommandTree",
|
|
466
|
-
"resolve",
|
|
467
|
-
"Resolves a command tree from the given resolver input.",
|
|
468
|
-
"P\"w!2\"\"w#`/$?%"
|
|
469
|
-
];
|
|
470
|
-
|
|
471
|
-
//#endregion
|
|
472
|
-
exports.resolve = resolve;
|
|
473
|
-
//# sourceMappingURL=resolve.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.cjs","names":[],"sources":[],"mappings":""}
|