@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,36 +0,0 @@
|
|
|
1
|
-
import { CommandTree } from "../types/command.cjs";
|
|
2
|
-
import { Context } from "../types/context.cjs";
|
|
3
|
-
|
|
4
|
-
//#region src/plugin-utils/get-command-tree.d.ts
|
|
5
|
-
/**
|
|
6
|
-
* Retrieves a specific command tree based on the provided path.
|
|
7
|
-
*
|
|
8
|
-
* @param context - The build context containing the command definitions.
|
|
9
|
-
* @param path - An array of strings representing the command path.
|
|
10
|
-
* @returns The command tree at the specified path, or null if not found.
|
|
11
|
-
*/
|
|
12
|
-
declare function getCommandTree(context: Context, path?: string[]): CommandTree | null;
|
|
13
|
-
/**
|
|
14
|
-
* Retrieves a list of all command trees defined in the context.
|
|
15
|
-
*
|
|
16
|
-
* @param context - The build context containing the command definitions.
|
|
17
|
-
* @returns A promise that resolves to an array of all command trees in the context.
|
|
18
|
-
*/
|
|
19
|
-
declare function getCommandList(context: Context): Promise<CommandTree[]>;
|
|
20
|
-
/**
|
|
21
|
-
* Retrieves a list of all command paths defined in the context.
|
|
22
|
-
*
|
|
23
|
-
* @param context - The build context containing the command definitions.
|
|
24
|
-
* @returns A promise that resolves to an array of all command paths in the context.
|
|
25
|
-
*/
|
|
26
|
-
declare function getCommandPaths(context: Context): Promise<string[]>;
|
|
27
|
-
/**
|
|
28
|
-
* Retrieves a list of all command segments defined in the context.
|
|
29
|
-
*
|
|
30
|
-
* @param context - The build context containing the command definitions.
|
|
31
|
-
* @returns A promise that resolves to an array of all command segments in the context.
|
|
32
|
-
*/
|
|
33
|
-
declare function getCommandSegments(context: Context): Promise<string[][]>;
|
|
34
|
-
//#endregion
|
|
35
|
-
export { getCommandList, getCommandPaths, getCommandSegments, getCommandTree };
|
|
36
|
-
//# sourceMappingURL=get-command-tree.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-command-tree.d.cts","names":[],"sources":["../../src/plugin-utils/get-command-tree.ts"],"mappings":";;;;;;AA8BA;;;;;iBAAgB,cAAA,CACd,OAAA,EAAS,OAAA,EACT,IAAA,cACC,WAAW;;;;AAAA;AA+Bd;;iBAAsB,cAAA,CAAe,OAAA,EAAS,OAAA,GAAU,OAAA,CAAQ,WAAA;;;;;;;iBAe1C,eAAA,CAAgB,OAAA,EAAS,OAAA,GAAU,OAAO;;;;AAfW;AAe3E;;iBAiBsB,kBAAA,CACpB,OAAA,EAAS,OAAA,GACR,OAAO"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CommandTree } from "../types/command.mjs";
|
|
2
|
-
import { Context } from "../types/context.mjs";
|
|
3
|
-
|
|
4
|
-
//#region src/plugin-utils/get-command-tree.d.ts
|
|
5
|
-
/**
|
|
6
|
-
* Retrieves a specific command tree based on the provided path.
|
|
7
|
-
*
|
|
8
|
-
* @param context - The build context containing the command definitions.
|
|
9
|
-
* @param path - An array of strings representing the command path.
|
|
10
|
-
* @returns The command tree at the specified path, or null if not found.
|
|
11
|
-
*/
|
|
12
|
-
declare function getCommandTree(context: Context, path?: string[]): CommandTree | null;
|
|
13
|
-
/**
|
|
14
|
-
* Retrieves a list of all command trees defined in the context.
|
|
15
|
-
*
|
|
16
|
-
* @param context - The build context containing the command definitions.
|
|
17
|
-
* @returns A promise that resolves to an array of all command trees in the context.
|
|
18
|
-
*/
|
|
19
|
-
declare function getCommandList(context: Context): Promise<CommandTree[]>;
|
|
20
|
-
/**
|
|
21
|
-
* Retrieves a list of all command paths defined in the context.
|
|
22
|
-
*
|
|
23
|
-
* @param context - The build context containing the command definitions.
|
|
24
|
-
* @returns A promise that resolves to an array of all command paths in the context.
|
|
25
|
-
*/
|
|
26
|
-
declare function getCommandPaths(context: Context): Promise<string[]>;
|
|
27
|
-
/**
|
|
28
|
-
* Retrieves a list of all command segments defined in the context.
|
|
29
|
-
*
|
|
30
|
-
* @param context - The build context containing the command definitions.
|
|
31
|
-
* @returns A promise that resolves to an array of all command segments in the context.
|
|
32
|
-
*/
|
|
33
|
-
declare function getCommandSegments(context: Context): Promise<string[][]>;
|
|
34
|
-
//#endregion
|
|
35
|
-
export { getCommandList, getCommandPaths, getCommandSegments, getCommandTree };
|
|
36
|
-
//# sourceMappingURL=get-command-tree.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-command-tree.d.mts","names":[],"sources":["../../src/plugin-utils/get-command-tree.ts"],"mappings":""}
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import { isDynamicPathSegment } from "./context-helpers.mjs";
|
|
2
|
-
import { traverseCommands } from "./traverse-command-tree.mjs";
|
|
3
|
-
|
|
4
|
-
//#region src/plugin-utils/get-command-tree.ts
|
|
5
|
-
function __assignType(fn, args) {
|
|
6
|
-
fn.__type = args;
|
|
7
|
-
return fn;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Retrieves a specific command tree based on the provided path.
|
|
11
|
-
*
|
|
12
|
-
* @param context - The build context containing the command definitions.
|
|
13
|
-
* @param path - An array of strings representing the command path.
|
|
14
|
-
* @returns The command tree at the specified path, or null if not found.
|
|
15
|
-
*/
|
|
16
|
-
function getCommandTree(context, path = []) {
|
|
17
|
-
if (path.length === 0) return null;
|
|
18
|
-
let currentTree = context.commands[path[0]] ?? null;
|
|
19
|
-
if (path.length > 1) {
|
|
20
|
-
const segments = path.slice(1).filter(__assignType((segment) => !isDynamicPathSegment(segment), [
|
|
21
|
-
"segment",
|
|
22
|
-
"",
|
|
23
|
-
"P\"2!\"/\""
|
|
24
|
-
]));
|
|
25
|
-
for (const segment of segments) if (currentTree?.children && Object.prototype.hasOwnProperty.call(currentTree.children, segment)) currentTree = currentTree.children[segment] ?? null;
|
|
26
|
-
else return null;
|
|
27
|
-
}
|
|
28
|
-
return currentTree;
|
|
29
|
-
}
|
|
30
|
-
getCommandTree.__type = [
|
|
31
|
-
"Context",
|
|
32
|
-
"context",
|
|
33
|
-
"path",
|
|
34
|
-
"CommandTree",
|
|
35
|
-
"getCommandTree",
|
|
36
|
-
"Retrieves a specific command tree based on the provided path.",
|
|
37
|
-
"P\"w!2\"\"2#P\"w$,J/%?&"
|
|
38
|
-
];
|
|
39
|
-
/**
|
|
40
|
-
* Retrieves a list of all command trees defined in the context.
|
|
41
|
-
*
|
|
42
|
-
* @param context - The build context containing the command definitions.
|
|
43
|
-
* @returns A promise that resolves to an array of all command trees in the context.
|
|
44
|
-
*/
|
|
45
|
-
async function getCommandList(context) {
|
|
46
|
-
const commandList = [];
|
|
47
|
-
await traverseCommands(context, __assignType((commandTree) => {
|
|
48
|
-
commandList.push(commandTree);
|
|
49
|
-
}, [
|
|
50
|
-
"commandTree",
|
|
51
|
-
"",
|
|
52
|
-
"P\"2!\"/\""
|
|
53
|
-
]));
|
|
54
|
-
return commandList;
|
|
55
|
-
}
|
|
56
|
-
getCommandList.__type = [
|
|
57
|
-
"Context",
|
|
58
|
-
"context",
|
|
59
|
-
"CommandTree",
|
|
60
|
-
"getCommandList",
|
|
61
|
-
"Retrieves a list of all command trees defined in the context.",
|
|
62
|
-
"P\"w!2\"\"w#F`/$?%"
|
|
63
|
-
];
|
|
64
|
-
/**
|
|
65
|
-
* Retrieves a list of all command paths defined in the context.
|
|
66
|
-
*
|
|
67
|
-
* @param context - The build context containing the command definitions.
|
|
68
|
-
* @returns A promise that resolves to an array of all command paths in the context.
|
|
69
|
-
*/
|
|
70
|
-
async function getCommandPaths(context) {
|
|
71
|
-
const commandPaths = [];
|
|
72
|
-
await traverseCommands(context, __assignType((commandTree) => {
|
|
73
|
-
if (commandTree.path) commandPaths.push(commandTree.path);
|
|
74
|
-
}, [
|
|
75
|
-
"commandTree",
|
|
76
|
-
"",
|
|
77
|
-
"P\"2!\"/\""
|
|
78
|
-
]));
|
|
79
|
-
return commandPaths;
|
|
80
|
-
}
|
|
81
|
-
getCommandPaths.__type = [
|
|
82
|
-
"Context",
|
|
83
|
-
"context",
|
|
84
|
-
"getCommandPaths",
|
|
85
|
-
"Retrieves a list of all command paths defined in the context.",
|
|
86
|
-
"P\"w!2\"&F`/#?$"
|
|
87
|
-
];
|
|
88
|
-
/**
|
|
89
|
-
* Retrieves a list of all command segments defined in the context.
|
|
90
|
-
*
|
|
91
|
-
* @param context - The build context containing the command definitions.
|
|
92
|
-
* @returns A promise that resolves to an array of all command segments in the context.
|
|
93
|
-
*/
|
|
94
|
-
async function getCommandSegments(context) {
|
|
95
|
-
const commandSegments = [];
|
|
96
|
-
await traverseCommands(context, __assignType((commandTree) => {
|
|
97
|
-
if (commandTree.path) commandSegments.push(commandTree.segments);
|
|
98
|
-
}, [
|
|
99
|
-
"commandTree",
|
|
100
|
-
"",
|
|
101
|
-
"P\"2!\"/\""
|
|
102
|
-
]));
|
|
103
|
-
return commandSegments;
|
|
104
|
-
}
|
|
105
|
-
getCommandSegments.__type = [
|
|
106
|
-
"Context",
|
|
107
|
-
"context",
|
|
108
|
-
"getCommandSegments",
|
|
109
|
-
"Retrieves a list of all command segments defined in the context.",
|
|
110
|
-
"P\"w!2\"&FF`/#?$"
|
|
111
|
-
];
|
|
112
|
-
|
|
113
|
-
//#endregion
|
|
114
|
-
export { getCommandList, getCommandPaths, getCommandSegments, getCommandTree };
|
|
115
|
-
//# sourceMappingURL=get-command-tree.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-command-tree.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region src/plugin-utils/reflect.ts
|
|
3
|
-
function __assignType(fn, args) {
|
|
4
|
-
fn.__type = args;
|
|
5
|
-
return fn;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Sort command options alphabetically by name, placing boolean options with negatives appropriately.
|
|
9
|
-
*
|
|
10
|
-
* @param options - The array of command options to sort.
|
|
11
|
-
* @param skipNegatives - Whether to skip negative options when sorting (default: true).
|
|
12
|
-
* @returns A new array of sorted command options.
|
|
13
|
-
*/
|
|
14
|
-
function sortOptions(options, skipNegatives = true) {
|
|
15
|
-
if (!options || options.length === 0) return [];
|
|
16
|
-
return options.filter(__assignType((arg) => arg.type !== "boolean" || arg.variadic || !skipNegatives || !arg.isNegativeOf, [
|
|
17
|
-
"arg",
|
|
18
|
-
"",
|
|
19
|
-
"P\"2!\"/\""
|
|
20
|
-
])).sort(__assignType((a, b) => a.name.localeCompare(b.name), [
|
|
21
|
-
"a",
|
|
22
|
-
"b",
|
|
23
|
-
"",
|
|
24
|
-
"P\"2!\"2\"\"/#"
|
|
25
|
-
])).reduce(__assignType((ret, arg) => {
|
|
26
|
-
ret.push(arg);
|
|
27
|
-
if (arg.type === "boolean") {
|
|
28
|
-
const negativeArg = options.find(__assignType((a) => a.type === "boolean" && !a.variadic && a.isNegativeOf === arg.name, [
|
|
29
|
-
"a",
|
|
30
|
-
"",
|
|
31
|
-
"P\"2!\"/\""
|
|
32
|
-
]));
|
|
33
|
-
if (negativeArg) ret.push(negativeArg);
|
|
34
|
-
}
|
|
35
|
-
return ret;
|
|
36
|
-
}, [
|
|
37
|
-
"ret",
|
|
38
|
-
"arg",
|
|
39
|
-
"",
|
|
40
|
-
"P\"2!\"2\"\"/#"
|
|
41
|
-
]), []);
|
|
42
|
-
}
|
|
43
|
-
sortOptions.__type = [
|
|
44
|
-
"CommandOption",
|
|
45
|
-
"options",
|
|
46
|
-
"skipNegatives",
|
|
47
|
-
"sortOptions",
|
|
48
|
-
"Sort command options alphabetically by name, placing boolean options with negatives appropriately.",
|
|
49
|
-
"P\"w!F2\"\"2#\"w!F/$?%"
|
|
50
|
-
];
|
|
51
|
-
|
|
52
|
-
//#endregion
|
|
53
|
-
exports.sortOptions = sortOptions;
|
|
54
|
-
//# sourceMappingURL=reflect.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reflect.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { CommandOption } from "../types/command.cjs";
|
|
2
|
-
|
|
3
|
-
//#region src/plugin-utils/reflect.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Sort command options alphabetically by name, placing boolean options with negatives appropriately.
|
|
6
|
-
*
|
|
7
|
-
* @param options - The array of command options to sort.
|
|
8
|
-
* @param skipNegatives - Whether to skip negative options when sorting (default: true).
|
|
9
|
-
* @returns A new array of sorted command options.
|
|
10
|
-
*/
|
|
11
|
-
declare function sortOptions(options: CommandOption[], skipNegatives?: boolean): CommandOption[];
|
|
12
|
-
//#endregion
|
|
13
|
-
export { sortOptions };
|
|
14
|
-
//# sourceMappingURL=reflect.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reflect.d.cts","names":[],"sources":["../../src/plugin-utils/reflect.ts"],"mappings":";;;;;AA2BA;;;;;iBAAgB,WAAA,CACd,OAAA,EAAS,aAAA,IACT,aAAA,aACC,aAAa"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { CommandOption } from "../types/command.mjs";
|
|
2
|
-
|
|
3
|
-
//#region src/plugin-utils/reflect.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Sort command options alphabetically by name, placing boolean options with negatives appropriately.
|
|
6
|
-
*
|
|
7
|
-
* @param options - The array of command options to sort.
|
|
8
|
-
* @param skipNegatives - Whether to skip negative options when sorting (default: true).
|
|
9
|
-
* @returns A new array of sorted command options.
|
|
10
|
-
*/
|
|
11
|
-
declare function sortOptions(options: CommandOption[], skipNegatives?: boolean): CommandOption[];
|
|
12
|
-
//#endregion
|
|
13
|
-
export { sortOptions };
|
|
14
|
-
//# sourceMappingURL=reflect.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reflect.d.mts","names":[],"sources":["../../src/plugin-utils/reflect.ts"],"mappings":""}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
//#region src/plugin-utils/reflect.ts
|
|
2
|
-
function __assignType(fn, args) {
|
|
3
|
-
fn.__type = args;
|
|
4
|
-
return fn;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Sort command options alphabetically by name, placing boolean options with negatives appropriately.
|
|
8
|
-
*
|
|
9
|
-
* @param options - The array of command options to sort.
|
|
10
|
-
* @param skipNegatives - Whether to skip negative options when sorting (default: true).
|
|
11
|
-
* @returns A new array of sorted command options.
|
|
12
|
-
*/
|
|
13
|
-
function sortOptions(options, skipNegatives = true) {
|
|
14
|
-
if (!options || options.length === 0) return [];
|
|
15
|
-
return options.filter(__assignType((arg) => arg.type !== "boolean" || arg.variadic || !skipNegatives || !arg.isNegativeOf, [
|
|
16
|
-
"arg",
|
|
17
|
-
"",
|
|
18
|
-
"P\"2!\"/\""
|
|
19
|
-
])).sort(__assignType((a, b) => a.name.localeCompare(b.name), [
|
|
20
|
-
"a",
|
|
21
|
-
"b",
|
|
22
|
-
"",
|
|
23
|
-
"P\"2!\"2\"\"/#"
|
|
24
|
-
])).reduce(__assignType((ret, arg) => {
|
|
25
|
-
ret.push(arg);
|
|
26
|
-
if (arg.type === "boolean") {
|
|
27
|
-
const negativeArg = options.find(__assignType((a) => a.type === "boolean" && !a.variadic && a.isNegativeOf === arg.name, [
|
|
28
|
-
"a",
|
|
29
|
-
"",
|
|
30
|
-
"P\"2!\"/\""
|
|
31
|
-
]));
|
|
32
|
-
if (negativeArg) ret.push(negativeArg);
|
|
33
|
-
}
|
|
34
|
-
return ret;
|
|
35
|
-
}, [
|
|
36
|
-
"ret",
|
|
37
|
-
"arg",
|
|
38
|
-
"",
|
|
39
|
-
"P\"2!\"2\"\"/#"
|
|
40
|
-
]), []);
|
|
41
|
-
}
|
|
42
|
-
sortOptions.__type = [
|
|
43
|
-
"CommandOption",
|
|
44
|
-
"options",
|
|
45
|
-
"skipNegatives",
|
|
46
|
-
"sortOptions",
|
|
47
|
-
"Sort command options alphabetically by name, placing boolean options with negatives appropriately.",
|
|
48
|
-
"P\"w!F2\"\"2#\"w!F/$?%"
|
|
49
|
-
];
|
|
50
|
-
|
|
51
|
-
//#endregion
|
|
52
|
-
export { sortOptions };
|
|
53
|
-
//# sourceMappingURL=reflect.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reflect.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region src/plugin-utils/traverse-command-tree.ts
|
|
3
|
-
function __assignType(fn, args) {
|
|
4
|
-
fn.__type = args;
|
|
5
|
-
return fn;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Traverses a command tree and applies a visitor function to each node.
|
|
9
|
-
*
|
|
10
|
-
* @param commandTree - The command tree to traverse.
|
|
11
|
-
* @param visitor - The visitor function to apply to each node.
|
|
12
|
-
*/
|
|
13
|
-
async function traverseCommandTree(commandTree, visitor) {
|
|
14
|
-
if (!commandTree.children) return;
|
|
15
|
-
await Promise.all(Object.values(commandTree.children).map(__assignType(async (childTree) => {
|
|
16
|
-
await Promise.resolve(visitor(childTree));
|
|
17
|
-
await traverseCommandTree(childTree, visitor);
|
|
18
|
-
}, [
|
|
19
|
-
"childTree",
|
|
20
|
-
"",
|
|
21
|
-
"P\"2!\"/\""
|
|
22
|
-
])));
|
|
23
|
-
}
|
|
24
|
-
traverseCommandTree.__type = [
|
|
25
|
-
"CommandTree",
|
|
26
|
-
"commandTree",
|
|
27
|
-
"node",
|
|
28
|
-
"",
|
|
29
|
-
"visitor",
|
|
30
|
-
"traverseCommandTree",
|
|
31
|
-
"Traverses a command tree and applies a visitor function to each node.",
|
|
32
|
-
"P\"w!2\"P\"w!2#!/$2%$`/&?'"
|
|
33
|
-
];
|
|
34
|
-
/**
|
|
35
|
-
* Traverses all commands in the context and applies a visitor function to each command tree.
|
|
36
|
-
*
|
|
37
|
-
* @param context - The build context containing the command definitions.
|
|
38
|
-
* @param visitor - The visitor function to apply to each command tree.
|
|
39
|
-
*/
|
|
40
|
-
async function traverseCommands(context, visitor) {
|
|
41
|
-
if (!context.commands) return;
|
|
42
|
-
await Promise.all(Object.values(context.commands).map(__assignType(async (childTree) => {
|
|
43
|
-
await Promise.resolve(visitor(childTree));
|
|
44
|
-
await traverseCommandTree(childTree, visitor);
|
|
45
|
-
}, [
|
|
46
|
-
"childTree",
|
|
47
|
-
"",
|
|
48
|
-
"P\"2!\"/\""
|
|
49
|
-
])));
|
|
50
|
-
}
|
|
51
|
-
traverseCommands.__type = [
|
|
52
|
-
"context",
|
|
53
|
-
"CommandTree",
|
|
54
|
-
"node",
|
|
55
|
-
"",
|
|
56
|
-
"visitor",
|
|
57
|
-
"traverseCommands",
|
|
58
|
-
"Traverses all commands in the context and applies a visitor function to each command tree.",
|
|
59
|
-
"P\"2!P\"w\"2#!/$2%$`/&?'"
|
|
60
|
-
];
|
|
61
|
-
|
|
62
|
-
//#endregion
|
|
63
|
-
exports.traverseCommandTree = traverseCommandTree;
|
|
64
|
-
exports.traverseCommands = traverseCommands;
|
|
65
|
-
//# sourceMappingURL=traverse-command-tree.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"traverse-command-tree.cjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CommandTree } from "../types/command.cjs";
|
|
2
|
-
import { Context } from "../types/context.cjs";
|
|
3
|
-
import { MaybePromise } from "@stryke/types/base";
|
|
4
|
-
|
|
5
|
-
//#region src/plugin-utils/traverse-command-tree.d.ts
|
|
6
|
-
/**
|
|
7
|
-
* Traverses a command tree and applies a visitor function to each node.
|
|
8
|
-
*
|
|
9
|
-
* @param commandTree - The command tree to traverse.
|
|
10
|
-
* @param visitor - The visitor function to apply to each node.
|
|
11
|
-
*/
|
|
12
|
-
declare function traverseCommandTree(commandTree: CommandTree, visitor: (node: CommandTree) => MaybePromise<void>): Promise<void>;
|
|
13
|
-
/**
|
|
14
|
-
* Traverses all commands in the context and applies a visitor function to each command tree.
|
|
15
|
-
*
|
|
16
|
-
* @param context - The build context containing the command definitions.
|
|
17
|
-
* @param visitor - The visitor function to apply to each command tree.
|
|
18
|
-
*/
|
|
19
|
-
declare function traverseCommands<TContext extends Context>(context: TContext, visitor: (node: CommandTree) => MaybePromise<void>): Promise<void>;
|
|
20
|
-
//#endregion
|
|
21
|
-
export { traverseCommandTree, traverseCommands };
|
|
22
|
-
//# sourceMappingURL=traverse-command-tree.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"traverse-command-tree.d.cts","names":[],"sources":["../../src/plugin-utils/traverse-command-tree.ts"],"mappings":";;;;;;;AA4BA;;;;iBAAsB,mBAAA,CACpB,WAAA,EAAa,WAAA,EACb,OAAA,GAAU,IAAA,EAAM,WAAA,KAAgB,YAAA,SAC/B,OAAA;;;;;;;iBAmBmB,gBAAA,kBAAkC,OAAA,EACtD,OAAA,EAAS,QAAA,EACT,OAAA,GAAU,IAAA,EAAM,WAAA,KAAgB,YAAA,SAC/B,OAAA"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CommandTree } from "../types/command.mjs";
|
|
2
|
-
import { Context } from "../types/context.mjs";
|
|
3
|
-
import { MaybePromise } from "@stryke/types/base";
|
|
4
|
-
|
|
5
|
-
//#region src/plugin-utils/traverse-command-tree.d.ts
|
|
6
|
-
/**
|
|
7
|
-
* Traverses a command tree and applies a visitor function to each node.
|
|
8
|
-
*
|
|
9
|
-
* @param commandTree - The command tree to traverse.
|
|
10
|
-
* @param visitor - The visitor function to apply to each node.
|
|
11
|
-
*/
|
|
12
|
-
declare function traverseCommandTree(commandTree: CommandTree, visitor: (node: CommandTree) => MaybePromise<void>): Promise<void>;
|
|
13
|
-
/**
|
|
14
|
-
* Traverses all commands in the context and applies a visitor function to each command tree.
|
|
15
|
-
*
|
|
16
|
-
* @param context - The build context containing the command definitions.
|
|
17
|
-
* @param visitor - The visitor function to apply to each command tree.
|
|
18
|
-
*/
|
|
19
|
-
declare function traverseCommands<TContext extends Context>(context: TContext, visitor: (node: CommandTree) => MaybePromise<void>): Promise<void>;
|
|
20
|
-
//#endregion
|
|
21
|
-
export { traverseCommandTree, traverseCommands };
|
|
22
|
-
//# sourceMappingURL=traverse-command-tree.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"traverse-command-tree.d.mts","names":[],"sources":["../../src/plugin-utils/traverse-command-tree.ts"],"mappings":""}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
//#region src/plugin-utils/traverse-command-tree.ts
|
|
2
|
-
function __assignType(fn, args) {
|
|
3
|
-
fn.__type = args;
|
|
4
|
-
return fn;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Traverses a command tree and applies a visitor function to each node.
|
|
8
|
-
*
|
|
9
|
-
* @param commandTree - The command tree to traverse.
|
|
10
|
-
* @param visitor - The visitor function to apply to each node.
|
|
11
|
-
*/
|
|
12
|
-
async function traverseCommandTree(commandTree, visitor) {
|
|
13
|
-
if (!commandTree.children) return;
|
|
14
|
-
await Promise.all(Object.values(commandTree.children).map(__assignType(async (childTree) => {
|
|
15
|
-
await Promise.resolve(visitor(childTree));
|
|
16
|
-
await traverseCommandTree(childTree, visitor);
|
|
17
|
-
}, [
|
|
18
|
-
"childTree",
|
|
19
|
-
"",
|
|
20
|
-
"P\"2!\"/\""
|
|
21
|
-
])));
|
|
22
|
-
}
|
|
23
|
-
traverseCommandTree.__type = [
|
|
24
|
-
"CommandTree",
|
|
25
|
-
"commandTree",
|
|
26
|
-
"node",
|
|
27
|
-
"",
|
|
28
|
-
"visitor",
|
|
29
|
-
"traverseCommandTree",
|
|
30
|
-
"Traverses a command tree and applies a visitor function to each node.",
|
|
31
|
-
"P\"w!2\"P\"w!2#!/$2%$`/&?'"
|
|
32
|
-
];
|
|
33
|
-
/**
|
|
34
|
-
* Traverses all commands in the context and applies a visitor function to each command tree.
|
|
35
|
-
*
|
|
36
|
-
* @param context - The build context containing the command definitions.
|
|
37
|
-
* @param visitor - The visitor function to apply to each command tree.
|
|
38
|
-
*/
|
|
39
|
-
async function traverseCommands(context, visitor) {
|
|
40
|
-
if (!context.commands) return;
|
|
41
|
-
await Promise.all(Object.values(context.commands).map(__assignType(async (childTree) => {
|
|
42
|
-
await Promise.resolve(visitor(childTree));
|
|
43
|
-
await traverseCommandTree(childTree, visitor);
|
|
44
|
-
}, [
|
|
45
|
-
"childTree",
|
|
46
|
-
"",
|
|
47
|
-
"P\"2!\"/\""
|
|
48
|
-
])));
|
|
49
|
-
}
|
|
50
|
-
traverseCommands.__type = [
|
|
51
|
-
"context",
|
|
52
|
-
"CommandTree",
|
|
53
|
-
"node",
|
|
54
|
-
"",
|
|
55
|
-
"visitor",
|
|
56
|
-
"traverseCommands",
|
|
57
|
-
"Traverses all commands in the context and applies a visitor function to each command tree.",
|
|
58
|
-
"P\"2!P\"w\"2#!/$2%$`/&?'"
|
|
59
|
-
];
|
|
60
|
-
|
|
61
|
-
//#endregion
|
|
62
|
-
export { traverseCommandTree, traverseCommands };
|
|
63
|
-
//# sourceMappingURL=traverse-command-tree.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"traverse-command-tree.mjs","names":[],"sources":[],"mappings":""}
|