@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,94 +0,0 @@
|
|
|
1
|
-
import { constantCase } from "@stryke/string-format/constant-case";
|
|
2
|
-
import { getUniqueBy } from "@stryke/helpers/get-unique";
|
|
3
|
-
import { formatTree } from "@stryke/cli/utils/tree";
|
|
4
|
-
import { isFunction } from "@stryke/type-checks/is-function";
|
|
5
|
-
|
|
6
|
-
//#region src/helpers/utilities.ts
|
|
7
|
-
const __ΩRecord = [
|
|
8
|
-
"K",
|
|
9
|
-
"T",
|
|
10
|
-
"Record",
|
|
11
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
12
|
-
];
|
|
13
|
-
function __assignType(fn, args) {
|
|
14
|
-
fn.__type = args;
|
|
15
|
-
return fn;
|
|
16
|
-
}
|
|
17
|
-
function innerFormatCommandTree(command) {
|
|
18
|
-
return {
|
|
19
|
-
name: `${command.name}${command.virtual ? " (virtual)" : ""}`,
|
|
20
|
-
children: Object.values(command.children ?? {}).map(innerFormatCommandTree)
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
innerFormatCommandTree.__type = [
|
|
24
|
-
"CommandTree",
|
|
25
|
-
"command",
|
|
26
|
-
"innerFormatCommandTree",
|
|
27
|
-
"P\"w!2\"!/#"
|
|
28
|
-
];
|
|
29
|
-
function formatCommandTree(context) {
|
|
30
|
-
return formatTree({
|
|
31
|
-
name: context.config.name,
|
|
32
|
-
children: Object.values(context.commands ?? {}).map(innerFormatCommandTree)
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
formatCommandTree.__type = [
|
|
36
|
-
"Context",
|
|
37
|
-
"context",
|
|
38
|
-
"formatCommandTree",
|
|
39
|
-
"P\"w!2\"&/#"
|
|
40
|
-
];
|
|
41
|
-
/**
|
|
42
|
-
* Retrieves the global command options based on the context configuration.
|
|
43
|
-
*
|
|
44
|
-
* @param context - The build context.
|
|
45
|
-
* @param command - The command for which to retrieve global options.
|
|
46
|
-
* @returns A record of global command options.
|
|
47
|
-
*/
|
|
48
|
-
function getGlobalOptions(context, command) {
|
|
49
|
-
let options;
|
|
50
|
-
if (Array.isArray(context.config.globalOptions)) options = Object.fromEntries(getUniqueBy(context.config.globalOptions, __assignType((item) => item.name, [
|
|
51
|
-
"CommandOption",
|
|
52
|
-
"item",
|
|
53
|
-
"",
|
|
54
|
-
"P\"w!2\"\"/#"
|
|
55
|
-
])).map(__assignType((option) => [option.name, option], [
|
|
56
|
-
"option",
|
|
57
|
-
"",
|
|
58
|
-
"P\"2!\"/\""
|
|
59
|
-
])));
|
|
60
|
-
else if (isFunction(context.config.globalOptions)) options = Object.fromEntries(getUniqueBy(context.config.globalOptions(context, command), __assignType((item) => item.name, [
|
|
61
|
-
"CommandOption",
|
|
62
|
-
"item",
|
|
63
|
-
"",
|
|
64
|
-
"P\"w!2\"\"/#"
|
|
65
|
-
])).map(__assignType((option) => [option.name, option], [
|
|
66
|
-
"option",
|
|
67
|
-
"",
|
|
68
|
-
"P\"2!\"/\""
|
|
69
|
-
])));
|
|
70
|
-
else options = {};
|
|
71
|
-
return Object.fromEntries(Object.entries(options).map(__assignType(([key, value]) => [key, {
|
|
72
|
-
...value,
|
|
73
|
-
env: value.env ?? constantCase(key)
|
|
74
|
-
}], [
|
|
75
|
-
"param0",
|
|
76
|
-
"",
|
|
77
|
-
"P\"2!\"/\""
|
|
78
|
-
])));
|
|
79
|
-
}
|
|
80
|
-
getGlobalOptions.__type = [
|
|
81
|
-
"Context",
|
|
82
|
-
"context",
|
|
83
|
-
"CommandBase",
|
|
84
|
-
"command",
|
|
85
|
-
() => __ΩRecord,
|
|
86
|
-
"CommandOption",
|
|
87
|
-
"getGlobalOptions",
|
|
88
|
-
"Retrieves the global command options based on the context configuration.",
|
|
89
|
-
"P\"w!2\"\"w#2$&\"w&o%#/'?("
|
|
90
|
-
];
|
|
91
|
-
|
|
92
|
-
//#endregion
|
|
93
|
-
export { formatCommandTree, getGlobalOptions };
|
|
94
|
-
//# sourceMappingURL=utilities.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region src/helpers/validations.ts
|
|
3
|
-
const __ΩValidationFailure = [
|
|
4
|
-
"code",
|
|
5
|
-
"details",
|
|
6
|
-
"ValidationFailure",
|
|
7
|
-
"P&4!&4\"Mw#y"
|
|
8
|
-
];
|
|
9
|
-
function validateArguments(command) {
|
|
10
|
-
const failures = [];
|
|
11
|
-
let sequential = false;
|
|
12
|
-
for (const argument of command.args ?? []) if ((argument.type === "string" || argument.type === "number") && argument.variadic) if (!sequential) sequential = true;
|
|
13
|
-
else failures.push({
|
|
14
|
-
code: "SEQUENTIAL_VARIADIC_ARGUMENTS",
|
|
15
|
-
details: `Sequential variadic arguments are not allowed - since the argument preceding ${argument.name} is variadic, it must not also be variadic.`
|
|
16
|
-
});
|
|
17
|
-
else sequential = false;
|
|
18
|
-
return failures;
|
|
19
|
-
}
|
|
20
|
-
validateArguments.__type = [
|
|
21
|
-
"CommandTree",
|
|
22
|
-
"command",
|
|
23
|
-
() => __ΩValidationFailure,
|
|
24
|
-
"validateArguments",
|
|
25
|
-
"P\"w!2\"n#F/$"
|
|
26
|
-
];
|
|
27
|
-
function validateOptions(command) {
|
|
28
|
-
const failures = [];
|
|
29
|
-
const optionNames = (Set.Ω = [["&"]], /* @__PURE__ */ new Set());
|
|
30
|
-
for (const option of Object.values(command.options ?? {})) {
|
|
31
|
-
if (optionNames.has(option.name)) failures.push({
|
|
32
|
-
code: "DUPLICATE_OPTION_NAME",
|
|
33
|
-
details: `Duplicate option name "${option.name}" found in command.`
|
|
34
|
-
});
|
|
35
|
-
optionNames.add(option.name);
|
|
36
|
-
for (const alias of option.alias) {
|
|
37
|
-
if (optionNames.has(alias)) failures.push({
|
|
38
|
-
code: "DUPLICATE_OPTION_ALIAS",
|
|
39
|
-
details: `Duplicate option name "${alias}" (an alias of "${option.name}") found in command.`
|
|
40
|
-
});
|
|
41
|
-
optionNames.add(alias);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
return failures;
|
|
45
|
-
}
|
|
46
|
-
validateOptions.__type = [
|
|
47
|
-
"CommandTree",
|
|
48
|
-
"command",
|
|
49
|
-
() => __ΩValidationFailure,
|
|
50
|
-
"validateOptions",
|
|
51
|
-
"P\"w!2\"n#F/$"
|
|
52
|
-
];
|
|
53
|
-
function validateCommand(command) {
|
|
54
|
-
const results = [];
|
|
55
|
-
let failures = validateOptions(command);
|
|
56
|
-
if (failures.length > 0) results.push(...failures);
|
|
57
|
-
failures = validateArguments(command);
|
|
58
|
-
if (failures.length > 0) results.push(...failures);
|
|
59
|
-
return results;
|
|
60
|
-
}
|
|
61
|
-
validateCommand.__type = [
|
|
62
|
-
"CommandTree",
|
|
63
|
-
"command",
|
|
64
|
-
() => __ΩValidationFailure,
|
|
65
|
-
"validateCommand",
|
|
66
|
-
"P\"w!2\"n#F/$"
|
|
67
|
-
];
|
|
68
|
-
|
|
69
|
-
//#endregion
|
|
70
|
-
exports.validateCommand = validateCommand;
|
|
71
|
-
//# sourceMappingURL=validations.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validations.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
//#region src/helpers/validations.ts
|
|
2
|
-
const __ΩValidationFailure = [
|
|
3
|
-
"code",
|
|
4
|
-
"details",
|
|
5
|
-
"ValidationFailure",
|
|
6
|
-
"P&4!&4\"Mw#y"
|
|
7
|
-
];
|
|
8
|
-
function validateArguments(command) {
|
|
9
|
-
const failures = [];
|
|
10
|
-
let sequential = false;
|
|
11
|
-
for (const argument of command.args ?? []) if ((argument.type === "string" || argument.type === "number") && argument.variadic) if (!sequential) sequential = true;
|
|
12
|
-
else failures.push({
|
|
13
|
-
code: "SEQUENTIAL_VARIADIC_ARGUMENTS",
|
|
14
|
-
details: `Sequential variadic arguments are not allowed - since the argument preceding ${argument.name} is variadic, it must not also be variadic.`
|
|
15
|
-
});
|
|
16
|
-
else sequential = false;
|
|
17
|
-
return failures;
|
|
18
|
-
}
|
|
19
|
-
validateArguments.__type = [
|
|
20
|
-
"CommandTree",
|
|
21
|
-
"command",
|
|
22
|
-
() => __ΩValidationFailure,
|
|
23
|
-
"validateArguments",
|
|
24
|
-
"P\"w!2\"n#F/$"
|
|
25
|
-
];
|
|
26
|
-
function validateOptions(command) {
|
|
27
|
-
const failures = [];
|
|
28
|
-
const optionNames = (Set.Ω = [["&"]], /* @__PURE__ */ new Set());
|
|
29
|
-
for (const option of Object.values(command.options ?? {})) {
|
|
30
|
-
if (optionNames.has(option.name)) failures.push({
|
|
31
|
-
code: "DUPLICATE_OPTION_NAME",
|
|
32
|
-
details: `Duplicate option name "${option.name}" found in command.`
|
|
33
|
-
});
|
|
34
|
-
optionNames.add(option.name);
|
|
35
|
-
for (const alias of option.alias) {
|
|
36
|
-
if (optionNames.has(alias)) failures.push({
|
|
37
|
-
code: "DUPLICATE_OPTION_ALIAS",
|
|
38
|
-
details: `Duplicate option name "${alias}" (an alias of "${option.name}") found in command.`
|
|
39
|
-
});
|
|
40
|
-
optionNames.add(alias);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
return failures;
|
|
44
|
-
}
|
|
45
|
-
validateOptions.__type = [
|
|
46
|
-
"CommandTree",
|
|
47
|
-
"command",
|
|
48
|
-
() => __ΩValidationFailure,
|
|
49
|
-
"validateOptions",
|
|
50
|
-
"P\"w!2\"n#F/$"
|
|
51
|
-
];
|
|
52
|
-
function validateCommand(command) {
|
|
53
|
-
const results = [];
|
|
54
|
-
let failures = validateOptions(command);
|
|
55
|
-
if (failures.length > 0) results.push(...failures);
|
|
56
|
-
failures = validateArguments(command);
|
|
57
|
-
if (failures.length > 0) results.push(...failures);
|
|
58
|
-
return results;
|
|
59
|
-
}
|
|
60
|
-
validateCommand.__type = [
|
|
61
|
-
"CommandTree",
|
|
62
|
-
"command",
|
|
63
|
-
() => __ΩValidationFailure,
|
|
64
|
-
"validateCommand",
|
|
65
|
-
"P\"w!2\"n#F/$"
|
|
66
|
-
];
|
|
67
|
-
|
|
68
|
-
//#endregion
|
|
69
|
-
export { validateCommand };
|
|
70
|
-
//# sourceMappingURL=validations.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validations.mjs","names":[],"sources":[],"mappings":""}
|
package/dist/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":[],"sources":[],"mappings":""}
|
package/dist/package.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package.cjs","names":[],"sources":[],"mappings":""}
|
package/dist/package.mjs
DELETED
package/dist/package.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
const require_context_helpers = require('./context-helpers.cjs');
|
|
2
|
-
let _stryke_path_join_paths = require("@stryke/path/join-paths");
|
|
3
|
-
|
|
4
|
-
//#region src/plugin-utils/compute-bin.ts
|
|
5
|
-
function __assignType(fn, args) {
|
|
6
|
-
fn.__type = args;
|
|
7
|
-
return fn;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Computes the command tree for the root binary command based on the provided context.
|
|
11
|
-
*
|
|
12
|
-
* @param context - The plugin context containing the necessary information to compute the command tree.
|
|
13
|
-
* @returns The computed command tree for the root binary command.
|
|
14
|
-
*/
|
|
15
|
-
function computeBin(context) {
|
|
16
|
-
return {
|
|
17
|
-
id: "",
|
|
18
|
-
name: require_context_helpers.getAppName(context),
|
|
19
|
-
title: require_context_helpers.getAppTitle(context),
|
|
20
|
-
description: require_context_helpers.getAppDescription(context),
|
|
21
|
-
virtual: true,
|
|
22
|
-
path: null,
|
|
23
|
-
segments: [],
|
|
24
|
-
alias: [],
|
|
25
|
-
tags: [],
|
|
26
|
-
options: Object.fromEntries(context.globalOptions.map(__assignType((option) => [option.name, option], [
|
|
27
|
-
"option",
|
|
28
|
-
"",
|
|
29
|
-
"P\"2!\"/\""
|
|
30
|
-
]))),
|
|
31
|
-
args: [],
|
|
32
|
-
entry: { file: (0, _stryke_path_join_paths.joinPaths)(context.entryPath, "bin.ts") },
|
|
33
|
-
parent: null,
|
|
34
|
-
children: context.commands,
|
|
35
|
-
docs: context.config.docs?.app
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
computeBin.__type = [
|
|
39
|
-
"Context",
|
|
40
|
-
"context",
|
|
41
|
-
"CommandTree",
|
|
42
|
-
"computeBin",
|
|
43
|
-
"Computes the command tree for the root binary command based on the provided context.",
|
|
44
|
-
"P\"w!2\"\"w#/$?%"
|
|
45
|
-
];
|
|
46
|
-
|
|
47
|
-
//#endregion
|
|
48
|
-
exports.computeBin = computeBin;
|
|
49
|
-
//# sourceMappingURL=compute-bin.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"compute-bin.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CommandTree } from "../types/command.cjs";
|
|
2
|
-
import { Context } from "../types/context.cjs";
|
|
3
|
-
//#region src/plugin-utils/compute-bin.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Computes the command tree for the root binary command based on the provided context.
|
|
6
|
-
*
|
|
7
|
-
* @param context - The plugin context containing the necessary information to compute the command tree.
|
|
8
|
-
* @returns The computed command tree for the root binary command.
|
|
9
|
-
*/
|
|
10
|
-
declare function computeBin(context: Context): CommandTree;
|
|
11
|
-
//#endregion
|
|
12
|
-
export { computeBin };
|
|
13
|
-
//# sourceMappingURL=compute-bin.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"compute-bin.d.cts","names":[],"sources":["../../src/plugin-utils/compute-bin.ts"],"mappings":";;;;;;;AA4BA;;iBAAgB,UAAA,CAAW,OAAA,EAAS,OAAA,GAAU,WAAW"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CommandTree } from "../types/command.mjs";
|
|
2
|
-
import { Context } from "../types/context.mjs";
|
|
3
|
-
//#region src/plugin-utils/compute-bin.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Computes the command tree for the root binary command based on the provided context.
|
|
6
|
-
*
|
|
7
|
-
* @param context - The plugin context containing the necessary information to compute the command tree.
|
|
8
|
-
* @returns The computed command tree for the root binary command.
|
|
9
|
-
*/
|
|
10
|
-
declare function computeBin(context: Context): CommandTree;
|
|
11
|
-
//#endregion
|
|
12
|
-
export { computeBin };
|
|
13
|
-
//# sourceMappingURL=compute-bin.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"compute-bin.d.mts","names":[],"sources":["../../src/plugin-utils/compute-bin.ts"],"mappings":""}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { getAppDescription, getAppName, getAppTitle } from "./context-helpers.mjs";
|
|
2
|
-
import { joinPaths } from "@stryke/path/join-paths";
|
|
3
|
-
|
|
4
|
-
//#region src/plugin-utils/compute-bin.ts
|
|
5
|
-
function __assignType(fn, args) {
|
|
6
|
-
fn.__type = args;
|
|
7
|
-
return fn;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Computes the command tree for the root binary command based on the provided context.
|
|
11
|
-
*
|
|
12
|
-
* @param context - The plugin context containing the necessary information to compute the command tree.
|
|
13
|
-
* @returns The computed command tree for the root binary command.
|
|
14
|
-
*/
|
|
15
|
-
function computeBin(context) {
|
|
16
|
-
return {
|
|
17
|
-
id: "",
|
|
18
|
-
name: getAppName(context),
|
|
19
|
-
title: getAppTitle(context),
|
|
20
|
-
description: getAppDescription(context),
|
|
21
|
-
virtual: true,
|
|
22
|
-
path: null,
|
|
23
|
-
segments: [],
|
|
24
|
-
alias: [],
|
|
25
|
-
tags: [],
|
|
26
|
-
options: Object.fromEntries(context.globalOptions.map(__assignType((option) => [option.name, option], [
|
|
27
|
-
"option",
|
|
28
|
-
"",
|
|
29
|
-
"P\"2!\"/\""
|
|
30
|
-
]))),
|
|
31
|
-
args: [],
|
|
32
|
-
entry: { file: joinPaths(context.entryPath, "bin.ts") },
|
|
33
|
-
parent: null,
|
|
34
|
-
children: context.commands,
|
|
35
|
-
docs: context.config.docs?.app
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
computeBin.__type = [
|
|
39
|
-
"Context",
|
|
40
|
-
"context",
|
|
41
|
-
"CommandTree",
|
|
42
|
-
"computeBin",
|
|
43
|
-
"Computes the command tree for the root binary command based on the provided context.",
|
|
44
|
-
"P\"w!2\"\"w#/$?%"
|
|
45
|
-
];
|
|
46
|
-
|
|
47
|
-
//#endregion
|
|
48
|
-
export { computeBin };
|
|
49
|
-
//# sourceMappingURL=compute-bin.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"compute-bin.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-helpers.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { Context, UnresolvedContext } from "../types/context.cjs";
|
|
2
|
-
//#region src/plugin-utils/context-helpers.d.ts
|
|
3
|
-
/**
|
|
4
|
-
* Sorts command argument aliases, placing single-character aliases first, followed by multi-character aliases, and then sorting them alphabetically.
|
|
5
|
-
*
|
|
6
|
-
* @param aliases - An array of argument aliases to sort.
|
|
7
|
-
* @returns A new array of sorted aliases.
|
|
8
|
-
*/
|
|
9
|
-
declare function sortArgAliases(aliases: string[]): string[];
|
|
10
|
-
/**
|
|
11
|
-
* Retrieves the application name from the context and configuration.
|
|
12
|
-
*
|
|
13
|
-
* @param context - The build context containing workspace and package information.
|
|
14
|
-
* @returns The application name in kebab-case format.
|
|
15
|
-
* @throws An error if no valid application name is found.
|
|
16
|
-
*/
|
|
17
|
-
declare function getAppName<TContext extends UnresolvedContext | Context>(context: TContext): string;
|
|
18
|
-
/**
|
|
19
|
-
* Retrieves the application title from the context and configuration.
|
|
20
|
-
*
|
|
21
|
-
* @param context - The build context containing workspace and package information.
|
|
22
|
-
* @param replaceCLI - Whether to replace CLI-related terms in the title with the application name.
|
|
23
|
-
* @returns The application title in title-case format.
|
|
24
|
-
*/
|
|
25
|
-
declare function getAppTitle<TContext extends UnresolvedContext | Context>(context: TContext, replaceCLI?: boolean): string;
|
|
26
|
-
/**
|
|
27
|
-
* Retrieves the application description from the context and configuration.
|
|
28
|
-
*
|
|
29
|
-
* @param context - The build context containing workspace and package information.
|
|
30
|
-
* @returns The application description.
|
|
31
|
-
*/
|
|
32
|
-
declare function getAppDescription<TContext extends UnresolvedContext | Context>(context: TContext): string;
|
|
33
|
-
/**
|
|
34
|
-
* Retrieves the primary binary name for the application.
|
|
35
|
-
*
|
|
36
|
-
* @param context - The build context containing workspace and package information.
|
|
37
|
-
* @returns The primary binary name as a string.
|
|
38
|
-
*/
|
|
39
|
-
declare function getAppBin<TContext extends UnresolvedContext | Context>(context: TContext): string;
|
|
40
|
-
/**
|
|
41
|
-
* Determines if a given command path segment is variable (enclosed in square brackets).
|
|
42
|
-
*
|
|
43
|
-
* @example
|
|
44
|
-
* ```typescript
|
|
45
|
-
* isDynamicPathSegment("[user]"); // true
|
|
46
|
-
* isDynamicPathSegment("user"); // false
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* @param path - The command path segment to check.
|
|
50
|
-
* @returns True if the path is variable, false otherwise.
|
|
51
|
-
*/
|
|
52
|
-
declare function isDynamicPathSegment(path: string): boolean;
|
|
53
|
-
/**
|
|
54
|
-
* Extracts the variable name from a command path segment by removing enclosing square brackets.
|
|
55
|
-
*
|
|
56
|
-
* @example
|
|
57
|
-
* ```typescript
|
|
58
|
-
* getDynamicPathSegmentName("[user]"); // "user"
|
|
59
|
-
* ```
|
|
60
|
-
*
|
|
61
|
-
* @param path - The command path segment.
|
|
62
|
-
* @returns The variable name without square brackets.
|
|
63
|
-
*/
|
|
64
|
-
declare function getDynamicPathSegmentName(path: string): string;
|
|
65
|
-
/**
|
|
66
|
-
* Determines if a given command path segment is a path segment group (enclosed in parentheses).
|
|
67
|
-
*
|
|
68
|
-
* @example
|
|
69
|
-
* ```typescript
|
|
70
|
-
* isPathSegmentGroup("(user)"); // true
|
|
71
|
-
* isPathSegmentGroup("[user]"); // false
|
|
72
|
-
* isPathSegmentGroup("user"); // false
|
|
73
|
-
* ```
|
|
74
|
-
*
|
|
75
|
-
* @param path - The command path segment to check.
|
|
76
|
-
* @returns True if the path is a path segment group, false otherwise.
|
|
77
|
-
*/
|
|
78
|
-
declare function isPathSegmentGroup(path: string): boolean;
|
|
79
|
-
/**
|
|
80
|
-
* Extracts the group name from a command path segment by removing enclosing parentheses.
|
|
81
|
-
*
|
|
82
|
-
* @example
|
|
83
|
-
* ```typescript
|
|
84
|
-
* getPathSegmentGroupName("(admin)"); // "admin"
|
|
85
|
-
* getPathSegmentGroupName("((group))"); // "group"
|
|
86
|
-
* ```
|
|
87
|
-
*
|
|
88
|
-
* @param path - The command path segment.
|
|
89
|
-
* @returns The group name without parentheses.
|
|
90
|
-
*/
|
|
91
|
-
declare function getPathSegmentGroupName(path: string): string;
|
|
92
|
-
/**
|
|
93
|
-
* Extracts the variable name from a command path segment by removing enclosing square brackets.
|
|
94
|
-
*
|
|
95
|
-
* @example
|
|
96
|
-
* ```typescript
|
|
97
|
-
* getDynamicPathSegmentName("[user]"); // "user"
|
|
98
|
-
* ```
|
|
99
|
-
*
|
|
100
|
-
* @param path - The command path segment.
|
|
101
|
-
* @returns The variable name without square brackets.
|
|
102
|
-
*/
|
|
103
|
-
declare function getPathSegmentName(path: string): string;
|
|
104
|
-
//#endregion
|
|
105
|
-
export { getAppBin, getAppDescription, getAppName, getAppTitle, getDynamicPathSegmentName, getPathSegmentGroupName, getPathSegmentName, isDynamicPathSegment, isPathSegmentGroup, sortArgAliases };
|
|
106
|
-
//# sourceMappingURL=context-helpers.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-helpers.d.cts","names":[],"sources":["../../src/plugin-utils/context-helpers.ts"],"mappings":";;;;;AA8BA;;;iBAAgB,cAAA,CAAe,OAAiB;AAAA;AAkBhD;;;;;;AAlBgD,iBAkBhC,UAAA,kBAA4B,iBAAA,GAAoB,OAAA,EAC9D,OAAA,EAAS,QAAA;;;;;;;;iBA4BK,WAAA,kBAA6B,iBAAA,GAAoB,OAAA,EAC/D,OAAA,EAAS,QAAA,EACT,UAAA;AAFF;;;;;;AAAA,iBAwBgB,iBAAA,kBAAmC,iBAAA,GAAoB,OAAA,EACrE,OAAA,EAAS,QAAA;;;;;;;iBAeK,SAAA,kBAA2B,iBAAA,GAAoB,OAAA,EAC7D,OAAA,EAAS,QAAA;;AAvCS;AAsBpB;;;;;;;;;;iBAoCgB,oBAAA,CAAqB,IAAY;;;;AAnC9B;AAenB;;;;;;;iBAmCgB,yBAAA,CAA0B,IAAY;;;;;;;AAlCnC;AAmBnB;;;;AAAiD;AAejD;iBAiBgB,kBAAA,CAAmB,IAAY;;;AAjBO;AAiBtD;;;;AAA+C;AAgB/C;;;;iBAAgB,uBAAA,CAAwB,IAAY;AAkBpD;;;;AAA+C;;;;;;;AAA/C,iBAAgB,kBAAA,CAAmB,IAAY"}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { Context, UnresolvedContext } from "../types/context.mjs";
|
|
2
|
-
//#region src/plugin-utils/context-helpers.d.ts
|
|
3
|
-
/**
|
|
4
|
-
* Sorts command argument aliases, placing single-character aliases first, followed by multi-character aliases, and then sorting them alphabetically.
|
|
5
|
-
*
|
|
6
|
-
* @param aliases - An array of argument aliases to sort.
|
|
7
|
-
* @returns A new array of sorted aliases.
|
|
8
|
-
*/
|
|
9
|
-
declare function sortArgAliases(aliases: string[]): string[];
|
|
10
|
-
/**
|
|
11
|
-
* Retrieves the application name from the context and configuration.
|
|
12
|
-
*
|
|
13
|
-
* @param context - The build context containing workspace and package information.
|
|
14
|
-
* @returns The application name in kebab-case format.
|
|
15
|
-
* @throws An error if no valid application name is found.
|
|
16
|
-
*/
|
|
17
|
-
declare function getAppName<TContext extends UnresolvedContext | Context>(context: TContext): string;
|
|
18
|
-
/**
|
|
19
|
-
* Retrieves the application title from the context and configuration.
|
|
20
|
-
*
|
|
21
|
-
* @param context - The build context containing workspace and package information.
|
|
22
|
-
* @param replaceCLI - Whether to replace CLI-related terms in the title with the application name.
|
|
23
|
-
* @returns The application title in title-case format.
|
|
24
|
-
*/
|
|
25
|
-
declare function getAppTitle<TContext extends UnresolvedContext | Context>(context: TContext, replaceCLI?: boolean): string;
|
|
26
|
-
/**
|
|
27
|
-
* Retrieves the application description from the context and configuration.
|
|
28
|
-
*
|
|
29
|
-
* @param context - The build context containing workspace and package information.
|
|
30
|
-
* @returns The application description.
|
|
31
|
-
*/
|
|
32
|
-
declare function getAppDescription<TContext extends UnresolvedContext | Context>(context: TContext): string;
|
|
33
|
-
/**
|
|
34
|
-
* Retrieves the primary binary name for the application.
|
|
35
|
-
*
|
|
36
|
-
* @param context - The build context containing workspace and package information.
|
|
37
|
-
* @returns The primary binary name as a string.
|
|
38
|
-
*/
|
|
39
|
-
declare function getAppBin<TContext extends UnresolvedContext | Context>(context: TContext): string;
|
|
40
|
-
/**
|
|
41
|
-
* Determines if a given command path segment is variable (enclosed in square brackets).
|
|
42
|
-
*
|
|
43
|
-
* @example
|
|
44
|
-
* ```typescript
|
|
45
|
-
* isDynamicPathSegment("[user]"); // true
|
|
46
|
-
* isDynamicPathSegment("user"); // false
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* @param path - The command path segment to check.
|
|
50
|
-
* @returns True if the path is variable, false otherwise.
|
|
51
|
-
*/
|
|
52
|
-
declare function isDynamicPathSegment(path: string): boolean;
|
|
53
|
-
/**
|
|
54
|
-
* Extracts the variable name from a command path segment by removing enclosing square brackets.
|
|
55
|
-
*
|
|
56
|
-
* @example
|
|
57
|
-
* ```typescript
|
|
58
|
-
* getDynamicPathSegmentName("[user]"); // "user"
|
|
59
|
-
* ```
|
|
60
|
-
*
|
|
61
|
-
* @param path - The command path segment.
|
|
62
|
-
* @returns The variable name without square brackets.
|
|
63
|
-
*/
|
|
64
|
-
declare function getDynamicPathSegmentName(path: string): string;
|
|
65
|
-
/**
|
|
66
|
-
* Determines if a given command path segment is a path segment group (enclosed in parentheses).
|
|
67
|
-
*
|
|
68
|
-
* @example
|
|
69
|
-
* ```typescript
|
|
70
|
-
* isPathSegmentGroup("(user)"); // true
|
|
71
|
-
* isPathSegmentGroup("[user]"); // false
|
|
72
|
-
* isPathSegmentGroup("user"); // false
|
|
73
|
-
* ```
|
|
74
|
-
*
|
|
75
|
-
* @param path - The command path segment to check.
|
|
76
|
-
* @returns True if the path is a path segment group, false otherwise.
|
|
77
|
-
*/
|
|
78
|
-
declare function isPathSegmentGroup(path: string): boolean;
|
|
79
|
-
/**
|
|
80
|
-
* Extracts the group name from a command path segment by removing enclosing parentheses.
|
|
81
|
-
*
|
|
82
|
-
* @example
|
|
83
|
-
* ```typescript
|
|
84
|
-
* getPathSegmentGroupName("(admin)"); // "admin"
|
|
85
|
-
* getPathSegmentGroupName("((group))"); // "group"
|
|
86
|
-
* ```
|
|
87
|
-
*
|
|
88
|
-
* @param path - The command path segment.
|
|
89
|
-
* @returns The group name without parentheses.
|
|
90
|
-
*/
|
|
91
|
-
declare function getPathSegmentGroupName(path: string): string;
|
|
92
|
-
/**
|
|
93
|
-
* Extracts the variable name from a command path segment by removing enclosing square brackets.
|
|
94
|
-
*
|
|
95
|
-
* @example
|
|
96
|
-
* ```typescript
|
|
97
|
-
* getDynamicPathSegmentName("[user]"); // "user"
|
|
98
|
-
* ```
|
|
99
|
-
*
|
|
100
|
-
* @param path - The command path segment.
|
|
101
|
-
* @returns The variable name without square brackets.
|
|
102
|
-
*/
|
|
103
|
-
declare function getPathSegmentName(path: string): string;
|
|
104
|
-
//#endregion
|
|
105
|
-
export { getAppBin, getAppDescription, getAppName, getAppTitle, getDynamicPathSegmentName, getPathSegmentGroupName, getPathSegmentName, isDynamicPathSegment, isPathSegmentGroup, sortArgAliases };
|
|
106
|
-
//# sourceMappingURL=context-helpers.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-helpers.d.mts","names":[],"sources":["../../src/plugin-utils/context-helpers.ts"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-helpers.mjs","names":[],"sources":[],"mappings":""}
|