@continuous-excellence/coupling-cli 1.1.515 → 1.1.516
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 +39 -38
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +19 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +23 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +6 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +56 -12
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
- 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 +60 -53
- 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 +29 -28
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +164 -120
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +44 -41
- 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 +72 -50
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +73 -74
- 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 +101 -49
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +79 -79
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +117 -112
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +95 -95
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
- 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 +6 -6
- 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 +21 -21
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +189 -189
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +5 -5
- 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 +29 -29
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +227 -227
- 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/command/SuspendingCliktCommand.mjs +4 -3
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
- 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 +18 -18
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- 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 +24 -24
- 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 +119 -119
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +132 -132
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +60 -60
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- 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 +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +65 -65
- 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 +225 -225
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +138 -138
- 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 +16 -16
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- 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 +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +56 -56
- 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 +107 -107
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/package.json +1 -1
|
@@ -62,11 +62,11 @@ function ContributionParser() {
|
|
|
62
62
|
constructor() {
|
|
63
63
|
ContributionParser_instance = this;
|
|
64
64
|
var tmp = this;
|
|
65
|
-
tmp.
|
|
65
|
+
tmp.e6y_1 = Json(VOID, ContributionParser$json$lambda);
|
|
66
66
|
}
|
|
67
|
-
|
|
67
|
+
f6y(jsonString) {
|
|
68
68
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
69
|
-
var this_0 = this.
|
|
69
|
+
var this_0 = this.e6y_1;
|
|
70
70
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
71
71
|
var this_1 = this_0.t21();
|
|
72
72
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -86,9 +86,9 @@ function ContributionParser() {
|
|
|
86
86
|
}
|
|
87
87
|
return destination;
|
|
88
88
|
}
|
|
89
|
-
|
|
89
|
+
g6y(jsonString) {
|
|
90
90
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
91
|
-
var this_0 = this.
|
|
91
|
+
var this_0 = this.e6y_1;
|
|
92
92
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
93
93
|
var this_1 = this_0.t21();
|
|
94
94
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -123,7 +123,7 @@ function Companion() {
|
|
|
123
123
|
// Inline function 'kotlin.arrayOf' call
|
|
124
124
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
125
125
|
// Inline function 'kotlin.js.asDynamic' call
|
|
126
|
-
tmp.
|
|
126
|
+
tmp.h6y_1 = [null, null, lazy(tmp_0, ContributionJson$Companion$$childSerializers$_anonymous__js8jrm), null, null, null, null, null, null, null, null, null];
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
initMetadataForCompanion($);
|
|
@@ -156,47 +156,47 @@ function $serializer() {
|
|
|
156
156
|
tmp0_serialDesc.v28('label', true);
|
|
157
157
|
tmp0_serialDesc.v28('tagName', true);
|
|
158
158
|
tmp0_serialDesc.v28('tagDateTime', true);
|
|
159
|
-
this.
|
|
159
|
+
this.i6y_1 = tmp0_serialDesc;
|
|
160
160
|
}
|
|
161
|
-
|
|
162
|
-
var tmp0_desc = this.
|
|
161
|
+
j6y(encoder, value) {
|
|
162
|
+
var tmp0_desc = this.i6y_1;
|
|
163
163
|
var tmp1_output = encoder.e21(tmp0_desc);
|
|
164
|
-
var tmp2_cached = Companion_getInstance().
|
|
165
|
-
tmp1_output.u22(tmp0_desc, 0, value.
|
|
166
|
-
tmp1_output.u22(tmp0_desc, 1, value.
|
|
167
|
-
tmp1_output.w22(tmp0_desc, 2, tmp2_cached[2].c3(), value.
|
|
168
|
-
if (tmp1_output.c23(tmp0_desc, 3) ? true : !(value.
|
|
169
|
-
tmp1_output.y22(tmp0_desc, 3, InstantSerializer_getInstance(), value.
|
|
164
|
+
var tmp2_cached = Companion_getInstance().h6y_1;
|
|
165
|
+
tmp1_output.u22(tmp0_desc, 0, value.k6y_1);
|
|
166
|
+
tmp1_output.u22(tmp0_desc, 1, value.l6y_1);
|
|
167
|
+
tmp1_output.w22(tmp0_desc, 2, tmp2_cached[2].c3(), value.m6y_1);
|
|
168
|
+
if (tmp1_output.c23(tmp0_desc, 3) ? true : !(value.n6y_1 == null)) {
|
|
169
|
+
tmp1_output.y22(tmp0_desc, 3, InstantSerializer_getInstance(), value.n6y_1);
|
|
170
170
|
}
|
|
171
|
-
if (tmp1_output.c23(tmp0_desc, 4) ? true : !(value.
|
|
172
|
-
tmp1_output.y22(tmp0_desc, 4, InstantSerializer_getInstance(), value.
|
|
171
|
+
if (tmp1_output.c23(tmp0_desc, 4) ? true : !(value.o6y_1 == null)) {
|
|
172
|
+
tmp1_output.y22(tmp0_desc, 4, InstantSerializer_getInstance(), value.o6y_1);
|
|
173
173
|
}
|
|
174
|
-
tmp1_output.p22(tmp0_desc, 5, value.
|
|
175
|
-
if (tmp1_output.c23(tmp0_desc, 6) ? true : !(value.
|
|
176
|
-
tmp1_output.y22(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
174
|
+
tmp1_output.p22(tmp0_desc, 5, value.p6y_1);
|
|
175
|
+
if (tmp1_output.c23(tmp0_desc, 6) ? true : !(value.q6y_1 == null)) {
|
|
176
|
+
tmp1_output.y22(tmp0_desc, 6, IntSerializer_getInstance(), value.q6y_1);
|
|
177
177
|
}
|
|
178
|
-
if (tmp1_output.c23(tmp0_desc, 7) ? true : !(value.
|
|
179
|
-
tmp1_output.y22(tmp0_desc, 7, StringSerializer_getInstance(), value.
|
|
178
|
+
if (tmp1_output.c23(tmp0_desc, 7) ? true : !(value.r6y_1 == null)) {
|
|
179
|
+
tmp1_output.y22(tmp0_desc, 7, StringSerializer_getInstance(), value.r6y_1);
|
|
180
180
|
}
|
|
181
|
-
if (tmp1_output.c23(tmp0_desc, 8) ? true : !(value.
|
|
182
|
-
tmp1_output.y22(tmp0_desc, 8, StringSerializer_getInstance(), value.
|
|
181
|
+
if (tmp1_output.c23(tmp0_desc, 8) ? true : !(value.s6y_1 == null)) {
|
|
182
|
+
tmp1_output.y22(tmp0_desc, 8, StringSerializer_getInstance(), value.s6y_1);
|
|
183
183
|
}
|
|
184
|
-
if (tmp1_output.c23(tmp0_desc, 9) ? true : !(value.
|
|
185
|
-
tmp1_output.y22(tmp0_desc, 9, StringSerializer_getInstance(), value.
|
|
184
|
+
if (tmp1_output.c23(tmp0_desc, 9) ? true : !(value.t6y_1 == null)) {
|
|
185
|
+
tmp1_output.y22(tmp0_desc, 9, StringSerializer_getInstance(), value.t6y_1);
|
|
186
186
|
}
|
|
187
|
-
if (tmp1_output.c23(tmp0_desc, 10) ? true : !(value.
|
|
188
|
-
tmp1_output.y22(tmp0_desc, 10, StringSerializer_getInstance(), value.
|
|
187
|
+
if (tmp1_output.c23(tmp0_desc, 10) ? true : !(value.u6y_1 == null)) {
|
|
188
|
+
tmp1_output.y22(tmp0_desc, 10, StringSerializer_getInstance(), value.u6y_1);
|
|
189
189
|
}
|
|
190
|
-
if (tmp1_output.c23(tmp0_desc, 11) ? true : !(value.
|
|
191
|
-
tmp1_output.y22(tmp0_desc, 11, InstantSerializer_getInstance(), value.
|
|
190
|
+
if (tmp1_output.c23(tmp0_desc, 11) ? true : !(value.v6y_1 == null)) {
|
|
191
|
+
tmp1_output.y22(tmp0_desc, 11, InstantSerializer_getInstance(), value.v6y_1);
|
|
192
192
|
}
|
|
193
193
|
tmp1_output.f21(tmp0_desc);
|
|
194
194
|
}
|
|
195
195
|
c1x(encoder, value) {
|
|
196
|
-
return this.
|
|
196
|
+
return this.j6y(encoder, value instanceof ContributionJson() ? value : THROW_CCE());
|
|
197
197
|
}
|
|
198
198
|
d1x(decoder) {
|
|
199
|
-
var tmp0_desc = this.
|
|
199
|
+
var tmp0_desc = this.i6y_1;
|
|
200
200
|
var tmp1_flag = true;
|
|
201
201
|
var tmp2_index = 0;
|
|
202
202
|
var tmp3_bitMask0 = 0;
|
|
@@ -213,7 +213,7 @@ function $serializer() {
|
|
|
213
213
|
var tmp14_local10 = null;
|
|
214
214
|
var tmp15_local11 = null;
|
|
215
215
|
var tmp16_input = decoder.e21(tmp0_desc);
|
|
216
|
-
var tmp17_cached = Companion_getInstance().
|
|
216
|
+
var tmp17_cached = Companion_getInstance().h6y_1;
|
|
217
217
|
if (tmp16_input.u21()) {
|
|
218
218
|
tmp4_local0 = tmp16_input.o21(tmp0_desc, 0);
|
|
219
219
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -299,13 +299,13 @@ function $serializer() {
|
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
tmp16_input.f21(tmp0_desc);
|
|
302
|
-
return ContributionJson().
|
|
302
|
+
return ContributionJson().w6y(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, null);
|
|
303
303
|
}
|
|
304
304
|
b1x() {
|
|
305
|
-
return this.
|
|
305
|
+
return this.i6y_1;
|
|
306
306
|
}
|
|
307
307
|
k29() {
|
|
308
|
-
var tmp0_cached = Companion_getInstance().
|
|
308
|
+
var tmp0_cached = Companion_getInstance().h6y_1;
|
|
309
309
|
// Inline function 'kotlin.arrayOf' call
|
|
310
310
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
311
311
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -338,35 +338,35 @@ function ContributionJson() {
|
|
|
338
338
|
label = label === VOID ? null : label;
|
|
339
339
|
tagName = tagName === VOID ? null : tagName;
|
|
340
340
|
tagDateTime = tagDateTime === VOID ? null : tagDateTime;
|
|
341
|
-
this.
|
|
342
|
-
this.
|
|
343
|
-
this.
|
|
344
|
-
this.
|
|
345
|
-
this.
|
|
346
|
-
this.
|
|
347
|
-
this.
|
|
348
|
-
this.
|
|
349
|
-
this.
|
|
350
|
-
this.
|
|
351
|
-
this.
|
|
352
|
-
this.
|
|
341
|
+
this.k6y_1 = lastCommit;
|
|
342
|
+
this.l6y_1 = firstCommit;
|
|
343
|
+
this.m6y_1 = authors;
|
|
344
|
+
this.n6y_1 = dateTime;
|
|
345
|
+
this.o6y_1 = firstCommitDateTime;
|
|
346
|
+
this.p6y_1 = commitCount;
|
|
347
|
+
this.q6y_1 = ease;
|
|
348
|
+
this.r6y_1 = storyId;
|
|
349
|
+
this.s6y_1 = semver;
|
|
350
|
+
this.t6y_1 = label;
|
|
351
|
+
this.u6y_1 = tagName;
|
|
352
|
+
this.v6y_1 = tagDateTime;
|
|
353
353
|
}
|
|
354
354
|
toString() {
|
|
355
|
-
return 'ContributionJson(lastCommit=' + this.
|
|
355
|
+
return 'ContributionJson(lastCommit=' + this.k6y_1 + ', firstCommit=' + this.l6y_1 + ', authors=' + toString_0(this.m6y_1) + ', dateTime=' + toString(this.n6y_1) + ', firstCommitDateTime=' + toString(this.o6y_1) + ', commitCount=' + this.p6y_1 + ', ease=' + this.q6y_1 + ', storyId=' + this.r6y_1 + ', semver=' + this.s6y_1 + ', label=' + this.t6y_1 + ', tagName=' + this.u6y_1 + ', tagDateTime=' + toString(this.v6y_1) + ')';
|
|
356
356
|
}
|
|
357
357
|
hashCode() {
|
|
358
|
-
var result = getStringHashCode(this.
|
|
359
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
360
|
-
result = imul(result, 31) + hashCode(this.
|
|
361
|
-
result = imul(result, 31) + (this.
|
|
362
|
-
result = imul(result, 31) + (this.
|
|
363
|
-
result = imul(result, 31) + this.
|
|
364
|
-
result = imul(result, 31) + (this.
|
|
365
|
-
result = imul(result, 31) + (this.
|
|
366
|
-
result = imul(result, 31) + (this.
|
|
367
|
-
result = imul(result, 31) + (this.
|
|
368
|
-
result = imul(result, 31) + (this.
|
|
369
|
-
result = imul(result, 31) + (this.
|
|
358
|
+
var result = getStringHashCode(this.k6y_1);
|
|
359
|
+
result = imul(result, 31) + getStringHashCode(this.l6y_1) | 0;
|
|
360
|
+
result = imul(result, 31) + hashCode(this.m6y_1) | 0;
|
|
361
|
+
result = imul(result, 31) + (this.n6y_1 == null ? 0 : this.n6y_1.hashCode()) | 0;
|
|
362
|
+
result = imul(result, 31) + (this.o6y_1 == null ? 0 : this.o6y_1.hashCode()) | 0;
|
|
363
|
+
result = imul(result, 31) + this.p6y_1 | 0;
|
|
364
|
+
result = imul(result, 31) + (this.q6y_1 == null ? 0 : this.q6y_1) | 0;
|
|
365
|
+
result = imul(result, 31) + (this.r6y_1 == null ? 0 : getStringHashCode(this.r6y_1)) | 0;
|
|
366
|
+
result = imul(result, 31) + (this.s6y_1 == null ? 0 : getStringHashCode(this.s6y_1)) | 0;
|
|
367
|
+
result = imul(result, 31) + (this.t6y_1 == null ? 0 : getStringHashCode(this.t6y_1)) | 0;
|
|
368
|
+
result = imul(result, 31) + (this.u6y_1 == null ? 0 : getStringHashCode(this.u6y_1)) | 0;
|
|
369
|
+
result = imul(result, 31) + (this.v6y_1 == null ? 0 : this.v6y_1.hashCode()) | 0;
|
|
370
370
|
return result;
|
|
371
371
|
}
|
|
372
372
|
equals(other) {
|
|
@@ -374,74 +374,74 @@ function ContributionJson() {
|
|
|
374
374
|
return true;
|
|
375
375
|
if (!(other instanceof ContributionJson()))
|
|
376
376
|
return false;
|
|
377
|
-
if (!(this.
|
|
377
|
+
if (!(this.k6y_1 === other.k6y_1))
|
|
378
378
|
return false;
|
|
379
|
-
if (!(this.
|
|
379
|
+
if (!(this.l6y_1 === other.l6y_1))
|
|
380
380
|
return false;
|
|
381
|
-
if (!equals(this.
|
|
381
|
+
if (!equals(this.m6y_1, other.m6y_1))
|
|
382
382
|
return false;
|
|
383
|
-
if (!equals(this.
|
|
383
|
+
if (!equals(this.n6y_1, other.n6y_1))
|
|
384
384
|
return false;
|
|
385
|
-
if (!equals(this.
|
|
385
|
+
if (!equals(this.o6y_1, other.o6y_1))
|
|
386
386
|
return false;
|
|
387
|
-
if (!(this.
|
|
387
|
+
if (!(this.p6y_1 === other.p6y_1))
|
|
388
388
|
return false;
|
|
389
|
-
if (!(this.
|
|
389
|
+
if (!(this.q6y_1 == other.q6y_1))
|
|
390
390
|
return false;
|
|
391
|
-
if (!(this.
|
|
391
|
+
if (!(this.r6y_1 == other.r6y_1))
|
|
392
392
|
return false;
|
|
393
|
-
if (!(this.
|
|
393
|
+
if (!(this.s6y_1 == other.s6y_1))
|
|
394
394
|
return false;
|
|
395
|
-
if (!(this.
|
|
395
|
+
if (!(this.t6y_1 == other.t6y_1))
|
|
396
396
|
return false;
|
|
397
|
-
if (!(this.
|
|
397
|
+
if (!(this.u6y_1 == other.u6y_1))
|
|
398
398
|
return false;
|
|
399
|
-
if (!equals(this.
|
|
399
|
+
if (!equals(this.v6y_1, other.v6y_1))
|
|
400
400
|
return false;
|
|
401
401
|
return true;
|
|
402
402
|
}
|
|
403
|
-
static
|
|
403
|
+
static w6y(seen0, lastCommit, firstCommit, authors, dateTime, firstCommitDateTime, commitCount, ease, storyId, semver, label, tagName, tagDateTime, serializationConstructorMarker) {
|
|
404
404
|
Companion_getInstance();
|
|
405
405
|
if (!(39 === (39 & seen0))) {
|
|
406
|
-
throwMissingFieldException(seen0, 39, $serializer_getInstance().
|
|
406
|
+
throwMissingFieldException(seen0, 39, $serializer_getInstance().i6y_1);
|
|
407
407
|
}
|
|
408
408
|
var $this = createThis(this);
|
|
409
|
-
$this.
|
|
410
|
-
$this.
|
|
411
|
-
$this.
|
|
409
|
+
$this.k6y_1 = lastCommit;
|
|
410
|
+
$this.l6y_1 = firstCommit;
|
|
411
|
+
$this.m6y_1 = authors;
|
|
412
412
|
if (0 === (seen0 & 8))
|
|
413
|
-
$this.
|
|
413
|
+
$this.n6y_1 = null;
|
|
414
414
|
else
|
|
415
|
-
$this.
|
|
415
|
+
$this.n6y_1 = dateTime;
|
|
416
416
|
if (0 === (seen0 & 16))
|
|
417
|
-
$this.
|
|
417
|
+
$this.o6y_1 = null;
|
|
418
418
|
else
|
|
419
|
-
$this.
|
|
420
|
-
$this.
|
|
419
|
+
$this.o6y_1 = firstCommitDateTime;
|
|
420
|
+
$this.p6y_1 = commitCount;
|
|
421
421
|
if (0 === (seen0 & 64))
|
|
422
|
-
$this.
|
|
422
|
+
$this.q6y_1 = null;
|
|
423
423
|
else
|
|
424
|
-
$this.
|
|
424
|
+
$this.q6y_1 = ease;
|
|
425
425
|
if (0 === (seen0 & 128))
|
|
426
|
-
$this.
|
|
426
|
+
$this.r6y_1 = null;
|
|
427
427
|
else
|
|
428
|
-
$this.
|
|
428
|
+
$this.r6y_1 = storyId;
|
|
429
429
|
if (0 === (seen0 & 256))
|
|
430
|
-
$this.
|
|
430
|
+
$this.s6y_1 = null;
|
|
431
431
|
else
|
|
432
|
-
$this.
|
|
432
|
+
$this.s6y_1 = semver;
|
|
433
433
|
if (0 === (seen0 & 512))
|
|
434
|
-
$this.
|
|
434
|
+
$this.t6y_1 = null;
|
|
435
435
|
else
|
|
436
|
-
$this.
|
|
436
|
+
$this.t6y_1 = label;
|
|
437
437
|
if (0 === (seen0 & 1024))
|
|
438
|
-
$this.
|
|
438
|
+
$this.u6y_1 = null;
|
|
439
439
|
else
|
|
440
|
-
$this.
|
|
440
|
+
$this.u6y_1 = tagName;
|
|
441
441
|
if (0 === (seen0 & 2048))
|
|
442
|
-
$this.
|
|
442
|
+
$this.v6y_1 = null;
|
|
443
443
|
else
|
|
444
|
-
$this.
|
|
444
|
+
$this.v6y_1 = tagDateTime;
|
|
445
445
|
return $this;
|
|
446
446
|
}
|
|
447
447
|
}
|
|
@@ -451,18 +451,18 @@ function ContributionJson() {
|
|
|
451
451
|
return ContributionJsonClass;
|
|
452
452
|
}
|
|
453
453
|
function toModel(_this__u8e3s4) {
|
|
454
|
-
var tmp0_lastCommit = _this__u8e3s4.
|
|
455
|
-
var tmp1_firstCommit = _this__u8e3s4.
|
|
456
|
-
var tmp2_authors = _this__u8e3s4.
|
|
457
|
-
var tmp3_dateTime = _this__u8e3s4.
|
|
458
|
-
var tmp4_firstCommitDateTime = _this__u8e3s4.
|
|
459
|
-
var tmp5_ease = _this__u8e3s4.
|
|
460
|
-
var tmp6_storyId = _this__u8e3s4.
|
|
461
|
-
var tmp7_semver = _this__u8e3s4.
|
|
462
|
-
var tmp8_label = _this__u8e3s4.
|
|
463
|
-
var tmp9_tagName = _this__u8e3s4.
|
|
464
|
-
var tmp10_tagDateTime = _this__u8e3s4.
|
|
465
|
-
var tmp11_commitCount = _this__u8e3s4.
|
|
454
|
+
var tmp0_lastCommit = _this__u8e3s4.k6y_1;
|
|
455
|
+
var tmp1_firstCommit = _this__u8e3s4.l6y_1;
|
|
456
|
+
var tmp2_authors = _this__u8e3s4.m6y_1;
|
|
457
|
+
var tmp3_dateTime = _this__u8e3s4.n6y_1;
|
|
458
|
+
var tmp4_firstCommitDateTime = _this__u8e3s4.o6y_1;
|
|
459
|
+
var tmp5_ease = _this__u8e3s4.q6y_1;
|
|
460
|
+
var tmp6_storyId = _this__u8e3s4.r6y_1;
|
|
461
|
+
var tmp7_semver = _this__u8e3s4.s6y_1;
|
|
462
|
+
var tmp8_label = _this__u8e3s4.t6y_1;
|
|
463
|
+
var tmp9_tagName = _this__u8e3s4.u6y_1;
|
|
464
|
+
var tmp10_tagDateTime = _this__u8e3s4.v6y_1;
|
|
465
|
+
var tmp11_commitCount = _this__u8e3s4.p6y_1;
|
|
466
466
|
return new (Contribution())(tmp0_lastCommit, tmp1_firstCommit, tmp2_authors, tmp11_commitCount, tmp3_dateTime, tmp4_firstCommitDateTime, tmp5_ease, tmp6_storyId, tmp7_semver, tmp8_label, tmp9_tagName, tmp10_tagDateTime);
|
|
467
467
|
}
|
|
468
468
|
//region block: exports
|
|
@@ -17,35 +17,35 @@ function Contribution() {
|
|
|
17
17
|
if (ContributionClass === VOID) {
|
|
18
18
|
class $ {
|
|
19
19
|
constructor(lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime) {
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
20
|
+
this.s6x_1 = lastCommit;
|
|
21
|
+
this.t6x_1 = firstCommit;
|
|
22
|
+
this.u6x_1 = authors;
|
|
23
|
+
this.v6x_1 = commitCount;
|
|
24
|
+
this.w6x_1 = dateTime;
|
|
25
|
+
this.x6x_1 = firstCommitDateTime;
|
|
26
|
+
this.y6x_1 = ease;
|
|
27
|
+
this.z6x_1 = storyId;
|
|
28
|
+
this.a6y_1 = semver;
|
|
29
|
+
this.b6y_1 = label;
|
|
30
|
+
this.c6y_1 = tagName;
|
|
31
|
+
this.d6y_1 = tagDateTime;
|
|
32
32
|
}
|
|
33
33
|
toString() {
|
|
34
|
-
return 'Contribution(lastCommit=' + this.
|
|
34
|
+
return 'Contribution(lastCommit=' + this.s6x_1 + ', firstCommit=' + this.t6x_1 + ', authors=' + toString(this.u6x_1) + ', commitCount=' + this.v6x_1 + ', dateTime=' + toString_0(this.w6x_1) + ', firstCommitDateTime=' + toString_0(this.x6x_1) + ', ease=' + this.y6x_1 + ', storyId=' + this.z6x_1 + ', semver=' + this.a6y_1 + ', label=' + this.b6y_1 + ', tagName=' + this.c6y_1 + ', tagDateTime=' + toString_0(this.d6y_1) + ')';
|
|
35
35
|
}
|
|
36
36
|
hashCode() {
|
|
37
|
-
var result = getStringHashCode(this.
|
|
38
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39
|
-
result = imul(result, 31) + hashCode(this.
|
|
40
|
-
result = imul(result, 31) + this.
|
|
41
|
-
result = imul(result, 31) + (this.
|
|
42
|
-
result = imul(result, 31) + (this.
|
|
43
|
-
result = imul(result, 31) + (this.
|
|
44
|
-
result = imul(result, 31) + (this.
|
|
45
|
-
result = imul(result, 31) + (this.
|
|
46
|
-
result = imul(result, 31) + (this.
|
|
47
|
-
result = imul(result, 31) + (this.
|
|
48
|
-
result = imul(result, 31) + (this.
|
|
37
|
+
var result = getStringHashCode(this.s6x_1);
|
|
38
|
+
result = imul(result, 31) + getStringHashCode(this.t6x_1) | 0;
|
|
39
|
+
result = imul(result, 31) + hashCode(this.u6x_1) | 0;
|
|
40
|
+
result = imul(result, 31) + this.v6x_1 | 0;
|
|
41
|
+
result = imul(result, 31) + (this.w6x_1 == null ? 0 : this.w6x_1.hashCode()) | 0;
|
|
42
|
+
result = imul(result, 31) + (this.x6x_1 == null ? 0 : this.x6x_1.hashCode()) | 0;
|
|
43
|
+
result = imul(result, 31) + (this.y6x_1 == null ? 0 : this.y6x_1) | 0;
|
|
44
|
+
result = imul(result, 31) + (this.z6x_1 == null ? 0 : getStringHashCode(this.z6x_1)) | 0;
|
|
45
|
+
result = imul(result, 31) + (this.a6y_1 == null ? 0 : getStringHashCode(this.a6y_1)) | 0;
|
|
46
|
+
result = imul(result, 31) + (this.b6y_1 == null ? 0 : getStringHashCode(this.b6y_1)) | 0;
|
|
47
|
+
result = imul(result, 31) + (this.c6y_1 == null ? 0 : getStringHashCode(this.c6y_1)) | 0;
|
|
48
|
+
result = imul(result, 31) + (this.d6y_1 == null ? 0 : this.d6y_1.hashCode()) | 0;
|
|
49
49
|
return result;
|
|
50
50
|
}
|
|
51
51
|
equals(other) {
|
|
@@ -53,29 +53,29 @@ function Contribution() {
|
|
|
53
53
|
return true;
|
|
54
54
|
if (!(other instanceof Contribution()))
|
|
55
55
|
return false;
|
|
56
|
-
if (!(this.
|
|
56
|
+
if (!(this.s6x_1 === other.s6x_1))
|
|
57
57
|
return false;
|
|
58
|
-
if (!(this.
|
|
58
|
+
if (!(this.t6x_1 === other.t6x_1))
|
|
59
59
|
return false;
|
|
60
|
-
if (!equals(this.
|
|
60
|
+
if (!equals(this.u6x_1, other.u6x_1))
|
|
61
61
|
return false;
|
|
62
|
-
if (!(this.
|
|
62
|
+
if (!(this.v6x_1 === other.v6x_1))
|
|
63
63
|
return false;
|
|
64
|
-
if (!equals(this.
|
|
64
|
+
if (!equals(this.w6x_1, other.w6x_1))
|
|
65
65
|
return false;
|
|
66
|
-
if (!equals(this.
|
|
66
|
+
if (!equals(this.x6x_1, other.x6x_1))
|
|
67
67
|
return false;
|
|
68
|
-
if (!(this.
|
|
68
|
+
if (!(this.y6x_1 == other.y6x_1))
|
|
69
69
|
return false;
|
|
70
|
-
if (!(this.
|
|
70
|
+
if (!(this.z6x_1 == other.z6x_1))
|
|
71
71
|
return false;
|
|
72
|
-
if (!(this.
|
|
72
|
+
if (!(this.a6y_1 == other.a6y_1))
|
|
73
73
|
return false;
|
|
74
|
-
if (!(this.
|
|
74
|
+
if (!(this.b6y_1 == other.b6y_1))
|
|
75
75
|
return false;
|
|
76
|
-
if (!(this.
|
|
76
|
+
if (!(this.c6y_1 == other.c6y_1))
|
|
77
77
|
return false;
|
|
78
|
-
if (!equals(this.
|
|
78
|
+
if (!equals(this.d6y_1, other.d6y_1))
|
|
79
79
|
return false;
|
|
80
80
|
return true;
|
|
81
81
|
}
|