@continuous-excellence/coupling-cli 1.1.513 → 1.1.515
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/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +21 -21
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +6 -6
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +4 -4
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +22 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +150 -91
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +17 -17
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +51 -45
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +68 -50
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +224 -163
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +8 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +116 -116
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +132 -132
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +46 -46
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +31 -31
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +25 -25
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +138 -138
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +2 -16
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +28 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +198 -198
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +7 -7
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +64 -64
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +16 -16
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +21 -21
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +114 -114
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +126 -126
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +57 -57
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +21 -21
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +54 -54
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +208 -208
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +122 -122
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +8 -8
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +51 -51
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +97 -97
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +28 -28
- package/package.json +1 -1
|
@@ -21,10 +21,10 @@ function boolean(_this__u8e3s4) {
|
|
|
21
21
|
var tmp = defaultEachProcessor();
|
|
22
22
|
var tmp_0 = defaultAllProcessor();
|
|
23
23
|
var tmp_1 = defaultValidator();
|
|
24
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
24
|
+
var tmp0_elvis_lhs = _this__u8e3s4.r68();
|
|
25
25
|
var tmp_2 = tmp0_elvis_lhs == null ? metavar_0 : tmp0_elvis_lhs;
|
|
26
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
27
|
-
return _this__u8e3s4.
|
|
26
|
+
var tmp1_elvis_lhs = _this__u8e3s4.q68();
|
|
27
|
+
return _this__u8e3s4.c68(valueTransform, tmp, tmp_0, tmp_1, VOID, tmp_2, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp1_elvis_lhs == null ? null : tmp1_elvis_lhs);
|
|
28
28
|
}
|
|
29
29
|
function valueToBool(_this__u8e3s4, value) {
|
|
30
30
|
// Inline function 'kotlin.text.lowercase' call
|
|
@@ -48,7 +48,7 @@ function valueToBool(_this__u8e3s4, value) {
|
|
|
48
48
|
tmp = false;
|
|
49
49
|
break;
|
|
50
50
|
default:
|
|
51
|
-
_this__u8e3s4.
|
|
51
|
+
_this__u8e3s4.h68(_this__u8e3s4.wc().a5u_1.e67(value));
|
|
52
52
|
break;
|
|
53
53
|
}
|
|
54
54
|
return tmp;
|
|
@@ -60,18 +60,18 @@ function boolean$lambda_0($this) {
|
|
|
60
60
|
return (_this__u8e3s4, it) => {
|
|
61
61
|
var tmp;
|
|
62
62
|
try {
|
|
63
|
-
var it_0 = $this.
|
|
63
|
+
var it_0 = $this.z67()(_this__u8e3s4, it);
|
|
64
64
|
tmp = valueToBool(_this__u8e3s4, it_0);
|
|
65
65
|
} catch ($p) {
|
|
66
66
|
var tmp_0;
|
|
67
67
|
if ($p instanceof UsageError()) {
|
|
68
68
|
var err = $p;
|
|
69
69
|
var tmp_1 = err;
|
|
70
|
-
var tmp0_elvis_lhs = err.
|
|
70
|
+
var tmp0_elvis_lhs = err.l5x_1;
|
|
71
71
|
var tmp_2;
|
|
72
72
|
if (tmp0_elvis_lhs == null) {
|
|
73
73
|
// Inline function 'kotlin.takeUnless' call
|
|
74
|
-
var this_0 = _this__u8e3s4.
|
|
74
|
+
var this_0 = _this__u8e3s4.e68_1;
|
|
75
75
|
var tmp_3;
|
|
76
76
|
// Inline function 'kotlin.text.isEmpty' call
|
|
77
77
|
if (!(charSequenceLength(this_0) === 0)) {
|
|
@@ -84,13 +84,13 @@ function boolean$lambda_0($this) {
|
|
|
84
84
|
tmp_2 = tmp0_elvis_lhs;
|
|
85
85
|
}
|
|
86
86
|
var tmp1_elvis_lhs = tmp_2;
|
|
87
|
-
tmp_1.
|
|
87
|
+
tmp_1.l5x_1 = tmp1_elvis_lhs == null ? longestName(_this__u8e3s4.f68_1) : tmp1_elvis_lhs;
|
|
88
88
|
throw err;
|
|
89
89
|
} else {
|
|
90
90
|
if ($p instanceof Exception()) {
|
|
91
91
|
var err_0 = $p;
|
|
92
92
|
var tmp2_elvis_lhs = err_0.message;
|
|
93
|
-
_this__u8e3s4.
|
|
93
|
+
_this__u8e3s4.h68(tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
94
94
|
} else {
|
|
95
95
|
throw $p;
|
|
96
96
|
}
|
|
@@ -43,7 +43,7 @@ function getInvs($this, invocation) {
|
|
|
43
43
|
var _iterator__ex2g4s = this_0.l1();
|
|
44
44
|
while (_iterator__ex2g4s.m1()) {
|
|
45
45
|
var element = _iterator__ex2g4s.n1();
|
|
46
|
-
if (element.b3().
|
|
46
|
+
if (element.b3().c5x()) {
|
|
47
47
|
first.o2(element);
|
|
48
48
|
} else {
|
|
49
49
|
second.o2(element);
|
|
@@ -84,7 +84,7 @@ function getOpts($this, command) {
|
|
|
84
84
|
var _iterator__ex2g4s = this_0.l1();
|
|
85
85
|
while (_iterator__ex2g4s.m1()) {
|
|
86
86
|
var element = _iterator__ex2g4s.n1();
|
|
87
|
-
if (element.
|
|
87
|
+
if (element.c5x()) {
|
|
88
88
|
first.o2(element);
|
|
89
89
|
} else {
|
|
90
90
|
second.o2(element);
|
|
@@ -99,7 +99,7 @@ function CommandLineParser() {
|
|
|
99
99
|
o5u(command, argv) {
|
|
100
100
|
return parseArgv(command, argv);
|
|
101
101
|
}
|
|
102
|
-
|
|
102
|
+
x69(invocation) {
|
|
103
103
|
var command = invocation.v5u_1;
|
|
104
104
|
var context = command.a5t();
|
|
105
105
|
throwCompletionMessageIfRequested(context, command);
|
|
@@ -109,7 +109,7 @@ function CommandLineParser() {
|
|
|
109
109
|
finalizeOptions(context, eagerOpts, eagerInvs);
|
|
110
110
|
throwErrors(validateParameters(context, eagerInvs.k4()));
|
|
111
111
|
}
|
|
112
|
-
|
|
112
|
+
y69(invocation) {
|
|
113
113
|
var command = invocation.v5u_1;
|
|
114
114
|
var context = command.a5t();
|
|
115
115
|
var groups = command.e5t();
|
|
@@ -199,7 +199,7 @@ function throwCompletionMessageIfRequested(context, command) {
|
|
|
199
199
|
tmp_1 = tmp1_elvis_lhs;
|
|
200
200
|
}
|
|
201
201
|
var envval = tmp_1;
|
|
202
|
-
throw PrintCompletionMessage().
|
|
202
|
+
throw PrintCompletionMessage().t61(CompletionGenerator_instance.i5v(command, envval));
|
|
203
203
|
}
|
|
204
204
|
function getUsageErrorsOrThrow(_this__u8e3s4) {
|
|
205
205
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
@@ -31,23 +31,23 @@ function OptionInvocation() {
|
|
|
31
31
|
if (OptionInvocationClass === VOID) {
|
|
32
32
|
class $ {
|
|
33
33
|
constructor(name, values) {
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
34
|
+
this.s69_1 = name;
|
|
35
|
+
this.t69_1 = values;
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
z69(name, values) {
|
|
38
38
|
return new (OptionInvocation())(name, values);
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
name = name === VOID ? this.
|
|
42
|
-
values = values === VOID ? this.
|
|
43
|
-
return $super === VOID ? this.
|
|
40
|
+
u69(name, values, $super) {
|
|
41
|
+
name = name === VOID ? this.s69_1 : name;
|
|
42
|
+
values = values === VOID ? this.t69_1 : values;
|
|
43
|
+
return $super === VOID ? this.z69(name, values) : $super.z69.call(this, name, values);
|
|
44
44
|
}
|
|
45
45
|
toString() {
|
|
46
|
-
return 'OptionInvocation(name=' + this.
|
|
46
|
+
return 'OptionInvocation(name=' + this.s69_1 + ', values=' + toString(this.t69_1) + ')';
|
|
47
47
|
}
|
|
48
48
|
hashCode() {
|
|
49
|
-
var result = getStringHashCode(this.
|
|
50
|
-
result = imul(result, 31) + hashCode(this.
|
|
49
|
+
var result = getStringHashCode(this.s69_1);
|
|
50
|
+
result = imul(result, 31) + hashCode(this.t69_1) | 0;
|
|
51
51
|
return result;
|
|
52
52
|
}
|
|
53
53
|
equals(other) {
|
|
@@ -55,9 +55,9 @@ function OptionInvocation() {
|
|
|
55
55
|
return true;
|
|
56
56
|
if (!(other instanceof OptionInvocation()))
|
|
57
57
|
return false;
|
|
58
|
-
if (!(this.
|
|
58
|
+
if (!(this.s69_1 === other.s69_1))
|
|
59
59
|
return false;
|
|
60
|
-
if (!equals(this.
|
|
60
|
+
if (!equals(this.t69_1, other.t69_1))
|
|
61
61
|
return false;
|
|
62
62
|
return true;
|
|
63
63
|
}
|
|
@@ -111,7 +111,7 @@ function *invoke$yieldSubs(_this__u8e3s4, this$0, inv, $completion) {
|
|
|
111
111
|
return Unit_instance;
|
|
112
112
|
}
|
|
113
113
|
function FlatInvocations$iterator$slambda$lambda(it) {
|
|
114
|
-
CommandLineParser_instance.
|
|
114
|
+
CommandLineParser_instance.y69(it);
|
|
115
115
|
return Unit_instance;
|
|
116
116
|
}
|
|
117
117
|
var FlatInvocations$seq$slambdaClass;
|
|
@@ -119,15 +119,15 @@ function FlatInvocations$seq$slambda() {
|
|
|
119
119
|
if (FlatInvocations$seq$slambdaClass === VOID) {
|
|
120
120
|
class $ {
|
|
121
121
|
constructor($root, this$0) {
|
|
122
|
-
this.
|
|
123
|
-
this.
|
|
122
|
+
this.a6a_1 = $root;
|
|
123
|
+
this.b6a_1 = this$0;
|
|
124
124
|
}
|
|
125
|
-
*
|
|
126
|
-
yield* /*#__NOINLINE__*/invoke$yieldSubs($this$sequence, this.
|
|
125
|
+
*c6a($this$sequence, $completion) {
|
|
126
|
+
yield* /*#__NOINLINE__*/invoke$yieldSubs($this$sequence, this.b6a_1, this.a6a_1, $completion);
|
|
127
127
|
return Unit_instance;
|
|
128
128
|
}
|
|
129
129
|
vd(p1, $completion) {
|
|
130
|
-
return this.
|
|
130
|
+
return this.c6a(p1 instanceof SequenceScope() ? p1 : THROW_CCE(), $completion);
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
initMetadataForLambda($, VOID, VOID, [1, 3]);
|
|
@@ -137,7 +137,7 @@ function FlatInvocations$seq$slambda() {
|
|
|
137
137
|
}
|
|
138
138
|
function FlatInvocations$seq$slambda_0($root, this$0) {
|
|
139
139
|
var i = new (FlatInvocations$seq$slambda())($root, this$0);
|
|
140
|
-
var l = ($this$sequence, $completion) => i.
|
|
140
|
+
var l = ($this$sequence, $completion) => i.c6a($this$sequence, $completion);
|
|
141
141
|
l.$arity = 1;
|
|
142
142
|
return l;
|
|
143
143
|
}
|
|
@@ -146,21 +146,21 @@ function FlatInvocations$iterator$slambda() {
|
|
|
146
146
|
if (FlatInvocations$iterator$slambdaClass === VOID) {
|
|
147
147
|
class $ {
|
|
148
148
|
constructor(this$0) {
|
|
149
|
-
this.
|
|
149
|
+
this.d6a_1 = this$0;
|
|
150
150
|
}
|
|
151
|
-
*
|
|
151
|
+
*c6a($this$sequence, $completion) {
|
|
152
152
|
// Inline function 'kotlin.collections.forEach' call
|
|
153
153
|
// Inline function 'kotlin.collections.iterator' call
|
|
154
|
-
var _iterator__ex2g4s = this.
|
|
154
|
+
var _iterator__ex2g4s = this.d6a_1.u5u_1.l1();
|
|
155
155
|
while (_iterator__ex2g4s.m1()) {
|
|
156
156
|
var element = _iterator__ex2g4s.n1();
|
|
157
|
-
CommandLineParser_instance.
|
|
157
|
+
CommandLineParser_instance.x69(element);
|
|
158
158
|
}
|
|
159
|
-
yield* $this$sequence.nm(onEach(this.
|
|
159
|
+
yield* $this$sequence.nm(onEach(this.d6a_1.u5u_1, FlatInvocations$iterator$slambda$lambda), $completion);
|
|
160
160
|
return Unit_instance;
|
|
161
161
|
}
|
|
162
162
|
vd(p1, $completion) {
|
|
163
|
-
return this.
|
|
163
|
+
return this.c6a(p1 instanceof SequenceScope() ? p1 : THROW_CCE(), $completion);
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -170,7 +170,7 @@ function FlatInvocations$iterator$slambda() {
|
|
|
170
170
|
}
|
|
171
171
|
function FlatInvocations$iterator$slambda_0(this$0) {
|
|
172
172
|
var i = new (FlatInvocations$iterator$slambda())(this$0);
|
|
173
|
-
var l = ($this$sequence, $completion) => i.
|
|
173
|
+
var l = ($this$sequence, $completion) => i.c6a($this$sequence, $completion);
|
|
174
174
|
l.$arity = 1;
|
|
175
175
|
return l;
|
|
176
176
|
}
|
|
@@ -218,8 +218,8 @@ function ArgumentInvocation() {
|
|
|
218
218
|
if (ArgumentInvocationClass === VOID) {
|
|
219
219
|
class $ {
|
|
220
220
|
constructor(argument, values) {
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
221
|
+
this.p63_1 = argument;
|
|
222
|
+
this.q63_1 = values;
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
initMetadataForClass($, 'ArgumentInvocation');
|