@continuous-excellence/coupling-cli 1.1.512 → 1.1.514
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 +27 -27
- 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 +42 -42
- 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/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- 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
|
@@ -52,38 +52,38 @@ import {
|
|
|
52
52
|
//endregion
|
|
53
53
|
function copy$default(transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, $super) {
|
|
54
54
|
names = names === VOID ? this.a5v() : names;
|
|
55
|
-
metavarGetter = metavarGetter === VOID ? this.
|
|
55
|
+
metavarGetter = metavarGetter === VOID ? this.r68() : metavarGetter;
|
|
56
56
|
nvalues = nvalues === VOID ? this.f5v() : nvalues;
|
|
57
|
-
helpGetter = helpGetter === VOID ? this.
|
|
57
|
+
helpGetter = helpGetter === VOID ? this.s68() : helpGetter;
|
|
58
58
|
hidden = hidden === VOID ? this.d5v() : hidden;
|
|
59
59
|
helpTags = helpTags === VOID ? this.s5s() : helpTags;
|
|
60
|
-
valueSourceKey = valueSourceKey === VOID ? this.
|
|
61
|
-
envvar = envvar === VOID ? this.
|
|
62
|
-
valueSplit = valueSplit === VOID ? this.
|
|
63
|
-
completionCandidates = completionCandidates === VOID ? this.
|
|
60
|
+
valueSourceKey = valueSourceKey === VOID ? this.b5x() : valueSourceKey;
|
|
61
|
+
envvar = envvar === VOID ? this.o68() : envvar;
|
|
62
|
+
valueSplit = valueSplit === VOID ? this.t68() : valueSplit;
|
|
63
|
+
completionCandidates = completionCandidates === VOID ? this.q68() : completionCandidates;
|
|
64
64
|
secondaryNames = secondaryNames === VOID ? this.b5v() : secondaryNames;
|
|
65
65
|
acceptsNumberValueWithoutName = acceptsNumberValueWithoutName === VOID ? this.e5w() : acceptsNumberValueWithoutName;
|
|
66
|
-
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.
|
|
67
|
-
eager = eager === VOID ? this.
|
|
68
|
-
return $super === VOID ? this.
|
|
66
|
+
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.d5x() : acceptsUnattachedValue;
|
|
67
|
+
eager = eager === VOID ? this.c5x() : eager;
|
|
68
|
+
return $super === VOID ? this.u68(transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) : $super.u68.call(this, transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager);
|
|
69
69
|
}
|
|
70
70
|
function copy$default_0(validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, $super) {
|
|
71
|
-
validator = validator === VOID ? this.
|
|
71
|
+
validator = validator === VOID ? this.p68() : validator;
|
|
72
72
|
names = names === VOID ? this.a5v() : names;
|
|
73
|
-
metavarGetter = metavarGetter === VOID ? this.
|
|
73
|
+
metavarGetter = metavarGetter === VOID ? this.r68() : metavarGetter;
|
|
74
74
|
nvalues = nvalues === VOID ? this.f5v() : nvalues;
|
|
75
|
-
helpGetter = helpGetter === VOID ? this.
|
|
75
|
+
helpGetter = helpGetter === VOID ? this.s68() : helpGetter;
|
|
76
76
|
hidden = hidden === VOID ? this.d5v() : hidden;
|
|
77
77
|
helpTags = helpTags === VOID ? this.s5s() : helpTags;
|
|
78
|
-
envvar = envvar === VOID ? this.
|
|
79
|
-
valueSourceKey = valueSourceKey === VOID ? this.
|
|
80
|
-
valueSplit = valueSplit === VOID ? this.
|
|
81
|
-
completionCandidates = completionCandidates === VOID ? this.
|
|
78
|
+
envvar = envvar === VOID ? this.o68() : envvar;
|
|
79
|
+
valueSourceKey = valueSourceKey === VOID ? this.b5x() : valueSourceKey;
|
|
80
|
+
valueSplit = valueSplit === VOID ? this.t68() : valueSplit;
|
|
81
|
+
completionCandidates = completionCandidates === VOID ? this.q68() : completionCandidates;
|
|
82
82
|
secondaryNames = secondaryNames === VOID ? this.b5v() : secondaryNames;
|
|
83
83
|
acceptsNumberValueWithoutName = acceptsNumberValueWithoutName === VOID ? this.e5w() : acceptsNumberValueWithoutName;
|
|
84
|
-
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.
|
|
85
|
-
eager = eager === VOID ? this.
|
|
86
|
-
return $super === VOID ? this.
|
|
84
|
+
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.d5x() : acceptsUnattachedValue;
|
|
85
|
+
eager = eager === VOID ? this.c5x() : eager;
|
|
86
|
+
return $super === VOID ? this.v68(validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) : $super.v68.call(this, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager);
|
|
87
87
|
}
|
|
88
88
|
var OptionWithValuesClass;
|
|
89
89
|
function OptionWithValues() {
|
|
@@ -105,11 +105,11 @@ function OptionTransformContext() {
|
|
|
105
105
|
wc() {
|
|
106
106
|
return this.p5v_1;
|
|
107
107
|
}
|
|
108
|
-
|
|
109
|
-
throw BadParameterValue().
|
|
108
|
+
h68(message) {
|
|
109
|
+
throw BadParameterValue().q5y(message, this.o5v_1);
|
|
110
110
|
}
|
|
111
|
-
|
|
112
|
-
return this.o5v_1.
|
|
111
|
+
i68(context) {
|
|
112
|
+
return this.o5v_1.i68(context);
|
|
113
113
|
}
|
|
114
114
|
m5v(context) {
|
|
115
115
|
return this.o5v_1.m5v(context);
|
|
@@ -132,26 +132,26 @@ function OptionTransformContext() {
|
|
|
132
132
|
e5v() {
|
|
133
133
|
return this.o5v_1.e5v();
|
|
134
134
|
}
|
|
135
|
-
|
|
136
|
-
return this.o5v_1.
|
|
135
|
+
b5x() {
|
|
136
|
+
return this.o5v_1.b5x();
|
|
137
137
|
}
|
|
138
138
|
e5w() {
|
|
139
139
|
return this.o5v_1.e5w();
|
|
140
140
|
}
|
|
141
|
-
b5x() {
|
|
142
|
-
return this.o5v_1.b5x();
|
|
143
|
-
}
|
|
144
141
|
c5x() {
|
|
145
142
|
return this.o5v_1.c5x();
|
|
146
143
|
}
|
|
144
|
+
d5x() {
|
|
145
|
+
return this.o5v_1.d5x();
|
|
146
|
+
}
|
|
147
147
|
d5w(context) {
|
|
148
148
|
return this.o5v_1.d5w(context);
|
|
149
149
|
}
|
|
150
|
-
|
|
151
|
-
this.o5v_1.
|
|
150
|
+
w63(context, invocations) {
|
|
151
|
+
this.o5v_1.w63(context, invocations);
|
|
152
152
|
}
|
|
153
|
-
|
|
154
|
-
this.o5v_1.
|
|
153
|
+
o63(context) {
|
|
154
|
+
this.o5v_1.o63(context);
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
initMetadataForClass($, 'OptionTransformContext', VOID, VOID, [Option()]);
|
|
@@ -164,60 +164,60 @@ function OptionCallTransformContext() {
|
|
|
164
164
|
if (OptionCallTransformContextClass === VOID) {
|
|
165
165
|
class $ {
|
|
166
166
|
constructor(name, option, context) {
|
|
167
|
-
this.
|
|
168
|
-
this.
|
|
169
|
-
this.
|
|
167
|
+
this.e68_1 = name;
|
|
168
|
+
this.f68_1 = option;
|
|
169
|
+
this.g68_1 = context;
|
|
170
170
|
}
|
|
171
171
|
wc() {
|
|
172
|
-
return this.
|
|
172
|
+
return this.g68_1;
|
|
173
173
|
}
|
|
174
|
-
|
|
175
|
-
throw BadParameterValue().
|
|
174
|
+
h68(message) {
|
|
175
|
+
throw BadParameterValue().r5y(message, this.f68_1, this.e68_1);
|
|
176
176
|
}
|
|
177
|
-
|
|
178
|
-
return this.
|
|
177
|
+
i68(context) {
|
|
178
|
+
return this.f68_1.i68(context);
|
|
179
179
|
}
|
|
180
180
|
m5v(context) {
|
|
181
|
-
return this.
|
|
181
|
+
return this.f68_1.m5v(context);
|
|
182
182
|
}
|
|
183
183
|
a5v() {
|
|
184
|
-
return this.
|
|
184
|
+
return this.f68_1.a5v();
|
|
185
185
|
}
|
|
186
186
|
b5v() {
|
|
187
|
-
return this.
|
|
187
|
+
return this.f68_1.b5v();
|
|
188
188
|
}
|
|
189
189
|
f5v() {
|
|
190
|
-
return this.
|
|
190
|
+
return this.f68_1.f5v();
|
|
191
191
|
}
|
|
192
192
|
d5v() {
|
|
193
|
-
return this.
|
|
193
|
+
return this.f68_1.d5v();
|
|
194
194
|
}
|
|
195
195
|
s5s() {
|
|
196
|
-
return this.
|
|
196
|
+
return this.f68_1.s5s();
|
|
197
197
|
}
|
|
198
198
|
e5v() {
|
|
199
|
-
return this.
|
|
199
|
+
return this.f68_1.e5v();
|
|
200
200
|
}
|
|
201
|
-
|
|
202
|
-
return this.
|
|
201
|
+
b5x() {
|
|
202
|
+
return this.f68_1.b5x();
|
|
203
203
|
}
|
|
204
204
|
e5w() {
|
|
205
|
-
return this.
|
|
206
|
-
}
|
|
207
|
-
b5x() {
|
|
208
|
-
return this.e68_1.b5x();
|
|
205
|
+
return this.f68_1.e5w();
|
|
209
206
|
}
|
|
210
207
|
c5x() {
|
|
211
|
-
return this.
|
|
208
|
+
return this.f68_1.c5x();
|
|
209
|
+
}
|
|
210
|
+
d5x() {
|
|
211
|
+
return this.f68_1.d5x();
|
|
212
212
|
}
|
|
213
213
|
d5w(context) {
|
|
214
|
-
return this.
|
|
214
|
+
return this.f68_1.d5w(context);
|
|
215
215
|
}
|
|
216
|
-
|
|
217
|
-
this.
|
|
216
|
+
w63(context, invocations) {
|
|
217
|
+
this.f68_1.w63(context, invocations);
|
|
218
218
|
}
|
|
219
|
-
|
|
220
|
-
this.
|
|
219
|
+
o63(context) {
|
|
220
|
+
this.f68_1.o63(context);
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
initMetadataForClass($, 'OptionCallTransformContext', VOID, VOID, [Option()]);
|
|
@@ -253,14 +253,14 @@ function option(_this__u8e3s4, names, help, metavar, hidden, envvar, helpTags, c
|
|
|
253
253
|
return new (OptionWithValuesImpl())(tmp1_names, tmp2_metavarGetter, tmp3_nvalues, tmp_0, hidden, helpTags, valueSourceKey, envvar, tmp_1, completionCandidates, tmp4_secondaryNames, false, true, eager, option$lambda_1, tmp5_transformEach, tmp6_transformAll, tmp7_transformValidator);
|
|
254
254
|
}
|
|
255
255
|
function OptionWithValuesImpl$metavar$lambda(_this__u8e3s4) {
|
|
256
|
-
return _this__u8e3s4.a5u_1.
|
|
256
|
+
return _this__u8e3s4.a5u_1.g67();
|
|
257
257
|
}
|
|
258
258
|
function OptionWithValuesImpl$_get_value_$ref_kjlo8() {
|
|
259
259
|
return (p0) => p0.c3();
|
|
260
260
|
}
|
|
261
261
|
function OptionWithValuesImpl$_set_value_$ref_tve22s() {
|
|
262
262
|
return (p0, p1) => {
|
|
263
|
-
p0.
|
|
263
|
+
p0.r69(p1);
|
|
264
264
|
return Unit_instance;
|
|
265
265
|
};
|
|
266
266
|
}
|
|
@@ -269,7 +269,7 @@ function OptionWithValuesImpl$_get_value_$ref_kjlo8_0() {
|
|
|
269
269
|
}
|
|
270
270
|
function OptionWithValuesImpl$_set_value_$ref_tve22s_0() {
|
|
271
271
|
return (p0, p1) => {
|
|
272
|
-
p0.
|
|
272
|
+
p0.r69(p1);
|
|
273
273
|
return Unit_instance;
|
|
274
274
|
};
|
|
275
275
|
}
|
|
@@ -278,68 +278,65 @@ function OptionWithValuesImpl() {
|
|
|
278
278
|
if (OptionWithValuesImplClass === VOID) {
|
|
279
279
|
class $ {
|
|
280
280
|
constructor(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, explicitCompletionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, transformValue, transformEach, transformAll, transformValidator) {
|
|
281
|
-
this.
|
|
282
|
-
this.
|
|
283
|
-
this.
|
|
284
|
-
this.
|
|
285
|
-
this.
|
|
286
|
-
this.
|
|
287
|
-
this.
|
|
288
|
-
this.
|
|
289
|
-
this.
|
|
290
|
-
this.
|
|
291
|
-
this.
|
|
292
|
-
this.
|
|
293
|
-
this.
|
|
294
|
-
this.
|
|
295
|
-
this.
|
|
296
|
-
this.
|
|
297
|
-
this.
|
|
298
|
-
this.m69_1 = null;
|
|
281
|
+
this.w68_1 = metavarGetter;
|
|
282
|
+
this.x68_1 = nvalues;
|
|
283
|
+
this.y68_1 = helpGetter;
|
|
284
|
+
this.z68_1 = hidden;
|
|
285
|
+
this.a69_1 = helpTags;
|
|
286
|
+
this.b69_1 = valueSourceKey;
|
|
287
|
+
this.c69_1 = envvar;
|
|
288
|
+
this.d69_1 = valueSplit;
|
|
289
|
+
this.e69_1 = explicitCompletionCandidates;
|
|
290
|
+
this.f69_1 = secondaryNames;
|
|
291
|
+
this.g69_1 = acceptsNumberValueWithoutName;
|
|
292
|
+
this.h69_1 = acceptsUnattachedValue;
|
|
293
|
+
this.i69_1 = eager;
|
|
294
|
+
this.j69_1 = transformValue;
|
|
295
|
+
this.k69_1 = transformEach;
|
|
296
|
+
this.l69_1 = transformAll;
|
|
297
|
+
this.m69_1 = transformValidator;
|
|
299
298
|
this.n69_1 = null;
|
|
300
|
-
this.o69_1 =
|
|
301
|
-
this.p69_1 =
|
|
302
|
-
|
|
303
|
-
q68() {
|
|
304
|
-
return this.v68_1;
|
|
299
|
+
this.o69_1 = null;
|
|
300
|
+
this.p69_1 = new (NullableLateinit())('Cannot read from option delegate before parsing command line');
|
|
301
|
+
this.q69_1 = names;
|
|
305
302
|
}
|
|
306
|
-
|
|
303
|
+
r68() {
|
|
307
304
|
return this.w68_1;
|
|
308
305
|
}
|
|
309
|
-
|
|
306
|
+
f5v() {
|
|
310
307
|
return this.x68_1;
|
|
311
308
|
}
|
|
312
|
-
|
|
309
|
+
s68() {
|
|
313
310
|
return this.y68_1;
|
|
314
311
|
}
|
|
315
|
-
|
|
312
|
+
d5v() {
|
|
316
313
|
return this.z68_1;
|
|
317
314
|
}
|
|
318
|
-
|
|
315
|
+
s5s() {
|
|
319
316
|
return this.a69_1;
|
|
320
317
|
}
|
|
321
|
-
|
|
318
|
+
b5x() {
|
|
322
319
|
return this.b69_1;
|
|
323
320
|
}
|
|
324
|
-
|
|
321
|
+
o68() {
|
|
325
322
|
return this.c69_1;
|
|
326
323
|
}
|
|
327
|
-
|
|
324
|
+
t68() {
|
|
328
325
|
return this.d69_1;
|
|
329
326
|
}
|
|
330
|
-
|
|
327
|
+
q68() {
|
|
331
328
|
return this.e69_1;
|
|
332
329
|
}
|
|
333
|
-
|
|
330
|
+
b5v() {
|
|
334
331
|
return this.f69_1;
|
|
335
332
|
}
|
|
336
|
-
|
|
333
|
+
e5w() {
|
|
337
334
|
return this.g69_1;
|
|
338
335
|
}
|
|
339
|
-
|
|
336
|
+
d5x() {
|
|
340
337
|
return this.h69_1;
|
|
341
338
|
}
|
|
342
|
-
|
|
339
|
+
c5x() {
|
|
343
340
|
return this.i69_1;
|
|
344
341
|
}
|
|
345
342
|
z67() {
|
|
@@ -348,20 +345,23 @@ function OptionWithValuesImpl() {
|
|
|
348
345
|
a68() {
|
|
349
346
|
return this.k69_1;
|
|
350
347
|
}
|
|
351
|
-
|
|
348
|
+
b68() {
|
|
352
349
|
return this.l69_1;
|
|
353
350
|
}
|
|
354
|
-
|
|
351
|
+
p68() {
|
|
355
352
|
return this.m69_1;
|
|
356
353
|
}
|
|
357
|
-
e5x(
|
|
358
|
-
this.n69_1 = _set____db54di;
|
|
359
|
-
}
|
|
360
|
-
z5w() {
|
|
354
|
+
e5x() {
|
|
361
355
|
return this.n69_1;
|
|
362
356
|
}
|
|
363
|
-
|
|
364
|
-
|
|
357
|
+
f5x(_set____db54di) {
|
|
358
|
+
this.o69_1 = _set____db54di;
|
|
359
|
+
}
|
|
360
|
+
a5x() {
|
|
361
|
+
return this.o69_1;
|
|
362
|
+
}
|
|
363
|
+
i68(context) {
|
|
364
|
+
var tmp0_elvis_lhs = this.w68_1;
|
|
365
365
|
var tmp;
|
|
366
366
|
if (tmp0_elvis_lhs == null) {
|
|
367
367
|
tmp = OptionWithValuesImpl$metavar$lambda;
|
|
@@ -370,31 +370,31 @@ function OptionWithValuesImpl() {
|
|
|
370
370
|
}
|
|
371
371
|
return tmp(context);
|
|
372
372
|
}
|
|
373
|
-
|
|
373
|
+
r69(_set____db54di) {
|
|
374
374
|
var tmp = KMutableProperty1();
|
|
375
375
|
var tmp_0 = OptionWithValuesImpl$_get_value_$ref_kjlo8_0();
|
|
376
|
-
return this.
|
|
376
|
+
return this.p69_1.y67(this, getPropertyCallableRef('value', 1, tmp, tmp_0, OptionWithValuesImpl$_set_value_$ref_tve22s_0()), _set____db54di);
|
|
377
377
|
}
|
|
378
378
|
c3() {
|
|
379
379
|
var tmp = KMutableProperty1();
|
|
380
380
|
var tmp_0 = OptionWithValuesImpl$_get_value_$ref_kjlo8();
|
|
381
|
-
return this.
|
|
381
|
+
return this.p69_1.s67(this, getPropertyCallableRef('value', 1, tmp, tmp_0, OptionWithValuesImpl$_set_value_$ref_tve22s()));
|
|
382
382
|
}
|
|
383
383
|
a5v() {
|
|
384
|
-
return this.
|
|
384
|
+
return this.q69_1;
|
|
385
385
|
}
|
|
386
386
|
e5v() {
|
|
387
|
-
var tmp0_elvis_lhs = this.
|
|
387
|
+
var tmp0_elvis_lhs = this.e69_1;
|
|
388
388
|
return tmp0_elvis_lhs == null ? None_getInstance() : tmp0_elvis_lhs;
|
|
389
389
|
}
|
|
390
390
|
m5v(context) {
|
|
391
|
-
var tmp0_safe_receiver = this.
|
|
391
|
+
var tmp0_safe_receiver = this.y68_1;
|
|
392
392
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(new (HelpTransformContext())(context));
|
|
393
393
|
return tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
394
394
|
}
|
|
395
|
-
|
|
395
|
+
w63(context, invocations) {
|
|
396
396
|
// Inline function 'kotlin.collections.map' call
|
|
397
|
-
var this_0 = getFinalValue(this, context, invocations, this.
|
|
397
|
+
var this_0 = getFinalValue(this, context, invocations, this.c69_1);
|
|
398
398
|
// Inline function 'kotlin.collections.mapTo' call
|
|
399
399
|
var destination = ArrayList().r2(collectionSizeOrDefault(this_0, 10));
|
|
400
400
|
var _iterator__ex2g4s = this_0.l1();
|
|
@@ -403,28 +403,28 @@ function OptionWithValuesImpl() {
|
|
|
403
403
|
var tmp;
|
|
404
404
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
405
405
|
if (!invocations.j1()) {
|
|
406
|
-
var progression = this.
|
|
406
|
+
var progression = this.x68_1;
|
|
407
407
|
var containsLower = progression.f3_1;
|
|
408
408
|
var containsUpper = progression.g3_1;
|
|
409
|
-
var containsArg = item.
|
|
409
|
+
var containsArg = item.t69_1.q2();
|
|
410
410
|
tmp = !(containsLower <= containsArg ? containsArg <= containsUpper : false);
|
|
411
411
|
} else {
|
|
412
412
|
tmp = false;
|
|
413
413
|
}
|
|
414
414
|
if (tmp) {
|
|
415
|
-
throw IncorrectOptionValueCount().
|
|
415
|
+
throw IncorrectOptionValueCount().l60(this, item.s69_1);
|
|
416
416
|
}
|
|
417
417
|
// Inline function 'kotlin.collections.flatMap' call
|
|
418
|
-
var tmp0 = item.
|
|
418
|
+
var tmp0 = item.t69_1;
|
|
419
419
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
420
420
|
var destination_0 = ArrayList().i2();
|
|
421
421
|
var _iterator__ex2g4s_0 = tmp0.l1();
|
|
422
422
|
while (_iterator__ex2g4s_0.m1()) {
|
|
423
423
|
var element = _iterator__ex2g4s_0.n1();
|
|
424
|
-
var list = this.
|
|
424
|
+
var list = this.d69_1(element);
|
|
425
425
|
addAll(destination_0, list);
|
|
426
426
|
}
|
|
427
|
-
var tmp$ret$2 = item.
|
|
427
|
+
var tmp$ret$2 = item.u69(VOID, destination_0);
|
|
428
428
|
destination.o2(tmp$ret$2);
|
|
429
429
|
}
|
|
430
430
|
var invs = destination;
|
|
@@ -435,38 +435,38 @@ function OptionWithValuesImpl() {
|
|
|
435
435
|
var _iterator__ex2g4s_1 = invs.l1();
|
|
436
436
|
while (_iterator__ex2g4s_1.m1()) {
|
|
437
437
|
var item_0 = _iterator__ex2g4s_1.n1();
|
|
438
|
-
var tc = new (OptionCallTransformContext())(item_0.
|
|
438
|
+
var tc = new (OptionCallTransformContext())(item_0.s69_1, this, context);
|
|
439
439
|
// Inline function 'kotlin.collections.map' call
|
|
440
|
-
var this_1 = item_0.
|
|
440
|
+
var this_1 = item_0.t69_1;
|
|
441
441
|
// Inline function 'kotlin.collections.mapTo' call
|
|
442
442
|
var destination_2 = ArrayList().r2(collectionSizeOrDefault(this_1, 10));
|
|
443
443
|
var _iterator__ex2g4s_2 = this_1.l1();
|
|
444
444
|
while (_iterator__ex2g4s_2.m1()) {
|
|
445
445
|
var item_1 = _iterator__ex2g4s_2.n1();
|
|
446
|
-
var tmp$ret$12 = this.
|
|
446
|
+
var tmp$ret$12 = this.j69_1(tc, item_1);
|
|
447
447
|
destination_2.o2(tmp$ret$12);
|
|
448
448
|
}
|
|
449
|
-
var tmp$ret$9 = this.
|
|
449
|
+
var tmp$ret$9 = this.k69_1(tc, destination_2);
|
|
450
450
|
destination_1.o2(tmp$ret$9);
|
|
451
451
|
}
|
|
452
|
-
this.
|
|
452
|
+
this.r69(this.l69_1(tmp_0, destination_1));
|
|
453
453
|
}
|
|
454
|
-
|
|
455
|
-
this.
|
|
454
|
+
j68(thisRef, property) {
|
|
455
|
+
this.q69_1 = inferOptionNames(this.q69_1, property.callableName);
|
|
456
456
|
thisRef.g5t(this);
|
|
457
457
|
return this;
|
|
458
458
|
}
|
|
459
|
-
|
|
460
|
-
return this.
|
|
459
|
+
v69(thisRef, property) {
|
|
460
|
+
return this.j68((!(thisRef == null) ? isInterface(thisRef, ParameterHolder()) : false) ? thisRef : THROW_CCE(), property);
|
|
461
461
|
}
|
|
462
|
-
|
|
463
|
-
this.
|
|
462
|
+
o63(context) {
|
|
463
|
+
this.m69_1(new (OptionTransformContext())(this, context), this.c3());
|
|
464
464
|
}
|
|
465
|
-
|
|
465
|
+
u68(transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) {
|
|
466
466
|
return new (OptionWithValuesImpl())(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, transformValue, transformEach, transformAll, validator);
|
|
467
467
|
}
|
|
468
|
-
|
|
469
|
-
return new (OptionWithValuesImpl())(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, this.
|
|
468
|
+
v68(validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) {
|
|
469
|
+
return new (OptionWithValuesImpl())(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, this.j69_1, this.k69_1, this.l69_1, validator);
|
|
470
470
|
}
|
|
471
471
|
toString() {
|
|
472
472
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -499,12 +499,12 @@ function OptionWithValuesImpl() {
|
|
|
499
499
|
return this_0.toString();
|
|
500
500
|
}
|
|
501
501
|
zp(thisRef, property) {
|
|
502
|
-
return this.
|
|
502
|
+
return this.k68((!(thisRef == null) ? isInterface(thisRef, ParameterHolder()) : false) ? thisRef : THROW_CCE(), property);
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
protoOf($).
|
|
506
|
-
protoOf($).
|
|
507
|
-
protoOf($).
|
|
505
|
+
protoOf($).c68 = copy$default;
|
|
506
|
+
protoOf($).d68 = copy$default_0;
|
|
507
|
+
protoOf($).k68 = getValue;
|
|
508
508
|
protoOf($).d5w = parameterHelp;
|
|
509
509
|
initMetadataForClass($, 'OptionWithValuesImpl', VOID, VOID, [OptionWithValues()]);
|
|
510
510
|
OptionWithValuesImplClass = $;
|
|
@@ -42,10 +42,7 @@ function transformAll(_this__u8e3s4, defaultForHelp, showAsRequired, transform)
|
|
|
42
42
|
tags.q4('default', defaultForHelp);
|
|
43
43
|
} else
|
|
44
44
|
tags.r4('default');
|
|
45
|
-
return _this__u8e3s4.
|
|
46
|
-
}
|
|
47
|
-
function required(_this__u8e3s4) {
|
|
48
|
-
return transformAll(_this__u8e3s4, VOID, true, required$lambda);
|
|
45
|
+
return _this__u8e3s4.c68(_this__u8e3s4.z67(), _this__u8e3s4.a68(), transform, defaultValidator(), VOID, VOID, VOID, VOID, VOID, tags);
|
|
49
46
|
}
|
|
50
47
|
function multiple(_this__u8e3s4, default_0, required) {
|
|
51
48
|
default_0 = default_0 === VOID ? emptyList() : default_0;
|
|
@@ -58,21 +55,11 @@ function default$lambda($value) {
|
|
|
58
55
|
return tmp0_elvis_lhs == null ? $value : tmp0_elvis_lhs;
|
|
59
56
|
};
|
|
60
57
|
}
|
|
61
|
-
function required$lambda($this$transformAll, it) {
|
|
62
|
-
var tmp0_elvis_lhs = lastOrNull(it);
|
|
63
|
-
var tmp;
|
|
64
|
-
if (tmp0_elvis_lhs == null) {
|
|
65
|
-
throw MissingOption().c61($this$transformAll.o5v_1);
|
|
66
|
-
} else {
|
|
67
|
-
tmp = tmp0_elvis_lhs;
|
|
68
|
-
}
|
|
69
|
-
return tmp;
|
|
70
|
-
}
|
|
71
58
|
function multiple$lambda($required, $default) {
|
|
72
59
|
return ($this$transformAll, it) => {
|
|
73
60
|
var tmp;
|
|
74
61
|
if (it.j1() && $required) {
|
|
75
|
-
throw MissingOption().
|
|
62
|
+
throw MissingOption().d61($this$transformAll.o5v_1);
|
|
76
63
|
} else if (it.j1() && !$required) {
|
|
77
64
|
tmp = $default;
|
|
78
65
|
} else {
|
|
@@ -85,7 +72,6 @@ function multiple$lambda($required, $default) {
|
|
|
85
72
|
export {
|
|
86
73
|
default_0 as default2v6m45aspyoyr,
|
|
87
74
|
multiple as multiple1ilt3bwdbyd8l,
|
|
88
|
-
required as required1ljgj4a2kckgf,
|
|
89
75
|
transformAll as transformAll3vofua9ygklz8,
|
|
90
76
|
};
|
|
91
77
|
//endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/parameters/options/TransformAll.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/src/kotlin/collections/Maps.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["default","<this>","value","defaultForHelp","transformAll","showAsRequired","transform","tags","
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/parameters/options/TransformAll.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/src/kotlin/collections/Maps.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["default","<this>","value","defaultForHelp","transformAll","showAsRequired","transform","tags","multiple","required","default$lambda","default$lambda$lambda","multiple$lambda","multiple$lambda$lambda"],"mappings":";;;;;;;;;;;;;;;kBA8DAA,CAA0BC,a,EACtBC,K,EACAC,cAFJH,EAG0C;A,6CADP,SAAN,KAAM,C;EAE/B,OAAO,4BAAa,cAAb,QAA6B,qBAA7B,C;AACX,C;qBApCAI,CAA0BH,a,EACtBE,c,EACAE,c,EACAC,SAHJF,EAIyC;A,6CAHX,aAAK,MAAL,IAAiC,SAAjC,C;;;eAC+B,aAAK,M;;;cAAjB,U;UCiPG,CAAnB,+CAAmB,KAAY,GAAZ,C;;;;;MD9OhDG,OAAyB,aAAd,aAAK,MAAS,C;EAErB,mB;;gBAAwC,U;IAAxB,ICkOpB,IAAI,KAAJ,EDlOwD,ECkOxD,C;;IDjOK,IAAK,IAA0B,UAA1B,C;EAEN,wBAAkB,IAAlB,E;;IAAwB,IC+N5B,ID/NoD,SC+NpD,ED/N+D,cC+N/D,C;;ID9NK,IAAK,IAA0B,SAA1B,C;EAEV,OAAO,kBAAK,mBAAL,EAAqB,mBAArB,EAAoC,SAApC,EAA+C,kBAA/C,gCAA8E,IAA9E,C;AACX,C;iBA8EAC,CAAoBP,a,EAChBD,S,EACAS,QAFJD,EAGgD;A,mCAFrB,W;iCACH,K;EAEpB,OAAO,kCAA8B,QAA9B,EAAwC,oCAAxC,C;AAOX,C;uBApEwCE,C,MAAAA,E;SAAAC,CAAA,kB,EAAA,EAAAA,KAAA;A,QAAE,iBAAG,WAAH,EAAG,C;IAAqB,OAAxB,yBAAmB,MAAnB,iB;EAAyB,C;C;wBA6DhBC,C,mBAAAA,E;SAAAC,CAAA,kB,EAAA,EAAAA,KAAA;A;IAEvC,IAAA,EAAG,KAAH,IAAgB,SAAhB,C;MAA4B,0BAAoB,kBAApB,CAAoB,KAApB,C;WAC5B,IAAA,EAAG,KAAH,IAAgB,CAAC,SAAjB,C;YAA6B,Q;;YACrB,E;;IACX,U;EACL,C;C;;;;;"}
|
|
@@ -27,16 +27,16 @@ function transformValues(_this__u8e3s4, nvalues, transform) {
|
|
|
27
27
|
var message_1 = 'Cannot set nvalues = 1. Use convert() instead.';
|
|
28
28
|
throw IllegalArgumentException().m2(toString(message_1));
|
|
29
29
|
}
|
|
30
|
-
var tmp = _this__u8e3s4.
|
|
30
|
+
var tmp = _this__u8e3s4.z67();
|
|
31
31
|
var tmp_0 = defaultAllProcessor();
|
|
32
32
|
var tmp_1 = defaultValidator();
|
|
33
33
|
var tmp_2;
|
|
34
34
|
if (nvalues.equals(numberRangeToNumber(0, 0))) {
|
|
35
35
|
tmp_2 = transformValues$lambda;
|
|
36
36
|
} else {
|
|
37
|
-
tmp_2 = _this__u8e3s4.
|
|
37
|
+
tmp_2 = _this__u8e3s4.r68();
|
|
38
38
|
}
|
|
39
|
-
return _this__u8e3s4.
|
|
39
|
+
return _this__u8e3s4.c68(tmp, transform, tmp_0, tmp_1, VOID, tmp_2, nvalues);
|
|
40
40
|
}
|
|
41
41
|
function transformValues$lambda($this$copy) {
|
|
42
42
|
return null;
|
|
@@ -14,26 +14,26 @@ function HelpTransformContext() {
|
|
|
14
14
|
if (HelpTransformContextClass === VOID) {
|
|
15
15
|
class $ {
|
|
16
16
|
constructor(context) {
|
|
17
|
-
this.
|
|
17
|
+
this.w69_1 = context;
|
|
18
18
|
}
|
|
19
19
|
wc() {
|
|
20
|
-
return this.
|
|
20
|
+
return this.w69_1;
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
throw UsageError().
|
|
22
|
+
h68(message) {
|
|
23
|
+
throw UsageError().o5x(message);
|
|
24
24
|
}
|
|
25
25
|
toString() {
|
|
26
|
-
return 'HelpTransformContext(context=' + this.
|
|
26
|
+
return 'HelpTransformContext(context=' + this.w69_1.toString() + ')';
|
|
27
27
|
}
|
|
28
28
|
hashCode() {
|
|
29
|
-
return hashCode(this.
|
|
29
|
+
return hashCode(this.w69_1);
|
|
30
30
|
}
|
|
31
31
|
equals(other) {
|
|
32
32
|
if (this === other)
|
|
33
33
|
return true;
|
|
34
34
|
if (!(other instanceof HelpTransformContext()))
|
|
35
35
|
return false;
|
|
36
|
-
if (!equals(this.
|
|
36
|
+
if (!equals(this.w69_1, other.w69_1))
|
|
37
37
|
return false;
|
|
38
38
|
return true;
|
|
39
39
|
}
|