@shell-shock/plugin-completions 0.4.18 → 0.4.19
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/dist/components/bash-config-command.cjs +2 -6
- package/dist/components/bash-config-command.d.cts +1 -3
- package/dist/components/bash-config-command.d.cts.map +1 -1
- package/dist/components/bash-config-command.d.mts +1 -3
- package/dist/components/bash-config-command.d.mts.map +1 -1
- package/dist/components/bash-config-command.mjs +5 -9
- package/dist/components/bash-config-command.mjs.map +1 -1
- package/dist/components/bash-script-command.cjs +2 -6
- package/dist/components/bash-script-command.d.cts +1 -3
- package/dist/components/bash-script-command.d.cts.map +1 -1
- package/dist/components/bash-script-command.d.mts +1 -3
- package/dist/components/bash-script-command.d.mts.map +1 -1
- package/dist/components/bash-script-command.mjs +5 -9
- package/dist/components/bash-script-command.mjs.map +1 -1
- package/dist/components/bash-shared.d.cts +1 -3
- package/dist/components/bash-shared.d.cts.map +1 -1
- package/dist/components/bash-shared.d.mts +1 -3
- package/dist/components/bash-shared.d.mts.map +1 -1
- package/dist/components/bash-shared.mjs.map +1 -1
- package/dist/components/fish-config-command.cjs +3 -7
- package/dist/components/fish-config-command.d.cts +1 -3
- package/dist/components/fish-config-command.d.cts.map +1 -1
- package/dist/components/fish-config-command.d.mts +1 -3
- package/dist/components/fish-config-command.d.mts.map +1 -1
- package/dist/components/fish-config-command.mjs +4 -8
- package/dist/components/fish-config-command.mjs.map +1 -1
- package/dist/components/fish-script-command.cjs +1 -5
- package/dist/components/fish-script-command.d.cts +1 -3
- package/dist/components/fish-script-command.d.cts.map +1 -1
- package/dist/components/fish-script-command.d.mts +1 -3
- package/dist/components/fish-script-command.d.mts.map +1 -1
- package/dist/components/fish-script-command.mjs +3 -7
- package/dist/components/fish-script-command.mjs.map +1 -1
- package/dist/components/fish-shared.d.cts +1 -3
- package/dist/components/fish-shared.d.cts.map +1 -1
- package/dist/components/fish-shared.d.mts +1 -3
- package/dist/components/fish-shared.d.mts.map +1 -1
- package/dist/components/fish-shared.mjs.map +1 -1
- package/dist/components/powershell-config-command.cjs +2 -6
- package/dist/components/powershell-config-command.d.cts +1 -3
- package/dist/components/powershell-config-command.d.cts.map +1 -1
- package/dist/components/powershell-config-command.d.mts +1 -3
- package/dist/components/powershell-config-command.d.mts.map +1 -1
- package/dist/components/powershell-config-command.mjs +3 -7
- package/dist/components/powershell-config-command.mjs.map +1 -1
- package/dist/components/powershell-script-command.cjs +2 -6
- package/dist/components/powershell-script-command.d.cts +1 -3
- package/dist/components/powershell-script-command.d.cts.map +1 -1
- package/dist/components/powershell-script-command.d.mts +1 -3
- package/dist/components/powershell-script-command.d.mts.map +1 -1
- package/dist/components/powershell-script-command.mjs +5 -9
- package/dist/components/powershell-script-command.mjs.map +1 -1
- package/dist/components/powershell-shared.d.cts +1 -3
- package/dist/components/powershell-shared.d.cts.map +1 -1
- package/dist/components/powershell-shared.d.mts +1 -3
- package/dist/components/powershell-shared.d.mts.map +1 -1
- package/dist/components/powershell-shared.mjs.map +1 -1
- package/dist/components/zsh-config-command.cjs +2 -6
- package/dist/components/zsh-config-command.d.cts +1 -3
- package/dist/components/zsh-config-command.d.cts.map +1 -1
- package/dist/components/zsh-config-command.d.mts +1 -3
- package/dist/components/zsh-config-command.d.mts.map +1 -1
- package/dist/components/zsh-config-command.mjs +5 -9
- package/dist/components/zsh-config-command.mjs.map +1 -1
- package/dist/components/zsh-script-command.cjs +2 -6
- package/dist/components/zsh-script-command.d.cts +1 -3
- package/dist/components/zsh-script-command.d.cts.map +1 -1
- package/dist/components/zsh-script-command.d.mts +1 -3
- package/dist/components/zsh-script-command.d.mts.map +1 -1
- package/dist/components/zsh-script-command.mjs +5 -9
- package/dist/components/zsh-script-command.mjs.map +1 -1
- package/dist/components/zsh-shared.d.cts +1 -3
- package/dist/components/zsh-shared.d.cts.map +1 -1
- package/dist/components/zsh-shared.d.mts +1 -3
- package/dist/components/zsh-shared.d.mts.map +1 -1
- package/dist/components/zsh-shared.mjs.map +1 -1
- package/dist/helpers/complete-command.d.mts.map +1 -1
- package/dist/helpers/complete-command.mjs.map +1 -1
- package/dist/helpers/completion-directive-constants.d.mts.map +1 -1
- package/dist/helpers/completion-directive-constants.mjs.map +1 -1
- package/dist/index.cjs +16 -29
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +16 -29
- package/dist/index.mjs.map +1 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts.map +1 -1
- package/dist/types/shell-type.d.cts.map +1 -1
- package/dist/types/shell-type.d.mts.map +1 -1
- package/dist/types/shell-type.mjs.map +1 -1
- package/package.json +13 -13
|
@@ -3,7 +3,6 @@ let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
|
3
3
|
let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
|
|
4
4
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
5
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
6
|
-
let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
|
|
7
6
|
let _powerlines_plugin_alloy_core = require("@powerlines/plugin-alloy/core");
|
|
8
7
|
let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin-alloy/core/contexts/context");
|
|
9
8
|
let _powerlines_plugin_alloy_typescript = require("@powerlines/plugin-alloy/typescript");
|
|
@@ -37,7 +36,7 @@ function BashConfigCompletionsCommand() {
|
|
|
37
36
|
get children() {
|
|
38
37
|
return [
|
|
39
38
|
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, { heading: "Options for the Bash Completions - Configuration command." }),
|
|
40
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(
|
|
39
|
+
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.InterfaceDeclaration, {
|
|
41
40
|
"export": true,
|
|
42
41
|
name: "BashConfigCompletionsOptions",
|
|
43
42
|
get children() {
|
|
@@ -45,15 +44,12 @@ function BashConfigCompletionsCommand() {
|
|
|
45
44
|
heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
|
|
46
45
|
get children() {
|
|
47
46
|
return (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocDefaultValue, {
|
|
48
|
-
|
|
49
|
-
return _powerlines_deepkit_vendor_type.ReflectionKind.boolean;
|
|
50
|
-
},
|
|
47
|
+
type: "boolean",
|
|
51
48
|
defaultValue: false
|
|
52
49
|
});
|
|
53
50
|
}
|
|
54
51
|
}), (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.InterfaceMember, {
|
|
55
52
|
name: "display",
|
|
56
|
-
optional: true,
|
|
57
53
|
type: "boolean"
|
|
58
54
|
})];
|
|
59
55
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/bash-config-command.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Bash Completions - Configuration command's handler wrapper for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function BashConfigCompletionsCommand():
|
|
5
|
+
declare function BashConfigCompletionsCommand(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { BashConfigCompletionsCommand };
|
|
10
8
|
//# sourceMappingURL=bash-config-command.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-config-command.d.cts","names":[],"sources":["../../src/components/bash-config-command.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"bash-config-command.d.cts","names":[],"sources":["../../src/components/bash-config-command.tsx"],"mappings":";;AA2CA;;iBAAgB,4BAAA,6BAA4B,QAAA"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/bash-config-command.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Bash Completions - Configuration command's handler wrapper for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function BashConfigCompletionsCommand():
|
|
5
|
+
declare function BashConfigCompletionsCommand(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { BashConfigCompletionsCommand };
|
|
10
8
|
//# sourceMappingURL=bash-config-command.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-config-command.d.mts","names":[],"sources":["../../src/components/bash-config-command.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"bash-config-command.d.mts","names":[],"sources":["../../src/components/bash-config-command.tsx"],"mappings":""}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { createComponent, memo } from "@alloy-js/core/jsx-runtime";
|
|
2
2
|
import { getAppTitle } from "@shell-shock/core/plugin-utils";
|
|
3
3
|
import { code } from "@alloy-js/core";
|
|
4
|
-
import { ElseClause, FunctionDeclaration, IfStatement,
|
|
5
|
-
import { ReflectionKind } from "@powerlines/deepkit/vendor/type";
|
|
4
|
+
import { ElseClause, FunctionDeclaration, IfStatement, VarDeclaration } from "@alloy-js/typescript";
|
|
6
5
|
import { Spacing } from "@powerlines/plugin-alloy/core";
|
|
7
6
|
import { usePowerlines } from "@powerlines/plugin-alloy/core/contexts/context";
|
|
8
|
-
import {
|
|
7
|
+
import { InterfaceDeclaration as InterfaceDeclaration$1, InterfaceMember, TypescriptFile } from "@powerlines/plugin-alloy/typescript";
|
|
9
8
|
import { TSDoc as TSDoc$1, TSDocDefaultValue as TSDocDefaultValue$1 } from "@powerlines/plugin-alloy/typescript/components/tsdoc";
|
|
10
9
|
import { joinPaths } from "@stryke/path";
|
|
11
10
|
|
|
@@ -36,7 +35,7 @@ function BashConfigCompletionsCommand() {
|
|
|
36
35
|
get children() {
|
|
37
36
|
return [
|
|
38
37
|
createComponent(TSDoc$1, { heading: "Options for the Bash Completions - Configuration command." }),
|
|
39
|
-
createComponent(InterfaceDeclaration, {
|
|
38
|
+
createComponent(InterfaceDeclaration$1, {
|
|
40
39
|
"export": true,
|
|
41
40
|
name: "BashConfigCompletionsOptions",
|
|
42
41
|
get children() {
|
|
@@ -44,15 +43,12 @@ function BashConfigCompletionsCommand() {
|
|
|
44
43
|
heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
|
|
45
44
|
get children() {
|
|
46
45
|
return createComponent(TSDocDefaultValue$1, {
|
|
47
|
-
|
|
48
|
-
return ReflectionKind.boolean;
|
|
49
|
-
},
|
|
46
|
+
type: "boolean",
|
|
50
47
|
defaultValue: false
|
|
51
48
|
});
|
|
52
49
|
}
|
|
53
|
-
}), createComponent(InterfaceMember
|
|
50
|
+
}), createComponent(InterfaceMember, {
|
|
54
51
|
name: "display",
|
|
55
|
-
optional: true,
|
|
56
52
|
type: "boolean"
|
|
57
53
|
})];
|
|
58
54
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-config-command.mjs","names":[],"sources":[
|
|
1
|
+
{"version":3,"file":"bash-config-command.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -3,7 +3,6 @@ let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
|
3
3
|
let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
|
|
4
4
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
5
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
6
|
-
let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
|
|
7
6
|
let _powerlines_plugin_alloy_core = require("@powerlines/plugin-alloy/core");
|
|
8
7
|
let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin-alloy/core/contexts/context");
|
|
9
8
|
let _powerlines_plugin_alloy_typescript = require("@powerlines/plugin-alloy/typescript");
|
|
@@ -37,7 +36,7 @@ function BashScriptCompletionsCommand() {
|
|
|
37
36
|
get children() {
|
|
38
37
|
return [
|
|
39
38
|
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, { heading: "Options for the Bash Completions - Script command." }),
|
|
40
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(
|
|
39
|
+
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.InterfaceDeclaration, {
|
|
41
40
|
"export": true,
|
|
42
41
|
name: "BashScriptCompletionsOptions",
|
|
43
42
|
get children() {
|
|
@@ -45,15 +44,12 @@ function BashScriptCompletionsCommand() {
|
|
|
45
44
|
heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
|
|
46
45
|
get children() {
|
|
47
46
|
return (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocDefaultValue, {
|
|
48
|
-
|
|
49
|
-
return _powerlines_deepkit_vendor_type.ReflectionKind.boolean;
|
|
50
|
-
},
|
|
47
|
+
type: "boolean",
|
|
51
48
|
defaultValue: false
|
|
52
49
|
});
|
|
53
50
|
}
|
|
54
51
|
}), (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.InterfaceMember, {
|
|
55
52
|
name: "display",
|
|
56
|
-
optional: true,
|
|
57
53
|
type: "boolean"
|
|
58
54
|
})];
|
|
59
55
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/bash-script-command.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Bash Completions - Script command's handler wrapper for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function BashScriptCompletionsCommand():
|
|
5
|
+
declare function BashScriptCompletionsCommand(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { BashScriptCompletionsCommand };
|
|
10
8
|
//# sourceMappingURL=bash-script-command.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-script-command.d.cts","names":[],"sources":["../../src/components/bash-script-command.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"bash-script-command.d.cts","names":[],"sources":["../../src/components/bash-script-command.tsx"],"mappings":";;AA2CA;;iBAAgB,4BAAA,6BAA4B,QAAA"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/bash-script-command.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Bash Completions - Script command's handler wrapper for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function BashScriptCompletionsCommand():
|
|
5
|
+
declare function BashScriptCompletionsCommand(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { BashScriptCompletionsCommand };
|
|
10
8
|
//# sourceMappingURL=bash-script-command.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-script-command.d.mts","names":[],"sources":["../../src/components/bash-script-command.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"bash-script-command.d.mts","names":[],"sources":["../../src/components/bash-script-command.tsx"],"mappings":""}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { createComponent, memo } from "@alloy-js/core/jsx-runtime";
|
|
2
2
|
import { getAppBin, getAppTitle } from "@shell-shock/core/plugin-utils";
|
|
3
3
|
import { code, computed } from "@alloy-js/core";
|
|
4
|
-
import { ElseClause, FunctionDeclaration, IfStatement,
|
|
5
|
-
import { ReflectionKind } from "@powerlines/deepkit/vendor/type";
|
|
4
|
+
import { ElseClause, FunctionDeclaration, IfStatement, VarDeclaration } from "@alloy-js/typescript";
|
|
6
5
|
import { Spacing } from "@powerlines/plugin-alloy/core";
|
|
7
6
|
import { usePowerlines } from "@powerlines/plugin-alloy/core/contexts/context";
|
|
8
|
-
import {
|
|
7
|
+
import { InterfaceDeclaration as InterfaceDeclaration$1, InterfaceMember, TypescriptFile } from "@powerlines/plugin-alloy/typescript";
|
|
9
8
|
import { TSDoc as TSDoc$1, TSDocDefaultValue as TSDocDefaultValue$1 } from "@powerlines/plugin-alloy/typescript/components/tsdoc";
|
|
10
9
|
import { joinPaths } from "@stryke/path";
|
|
11
10
|
|
|
@@ -36,7 +35,7 @@ function BashScriptCompletionsCommand() {
|
|
|
36
35
|
get children() {
|
|
37
36
|
return [
|
|
38
37
|
createComponent(TSDoc$1, { heading: "Options for the Bash Completions - Script command." }),
|
|
39
|
-
createComponent(InterfaceDeclaration, {
|
|
38
|
+
createComponent(InterfaceDeclaration$1, {
|
|
40
39
|
"export": true,
|
|
41
40
|
name: "BashScriptCompletionsOptions",
|
|
42
41
|
get children() {
|
|
@@ -44,15 +43,12 @@ function BashScriptCompletionsCommand() {
|
|
|
44
43
|
heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
|
|
45
44
|
get children() {
|
|
46
45
|
return createComponent(TSDocDefaultValue$1, {
|
|
47
|
-
|
|
48
|
-
return ReflectionKind.boolean;
|
|
49
|
-
},
|
|
46
|
+
type: "boolean",
|
|
50
47
|
defaultValue: false
|
|
51
48
|
});
|
|
52
49
|
}
|
|
53
|
-
}), createComponent(InterfaceMember
|
|
50
|
+
}), createComponent(InterfaceMember, {
|
|
54
51
|
name: "display",
|
|
55
|
-
optional: true,
|
|
56
52
|
type: "boolean"
|
|
57
53
|
})];
|
|
58
54
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-script-command.mjs","names":[],"sources":[
|
|
1
|
+
{"version":3,"file":"bash-script-command.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/bash-shared.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Bash Completions generation for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function BashCompletionsShared():
|
|
5
|
+
declare function BashCompletionsShared(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { BashCompletionsShared };
|
|
10
8
|
//# sourceMappingURL=bash-shared.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-shared.d.cts","names":[],"sources":["../../src/components/bash-shared.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"bash-shared.d.cts","names":[],"sources":["../../src/components/bash-shared.tsx"],"mappings":";;AAiCA;;iBAAgB,qBAAA,6BAAqB,QAAA"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/bash-shared.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Bash Completions generation for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function BashCompletionsShared():
|
|
5
|
+
declare function BashCompletionsShared(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { BashCompletionsShared };
|
|
10
8
|
//# sourceMappingURL=bash-shared.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-shared.d.mts","names":[],"sources":["../../src/components/bash-shared.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"bash-shared.d.mts","names":[],"sources":["../../src/components/bash-shared.tsx"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bash-shared.mjs","names":[],"sources":[
|
|
1
|
+
{"version":3,"file":"bash-shared.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -3,7 +3,6 @@ let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
|
3
3
|
let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
|
|
4
4
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
5
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
6
|
-
let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
|
|
7
6
|
let _powerlines_plugin_alloy_core = require("@powerlines/plugin-alloy/core");
|
|
8
7
|
let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin-alloy/core/contexts/context");
|
|
9
8
|
let _powerlines_plugin_alloy_typescript = require("@powerlines/plugin-alloy/typescript");
|
|
@@ -37,7 +36,7 @@ function FishConfigCompletionsCommand() {
|
|
|
37
36
|
get children() {
|
|
38
37
|
return [
|
|
39
38
|
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.TSDoc, { heading: "Options for the Fish Completions - Configuration command." }),
|
|
40
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(
|
|
39
|
+
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.InterfaceDeclaration, {
|
|
41
40
|
"export": true,
|
|
42
41
|
name: "FishConfigCompletionsOptions",
|
|
43
42
|
get children() {
|
|
@@ -45,15 +44,12 @@ function FishConfigCompletionsCommand() {
|
|
|
45
44
|
heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
|
|
46
45
|
get children() {
|
|
47
46
|
return (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.TSDocDefaultValue, {
|
|
48
|
-
|
|
49
|
-
return _powerlines_deepkit_vendor_type.ReflectionKind.boolean;
|
|
50
|
-
},
|
|
47
|
+
type: "boolean",
|
|
51
48
|
defaultValue: false
|
|
52
49
|
});
|
|
53
50
|
}
|
|
54
|
-
}), (0, _alloy_js_core_jsx_runtime.createComponent)(
|
|
51
|
+
}), (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.InterfaceMember, {
|
|
55
52
|
name: "display",
|
|
56
|
-
optional: true,
|
|
57
53
|
type: "boolean"
|
|
58
54
|
})];
|
|
59
55
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/fish-config-command.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Fish Completions - Configuration command's handler wrapper for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function FishConfigCompletionsCommand():
|
|
5
|
+
declare function FishConfigCompletionsCommand(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { FishConfigCompletionsCommand };
|
|
10
8
|
//# sourceMappingURL=fish-config-command.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fish-config-command.d.cts","names":[],"sources":["../../src/components/fish-config-command.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"fish-config-command.d.cts","names":[],"sources":["../../src/components/fish-config-command.tsx"],"mappings":";;AAyCA;;iBAAgB,4BAAA,6BAA4B,QAAA"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/fish-config-command.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Fish Completions - Configuration command's handler wrapper for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function FishConfigCompletionsCommand():
|
|
5
|
+
declare function FishConfigCompletionsCommand(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { FishConfigCompletionsCommand };
|
|
10
8
|
//# sourceMappingURL=fish-config-command.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fish-config-command.d.mts","names":[],"sources":["../../src/components/fish-config-command.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"fish-config-command.d.mts","names":[],"sources":["../../src/components/fish-config-command.tsx"],"mappings":""}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { createComponent, memo } from "@alloy-js/core/jsx-runtime";
|
|
2
2
|
import { getAppTitle } from "@shell-shock/core/plugin-utils";
|
|
3
3
|
import { code } from "@alloy-js/core";
|
|
4
|
-
import { ElseClause, FunctionDeclaration, IfStatement,
|
|
5
|
-
import { ReflectionKind } from "@powerlines/deepkit/vendor/type";
|
|
4
|
+
import { ElseClause, FunctionDeclaration, IfStatement, VarDeclaration } from "@alloy-js/typescript";
|
|
6
5
|
import { Spacing } from "@powerlines/plugin-alloy/core";
|
|
7
6
|
import { usePowerlines } from "@powerlines/plugin-alloy/core/contexts/context";
|
|
8
|
-
import { TSDoc, TSDocDefaultValue } from "@powerlines/plugin-alloy/typescript";
|
|
7
|
+
import { InterfaceDeclaration as InterfaceDeclaration$1, InterfaceMember, TSDoc, TSDocDefaultValue } from "@powerlines/plugin-alloy/typescript";
|
|
9
8
|
import { joinPaths } from "@stryke/path";
|
|
10
9
|
import { TypescriptFile as TypescriptFile$1 } from "@powerlines/plugin-alloy/typescript/components/typescript-file";
|
|
11
10
|
|
|
@@ -36,7 +35,7 @@ function FishConfigCompletionsCommand() {
|
|
|
36
35
|
get children() {
|
|
37
36
|
return [
|
|
38
37
|
createComponent(TSDoc, { heading: "Options for the Fish Completions - Configuration command." }),
|
|
39
|
-
createComponent(InterfaceDeclaration, {
|
|
38
|
+
createComponent(InterfaceDeclaration$1, {
|
|
40
39
|
"export": true,
|
|
41
40
|
name: "FishConfigCompletionsOptions",
|
|
42
41
|
get children() {
|
|
@@ -44,15 +43,12 @@ function FishConfigCompletionsCommand() {
|
|
|
44
43
|
heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
|
|
45
44
|
get children() {
|
|
46
45
|
return createComponent(TSDocDefaultValue, {
|
|
47
|
-
|
|
48
|
-
return ReflectionKind.boolean;
|
|
49
|
-
},
|
|
46
|
+
type: "boolean",
|
|
50
47
|
defaultValue: false
|
|
51
48
|
});
|
|
52
49
|
}
|
|
53
50
|
}), createComponent(InterfaceMember, {
|
|
54
51
|
name: "display",
|
|
55
|
-
optional: true,
|
|
56
52
|
type: "boolean"
|
|
57
53
|
})];
|
|
58
54
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fish-config-command.mjs","names":[],"sources":[
|
|
1
|
+
{"version":3,"file":"fish-config-command.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -3,7 +3,6 @@ let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
|
3
3
|
let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
|
|
4
4
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
5
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
6
|
-
let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
|
|
7
6
|
let _powerlines_plugin_alloy_core = require("@powerlines/plugin-alloy/core");
|
|
8
7
|
let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin-alloy/core/contexts/context");
|
|
9
8
|
let _powerlines_plugin_alloy_typescript = require("@powerlines/plugin-alloy/typescript");
|
|
@@ -45,15 +44,12 @@ function FishScriptCompletionsCommand() {
|
|
|
45
44
|
heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
|
|
46
45
|
get children() {
|
|
47
46
|
return (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocDefaultValue, {
|
|
48
|
-
|
|
49
|
-
return _powerlines_deepkit_vendor_type.ReflectionKind.boolean;
|
|
50
|
-
},
|
|
47
|
+
type: "boolean",
|
|
51
48
|
defaultValue: false
|
|
52
49
|
});
|
|
53
50
|
}
|
|
54
51
|
}), (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.InterfaceMember, {
|
|
55
52
|
name: "display",
|
|
56
|
-
optional: true,
|
|
57
53
|
type: "boolean"
|
|
58
54
|
})];
|
|
59
55
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/fish-script-command.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Fish Completions - Script command's handler wrapper for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function FishScriptCompletionsCommand():
|
|
5
|
+
declare function FishScriptCompletionsCommand(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { FishScriptCompletionsCommand };
|
|
10
8
|
//# sourceMappingURL=fish-script-command.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fish-script-command.d.cts","names":[],"sources":["../../src/components/fish-script-command.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"fish-script-command.d.cts","names":[],"sources":["../../src/components/fish-script-command.tsx"],"mappings":";;AA2CA;;iBAAgB,4BAAA,6BAA4B,QAAA"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/fish-script-command.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Fish Completions - Script command's handler wrapper for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function FishScriptCompletionsCommand():
|
|
5
|
+
declare function FishScriptCompletionsCommand(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { FishScriptCompletionsCommand };
|
|
10
8
|
//# sourceMappingURL=fish-script-command.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fish-script-command.d.mts","names":[],"sources":["../../src/components/fish-script-command.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"fish-script-command.d.mts","names":[],"sources":["../../src/components/fish-script-command.tsx"],"mappings":""}
|
|
@@ -2,10 +2,9 @@ import { createComponent, memo } from "@alloy-js/core/jsx-runtime";
|
|
|
2
2
|
import { getAppBin, getAppTitle } from "@shell-shock/core/plugin-utils";
|
|
3
3
|
import { code, computed } from "@alloy-js/core";
|
|
4
4
|
import { ElseClause, FunctionDeclaration, IfStatement, InterfaceDeclaration, VarDeclaration } from "@alloy-js/typescript";
|
|
5
|
-
import { ReflectionKind } from "@powerlines/deepkit/vendor/type";
|
|
6
5
|
import { Spacing } from "@powerlines/plugin-alloy/core";
|
|
7
6
|
import { usePowerlines } from "@powerlines/plugin-alloy/core/contexts/context";
|
|
8
|
-
import { InterfaceMember
|
|
7
|
+
import { InterfaceMember, TypescriptFile } from "@powerlines/plugin-alloy/typescript";
|
|
9
8
|
import { TSDoc as TSDoc$1, TSDocDefaultValue as TSDocDefaultValue$1 } from "@powerlines/plugin-alloy/typescript/components/tsdoc";
|
|
10
9
|
import { joinPaths } from "@stryke/path";
|
|
11
10
|
|
|
@@ -44,15 +43,12 @@ function FishScriptCompletionsCommand() {
|
|
|
44
43
|
heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
|
|
45
44
|
get children() {
|
|
46
45
|
return createComponent(TSDocDefaultValue$1, {
|
|
47
|
-
|
|
48
|
-
return ReflectionKind.boolean;
|
|
49
|
-
},
|
|
46
|
+
type: "boolean",
|
|
50
47
|
defaultValue: false
|
|
51
48
|
});
|
|
52
49
|
}
|
|
53
|
-
}), createComponent(InterfaceMember
|
|
50
|
+
}), createComponent(InterfaceMember, {
|
|
54
51
|
name: "display",
|
|
55
|
-
optional: true,
|
|
56
52
|
type: "boolean"
|
|
57
53
|
})];
|
|
58
54
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fish-script-command.mjs","names":[],"sources":[
|
|
1
|
+
{"version":3,"file":"fish-script-command.mjs","names":[],"sources":[],"mappings":""}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/fish-shared.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Fish Completions generation for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function FishCompletionsShared():
|
|
5
|
+
declare function FishCompletionsShared(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { FishCompletionsShared };
|
|
10
8
|
//# sourceMappingURL=fish-shared.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fish-shared.d.cts","names":[],"sources":["../../src/components/fish-shared.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"fish-shared.d.cts","names":[],"sources":["../../src/components/fish-shared.tsx"],"mappings":";;AAiCA;;iBAAgB,qBAAA,6BAAqB,QAAA"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
|
-
|
|
3
1
|
//#region src/components/fish-shared.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* The Fish Completions generation for the Shell Shock project.
|
|
6
4
|
*/
|
|
7
|
-
declare function FishCompletionsShared():
|
|
5
|
+
declare function FishCompletionsShared(): import("@alloy-js/core").Children;
|
|
8
6
|
//#endregion
|
|
9
7
|
export { FishCompletionsShared };
|
|
10
8
|
//# sourceMappingURL=fish-shared.d.mts.map
|