git-semver-tagger 1.10.0 → 1.11.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 +217 -208
- package/kotlin/command-line-tools-tagger-cli.js.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1168 -1168
- package/kotlin/mordant-mordant.js +1097 -1097
- package/kotlin/tools-tagger-json.js +79 -59
- package/kotlin/tools-tagger-json.js.map +1 -1
- package/package.json +1 -1
|
@@ -41,10 +41,11 @@
|
|
|
41
41
|
}
|
|
42
42
|
function $serializer() {
|
|
43
43
|
$serializer_instance = this;
|
|
44
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.zegreatrob.tools.tagger.json.TaggerConfig', this,
|
|
44
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.zegreatrob.tools.tagger.json.TaggerConfig', this, 13);
|
|
45
45
|
tmp0_serialDesc.uy('releaseBranch', true);
|
|
46
46
|
tmp0_serialDesc.uy('implicitPatch', true);
|
|
47
47
|
tmp0_serialDesc.uy('disableDetached', true);
|
|
48
|
+
tmp0_serialDesc.uy('allowDetachedHead', true);
|
|
48
49
|
tmp0_serialDesc.uy('forceSnapshot', true);
|
|
49
50
|
tmp0_serialDesc.uy('majorRegex', true);
|
|
50
51
|
tmp0_serialDesc.uy('minorRegex', true);
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
tmp1_output.dt(tmp0_desc, 3, BooleanSerializer_getInstance(), value.p18_1);
|
|
73
74
|
}
|
|
74
75
|
if (tmp1_output.ht(tmp0_desc, 4) ? true : !(value.q18_1 == null)) {
|
|
75
|
-
tmp1_output.dt(tmp0_desc, 4,
|
|
76
|
+
tmp1_output.dt(tmp0_desc, 4, BooleanSerializer_getInstance(), value.q18_1);
|
|
76
77
|
}
|
|
77
78
|
if (tmp1_output.ht(tmp0_desc, 5) ? true : !(value.r18_1 == null)) {
|
|
78
79
|
tmp1_output.dt(tmp0_desc, 5, StringSerializer_getInstance(), value.r18_1);
|
|
@@ -93,7 +94,10 @@
|
|
|
93
94
|
tmp1_output.dt(tmp0_desc, 10, StringSerializer_getInstance(), value.w18_1);
|
|
94
95
|
}
|
|
95
96
|
if (tmp1_output.ht(tmp0_desc, 11) ? true : !(value.x18_1 == null)) {
|
|
96
|
-
tmp1_output.dt(tmp0_desc, 11,
|
|
97
|
+
tmp1_output.dt(tmp0_desc, 11, StringSerializer_getInstance(), value.x18_1);
|
|
98
|
+
}
|
|
99
|
+
if (tmp1_output.ht(tmp0_desc, 12) ? true : !(value.y18_1 == null)) {
|
|
100
|
+
tmp1_output.dt(tmp0_desc, 12, BooleanSerializer_getInstance(), value.y18_1);
|
|
97
101
|
}
|
|
98
102
|
tmp1_output.mr(tmp0_desc);
|
|
99
103
|
};
|
|
@@ -117,93 +121,100 @@
|
|
|
117
121
|
var tmp13_local9 = null;
|
|
118
122
|
var tmp14_local10 = null;
|
|
119
123
|
var tmp15_local11 = null;
|
|
120
|
-
var
|
|
121
|
-
|
|
122
|
-
|
|
124
|
+
var tmp16_local12 = null;
|
|
125
|
+
var tmp17_input = decoder.lr(tmp0_desc);
|
|
126
|
+
if (tmp17_input.bs()) {
|
|
127
|
+
tmp4_local0 = tmp17_input.zr(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
123
128
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
124
|
-
tmp5_local1 =
|
|
129
|
+
tmp5_local1 = tmp17_input.zr(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
125
130
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
126
|
-
tmp6_local2 =
|
|
131
|
+
tmp6_local2 = tmp17_input.zr(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
127
132
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
128
|
-
tmp7_local3 =
|
|
133
|
+
tmp7_local3 = tmp17_input.zr(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
129
134
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
130
|
-
tmp8_local4 =
|
|
135
|
+
tmp8_local4 = tmp17_input.zr(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
131
136
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
132
|
-
tmp9_local5 =
|
|
137
|
+
tmp9_local5 = tmp17_input.zr(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
|
|
133
138
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
134
|
-
tmp10_local6 =
|
|
139
|
+
tmp10_local6 = tmp17_input.zr(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
|
|
135
140
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
136
|
-
tmp11_local7 =
|
|
141
|
+
tmp11_local7 = tmp17_input.zr(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
|
|
137
142
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
138
|
-
tmp12_local8 =
|
|
143
|
+
tmp12_local8 = tmp17_input.zr(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
|
|
139
144
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
140
|
-
tmp13_local9 =
|
|
145
|
+
tmp13_local9 = tmp17_input.zr(tmp0_desc, 9, StringSerializer_getInstance(), tmp13_local9);
|
|
141
146
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
142
|
-
tmp14_local10 =
|
|
147
|
+
tmp14_local10 = tmp17_input.zr(tmp0_desc, 10, StringSerializer_getInstance(), tmp14_local10);
|
|
143
148
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
144
|
-
tmp15_local11 =
|
|
149
|
+
tmp15_local11 = tmp17_input.zr(tmp0_desc, 11, StringSerializer_getInstance(), tmp15_local11);
|
|
145
150
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
151
|
+
tmp16_local12 = tmp17_input.zr(tmp0_desc, 12, BooleanSerializer_getInstance(), tmp16_local12);
|
|
152
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
146
153
|
} else
|
|
147
154
|
while (tmp1_flag) {
|
|
148
|
-
tmp2_index =
|
|
155
|
+
tmp2_index = tmp17_input.cs(tmp0_desc);
|
|
149
156
|
switch (tmp2_index) {
|
|
150
157
|
case -1:
|
|
151
158
|
tmp1_flag = false;
|
|
152
159
|
break;
|
|
153
160
|
case 0:
|
|
154
|
-
tmp4_local0 =
|
|
161
|
+
tmp4_local0 = tmp17_input.zr(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
155
162
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
156
163
|
break;
|
|
157
164
|
case 1:
|
|
158
|
-
tmp5_local1 =
|
|
165
|
+
tmp5_local1 = tmp17_input.zr(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
159
166
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
160
167
|
break;
|
|
161
168
|
case 2:
|
|
162
|
-
tmp6_local2 =
|
|
169
|
+
tmp6_local2 = tmp17_input.zr(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
163
170
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
164
171
|
break;
|
|
165
172
|
case 3:
|
|
166
|
-
tmp7_local3 =
|
|
173
|
+
tmp7_local3 = tmp17_input.zr(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
167
174
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
168
175
|
break;
|
|
169
176
|
case 4:
|
|
170
|
-
tmp8_local4 =
|
|
177
|
+
tmp8_local4 = tmp17_input.zr(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
171
178
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
172
179
|
break;
|
|
173
180
|
case 5:
|
|
174
|
-
tmp9_local5 =
|
|
181
|
+
tmp9_local5 = tmp17_input.zr(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
|
|
175
182
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
176
183
|
break;
|
|
177
184
|
case 6:
|
|
178
|
-
tmp10_local6 =
|
|
185
|
+
tmp10_local6 = tmp17_input.zr(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
|
|
179
186
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
180
187
|
break;
|
|
181
188
|
case 7:
|
|
182
|
-
tmp11_local7 =
|
|
189
|
+
tmp11_local7 = tmp17_input.zr(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
|
|
183
190
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
184
191
|
break;
|
|
185
192
|
case 8:
|
|
186
|
-
tmp12_local8 =
|
|
193
|
+
tmp12_local8 = tmp17_input.zr(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
|
|
187
194
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
188
195
|
break;
|
|
189
196
|
case 9:
|
|
190
|
-
tmp13_local9 =
|
|
197
|
+
tmp13_local9 = tmp17_input.zr(tmp0_desc, 9, StringSerializer_getInstance(), tmp13_local9);
|
|
191
198
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
192
199
|
break;
|
|
193
200
|
case 10:
|
|
194
|
-
tmp14_local10 =
|
|
201
|
+
tmp14_local10 = tmp17_input.zr(tmp0_desc, 10, StringSerializer_getInstance(), tmp14_local10);
|
|
195
202
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
196
203
|
break;
|
|
197
204
|
case 11:
|
|
198
|
-
tmp15_local11 =
|
|
205
|
+
tmp15_local11 = tmp17_input.zr(tmp0_desc, 11, StringSerializer_getInstance(), tmp15_local11);
|
|
199
206
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
200
207
|
break;
|
|
208
|
+
case 12:
|
|
209
|
+
tmp16_local12 = tmp17_input.zr(tmp0_desc, 12, BooleanSerializer_getInstance(), tmp16_local12);
|
|
210
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
211
|
+
break;
|
|
201
212
|
default:
|
|
202
213
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
203
214
|
}
|
|
204
215
|
}
|
|
205
|
-
|
|
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);
|
|
216
|
+
tmp17_input.mr(tmp0_desc);
|
|
217
|
+
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, tmp16_local12, null);
|
|
207
218
|
};
|
|
208
219
|
protoOf($serializer).oo = function () {
|
|
209
220
|
return this.k18_1;
|
|
@@ -212,7 +223,7 @@
|
|
|
212
223
|
// Inline function 'kotlin.arrayOf' call
|
|
213
224
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
214
225
|
// Inline function 'kotlin.js.asDynamic' call
|
|
215
|
-
return [get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance())];
|
|
226
|
+
return [get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance())];
|
|
216
227
|
};
|
|
217
228
|
var $serializer_instance;
|
|
218
229
|
function $serializer_getInstance() {
|
|
@@ -220,7 +231,7 @@
|
|
|
220
231
|
new $serializer();
|
|
221
232
|
return $serializer_instance;
|
|
222
233
|
}
|
|
223
|
-
function TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, disableDetached, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, $this) {
|
|
234
|
+
function TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, disableDetached, allowDetachedHead, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, $this) {
|
|
224
235
|
if (!(0 === (0 & seen0))) {
|
|
225
236
|
throwMissingFieldException(seen0, 0, $serializer_getInstance().k18_1);
|
|
226
237
|
}
|
|
@@ -239,48 +250,53 @@
|
|
|
239
250
|
if (0 === (seen0 & 8))
|
|
240
251
|
$this.p18_1 = null;
|
|
241
252
|
else
|
|
242
|
-
$this.p18_1 =
|
|
253
|
+
$this.p18_1 = allowDetachedHead;
|
|
243
254
|
if (0 === (seen0 & 16))
|
|
244
255
|
$this.q18_1 = null;
|
|
245
256
|
else
|
|
246
|
-
$this.q18_1 =
|
|
257
|
+
$this.q18_1 = forceSnapshot;
|
|
247
258
|
if (0 === (seen0 & 32))
|
|
248
259
|
$this.r18_1 = null;
|
|
249
260
|
else
|
|
250
|
-
$this.r18_1 =
|
|
261
|
+
$this.r18_1 = majorRegex;
|
|
251
262
|
if (0 === (seen0 & 64))
|
|
252
263
|
$this.s18_1 = null;
|
|
253
264
|
else
|
|
254
|
-
$this.s18_1 =
|
|
265
|
+
$this.s18_1 = minorRegex;
|
|
255
266
|
if (0 === (seen0 & 128))
|
|
256
267
|
$this.t18_1 = null;
|
|
257
268
|
else
|
|
258
|
-
$this.t18_1 =
|
|
269
|
+
$this.t18_1 = patchRegex;
|
|
259
270
|
if (0 === (seen0 & 256))
|
|
260
271
|
$this.u18_1 = null;
|
|
261
272
|
else
|
|
262
|
-
$this.u18_1 =
|
|
273
|
+
$this.u18_1 = noneRegex;
|
|
263
274
|
if (0 === (seen0 & 512))
|
|
264
275
|
$this.v18_1 = null;
|
|
265
276
|
else
|
|
266
|
-
$this.v18_1 =
|
|
277
|
+
$this.v18_1 = versionRegex;
|
|
267
278
|
if (0 === (seen0 & 1024))
|
|
268
279
|
$this.w18_1 = null;
|
|
269
280
|
else
|
|
270
|
-
$this.w18_1 =
|
|
281
|
+
$this.w18_1 = userName;
|
|
271
282
|
if (0 === (seen0 & 2048))
|
|
272
283
|
$this.x18_1 = null;
|
|
273
284
|
else
|
|
274
|
-
$this.x18_1 =
|
|
285
|
+
$this.x18_1 = userEmail;
|
|
286
|
+
if (0 === (seen0 & 4096))
|
|
287
|
+
$this.y18_1 = null;
|
|
288
|
+
else
|
|
289
|
+
$this.y18_1 = warningsAsErrors;
|
|
275
290
|
return $this;
|
|
276
291
|
}
|
|
277
|
-
function TaggerConfig_init_$Create$(seen0, releaseBranch, implicitPatch, disableDetached, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker) {
|
|
278
|
-
return TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, disableDetached, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, objectCreate(protoOf(TaggerConfig)));
|
|
292
|
+
function TaggerConfig_init_$Create$(seen0, releaseBranch, implicitPatch, disableDetached, allowDetachedHead, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker) {
|
|
293
|
+
return TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, disableDetached, allowDetachedHead, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, objectCreate(protoOf(TaggerConfig)));
|
|
279
294
|
}
|
|
280
|
-
function TaggerConfig(releaseBranch, implicitPatch, disableDetached, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors) {
|
|
295
|
+
function TaggerConfig(releaseBranch, implicitPatch, disableDetached, allowDetachedHead, forceSnapshot, majorRegex, minorRegex, patchRegex, noneRegex, versionRegex, userName, userEmail, warningsAsErrors) {
|
|
281
296
|
releaseBranch = releaseBranch === VOID ? null : releaseBranch;
|
|
282
297
|
implicitPatch = implicitPatch === VOID ? null : implicitPatch;
|
|
283
298
|
disableDetached = disableDetached === VOID ? null : disableDetached;
|
|
299
|
+
allowDetachedHead = allowDetachedHead === VOID ? null : allowDetachedHead;
|
|
284
300
|
forceSnapshot = forceSnapshot === VOID ? null : forceSnapshot;
|
|
285
301
|
majorRegex = majorRegex === VOID ? null : majorRegex;
|
|
286
302
|
minorRegex = minorRegex === VOID ? null : minorRegex;
|
|
@@ -293,32 +309,34 @@
|
|
|
293
309
|
this.m18_1 = releaseBranch;
|
|
294
310
|
this.n18_1 = implicitPatch;
|
|
295
311
|
this.o18_1 = disableDetached;
|
|
296
|
-
this.p18_1 =
|
|
297
|
-
this.q18_1 =
|
|
298
|
-
this.r18_1 =
|
|
299
|
-
this.s18_1 =
|
|
300
|
-
this.t18_1 =
|
|
301
|
-
this.u18_1 =
|
|
302
|
-
this.v18_1 =
|
|
303
|
-
this.w18_1 =
|
|
304
|
-
this.x18_1 =
|
|
312
|
+
this.p18_1 = allowDetachedHead;
|
|
313
|
+
this.q18_1 = forceSnapshot;
|
|
314
|
+
this.r18_1 = majorRegex;
|
|
315
|
+
this.s18_1 = minorRegex;
|
|
316
|
+
this.t18_1 = patchRegex;
|
|
317
|
+
this.u18_1 = noneRegex;
|
|
318
|
+
this.v18_1 = versionRegex;
|
|
319
|
+
this.w18_1 = userName;
|
|
320
|
+
this.x18_1 = userEmail;
|
|
321
|
+
this.y18_1 = warningsAsErrors;
|
|
305
322
|
}
|
|
306
323
|
protoOf(TaggerConfig).toString = function () {
|
|
307
|
-
return 'TaggerConfig(releaseBranch=' + this.m18_1 + ', implicitPatch=' + this.n18_1 + ', disableDetached=' + this.o18_1 + ',
|
|
324
|
+
return 'TaggerConfig(releaseBranch=' + this.m18_1 + ', implicitPatch=' + this.n18_1 + ', disableDetached=' + this.o18_1 + ', allowDetachedHead=' + this.p18_1 + ', forceSnapshot=' + this.q18_1 + ', majorRegex=' + this.r18_1 + ', minorRegex=' + this.s18_1 + ', patchRegex=' + this.t18_1 + ', noneRegex=' + this.u18_1 + ', versionRegex=' + this.v18_1 + ', userName=' + this.w18_1 + ', userEmail=' + this.x18_1 + ', warningsAsErrors=' + this.y18_1 + ')';
|
|
308
325
|
};
|
|
309
326
|
protoOf(TaggerConfig).hashCode = function () {
|
|
310
327
|
var result = this.m18_1 == null ? 0 : getStringHashCode(this.m18_1);
|
|
311
328
|
result = imul(result, 31) + (this.n18_1 == null ? 0 : getBooleanHashCode(this.n18_1)) | 0;
|
|
312
329
|
result = imul(result, 31) + (this.o18_1 == null ? 0 : getBooleanHashCode(this.o18_1)) | 0;
|
|
313
330
|
result = imul(result, 31) + (this.p18_1 == null ? 0 : getBooleanHashCode(this.p18_1)) | 0;
|
|
314
|
-
result = imul(result, 31) + (this.q18_1 == null ? 0 :
|
|
331
|
+
result = imul(result, 31) + (this.q18_1 == null ? 0 : getBooleanHashCode(this.q18_1)) | 0;
|
|
315
332
|
result = imul(result, 31) + (this.r18_1 == null ? 0 : getStringHashCode(this.r18_1)) | 0;
|
|
316
333
|
result = imul(result, 31) + (this.s18_1 == null ? 0 : getStringHashCode(this.s18_1)) | 0;
|
|
317
334
|
result = imul(result, 31) + (this.t18_1 == null ? 0 : getStringHashCode(this.t18_1)) | 0;
|
|
318
335
|
result = imul(result, 31) + (this.u18_1 == null ? 0 : getStringHashCode(this.u18_1)) | 0;
|
|
319
336
|
result = imul(result, 31) + (this.v18_1 == null ? 0 : getStringHashCode(this.v18_1)) | 0;
|
|
320
337
|
result = imul(result, 31) + (this.w18_1 == null ? 0 : getStringHashCode(this.w18_1)) | 0;
|
|
321
|
-
result = imul(result, 31) + (this.x18_1 == null ? 0 :
|
|
338
|
+
result = imul(result, 31) + (this.x18_1 == null ? 0 : getStringHashCode(this.x18_1)) | 0;
|
|
339
|
+
result = imul(result, 31) + (this.y18_1 == null ? 0 : getBooleanHashCode(this.y18_1)) | 0;
|
|
322
340
|
return result;
|
|
323
341
|
};
|
|
324
342
|
protoOf(TaggerConfig).equals = function (other) {
|
|
@@ -350,13 +368,15 @@
|
|
|
350
368
|
return false;
|
|
351
369
|
if (!(this.x18_1 == other.x18_1))
|
|
352
370
|
return false;
|
|
371
|
+
if (!(this.y18_1 == other.y18_1))
|
|
372
|
+
return false;
|
|
353
373
|
return true;
|
|
354
374
|
};
|
|
355
375
|
var properties_initialized_TaggerConfig_kt_islkm6;
|
|
356
376
|
function _init_properties_TaggerConfig_kt__fn8iyk() {
|
|
357
377
|
if (!properties_initialized_TaggerConfig_kt_islkm6) {
|
|
358
378
|
properties_initialized_TaggerConfig_kt_islkm6 = true;
|
|
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);
|
|
379
|
+
runtimeDefaultConfig = new TaggerConfig(VOID, true, true, VOID, 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
380
|
}
|
|
361
381
|
}
|
|
362
382
|
//region block: post-declaration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../tools/tagger-json/src/commonMain/kotlin/com/zegreatrob/tools/tagger/json/TaggerConfig.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-runtimeDefaultConfig>","<init>","serialize","deserialize","childSerializers","releaseBranch","implicitPatch","disableDetached","forceSnapshot","majorRegex","minorRegex","patchRegex","noneRegex","versionRegex","userName","userEmail","warningsAsErrors","result","<init properties TaggerConfig.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../tools/tagger-json/src/commonMain/kotlin/com/zegreatrob/tools/tagger/json/TaggerConfig.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-runtimeDefaultConfig>","<init>","serialize","deserialize","childSerializers","releaseBranch","implicitPatch","disableDetached","allowDetachedHead","forceSnapshot","majorRegex","minorRegex","patchRegex","noneRegex","versionRegex","userName","userEmail","warningsAsErrors","result","<init properties TaggerConfig.kt>"],"mappings":"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"}
|