@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
package/dist/types/context.d.mts
CHANGED
|
@@ -1,31 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { ExecutionContext as ExecutionContext$1, UnresolvedContext as UnresolvedContext$1 } from "powerlines";
|
|
4
|
-
import { AlloyPluginContext } from "@powerlines/plugin-alloy/types/plugin";
|
|
5
|
-
import { NodeJsPluginContext } from "@powerlines/plugin-nodejs/types/plugin";
|
|
6
|
-
import { TsdownPluginContext } from "@powerlines/plugin-tsdown/types/plugin";
|
|
7
|
-
|
|
8
|
-
//#region src/types/context.d.ts
|
|
9
|
-
type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = TsdownPluginContext<TResolvedConfig> & AlloyPluginContext<TResolvedConfig> & NodeJsPluginContext<TResolvedConfig> & {
|
|
10
|
-
/**
|
|
11
|
-
* The root path where commands are located.
|
|
12
|
-
*/
|
|
13
|
-
commandsPath: string;
|
|
14
|
-
/**
|
|
15
|
-
* The default command arguments to apply to all application commands.
|
|
16
|
-
*/
|
|
17
|
-
globalOptions: CommandOption[];
|
|
18
|
-
/**
|
|
19
|
-
* The list of commands discovered in the project.
|
|
20
|
-
*/
|
|
21
|
-
inputs: CommandConfig[];
|
|
22
|
-
/**
|
|
23
|
-
* The command-line application structure.
|
|
24
|
-
*/
|
|
25
|
-
commands: Record<string, CommandTree>;
|
|
26
|
-
};
|
|
27
|
-
type ExecutionContext<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = ExecutionContext$1<TResolvedConfig>;
|
|
28
|
-
type UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = UnresolvedContext$1<TResolvedConfig>;
|
|
29
|
-
//#endregion
|
|
30
|
-
export { Context, ExecutionContext, UnresolvedContext };
|
|
31
|
-
//# sourceMappingURL=context.d.mts.map
|
|
1
|
+
import { d as CommandGeneratorOptions, f as Context, m as UnresolvedContext, p as ExecutionContext } from "../config-CnNYdfsL.mjs";
|
|
2
|
+
export { CommandGeneratorOptions, Context, ExecutionContext, UnresolvedContext };
|
package/dist/types/context.mjs
CHANGED
|
@@ -1,41 +1 @@
|
|
|
1
|
-
|
|
2
|
-
const __ΩRecord = [
|
|
3
|
-
"K",
|
|
4
|
-
"T",
|
|
5
|
-
"Record",
|
|
6
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
7
|
-
];
|
|
8
|
-
const __ΩContext = [
|
|
9
|
-
"ResolvedConfig",
|
|
10
|
-
"TResolvedConfig",
|
|
11
|
-
"commandsPath",
|
|
12
|
-
"The root path where commands are located.",
|
|
13
|
-
"CommandOption",
|
|
14
|
-
"globalOptions",
|
|
15
|
-
"The default command arguments to apply to all application commands.",
|
|
16
|
-
"CommandConfig",
|
|
17
|
-
"inputs",
|
|
18
|
-
"The list of commands discovered in the project.",
|
|
19
|
-
() => __ΩRecord,
|
|
20
|
-
"CommandTree",
|
|
21
|
-
"commands",
|
|
22
|
-
"The command-line application structure.",
|
|
23
|
-
"Context",
|
|
24
|
-
"\"w!c\"P!!!P&4#?$\"w%F4&?'\"w(F4)?*&\"w,o+#4-?.MKw/y"
|
|
25
|
-
];
|
|
26
|
-
const __ΩExecutionContext = [
|
|
27
|
-
"ResolvedConfig",
|
|
28
|
-
"TResolvedConfig",
|
|
29
|
-
"ExecutionContext",
|
|
30
|
-
"\"w!c\"!w#y"
|
|
31
|
-
];
|
|
32
|
-
const __ΩUnresolvedContext = [
|
|
33
|
-
"ResolvedConfig",
|
|
34
|
-
"TResolvedConfig",
|
|
35
|
-
"UnresolvedContext",
|
|
36
|
-
"\"w!c\"!w#y"
|
|
37
|
-
];
|
|
38
|
-
|
|
39
|
-
//#endregion
|
|
40
|
-
export { __ΩContext, __ΩExecutionContext, __ΩUnresolvedContext };
|
|
41
|
-
//# sourceMappingURL=context.mjs.map
|
|
1
|
+
export { };
|
package/dist/types/index.cjs
CHANGED
|
@@ -1,53 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const require_types_context = require('./context.cjs');
|
|
5
|
-
const require_types_env = require('./env.cjs');
|
|
6
|
-
|
|
7
|
-
exports.__ΩAsCommandParameterConfig = require_types_command.__ΩAsCommandParameterConfig;
|
|
8
|
-
exports.__ΩBaseBooleanCommandParameter = require_types_command.__ΩBaseBooleanCommandParameter;
|
|
9
|
-
exports.__ΩBaseCommandParameter = require_types_command.__ΩBaseCommandParameter;
|
|
10
|
-
exports.__ΩBaseNumberCommandParameter = require_types_command.__ΩBaseNumberCommandParameter;
|
|
11
|
-
exports.__ΩBaseSingleCommandParameter = require_types_command.__ΩBaseSingleCommandParameter;
|
|
12
|
-
exports.__ΩBaseStringCommandParameter = require_types_command.__ΩBaseStringCommandParameter;
|
|
13
|
-
exports.__ΩBaseVariadicCommandParameter = require_types_command.__ΩBaseVariadicCommandParameter;
|
|
14
|
-
exports.__ΩBooleanCommandOption = require_types_command.__ΩBooleanCommandOption;
|
|
15
|
-
exports.__ΩBooleanCommandParameter = require_types_command.__ΩBooleanCommandParameter;
|
|
16
|
-
exports.__ΩBooleanCommandParameterConfig = require_types_command.__ΩBooleanCommandParameterConfig;
|
|
17
|
-
exports.__ΩCommandArgument = require_types_command.__ΩCommandArgument;
|
|
18
|
-
exports.__ΩCommandArgumentConfig = require_types_command.__ΩCommandArgumentConfig;
|
|
19
|
-
exports.__ΩCommandBase = require_types_command.__ΩCommandBase;
|
|
20
|
-
exports.__ΩCommandConfig = require_types_command.__ΩCommandConfig;
|
|
21
|
-
exports.__ΩCommandMetadata = require_types_command.__ΩCommandMetadata;
|
|
22
|
-
exports.__ΩCommandModule = require_types_command.__ΩCommandModule;
|
|
23
|
-
exports.__ΩCommandOption = require_types_command.__ΩCommandOption;
|
|
24
|
-
exports.__ΩCommandOptionConfig = require_types_command.__ΩCommandOptionConfig;
|
|
25
|
-
exports.__ΩCommandParameter = require_types_command.__ΩCommandParameter;
|
|
26
|
-
exports.__ΩCommandParameterConfig = require_types_command.__ΩCommandParameterConfig;
|
|
27
|
-
exports.__ΩCommandParameterType = require_types_command.__ΩCommandParameterType;
|
|
28
|
-
exports.__ΩCommandTree = require_types_command.__ΩCommandTree;
|
|
29
|
-
exports.__ΩContext = require_types_context.__ΩContext;
|
|
30
|
-
exports.__ΩDocsOptions = require_types_config.__ΩDocsOptions;
|
|
31
|
-
exports.__ΩEngineOptions = require_types_config.__ΩEngineOptions;
|
|
32
|
-
exports.__ΩExecutionContext = require_types_context.__ΩExecutionContext;
|
|
33
|
-
exports.__ΩNumberCommandParameter = require_types_command.__ΩNumberCommandParameter;
|
|
34
|
-
exports.__ΩNumberCommandParameterConfig = require_types_command.__ΩNumberCommandParameterConfig;
|
|
35
|
-
exports.__ΩOptions = require_types_config.__ΩOptions;
|
|
36
|
-
exports.__ΩOutputConfig = require_types_config.__ΩOutputConfig;
|
|
37
|
-
exports.__ΩResolvedConfig = require_types_config.__ΩResolvedConfig;
|
|
38
|
-
exports.__ΩSerializedCommandTree = require_types_command.__ΩSerializedCommandTree;
|
|
39
|
-
exports.__ΩShellShockEnv = require_types_env.__ΩShellShockEnv;
|
|
40
|
-
exports.__ΩSingleBooleanCommandParameter = require_types_command.__ΩSingleBooleanCommandParameter;
|
|
41
|
-
exports.__ΩSingleNumberCommandParameter = require_types_command.__ΩSingleNumberCommandParameter;
|
|
42
|
-
exports.__ΩSingleStringCommandParameter = require_types_command.__ΩSingleStringCommandParameter;
|
|
43
|
-
exports.__ΩStringCommandParameter = require_types_command.__ΩStringCommandParameter;
|
|
44
|
-
exports.__ΩStringCommandParameterConfig = require_types_command.__ΩStringCommandParameterConfig;
|
|
45
|
-
exports.__ΩUnresolvedContext = require_types_context.__ΩUnresolvedContext;
|
|
46
|
-
exports.__ΩUserConfig = require_types_config.__ΩUserConfig;
|
|
47
|
-
exports.__ΩUserConfigExport = require_types_config.__ΩUserConfigExport;
|
|
48
|
-
exports.__ΩUserConfigFn = require_types_config.__ΩUserConfigFn;
|
|
49
|
-
exports.__ΩUserConfigFnObject = require_types_config.__ΩUserConfigFnObject;
|
|
50
|
-
exports.__ΩUserConfigFnPromise = require_types_config.__ΩUserConfigFnPromise;
|
|
51
|
-
exports.__ΩVariadicBooleanCommandParameter = require_types_command.__ΩVariadicBooleanCommandParameter;
|
|
52
|
-
exports.__ΩVariadicNumberCommandParameter = require_types_command.__ΩVariadicNumberCommandParameter;
|
|
53
|
-
exports.__ΩVariadicStringCommandParameter = require_types_command.__ΩVariadicStringCommandParameter;
|
|
1
|
+
require('./command.cjs');
|
|
2
|
+
require('./config.cjs');
|
|
3
|
+
require('./context.cjs');
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Context,
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
export { AsCommandParameterConfig, BaseBooleanCommandParameter, BaseCommandParameter, BaseNumberCommandParameter, BaseSingleCommandParameter, BaseStringCommandParameter, BaseVariadicCommandParameter, BooleanCommandOption, BooleanCommandParameter, BooleanCommandParameterConfig, CommandArgument, CommandArgumentConfig, CommandBase, CommandConfig, CommandMetadata, CommandModule, CommandOption, CommandOptionConfig, CommandParameter, CommandParameterConfig, CommandParameterType, CommandTree, Context, DocsOptions, EngineOptions, ExecutionContext, NumberCommandParameter, NumberCommandParameterConfig, Options, OutputConfig, ResolvedConfig, SerializedCommandTree, ShellShockEnv, SingleBooleanCommandParameter, SingleNumberCommandParameter, SingleStringCommandParameter, StringCommandParameter, StringCommandParameterConfig, UnresolvedContext, UserConfig, UserConfigExport, UserConfigFn, UserConfigFnObject, UserConfigFnPromise, VariadicBooleanCommandParameter, VariadicNumberCommandParameter, VariadicStringCommandParameter };
|
|
1
|
+
import { A as StringCommandParameterConfig, C as NumberCommandParameter, D as SingleNumberCommandParameter, E as SingleBooleanCommandParameter, M as VariadicNumberCommandParameter, N as VariadicStringCommandParameter, O as SingleStringCommandParameter, S as CommandTree, T as SerializedCommandTree, _ as CommandOption, a as BaseSingleCommandParameter, b as CommandParameterConfig, c as BooleanCommandOption, d as CommandArgument, f as CommandArgumentConfig, g as CommandModule, h as CommandMetadata, i as BaseNumberCommandParameter, j as VariadicBooleanCommandParameter, k as StringCommandParameter, l as BooleanCommandParameter, m as CommandConfig, n as BaseBooleanCommandParameter, o as BaseStringCommandParameter, p as CommandBase, r as BaseCommandParameter, s as BaseVariadicCommandParameter, t as AsCommandParameterConfig, u as BooleanCommandParameterConfig, v as CommandOptionConfig, w as NumberCommandParameterConfig, x as CommandParameterType, y as CommandParameter } from "../command-CtfR7hKM.cjs";
|
|
2
|
+
import { a as ResolvedConfig, c as UserConfigFn, d as CommandGeneratorOptions, f as Context, i as OutputConfig, l as UserConfigFnObject, m as UnresolvedContext, n as EngineOptions, o as UserConfig, p as ExecutionContext, r as Options, s as UserConfigExport, t as DocsOptions, u as UserConfigFnPromise } from "../config-BIF9mEz0.cjs";
|
|
3
|
+
import "../index-DYOBadKY.cjs";
|
|
4
|
+
export { AsCommandParameterConfig, BaseBooleanCommandParameter, BaseCommandParameter, BaseNumberCommandParameter, BaseSingleCommandParameter, BaseStringCommandParameter, BaseVariadicCommandParameter, BooleanCommandOption, BooleanCommandParameter, BooleanCommandParameterConfig, CommandArgument, CommandArgumentConfig, CommandBase, CommandConfig, CommandGeneratorOptions, CommandMetadata, CommandModule, CommandOption, CommandOptionConfig, CommandParameter, CommandParameterConfig, CommandParameterType, CommandTree, Context, DocsOptions, EngineOptions, ExecutionContext, NumberCommandParameter, NumberCommandParameterConfig, Options, OutputConfig, ResolvedConfig, SerializedCommandTree, SingleBooleanCommandParameter, SingleNumberCommandParameter, SingleStringCommandParameter, StringCommandParameter, StringCommandParameterConfig, UnresolvedContext, UserConfig, UserConfigExport, UserConfigFn, UserConfigFnObject, UserConfigFnPromise, VariadicBooleanCommandParameter, VariadicNumberCommandParameter, VariadicStringCommandParameter };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Context,
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
export { AsCommandParameterConfig, BaseBooleanCommandParameter, BaseCommandParameter, BaseNumberCommandParameter, BaseSingleCommandParameter, BaseStringCommandParameter, BaseVariadicCommandParameter, BooleanCommandOption, BooleanCommandParameter, BooleanCommandParameterConfig, CommandArgument, CommandArgumentConfig, CommandBase, CommandConfig, CommandMetadata, CommandModule, CommandOption, CommandOptionConfig, CommandParameter, CommandParameterConfig, CommandParameterType, CommandTree, Context, DocsOptions, EngineOptions, ExecutionContext, NumberCommandParameter, NumberCommandParameterConfig, Options, OutputConfig, ResolvedConfig, SerializedCommandTree, ShellShockEnv, SingleBooleanCommandParameter, SingleNumberCommandParameter, SingleStringCommandParameter, StringCommandParameter, StringCommandParameterConfig, UnresolvedContext, UserConfig, UserConfigExport, UserConfigFn, UserConfigFnObject, UserConfigFnPromise, VariadicBooleanCommandParameter, VariadicNumberCommandParameter, VariadicStringCommandParameter };
|
|
1
|
+
import { A as StringCommandParameterConfig, C as NumberCommandParameter, D as SingleNumberCommandParameter, E as SingleBooleanCommandParameter, M as VariadicNumberCommandParameter, N as VariadicStringCommandParameter, O as SingleStringCommandParameter, S as CommandTree, T as SerializedCommandTree, _ as CommandOption, a as BaseSingleCommandParameter, b as CommandParameterConfig, c as BooleanCommandOption, d as CommandArgument, f as CommandArgumentConfig, g as CommandModule, h as CommandMetadata, i as BaseNumberCommandParameter, j as VariadicBooleanCommandParameter, k as StringCommandParameter, l as BooleanCommandParameter, m as CommandConfig, n as BaseBooleanCommandParameter, o as BaseStringCommandParameter, p as CommandBase, r as BaseCommandParameter, s as BaseVariadicCommandParameter, t as AsCommandParameterConfig, u as BooleanCommandParameterConfig, v as CommandOptionConfig, w as NumberCommandParameterConfig, x as CommandParameterType, y as CommandParameter } from "../command-B6KYexlV.mjs";
|
|
2
|
+
import { a as ResolvedConfig, c as UserConfigFn, d as CommandGeneratorOptions, f as Context, i as OutputConfig, l as UserConfigFnObject, m as UnresolvedContext, n as EngineOptions, o as UserConfig, p as ExecutionContext, r as Options, s as UserConfigExport, t as DocsOptions, u as UserConfigFnPromise } from "../config-CnNYdfsL.mjs";
|
|
3
|
+
import "../index-D4klH_pj.mjs";
|
|
4
|
+
export { AsCommandParameterConfig, BaseBooleanCommandParameter, BaseCommandParameter, BaseNumberCommandParameter, BaseSingleCommandParameter, BaseStringCommandParameter, BaseVariadicCommandParameter, BooleanCommandOption, BooleanCommandParameter, BooleanCommandParameterConfig, CommandArgument, CommandArgumentConfig, CommandBase, CommandConfig, CommandGeneratorOptions, CommandMetadata, CommandModule, CommandOption, CommandOptionConfig, CommandParameter, CommandParameterConfig, CommandParameterType, CommandTree, Context, DocsOptions, EngineOptions, ExecutionContext, NumberCommandParameter, NumberCommandParameterConfig, Options, OutputConfig, ResolvedConfig, SerializedCommandTree, SingleBooleanCommandParameter, SingleNumberCommandParameter, SingleStringCommandParameter, StringCommandParameter, StringCommandParameterConfig, UnresolvedContext, UserConfig, UserConfigExport, UserConfigFn, UserConfigFnObject, UserConfigFnPromise, VariadicBooleanCommandParameter, VariadicNumberCommandParameter, VariadicStringCommandParameter };
|
package/dist/types/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { __ΩShellShockEnv } from "./env.mjs";
|
|
1
|
+
import "./command.mjs";
|
|
2
|
+
import "./config.mjs";
|
|
3
|
+
import "./context.mjs";
|
|
5
4
|
|
|
6
|
-
export {
|
|
5
|
+
export { };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/core",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.23",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the core Shell Shock functionality used to build and manage a command-line application.",
|
|
6
6
|
"keywords": ["shell-shock", "powerlines", "storm-software"],
|
|
@@ -241,6 +241,20 @@
|
|
|
241
241
|
"default": "./dist/contexts/options.mjs"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
|
+
"./contexts/power-plant": {
|
|
245
|
+
"require": {
|
|
246
|
+
"types": "./dist/contexts/power-plant.d.cts",
|
|
247
|
+
"default": "./dist/contexts/power-plant.cjs"
|
|
248
|
+
},
|
|
249
|
+
"import": {
|
|
250
|
+
"types": "./dist/contexts/power-plant.d.mts",
|
|
251
|
+
"default": "./dist/contexts/power-plant.mjs"
|
|
252
|
+
},
|
|
253
|
+
"default": {
|
|
254
|
+
"types": "./dist/contexts/power-plant.d.mts",
|
|
255
|
+
"default": "./dist/contexts/power-plant.mjs"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
244
258
|
"./engine": {
|
|
245
259
|
"require": {
|
|
246
260
|
"types": "./dist/engine.d.cts",
|
|
@@ -255,6 +269,34 @@
|
|
|
255
269
|
"default": "./dist/engine.mjs"
|
|
256
270
|
}
|
|
257
271
|
},
|
|
272
|
+
"./generator": {
|
|
273
|
+
"require": {
|
|
274
|
+
"types": "./dist/generator.d.cts",
|
|
275
|
+
"default": "./dist/generator.cjs"
|
|
276
|
+
},
|
|
277
|
+
"import": {
|
|
278
|
+
"types": "./dist/generator.d.mts",
|
|
279
|
+
"default": "./dist/generator.mjs"
|
|
280
|
+
},
|
|
281
|
+
"default": {
|
|
282
|
+
"types": "./dist/generator.d.mts",
|
|
283
|
+
"default": "./dist/generator.mjs"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"./helpers/power-plant": {
|
|
287
|
+
"require": {
|
|
288
|
+
"types": "./dist/helpers/power-plant.d.cts",
|
|
289
|
+
"default": "./dist/helpers/power-plant.cjs"
|
|
290
|
+
},
|
|
291
|
+
"import": {
|
|
292
|
+
"types": "./dist/helpers/power-plant.d.mts",
|
|
293
|
+
"default": "./dist/helpers/power-plant.mjs"
|
|
294
|
+
},
|
|
295
|
+
"default": {
|
|
296
|
+
"types": "./dist/helpers/power-plant.d.mts",
|
|
297
|
+
"default": "./dist/helpers/power-plant.mjs"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
258
300
|
"./package.json": "./package.json",
|
|
259
301
|
"./plugin": {
|
|
260
302
|
"require": {
|
|
@@ -284,6 +326,34 @@
|
|
|
284
326
|
"default": "./dist/plugin-utils/index.mjs"
|
|
285
327
|
}
|
|
286
328
|
},
|
|
329
|
+
"./schemas": {
|
|
330
|
+
"require": {
|
|
331
|
+
"types": "./dist/schemas/index.d.cts",
|
|
332
|
+
"default": "./dist/schemas/index.cjs"
|
|
333
|
+
},
|
|
334
|
+
"import": {
|
|
335
|
+
"types": "./dist/schemas/index.d.mts",
|
|
336
|
+
"default": "./dist/schemas/index.mjs"
|
|
337
|
+
},
|
|
338
|
+
"default": {
|
|
339
|
+
"types": "./dist/schemas/index.d.mts",
|
|
340
|
+
"default": "./dist/schemas/index.mjs"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"./schemas/env": {
|
|
344
|
+
"require": {
|
|
345
|
+
"types": "./dist/schemas/env.d.cts",
|
|
346
|
+
"default": "./dist/schemas/env.cjs"
|
|
347
|
+
},
|
|
348
|
+
"import": {
|
|
349
|
+
"types": "./dist/schemas/env.d.mts",
|
|
350
|
+
"default": "./dist/schemas/env.mjs"
|
|
351
|
+
},
|
|
352
|
+
"default": {
|
|
353
|
+
"types": "./dist/schemas/env.d.mts",
|
|
354
|
+
"default": "./dist/schemas/env.mjs"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
287
357
|
"./types": {
|
|
288
358
|
"require": {
|
|
289
359
|
"types": "./dist/types/index.d.cts",
|
|
@@ -339,20 +409,6 @@
|
|
|
339
409
|
"types": "./dist/types/context.d.mts",
|
|
340
410
|
"default": "./dist/types/context.mjs"
|
|
341
411
|
}
|
|
342
|
-
},
|
|
343
|
-
"./types/env": {
|
|
344
|
-
"require": {
|
|
345
|
-
"types": "./dist/types/env.d.cts",
|
|
346
|
-
"default": "./dist/types/env.cjs"
|
|
347
|
-
},
|
|
348
|
-
"import": {
|
|
349
|
-
"types": "./dist/types/env.d.mts",
|
|
350
|
-
"default": "./dist/types/env.mjs"
|
|
351
|
-
},
|
|
352
|
-
"default": {
|
|
353
|
-
"types": "./dist/types/env.d.mts",
|
|
354
|
-
"default": "./dist/types/env.mjs"
|
|
355
|
-
}
|
|
356
412
|
}
|
|
357
413
|
},
|
|
358
414
|
"main": "./dist/index.cjs",
|
|
@@ -361,37 +417,45 @@
|
|
|
361
417
|
"typings": "dist/index.d.mts",
|
|
362
418
|
"files": ["dist"],
|
|
363
419
|
"dependencies": {
|
|
364
|
-
"@alloy-js/core": "^0.
|
|
365
|
-
"@alloy-js/markdown": "^0.
|
|
366
|
-
"@alloy-js/typescript": "^0.
|
|
367
|
-
"@
|
|
368
|
-
"@
|
|
369
|
-
"@
|
|
370
|
-
"@powerlines/
|
|
371
|
-
"@powerlines/
|
|
372
|
-
"@powerlines/plugin-
|
|
373
|
-
"@powerlines/plugin-
|
|
374
|
-
"@powerlines/plugin-
|
|
375
|
-
"@powerlines/
|
|
376
|
-
"@
|
|
377
|
-
"@
|
|
378
|
-
"@
|
|
379
|
-
"@
|
|
380
|
-
"@stryke/
|
|
381
|
-
"@stryke/
|
|
382
|
-
"@stryke/
|
|
383
|
-
"@stryke/
|
|
384
|
-
"@stryke/
|
|
420
|
+
"@alloy-js/core": "^0.24.1",
|
|
421
|
+
"@alloy-js/markdown": "^0.24.0",
|
|
422
|
+
"@alloy-js/typescript": "^0.24.0",
|
|
423
|
+
"@power-plant/alloy-js": "^0.0.87",
|
|
424
|
+
"@power-plant/core": "^0.0.90",
|
|
425
|
+
"@power-plant/schema": "^0.0.88",
|
|
426
|
+
"@powerlines/core": "^0.48.129",
|
|
427
|
+
"@powerlines/engine": "^0.49.131",
|
|
428
|
+
"@powerlines/plugin-alloy": "^0.26.308",
|
|
429
|
+
"@powerlines/plugin-automd": "^0.1.672",
|
|
430
|
+
"@powerlines/plugin-env": "^0.16.419",
|
|
431
|
+
"@powerlines/plugin-nodejs": "^0.1.620",
|
|
432
|
+
"@powerlines/plugin-power-plant": "^0.1.67",
|
|
433
|
+
"@powerlines/plugin-tsdown": "^0.1.611",
|
|
434
|
+
"@powerlines/unplugin": "^0.0.177",
|
|
435
|
+
"@shell-shock/schema": "0.0.2",
|
|
436
|
+
"@stryke/cli": "^0.13.82",
|
|
437
|
+
"@stryke/convert": "^0.7.39",
|
|
438
|
+
"@stryke/fs": "^0.33.110",
|
|
439
|
+
"@stryke/helpers": "^0.10.48",
|
|
440
|
+
"@stryke/json": "^0.15.32",
|
|
441
|
+
"@stryke/path": "^0.29.35",
|
|
442
|
+
"@stryke/resolve": "^0.0.25",
|
|
443
|
+
"@stryke/string-format": "^0.17.50",
|
|
444
|
+
"@stryke/type-checks": "^0.6.41",
|
|
445
|
+
"@stryke/types": "^0.12.36",
|
|
385
446
|
"automd": "^0.4.3",
|
|
386
447
|
"defu": "^6.1.7",
|
|
387
|
-
"
|
|
388
|
-
"
|
|
448
|
+
"jiti": "^2.7.0",
|
|
449
|
+
"powerlines": "^0.47.210",
|
|
450
|
+
"tsdown": "^0.22.14",
|
|
451
|
+
"typescript": "^6.0.3",
|
|
452
|
+
"unplugin": "^3.3.0",
|
|
453
|
+
"zod": "^4.4.3"
|
|
389
454
|
},
|
|
390
455
|
"devDependencies": {
|
|
391
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
392
|
-
"@types/node": "^25.9.
|
|
393
|
-
"typescript": "^6.0.3"
|
|
456
|
+
"@powerlines/plugin-plugin": "^0.12.623",
|
|
457
|
+
"@types/node": "^25.9.5"
|
|
394
458
|
},
|
|
395
459
|
"publishConfig": { "access": "public" },
|
|
396
|
-
"gitHead": "
|
|
460
|
+
"gitHead": "3227e8ed7b3e816987d4d4f270dfdfceb963c022"
|
|
397
461
|
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
//#region \0rolldown/runtime.js
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
|
-
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
-
key = keys[i];
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
13
|
-
__defProp(to, key, {
|
|
14
|
-
get: ((k) => from[k]).bind(null, key),
|
|
15
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
return to;
|
|
21
|
-
};
|
|
22
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
23
|
-
value: mod,
|
|
24
|
-
enumerable: true
|
|
25
|
-
}) : target, mod));
|
|
26
|
-
|
|
27
|
-
//#endregion
|
|
28
|
-
|
|
29
|
-
exports.__toESM = __toESM;
|
package/dist/api.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"api.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"command-validation-logic.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"docs.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"docs.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exec-builtin.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"options-parser-logic.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"state-builtin.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usage.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils-builtin.cjs","names":[],"sources":[],"mappings":""}
|
package/dist/config.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"command.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"options.cjs","names":[],"sources":[],"mappings":""}
|
package/dist/engine.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"engine.cjs","names":[],"sources":[],"mappings":""}
|