git-semver-tagger 1.9.27 → 1.10.0
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/clikt-clikt-mordant.js +77 -77
- package/kotlin/clikt-clikt.js +1283 -1283
- package/kotlin/colormath-root-colormath.js +406 -406
- package/kotlin/command-line-tools-tagger-cli.js +409 -342
- package/kotlin/command-line-tools-tagger-cli.js.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1655 -1655
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1444 -1444
- package/kotlin/mordant-mordant.js +1097 -1097
- package/kotlin/tools-git-adapter.js +53 -48
- package/kotlin/tools-git-adapter.js.map +1 -1
- package/kotlin/tools-tagger-core.js +104 -103
- package/kotlin/tools-tagger-core.js.map +1 -1
- package/kotlin/tools-tagger-json.js +122 -122
- package/package.json +1 -1
|
@@ -42,66 +42,66 @@
|
|
|
42
42
|
function $serializer() {
|
|
43
43
|
$serializer_instance = this;
|
|
44
44
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.zegreatrob.tools.tagger.json.TaggerConfig', this, 12);
|
|
45
|
-
tmp0_serialDesc.
|
|
46
|
-
tmp0_serialDesc.
|
|
47
|
-
tmp0_serialDesc.
|
|
48
|
-
tmp0_serialDesc.
|
|
49
|
-
tmp0_serialDesc.
|
|
50
|
-
tmp0_serialDesc.
|
|
51
|
-
tmp0_serialDesc.
|
|
52
|
-
tmp0_serialDesc.
|
|
53
|
-
tmp0_serialDesc.
|
|
54
|
-
tmp0_serialDesc.
|
|
55
|
-
tmp0_serialDesc.
|
|
56
|
-
tmp0_serialDesc.
|
|
57
|
-
this.
|
|
45
|
+
tmp0_serialDesc.uy('releaseBranch', true);
|
|
46
|
+
tmp0_serialDesc.uy('implicitPatch', true);
|
|
47
|
+
tmp0_serialDesc.uy('disableDetached', true);
|
|
48
|
+
tmp0_serialDesc.uy('forceSnapshot', true);
|
|
49
|
+
tmp0_serialDesc.uy('majorRegex', true);
|
|
50
|
+
tmp0_serialDesc.uy('minorRegex', true);
|
|
51
|
+
tmp0_serialDesc.uy('patchRegex', true);
|
|
52
|
+
tmp0_serialDesc.uy('noneRegex', true);
|
|
53
|
+
tmp0_serialDesc.uy('versionRegex', true);
|
|
54
|
+
tmp0_serialDesc.uy('userName', true);
|
|
55
|
+
tmp0_serialDesc.uy('userEmail', true);
|
|
56
|
+
tmp0_serialDesc.uy('warningsAsErrors', true);
|
|
57
|
+
this.k18_1 = tmp0_serialDesc;
|
|
58
58
|
}
|
|
59
|
-
protoOf($serializer).
|
|
60
|
-
var tmp0_desc = this.
|
|
61
|
-
var tmp1_output = encoder.
|
|
62
|
-
if (tmp1_output.
|
|
63
|
-
tmp1_output.
|
|
59
|
+
protoOf($serializer).l18 = function (encoder, value) {
|
|
60
|
+
var tmp0_desc = this.k18_1;
|
|
61
|
+
var tmp1_output = encoder.lr(tmp0_desc);
|
|
62
|
+
if (tmp1_output.ht(tmp0_desc, 0) ? true : !(value.m18_1 == null)) {
|
|
63
|
+
tmp1_output.dt(tmp0_desc, 0, StringSerializer_getInstance(), value.m18_1);
|
|
64
64
|
}
|
|
65
|
-
if (tmp1_output.
|
|
66
|
-
tmp1_output.
|
|
65
|
+
if (tmp1_output.ht(tmp0_desc, 1) ? true : !(value.n18_1 == null)) {
|
|
66
|
+
tmp1_output.dt(tmp0_desc, 1, BooleanSerializer_getInstance(), value.n18_1);
|
|
67
67
|
}
|
|
68
|
-
if (tmp1_output.
|
|
69
|
-
tmp1_output.
|
|
68
|
+
if (tmp1_output.ht(tmp0_desc, 2) ? true : !(value.o18_1 == null)) {
|
|
69
|
+
tmp1_output.dt(tmp0_desc, 2, BooleanSerializer_getInstance(), value.o18_1);
|
|
70
70
|
}
|
|
71
|
-
if (tmp1_output.
|
|
72
|
-
tmp1_output.
|
|
71
|
+
if (tmp1_output.ht(tmp0_desc, 3) ? true : !(value.p18_1 == null)) {
|
|
72
|
+
tmp1_output.dt(tmp0_desc, 3, BooleanSerializer_getInstance(), value.p18_1);
|
|
73
73
|
}
|
|
74
|
-
if (tmp1_output.
|
|
75
|
-
tmp1_output.
|
|
74
|
+
if (tmp1_output.ht(tmp0_desc, 4) ? true : !(value.q18_1 == null)) {
|
|
75
|
+
tmp1_output.dt(tmp0_desc, 4, StringSerializer_getInstance(), value.q18_1);
|
|
76
76
|
}
|
|
77
|
-
if (tmp1_output.
|
|
78
|
-
tmp1_output.
|
|
77
|
+
if (tmp1_output.ht(tmp0_desc, 5) ? true : !(value.r18_1 == null)) {
|
|
78
|
+
tmp1_output.dt(tmp0_desc, 5, StringSerializer_getInstance(), value.r18_1);
|
|
79
79
|
}
|
|
80
|
-
if (tmp1_output.
|
|
81
|
-
tmp1_output.
|
|
80
|
+
if (tmp1_output.ht(tmp0_desc, 6) ? true : !(value.s18_1 == null)) {
|
|
81
|
+
tmp1_output.dt(tmp0_desc, 6, StringSerializer_getInstance(), value.s18_1);
|
|
82
82
|
}
|
|
83
|
-
if (tmp1_output.
|
|
84
|
-
tmp1_output.
|
|
83
|
+
if (tmp1_output.ht(tmp0_desc, 7) ? true : !(value.t18_1 == null)) {
|
|
84
|
+
tmp1_output.dt(tmp0_desc, 7, StringSerializer_getInstance(), value.t18_1);
|
|
85
85
|
}
|
|
86
|
-
if (tmp1_output.
|
|
87
|
-
tmp1_output.
|
|
86
|
+
if (tmp1_output.ht(tmp0_desc, 8) ? true : !(value.u18_1 == null)) {
|
|
87
|
+
tmp1_output.dt(tmp0_desc, 8, StringSerializer_getInstance(), value.u18_1);
|
|
88
88
|
}
|
|
89
|
-
if (tmp1_output.
|
|
90
|
-
tmp1_output.
|
|
89
|
+
if (tmp1_output.ht(tmp0_desc, 9) ? true : !(value.v18_1 == null)) {
|
|
90
|
+
tmp1_output.dt(tmp0_desc, 9, StringSerializer_getInstance(), value.v18_1);
|
|
91
91
|
}
|
|
92
|
-
if (tmp1_output.
|
|
93
|
-
tmp1_output.
|
|
92
|
+
if (tmp1_output.ht(tmp0_desc, 10) ? true : !(value.w18_1 == null)) {
|
|
93
|
+
tmp1_output.dt(tmp0_desc, 10, StringSerializer_getInstance(), value.w18_1);
|
|
94
94
|
}
|
|
95
|
-
if (tmp1_output.
|
|
96
|
-
tmp1_output.
|
|
95
|
+
if (tmp1_output.ht(tmp0_desc, 11) ? true : !(value.x18_1 == null)) {
|
|
96
|
+
tmp1_output.dt(tmp0_desc, 11, BooleanSerializer_getInstance(), value.x18_1);
|
|
97
97
|
}
|
|
98
|
-
tmp1_output.
|
|
98
|
+
tmp1_output.mr(tmp0_desc);
|
|
99
99
|
};
|
|
100
|
-
protoOf($serializer).
|
|
101
|
-
return this.
|
|
100
|
+
protoOf($serializer).po = function (encoder, value) {
|
|
101
|
+
return this.l18(encoder, value instanceof TaggerConfig ? value : THROW_CCE());
|
|
102
102
|
};
|
|
103
|
-
protoOf($serializer).
|
|
104
|
-
var tmp0_desc = this.
|
|
103
|
+
protoOf($serializer).qo = function (decoder) {
|
|
104
|
+
var tmp0_desc = this.k18_1;
|
|
105
105
|
var tmp1_flag = true;
|
|
106
106
|
var tmp2_index = 0;
|
|
107
107
|
var tmp3_bitMask0 = 0;
|
|
@@ -117,98 +117,98 @@
|
|
|
117
117
|
var tmp13_local9 = null;
|
|
118
118
|
var tmp14_local10 = null;
|
|
119
119
|
var tmp15_local11 = null;
|
|
120
|
-
var tmp16_input = decoder.
|
|
121
|
-
if (tmp16_input.
|
|
122
|
-
tmp4_local0 = tmp16_input.
|
|
120
|
+
var tmp16_input = decoder.lr(tmp0_desc);
|
|
121
|
+
if (tmp16_input.bs()) {
|
|
122
|
+
tmp4_local0 = tmp16_input.zr(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
123
123
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
124
|
-
tmp5_local1 = tmp16_input.
|
|
124
|
+
tmp5_local1 = tmp16_input.zr(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
125
125
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
126
|
-
tmp6_local2 = tmp16_input.
|
|
126
|
+
tmp6_local2 = tmp16_input.zr(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
127
127
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
128
|
-
tmp7_local3 = tmp16_input.
|
|
128
|
+
tmp7_local3 = tmp16_input.zr(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
129
129
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
130
|
-
tmp8_local4 = tmp16_input.
|
|
130
|
+
tmp8_local4 = tmp16_input.zr(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
131
131
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
132
|
-
tmp9_local5 = tmp16_input.
|
|
132
|
+
tmp9_local5 = tmp16_input.zr(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
|
|
133
133
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
134
|
-
tmp10_local6 = tmp16_input.
|
|
134
|
+
tmp10_local6 = tmp16_input.zr(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
|
|
135
135
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
136
|
-
tmp11_local7 = tmp16_input.
|
|
136
|
+
tmp11_local7 = tmp16_input.zr(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
|
|
137
137
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
138
|
-
tmp12_local8 = tmp16_input.
|
|
138
|
+
tmp12_local8 = tmp16_input.zr(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
|
|
139
139
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
140
|
-
tmp13_local9 = tmp16_input.
|
|
140
|
+
tmp13_local9 = tmp16_input.zr(tmp0_desc, 9, StringSerializer_getInstance(), tmp13_local9);
|
|
141
141
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
142
|
-
tmp14_local10 = tmp16_input.
|
|
142
|
+
tmp14_local10 = tmp16_input.zr(tmp0_desc, 10, StringSerializer_getInstance(), tmp14_local10);
|
|
143
143
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
144
|
-
tmp15_local11 = tmp16_input.
|
|
144
|
+
tmp15_local11 = tmp16_input.zr(tmp0_desc, 11, BooleanSerializer_getInstance(), tmp15_local11);
|
|
145
145
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
146
146
|
} else
|
|
147
147
|
while (tmp1_flag) {
|
|
148
|
-
tmp2_index = tmp16_input.
|
|
148
|
+
tmp2_index = tmp16_input.cs(tmp0_desc);
|
|
149
149
|
switch (tmp2_index) {
|
|
150
150
|
case -1:
|
|
151
151
|
tmp1_flag = false;
|
|
152
152
|
break;
|
|
153
153
|
case 0:
|
|
154
|
-
tmp4_local0 = tmp16_input.
|
|
154
|
+
tmp4_local0 = tmp16_input.zr(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
155
155
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
156
156
|
break;
|
|
157
157
|
case 1:
|
|
158
|
-
tmp5_local1 = tmp16_input.
|
|
158
|
+
tmp5_local1 = tmp16_input.zr(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
159
159
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
160
160
|
break;
|
|
161
161
|
case 2:
|
|
162
|
-
tmp6_local2 = tmp16_input.
|
|
162
|
+
tmp6_local2 = tmp16_input.zr(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
163
163
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
164
164
|
break;
|
|
165
165
|
case 3:
|
|
166
|
-
tmp7_local3 = tmp16_input.
|
|
166
|
+
tmp7_local3 = tmp16_input.zr(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
167
167
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
168
168
|
break;
|
|
169
169
|
case 4:
|
|
170
|
-
tmp8_local4 = tmp16_input.
|
|
170
|
+
tmp8_local4 = tmp16_input.zr(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
171
171
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
172
172
|
break;
|
|
173
173
|
case 5:
|
|
174
|
-
tmp9_local5 = tmp16_input.
|
|
174
|
+
tmp9_local5 = tmp16_input.zr(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
|
|
175
175
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
176
176
|
break;
|
|
177
177
|
case 6:
|
|
178
|
-
tmp10_local6 = tmp16_input.
|
|
178
|
+
tmp10_local6 = tmp16_input.zr(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
|
|
179
179
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
180
180
|
break;
|
|
181
181
|
case 7:
|
|
182
|
-
tmp11_local7 = tmp16_input.
|
|
182
|
+
tmp11_local7 = tmp16_input.zr(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
|
|
183
183
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
184
184
|
break;
|
|
185
185
|
case 8:
|
|
186
|
-
tmp12_local8 = tmp16_input.
|
|
186
|
+
tmp12_local8 = tmp16_input.zr(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
|
|
187
187
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
188
188
|
break;
|
|
189
189
|
case 9:
|
|
190
|
-
tmp13_local9 = tmp16_input.
|
|
190
|
+
tmp13_local9 = tmp16_input.zr(tmp0_desc, 9, StringSerializer_getInstance(), tmp13_local9);
|
|
191
191
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
192
192
|
break;
|
|
193
193
|
case 10:
|
|
194
|
-
tmp14_local10 = tmp16_input.
|
|
194
|
+
tmp14_local10 = tmp16_input.zr(tmp0_desc, 10, StringSerializer_getInstance(), tmp14_local10);
|
|
195
195
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
196
196
|
break;
|
|
197
197
|
case 11:
|
|
198
|
-
tmp15_local11 = tmp16_input.
|
|
198
|
+
tmp15_local11 = tmp16_input.zr(tmp0_desc, 11, BooleanSerializer_getInstance(), tmp15_local11);
|
|
199
199
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
200
200
|
break;
|
|
201
201
|
default:
|
|
202
202
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
tmp16_input.
|
|
205
|
+
tmp16_input.mr(tmp0_desc);
|
|
206
206
|
return TaggerConfig_init_$Create$(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);
|
|
207
207
|
};
|
|
208
|
-
protoOf($serializer).
|
|
209
|
-
return this.
|
|
208
|
+
protoOf($serializer).oo = function () {
|
|
209
|
+
return this.k18_1;
|
|
210
210
|
};
|
|
211
|
-
protoOf($serializer).
|
|
211
|
+
protoOf($serializer).wy = function () {
|
|
212
212
|
// Inline function 'kotlin.arrayOf' call
|
|
213
213
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
214
214
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -222,56 +222,56 @@
|
|
|
222
222
|
}
|
|
223
223
|
function TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, disableDetached, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, $this) {
|
|
224
224
|
if (!(0 === (0 & seen0))) {
|
|
225
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance().
|
|
225
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance().k18_1);
|
|
226
226
|
}
|
|
227
227
|
if (0 === (seen0 & 1))
|
|
228
|
-
$this.
|
|
228
|
+
$this.m18_1 = null;
|
|
229
229
|
else
|
|
230
|
-
$this.
|
|
230
|
+
$this.m18_1 = releaseBranch;
|
|
231
231
|
if (0 === (seen0 & 2))
|
|
232
|
-
$this.
|
|
232
|
+
$this.n18_1 = null;
|
|
233
233
|
else
|
|
234
|
-
$this.
|
|
234
|
+
$this.n18_1 = implicitPatch;
|
|
235
235
|
if (0 === (seen0 & 4))
|
|
236
|
-
$this.
|
|
236
|
+
$this.o18_1 = null;
|
|
237
237
|
else
|
|
238
|
-
$this.
|
|
238
|
+
$this.o18_1 = disableDetached;
|
|
239
239
|
if (0 === (seen0 & 8))
|
|
240
|
-
$this.
|
|
240
|
+
$this.p18_1 = null;
|
|
241
241
|
else
|
|
242
|
-
$this.
|
|
242
|
+
$this.p18_1 = forceSnapshot;
|
|
243
243
|
if (0 === (seen0 & 16))
|
|
244
|
-
$this.
|
|
244
|
+
$this.q18_1 = null;
|
|
245
245
|
else
|
|
246
|
-
$this.
|
|
246
|
+
$this.q18_1 = majorRegex;
|
|
247
247
|
if (0 === (seen0 & 32))
|
|
248
|
-
$this.
|
|
248
|
+
$this.r18_1 = null;
|
|
249
249
|
else
|
|
250
|
-
$this.
|
|
250
|
+
$this.r18_1 = minorRegex;
|
|
251
251
|
if (0 === (seen0 & 64))
|
|
252
|
-
$this.
|
|
252
|
+
$this.s18_1 = null;
|
|
253
253
|
else
|
|
254
|
-
$this.
|
|
254
|
+
$this.s18_1 = patchRegex;
|
|
255
255
|
if (0 === (seen0 & 128))
|
|
256
|
-
$this.
|
|
256
|
+
$this.t18_1 = null;
|
|
257
257
|
else
|
|
258
|
-
$this.
|
|
258
|
+
$this.t18_1 = noneRegex;
|
|
259
259
|
if (0 === (seen0 & 256))
|
|
260
|
-
$this.
|
|
260
|
+
$this.u18_1 = null;
|
|
261
261
|
else
|
|
262
|
-
$this.
|
|
262
|
+
$this.u18_1 = versionRegex;
|
|
263
263
|
if (0 === (seen0 & 512))
|
|
264
|
-
$this.
|
|
264
|
+
$this.v18_1 = null;
|
|
265
265
|
else
|
|
266
|
-
$this.
|
|
266
|
+
$this.v18_1 = userName;
|
|
267
267
|
if (0 === (seen0 & 1024))
|
|
268
|
-
$this.
|
|
268
|
+
$this.w18_1 = null;
|
|
269
269
|
else
|
|
270
|
-
$this.
|
|
270
|
+
$this.w18_1 = userEmail;
|
|
271
271
|
if (0 === (seen0 & 2048))
|
|
272
|
-
$this.
|
|
272
|
+
$this.x18_1 = null;
|
|
273
273
|
else
|
|
274
|
-
$this.
|
|
274
|
+
$this.x18_1 = warningsAsErrors;
|
|
275
275
|
return $this;
|
|
276
276
|
}
|
|
277
277
|
function TaggerConfig_init_$Create$(seen0, releaseBranch, implicitPatch, disableDetached, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker) {
|
|
@@ -290,35 +290,35 @@
|
|
|
290
290
|
userName = userName === VOID ? null : userName;
|
|
291
291
|
userEmail = userEmail === VOID ? null : userEmail;
|
|
292
292
|
warningsAsErrors = warningsAsErrors === VOID ? null : warningsAsErrors;
|
|
293
|
-
this.
|
|
294
|
-
this.
|
|
295
|
-
this.
|
|
296
|
-
this.
|
|
297
|
-
this.
|
|
298
|
-
this.
|
|
299
|
-
this.
|
|
300
|
-
this.
|
|
301
|
-
this.
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
304
|
-
this.
|
|
293
|
+
this.m18_1 = releaseBranch;
|
|
294
|
+
this.n18_1 = implicitPatch;
|
|
295
|
+
this.o18_1 = disableDetached;
|
|
296
|
+
this.p18_1 = forceSnapshot;
|
|
297
|
+
this.q18_1 = majorRegex;
|
|
298
|
+
this.r18_1 = minorRegex;
|
|
299
|
+
this.s18_1 = patchRegex;
|
|
300
|
+
this.t18_1 = noneRegex;
|
|
301
|
+
this.u18_1 = versionRegex;
|
|
302
|
+
this.v18_1 = userName;
|
|
303
|
+
this.w18_1 = userEmail;
|
|
304
|
+
this.x18_1 = warningsAsErrors;
|
|
305
305
|
}
|
|
306
306
|
protoOf(TaggerConfig).toString = function () {
|
|
307
|
-
return 'TaggerConfig(releaseBranch=' + this.
|
|
307
|
+
return 'TaggerConfig(releaseBranch=' + this.m18_1 + ', implicitPatch=' + this.n18_1 + ', disableDetached=' + this.o18_1 + ', forceSnapshot=' + this.p18_1 + ', majorRegex=' + this.q18_1 + ', minorRegex=' + this.r18_1 + ', patchRegex=' + this.s18_1 + ', noneRegex=' + this.t18_1 + ', versionRegex=' + this.u18_1 + ', userName=' + this.v18_1 + ', userEmail=' + this.w18_1 + ', warningsAsErrors=' + this.x18_1 + ')';
|
|
308
308
|
};
|
|
309
309
|
protoOf(TaggerConfig).hashCode = function () {
|
|
310
|
-
var result = this.
|
|
311
|
-
result = imul(result, 31) + (this.m18_1 == null ? 0 : getBooleanHashCode(this.m18_1)) | 0;
|
|
310
|
+
var result = this.m18_1 == null ? 0 : getStringHashCode(this.m18_1);
|
|
312
311
|
result = imul(result, 31) + (this.n18_1 == null ? 0 : getBooleanHashCode(this.n18_1)) | 0;
|
|
313
312
|
result = imul(result, 31) + (this.o18_1 == null ? 0 : getBooleanHashCode(this.o18_1)) | 0;
|
|
314
|
-
result = imul(result, 31) + (this.p18_1 == null ? 0 :
|
|
313
|
+
result = imul(result, 31) + (this.p18_1 == null ? 0 : getBooleanHashCode(this.p18_1)) | 0;
|
|
315
314
|
result = imul(result, 31) + (this.q18_1 == null ? 0 : getStringHashCode(this.q18_1)) | 0;
|
|
316
315
|
result = imul(result, 31) + (this.r18_1 == null ? 0 : getStringHashCode(this.r18_1)) | 0;
|
|
317
316
|
result = imul(result, 31) + (this.s18_1 == null ? 0 : getStringHashCode(this.s18_1)) | 0;
|
|
318
317
|
result = imul(result, 31) + (this.t18_1 == null ? 0 : getStringHashCode(this.t18_1)) | 0;
|
|
319
318
|
result = imul(result, 31) + (this.u18_1 == null ? 0 : getStringHashCode(this.u18_1)) | 0;
|
|
320
319
|
result = imul(result, 31) + (this.v18_1 == null ? 0 : getStringHashCode(this.v18_1)) | 0;
|
|
321
|
-
result = imul(result, 31) + (this.w18_1 == null ? 0 :
|
|
320
|
+
result = imul(result, 31) + (this.w18_1 == null ? 0 : getStringHashCode(this.w18_1)) | 0;
|
|
321
|
+
result = imul(result, 31) + (this.x18_1 == null ? 0 : getBooleanHashCode(this.x18_1)) | 0;
|
|
322
322
|
return result;
|
|
323
323
|
};
|
|
324
324
|
protoOf(TaggerConfig).equals = function (other) {
|
|
@@ -326,8 +326,6 @@
|
|
|
326
326
|
return true;
|
|
327
327
|
if (!(other instanceof TaggerConfig))
|
|
328
328
|
return false;
|
|
329
|
-
if (!(this.l18_1 == other.l18_1))
|
|
330
|
-
return false;
|
|
331
329
|
if (!(this.m18_1 == other.m18_1))
|
|
332
330
|
return false;
|
|
333
331
|
if (!(this.n18_1 == other.n18_1))
|
|
@@ -350,17 +348,19 @@
|
|
|
350
348
|
return false;
|
|
351
349
|
if (!(this.w18_1 == other.w18_1))
|
|
352
350
|
return false;
|
|
351
|
+
if (!(this.x18_1 == other.x18_1))
|
|
352
|
+
return false;
|
|
353
353
|
return true;
|
|
354
354
|
};
|
|
355
355
|
var properties_initialized_TaggerConfig_kt_islkm6;
|
|
356
356
|
function _init_properties_TaggerConfig_kt__fn8iyk() {
|
|
357
357
|
if (!properties_initialized_TaggerConfig_kt_islkm6) {
|
|
358
358
|
properties_initialized_TaggerConfig_kt_islkm6 = true;
|
|
359
|
-
runtimeDefaultConfig = new TaggerConfig(VOID, true, true, false, Defaults_getInstance().
|
|
359
|
+
runtimeDefaultConfig = new TaggerConfig(VOID, true, true, false, Defaults_getInstance().ho_1.tb_1, Defaults_getInstance().go_1.tb_1, Defaults_getInstance().fo_1.tb_1, Defaults_getInstance().eo_1.tb_1, VOID, VOID, VOID, false);
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
362
|
//region block: post-declaration
|
|
363
|
-
protoOf($serializer).
|
|
363
|
+
protoOf($serializer).xy = typeParametersSerializers;
|
|
364
364
|
//endregion
|
|
365
365
|
//region block: init
|
|
366
366
|
Companion_instance = new Companion();
|