git-digger 1.6.0 → 1.6.2

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.
@@ -3,36 +3,36 @@
3
3
  //region block: imports
4
4
  var imul = Math.imul;
5
5
  var Default_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.a;
6
- var collectionSizeOrDefault = kotlin_kotlin.$_$.f4;
6
+ var collectionSizeOrDefault = kotlin_kotlin.$_$.g4;
7
7
  var ArrayList_init_$Create$ = kotlin_kotlin.$_$.k;
8
- var Unit_instance = kotlin_kotlin.$_$.i3;
9
- var KtList = kotlin_kotlin.$_$.p3;
8
+ var Unit_instance = kotlin_kotlin.$_$.j3;
9
+ var KtList = kotlin_kotlin.$_$.q3;
10
10
  var getKClass = kotlin_kotlin.$_$.f;
11
- var arrayOf = kotlin_kotlin.$_$.kc;
11
+ var arrayOf = kotlin_kotlin.$_$.mc;
12
12
  var createKType = kotlin_kotlin.$_$.c;
13
13
  var createInvariantKTypeProjection = kotlin_kotlin.$_$.b;
14
- var serializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.l1;
15
- var THROW_CCE = kotlin_kotlin.$_$.yb;
16
- var KSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g1;
17
- var isInterface = kotlin_kotlin.$_$.f8;
14
+ var serializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.n1;
15
+ var THROW_CCE = kotlin_kotlin.$_$.ac;
16
+ var KSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.h1;
17
+ var isInterface = kotlin_kotlin.$_$.h8;
18
18
  var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.j;
19
- var ArrayListSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.z;
20
- var protoOf = kotlin_kotlin.$_$.q8;
21
- var initMetadataForCompanion = kotlin_kotlin.$_$.s7;
22
- var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d1;
19
+ var ArrayListSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a1;
20
+ var protoOf = kotlin_kotlin.$_$.s8;
21
+ var initMetadataForCompanion = kotlin_kotlin.$_$.u7;
22
+ var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e1;
23
23
  var InstantIso8601Serializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.a;
24
24
  var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i;
25
25
  var get_nullable = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.k;
26
- var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a1;
27
- var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.b1;
28
- var initMetadataForObject = kotlin_kotlin.$_$.w7;
26
+ var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.b1;
27
+ var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c1;
28
+ var initMetadataForObject = kotlin_kotlin.$_$.y7;
29
29
  var VOID = kotlin_kotlin.$_$.g;
30
- var toString = kotlin_kotlin.$_$.t8;
31
- var toString_0 = kotlin_kotlin.$_$.vc;
32
- var getStringHashCode = kotlin_kotlin.$_$.p7;
33
- var hashCode = kotlin_kotlin.$_$.q7;
34
- var equals = kotlin_kotlin.$_$.k7;
35
- var initMetadataForClass = kotlin_kotlin.$_$.r7;
30
+ var toString = kotlin_kotlin.$_$.v8;
31
+ var toString_0 = kotlin_kotlin.$_$.xc;
32
+ var getStringHashCode = kotlin_kotlin.$_$.r7;
33
+ var hashCode = kotlin_kotlin.$_$.s7;
34
+ var equals = kotlin_kotlin.$_$.m7;
35
+ var initMetadataForClass = kotlin_kotlin.$_$.t7;
36
36
  //endregion
37
37
  //region block: pre-declaration
38
38
  initMetadataForCompanion(Companion);
@@ -44,31 +44,31 @@
44
44
  // Inline function 'kotlin.collections.map' call
45
45
  // Inline function 'kotlin.collections.mapTo' call
46
46
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
47
- var _iterator__ex2g4s = _this__u8e3s4.m();
48
- while (_iterator__ex2g4s.n()) {
49
- var item = _iterator__ex2g4s.o();
47
+ var _iterator__ex2g4s = _this__u8e3s4.p();
48
+ while (_iterator__ex2g4s.q()) {
49
+ var item = _iterator__ex2g4s.r();
50
50
  // Inline function 'com.zegreatrob.tools.digger.json.toJsonString.stub_for_inlining' call
51
51
  var tmp$ret$0 = toJsonModel(item);
52
52
  destination.e(tmp$ret$0);
53
53
  }
54
54
  // Inline function 'kotlinx.serialization.encodeToString' call
55
55
  // Inline function 'kotlinx.serialization.serializer' call
56
- var this_0 = tmp2.tm();
56
+ var this_0 = tmp2.bn();
57
57
  // Inline function 'kotlinx.serialization.internal.cast' call
58
58
  var this_1 = serializer(this_0, createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(ContributionJson), arrayOf([]), false))]), false));
59
59
  var tmp$ret$4 = isInterface(this_1, KSerializer) ? this_1 : THROW_CCE();
60
- return tmp2.q1b(tmp$ret$4, destination);
60
+ return tmp2.j1d(tmp$ret$4, destination);
61
61
  }
62
62
  function toJsonString_0(_this__u8e3s4) {
63
63
  var tmp0 = Default_getInstance();
64
64
  // Inline function 'kotlinx.serialization.encodeToString' call
65
65
  var value = toJsonModel(_this__u8e3s4);
66
66
  // Inline function 'kotlinx.serialization.serializer' call
67
- var this_0 = tmp0.tm();
67
+ var this_0 = tmp0.bn();
68
68
  // Inline function 'kotlinx.serialization.internal.cast' call
69
69
  var this_1 = serializer(this_0, createKType(getKClass(ContributionJson), arrayOf([]), false));
70
70
  var tmp$ret$1 = isInterface(this_1, KSerializer) ? this_1 : THROW_CCE();
71
- return tmp0.q1b(tmp$ret$1, value);
71
+ return tmp0.j1d(tmp$ret$1, value);
72
72
  }
73
73
  function Companion() {
74
74
  Companion_instance = this;
@@ -76,7 +76,7 @@
76
76
  // Inline function 'kotlin.arrayOf' call
77
77
  // Inline function 'kotlin.js.unsafeCast' call
78
78
  // Inline function 'kotlin.js.asDynamic' call
79
- tmp.j1e_1 = [null, null, new ArrayListSerializer(StringSerializer_getInstance()), null, null, null, null, null, null, null, null, null];
79
+ tmp.c1g_1 = [null, null, new ArrayListSerializer(StringSerializer_getInstance()), null, null, null, null, null, null, null, null, null];
80
80
  }
81
81
  var Companion_instance;
82
82
  function Companion_getInstance() {
@@ -87,62 +87,62 @@
87
87
  function $serializer() {
88
88
  $serializer_instance = this;
89
89
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.zegreatrob.tools.digger.json.ContributionJson', this, 12);
90
- tmp0_serialDesc.cq('lastCommit', false);
91
- tmp0_serialDesc.cq('firstCommit', false);
92
- tmp0_serialDesc.cq('authors', false);
93
- tmp0_serialDesc.cq('dateTime', true);
94
- tmp0_serialDesc.cq('firstCommitDateTime', true);
95
- tmp0_serialDesc.cq('commitCount', false);
96
- tmp0_serialDesc.cq('ease', true);
97
- tmp0_serialDesc.cq('storyId', true);
98
- tmp0_serialDesc.cq('semver', true);
99
- tmp0_serialDesc.cq('label', true);
100
- tmp0_serialDesc.cq('tagName', true);
101
- tmp0_serialDesc.cq('tagDateTime', true);
102
- this.k1e_1 = tmp0_serialDesc;
90
+ tmp0_serialDesc.kq('lastCommit', false);
91
+ tmp0_serialDesc.kq('firstCommit', false);
92
+ tmp0_serialDesc.kq('authors', false);
93
+ tmp0_serialDesc.kq('dateTime', true);
94
+ tmp0_serialDesc.kq('firstCommitDateTime', true);
95
+ tmp0_serialDesc.kq('commitCount', false);
96
+ tmp0_serialDesc.kq('ease', true);
97
+ tmp0_serialDesc.kq('storyId', true);
98
+ tmp0_serialDesc.kq('semver', true);
99
+ tmp0_serialDesc.kq('label', true);
100
+ tmp0_serialDesc.kq('tagName', true);
101
+ tmp0_serialDesc.kq('tagDateTime', true);
102
+ this.d1g_1 = tmp0_serialDesc;
103
103
  }
104
- protoOf($serializer).l1e = function (encoder, value) {
105
- var tmp0_desc = this.k1e_1;
106
- var tmp1_output = encoder.ql(tmp0_desc);
107
- var tmp2_cached = Companion_getInstance().j1e_1;
108
- tmp1_output.nm(tmp0_desc, 0, value.m1e_1);
109
- tmp1_output.nm(tmp0_desc, 1, value.n1e_1);
110
- tmp1_output.pm(tmp0_desc, 2, tmp2_cached[2], value.o1e_1);
111
- if (tmp1_output.wm(tmp0_desc, 3) ? true : !(value.p1e_1 == null)) {
112
- tmp1_output.rm(tmp0_desc, 3, InstantIso8601Serializer_getInstance(), value.p1e_1);
104
+ protoOf($serializer).e1g = function (encoder, value) {
105
+ var tmp0_desc = this.d1g_1;
106
+ var tmp1_output = encoder.yl(tmp0_desc);
107
+ var tmp2_cached = Companion_getInstance().c1g_1;
108
+ tmp1_output.vm(tmp0_desc, 0, value.f1g_1);
109
+ tmp1_output.vm(tmp0_desc, 1, value.g1g_1);
110
+ tmp1_output.xm(tmp0_desc, 2, tmp2_cached[2], value.h1g_1);
111
+ if (tmp1_output.en(tmp0_desc, 3) ? true : !(value.i1g_1 == null)) {
112
+ tmp1_output.zm(tmp0_desc, 3, InstantIso8601Serializer_getInstance(), value.i1g_1);
113
113
  }
114
- if (tmp1_output.wm(tmp0_desc, 4) ? true : !(value.q1e_1 == null)) {
115
- tmp1_output.rm(tmp0_desc, 4, InstantIso8601Serializer_getInstance(), value.q1e_1);
114
+ if (tmp1_output.en(tmp0_desc, 4) ? true : !(value.j1g_1 == null)) {
115
+ tmp1_output.zm(tmp0_desc, 4, InstantIso8601Serializer_getInstance(), value.j1g_1);
116
116
  }
117
- tmp1_output.im(tmp0_desc, 5, value.r1e_1);
118
- if (tmp1_output.wm(tmp0_desc, 6) ? true : !(value.s1e_1 == null)) {
119
- tmp1_output.rm(tmp0_desc, 6, IntSerializer_getInstance(), value.s1e_1);
117
+ tmp1_output.qm(tmp0_desc, 5, value.k1g_1);
118
+ if (tmp1_output.en(tmp0_desc, 6) ? true : !(value.l1g_1 == null)) {
119
+ tmp1_output.zm(tmp0_desc, 6, IntSerializer_getInstance(), value.l1g_1);
120
120
  }
121
- if (tmp1_output.wm(tmp0_desc, 7) ? true : !(value.t1e_1 == null)) {
122
- tmp1_output.rm(tmp0_desc, 7, StringSerializer_getInstance(), value.t1e_1);
121
+ if (tmp1_output.en(tmp0_desc, 7) ? true : !(value.m1g_1 == null)) {
122
+ tmp1_output.zm(tmp0_desc, 7, StringSerializer_getInstance(), value.m1g_1);
123
123
  }
124
- if (tmp1_output.wm(tmp0_desc, 8) ? true : !(value.u1e_1 == null)) {
125
- tmp1_output.rm(tmp0_desc, 8, StringSerializer_getInstance(), value.u1e_1);
124
+ if (tmp1_output.en(tmp0_desc, 8) ? true : !(value.n1g_1 == null)) {
125
+ tmp1_output.zm(tmp0_desc, 8, StringSerializer_getInstance(), value.n1g_1);
126
126
  }
127
- if (tmp1_output.wm(tmp0_desc, 9) ? true : !(value.v1e_1 == null)) {
128
- tmp1_output.rm(tmp0_desc, 9, StringSerializer_getInstance(), value.v1e_1);
127
+ if (tmp1_output.en(tmp0_desc, 9) ? true : !(value.o1g_1 == null)) {
128
+ tmp1_output.zm(tmp0_desc, 9, StringSerializer_getInstance(), value.o1g_1);
129
129
  }
130
- if (tmp1_output.wm(tmp0_desc, 10) ? true : !(value.w1e_1 == null)) {
131
- tmp1_output.rm(tmp0_desc, 10, StringSerializer_getInstance(), value.w1e_1);
130
+ if (tmp1_output.en(tmp0_desc, 10) ? true : !(value.p1g_1 == null)) {
131
+ tmp1_output.zm(tmp0_desc, 10, StringSerializer_getInstance(), value.p1g_1);
132
132
  }
133
- if (tmp1_output.wm(tmp0_desc, 11) ? true : !(value.x1e_1 == null)) {
134
- tmp1_output.rm(tmp0_desc, 11, InstantIso8601Serializer_getInstance(), value.x1e_1);
133
+ if (tmp1_output.en(tmp0_desc, 11) ? true : !(value.q1g_1 == null)) {
134
+ tmp1_output.zm(tmp0_desc, 11, InstantIso8601Serializer_getInstance(), value.q1g_1);
135
135
  }
136
- tmp1_output.rl(tmp0_desc);
136
+ tmp1_output.zl(tmp0_desc);
137
137
  };
138
138
  protoOf($serializer).pj = function (encoder, value) {
139
- return this.l1e(encoder, value instanceof ContributionJson ? value : THROW_CCE());
139
+ return this.e1g(encoder, value instanceof ContributionJson ? value : THROW_CCE());
140
140
  };
141
141
  protoOf($serializer).oj = function () {
142
- return this.k1e_1;
142
+ return this.d1g_1;
143
143
  };
144
- protoOf($serializer).eq = function () {
145
- var tmp0_cached = Companion_getInstance().j1e_1;
144
+ protoOf($serializer).mq = function () {
145
+ var tmp0_cached = Companion_getInstance().c1g_1;
146
146
  // Inline function 'kotlin.arrayOf' call
147
147
  // Inline function 'kotlin.js.unsafeCast' call
148
148
  // Inline function 'kotlin.js.asDynamic' call
@@ -164,35 +164,35 @@
164
164
  label = label === VOID ? null : label;
165
165
  tagName = tagName === VOID ? null : tagName;
166
166
  tagDateTime = tagDateTime === VOID ? null : tagDateTime;
167
- this.m1e_1 = lastCommit;
168
- this.n1e_1 = firstCommit;
169
- this.o1e_1 = authors;
170
- this.p1e_1 = dateTime;
171
- this.q1e_1 = firstCommitDateTime;
172
- this.r1e_1 = commitCount;
173
- this.s1e_1 = ease;
174
- this.t1e_1 = storyId;
175
- this.u1e_1 = semver;
176
- this.v1e_1 = label;
177
- this.w1e_1 = tagName;
178
- this.x1e_1 = tagDateTime;
167
+ this.f1g_1 = lastCommit;
168
+ this.g1g_1 = firstCommit;
169
+ this.h1g_1 = authors;
170
+ this.i1g_1 = dateTime;
171
+ this.j1g_1 = firstCommitDateTime;
172
+ this.k1g_1 = commitCount;
173
+ this.l1g_1 = ease;
174
+ this.m1g_1 = storyId;
175
+ this.n1g_1 = semver;
176
+ this.o1g_1 = label;
177
+ this.p1g_1 = tagName;
178
+ this.q1g_1 = tagDateTime;
179
179
  }
180
180
  protoOf(ContributionJson).toString = function () {
181
- return 'ContributionJson(lastCommit=' + this.m1e_1 + ', firstCommit=' + this.n1e_1 + ', authors=' + toString(this.o1e_1) + ', dateTime=' + toString_0(this.p1e_1) + ', firstCommitDateTime=' + toString_0(this.q1e_1) + ', commitCount=' + this.r1e_1 + ', ease=' + this.s1e_1 + ', storyId=' + this.t1e_1 + ', semver=' + this.u1e_1 + ', label=' + this.v1e_1 + ', tagName=' + this.w1e_1 + ', tagDateTime=' + toString_0(this.x1e_1) + ')';
181
+ return 'ContributionJson(lastCommit=' + this.f1g_1 + ', firstCommit=' + this.g1g_1 + ', authors=' + toString(this.h1g_1) + ', dateTime=' + toString_0(this.i1g_1) + ', firstCommitDateTime=' + toString_0(this.j1g_1) + ', commitCount=' + this.k1g_1 + ', ease=' + this.l1g_1 + ', storyId=' + this.m1g_1 + ', semver=' + this.n1g_1 + ', label=' + this.o1g_1 + ', tagName=' + this.p1g_1 + ', tagDateTime=' + toString_0(this.q1g_1) + ')';
182
182
  };
183
183
  protoOf(ContributionJson).hashCode = function () {
184
- var result = getStringHashCode(this.m1e_1);
185
- result = imul(result, 31) + getStringHashCode(this.n1e_1) | 0;
186
- result = imul(result, 31) + hashCode(this.o1e_1) | 0;
187
- result = imul(result, 31) + (this.p1e_1 == null ? 0 : this.p1e_1.hashCode()) | 0;
188
- result = imul(result, 31) + (this.q1e_1 == null ? 0 : this.q1e_1.hashCode()) | 0;
189
- result = imul(result, 31) + this.r1e_1 | 0;
190
- result = imul(result, 31) + (this.s1e_1 == null ? 0 : this.s1e_1) | 0;
191
- result = imul(result, 31) + (this.t1e_1 == null ? 0 : getStringHashCode(this.t1e_1)) | 0;
192
- result = imul(result, 31) + (this.u1e_1 == null ? 0 : getStringHashCode(this.u1e_1)) | 0;
193
- result = imul(result, 31) + (this.v1e_1 == null ? 0 : getStringHashCode(this.v1e_1)) | 0;
194
- result = imul(result, 31) + (this.w1e_1 == null ? 0 : getStringHashCode(this.w1e_1)) | 0;
195
- result = imul(result, 31) + (this.x1e_1 == null ? 0 : this.x1e_1.hashCode()) | 0;
184
+ var result = getStringHashCode(this.f1g_1);
185
+ result = imul(result, 31) + getStringHashCode(this.g1g_1) | 0;
186
+ result = imul(result, 31) + hashCode(this.h1g_1) | 0;
187
+ result = imul(result, 31) + (this.i1g_1 == null ? 0 : this.i1g_1.hashCode()) | 0;
188
+ result = imul(result, 31) + (this.j1g_1 == null ? 0 : this.j1g_1.hashCode()) | 0;
189
+ result = imul(result, 31) + this.k1g_1 | 0;
190
+ result = imul(result, 31) + (this.l1g_1 == null ? 0 : this.l1g_1) | 0;
191
+ result = imul(result, 31) + (this.m1g_1 == null ? 0 : getStringHashCode(this.m1g_1)) | 0;
192
+ result = imul(result, 31) + (this.n1g_1 == null ? 0 : getStringHashCode(this.n1g_1)) | 0;
193
+ result = imul(result, 31) + (this.o1g_1 == null ? 0 : getStringHashCode(this.o1g_1)) | 0;
194
+ result = imul(result, 31) + (this.p1g_1 == null ? 0 : getStringHashCode(this.p1g_1)) | 0;
195
+ result = imul(result, 31) + (this.q1g_1 == null ? 0 : this.q1g_1.hashCode()) | 0;
196
196
  return result;
197
197
  };
198
198
  protoOf(ContributionJson).equals = function (other) {
@@ -201,49 +201,49 @@
201
201
  if (!(other instanceof ContributionJson))
202
202
  return false;
203
203
  var tmp0_other_with_cast = other instanceof ContributionJson ? other : THROW_CCE();
204
- if (!(this.m1e_1 === tmp0_other_with_cast.m1e_1))
204
+ if (!(this.f1g_1 === tmp0_other_with_cast.f1g_1))
205
205
  return false;
206
- if (!(this.n1e_1 === tmp0_other_with_cast.n1e_1))
206
+ if (!(this.g1g_1 === tmp0_other_with_cast.g1g_1))
207
207
  return false;
208
- if (!equals(this.o1e_1, tmp0_other_with_cast.o1e_1))
208
+ if (!equals(this.h1g_1, tmp0_other_with_cast.h1g_1))
209
209
  return false;
210
- if (!equals(this.p1e_1, tmp0_other_with_cast.p1e_1))
210
+ if (!equals(this.i1g_1, tmp0_other_with_cast.i1g_1))
211
211
  return false;
212
- if (!equals(this.q1e_1, tmp0_other_with_cast.q1e_1))
212
+ if (!equals(this.j1g_1, tmp0_other_with_cast.j1g_1))
213
213
  return false;
214
- if (!(this.r1e_1 === tmp0_other_with_cast.r1e_1))
214
+ if (!(this.k1g_1 === tmp0_other_with_cast.k1g_1))
215
215
  return false;
216
- if (!(this.s1e_1 == tmp0_other_with_cast.s1e_1))
216
+ if (!(this.l1g_1 == tmp0_other_with_cast.l1g_1))
217
217
  return false;
218
- if (!(this.t1e_1 == tmp0_other_with_cast.t1e_1))
218
+ if (!(this.m1g_1 == tmp0_other_with_cast.m1g_1))
219
219
  return false;
220
- if (!(this.u1e_1 == tmp0_other_with_cast.u1e_1))
220
+ if (!(this.n1g_1 == tmp0_other_with_cast.n1g_1))
221
221
  return false;
222
- if (!(this.v1e_1 == tmp0_other_with_cast.v1e_1))
222
+ if (!(this.o1g_1 == tmp0_other_with_cast.o1g_1))
223
223
  return false;
224
- if (!(this.w1e_1 == tmp0_other_with_cast.w1e_1))
224
+ if (!(this.p1g_1 == tmp0_other_with_cast.p1g_1))
225
225
  return false;
226
- if (!equals(this.x1e_1, tmp0_other_with_cast.x1e_1))
226
+ if (!equals(this.q1g_1, tmp0_other_with_cast.q1g_1))
227
227
  return false;
228
228
  return true;
229
229
  };
230
230
  function toJsonModel(_this__u8e3s4) {
231
- var tmp0_lastCommit = _this__u8e3s4.f19_1;
232
- var tmp1_firstCommit = _this__u8e3s4.g19_1;
233
- var tmp2_authors = _this__u8e3s4.h19_1;
234
- var tmp3_dateTime = _this__u8e3s4.j19_1;
235
- var tmp4_firstCommitDateTime = _this__u8e3s4.k19_1;
236
- var tmp5_ease = _this__u8e3s4.l19_1;
237
- var tmp6_storyId = _this__u8e3s4.m19_1;
238
- var tmp7_semver = _this__u8e3s4.n19_1;
239
- var tmp8_label = _this__u8e3s4.o19_1;
240
- var tmp9_tagName = _this__u8e3s4.p19_1;
241
- var tmp10_tagDateTime = _this__u8e3s4.q19_1;
242
- var tmp11_commitCount = _this__u8e3s4.i19_1;
231
+ var tmp0_lastCommit = _this__u8e3s4.y1a_1;
232
+ var tmp1_firstCommit = _this__u8e3s4.z1a_1;
233
+ var tmp2_authors = _this__u8e3s4.a1b_1;
234
+ var tmp3_dateTime = _this__u8e3s4.c1b_1;
235
+ var tmp4_firstCommitDateTime = _this__u8e3s4.d1b_1;
236
+ var tmp5_ease = _this__u8e3s4.e1b_1;
237
+ var tmp6_storyId = _this__u8e3s4.f1b_1;
238
+ var tmp7_semver = _this__u8e3s4.g1b_1;
239
+ var tmp8_label = _this__u8e3s4.h1b_1;
240
+ var tmp9_tagName = _this__u8e3s4.i1b_1;
241
+ var tmp10_tagDateTime = _this__u8e3s4.j1b_1;
242
+ var tmp11_commitCount = _this__u8e3s4.b1b_1;
243
243
  return new ContributionJson(tmp0_lastCommit, tmp1_firstCommit, tmp2_authors, tmp3_dateTime, tmp4_firstCommitDateTime, tmp11_commitCount, tmp5_ease, tmp6_storyId, tmp7_semver, tmp8_label, tmp9_tagName, tmp10_tagDateTime);
244
244
  }
245
245
  //region block: post-declaration
246
- protoOf($serializer).fq = typeParametersSerializers;
246
+ protoOf($serializer).nq = typeParametersSerializers;
247
247
  //endregion
248
248
  //region block: exports
249
249
  _.$_$ = _.$_$ || {};
@@ -2,67 +2,67 @@
2
2
  'use strict';
3
3
  //region block: imports
4
4
  var imul = Math.imul;
5
- var protoOf = kotlin_kotlin.$_$.q8;
5
+ var protoOf = kotlin_kotlin.$_$.s8;
6
6
  var VOID = kotlin_kotlin.$_$.g;
7
- var toString = kotlin_kotlin.$_$.t8;
8
- var toString_0 = kotlin_kotlin.$_$.vc;
9
- var getStringHashCode = kotlin_kotlin.$_$.p7;
10
- var hashCode = kotlin_kotlin.$_$.q7;
11
- var THROW_CCE = kotlin_kotlin.$_$.yb;
12
- var equals = kotlin_kotlin.$_$.k7;
13
- var initMetadataForClass = kotlin_kotlin.$_$.r7;
7
+ var toString = kotlin_kotlin.$_$.v8;
8
+ var toString_0 = kotlin_kotlin.$_$.xc;
9
+ var getStringHashCode = kotlin_kotlin.$_$.r7;
10
+ var hashCode = kotlin_kotlin.$_$.s7;
11
+ var THROW_CCE = kotlin_kotlin.$_$.ac;
12
+ var equals = kotlin_kotlin.$_$.m7;
13
+ var initMetadataForClass = kotlin_kotlin.$_$.t7;
14
14
  //endregion
15
15
  //region block: pre-declaration
16
16
  initMetadataForClass(Contribution, 'Contribution');
17
17
  //endregion
18
18
  function Contribution(lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime) {
19
- this.f19_1 = lastCommit;
20
- this.g19_1 = firstCommit;
21
- this.h19_1 = authors;
22
- this.i19_1 = commitCount;
23
- this.j19_1 = dateTime;
24
- this.k19_1 = firstCommitDateTime;
25
- this.l19_1 = ease;
26
- this.m19_1 = storyId;
27
- this.n19_1 = semver;
28
- this.o19_1 = label;
29
- this.p19_1 = tagName;
30
- this.q19_1 = tagDateTime;
19
+ this.y1a_1 = lastCommit;
20
+ this.z1a_1 = firstCommit;
21
+ this.a1b_1 = authors;
22
+ this.b1b_1 = commitCount;
23
+ this.c1b_1 = dateTime;
24
+ this.d1b_1 = firstCommitDateTime;
25
+ this.e1b_1 = ease;
26
+ this.f1b_1 = storyId;
27
+ this.g1b_1 = semver;
28
+ this.h1b_1 = label;
29
+ this.i1b_1 = tagName;
30
+ this.j1b_1 = tagDateTime;
31
31
  }
32
- protoOf(Contribution).r19 = function (lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime) {
32
+ protoOf(Contribution).k1b = function (lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime) {
33
33
  return new Contribution(lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime);
34
34
  };
35
- protoOf(Contribution).s19 = function (lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime, $super) {
36
- lastCommit = lastCommit === VOID ? this.f19_1 : lastCommit;
37
- firstCommit = firstCommit === VOID ? this.g19_1 : firstCommit;
38
- authors = authors === VOID ? this.h19_1 : authors;
39
- commitCount = commitCount === VOID ? this.i19_1 : commitCount;
40
- dateTime = dateTime === VOID ? this.j19_1 : dateTime;
41
- firstCommitDateTime = firstCommitDateTime === VOID ? this.k19_1 : firstCommitDateTime;
42
- ease = ease === VOID ? this.l19_1 : ease;
43
- storyId = storyId === VOID ? this.m19_1 : storyId;
44
- semver = semver === VOID ? this.n19_1 : semver;
45
- label = label === VOID ? this.o19_1 : label;
46
- tagName = tagName === VOID ? this.p19_1 : tagName;
47
- tagDateTime = tagDateTime === VOID ? this.q19_1 : tagDateTime;
48
- return $super === VOID ? this.r19(lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime) : $super.r19.call(this, lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime);
35
+ protoOf(Contribution).l1b = function (lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime, $super) {
36
+ lastCommit = lastCommit === VOID ? this.y1a_1 : lastCommit;
37
+ firstCommit = firstCommit === VOID ? this.z1a_1 : firstCommit;
38
+ authors = authors === VOID ? this.a1b_1 : authors;
39
+ commitCount = commitCount === VOID ? this.b1b_1 : commitCount;
40
+ dateTime = dateTime === VOID ? this.c1b_1 : dateTime;
41
+ firstCommitDateTime = firstCommitDateTime === VOID ? this.d1b_1 : firstCommitDateTime;
42
+ ease = ease === VOID ? this.e1b_1 : ease;
43
+ storyId = storyId === VOID ? this.f1b_1 : storyId;
44
+ semver = semver === VOID ? this.g1b_1 : semver;
45
+ label = label === VOID ? this.h1b_1 : label;
46
+ tagName = tagName === VOID ? this.i1b_1 : tagName;
47
+ tagDateTime = tagDateTime === VOID ? this.j1b_1 : tagDateTime;
48
+ return $super === VOID ? this.k1b(lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime) : $super.k1b.call(this, lastCommit, firstCommit, authors, commitCount, dateTime, firstCommitDateTime, ease, storyId, semver, label, tagName, tagDateTime);
49
49
  };
50
50
  protoOf(Contribution).toString = function () {
51
- return 'Contribution(lastCommit=' + this.f19_1 + ', firstCommit=' + this.g19_1 + ', authors=' + toString(this.h19_1) + ', commitCount=' + this.i19_1 + ', dateTime=' + toString_0(this.j19_1) + ', firstCommitDateTime=' + toString_0(this.k19_1) + ', ease=' + this.l19_1 + ', storyId=' + this.m19_1 + ', semver=' + this.n19_1 + ', label=' + this.o19_1 + ', tagName=' + this.p19_1 + ', tagDateTime=' + toString_0(this.q19_1) + ')';
51
+ return 'Contribution(lastCommit=' + this.y1a_1 + ', firstCommit=' + this.z1a_1 + ', authors=' + toString(this.a1b_1) + ', commitCount=' + this.b1b_1 + ', dateTime=' + toString_0(this.c1b_1) + ', firstCommitDateTime=' + toString_0(this.d1b_1) + ', ease=' + this.e1b_1 + ', storyId=' + this.f1b_1 + ', semver=' + this.g1b_1 + ', label=' + this.h1b_1 + ', tagName=' + this.i1b_1 + ', tagDateTime=' + toString_0(this.j1b_1) + ')';
52
52
  };
53
53
  protoOf(Contribution).hashCode = function () {
54
- var result = getStringHashCode(this.f19_1);
55
- result = imul(result, 31) + getStringHashCode(this.g19_1) | 0;
56
- result = imul(result, 31) + hashCode(this.h19_1) | 0;
57
- result = imul(result, 31) + this.i19_1 | 0;
58
- result = imul(result, 31) + (this.j19_1 == null ? 0 : this.j19_1.hashCode()) | 0;
59
- result = imul(result, 31) + (this.k19_1 == null ? 0 : this.k19_1.hashCode()) | 0;
60
- result = imul(result, 31) + (this.l19_1 == null ? 0 : this.l19_1) | 0;
61
- result = imul(result, 31) + (this.m19_1 == null ? 0 : getStringHashCode(this.m19_1)) | 0;
62
- result = imul(result, 31) + (this.n19_1 == null ? 0 : getStringHashCode(this.n19_1)) | 0;
63
- result = imul(result, 31) + (this.o19_1 == null ? 0 : getStringHashCode(this.o19_1)) | 0;
64
- result = imul(result, 31) + (this.p19_1 == null ? 0 : getStringHashCode(this.p19_1)) | 0;
65
- result = imul(result, 31) + (this.q19_1 == null ? 0 : this.q19_1.hashCode()) | 0;
54
+ var result = getStringHashCode(this.y1a_1);
55
+ result = imul(result, 31) + getStringHashCode(this.z1a_1) | 0;
56
+ result = imul(result, 31) + hashCode(this.a1b_1) | 0;
57
+ result = imul(result, 31) + this.b1b_1 | 0;
58
+ result = imul(result, 31) + (this.c1b_1 == null ? 0 : this.c1b_1.hashCode()) | 0;
59
+ result = imul(result, 31) + (this.d1b_1 == null ? 0 : this.d1b_1.hashCode()) | 0;
60
+ result = imul(result, 31) + (this.e1b_1 == null ? 0 : this.e1b_1) | 0;
61
+ result = imul(result, 31) + (this.f1b_1 == null ? 0 : getStringHashCode(this.f1b_1)) | 0;
62
+ result = imul(result, 31) + (this.g1b_1 == null ? 0 : getStringHashCode(this.g1b_1)) | 0;
63
+ result = imul(result, 31) + (this.h1b_1 == null ? 0 : getStringHashCode(this.h1b_1)) | 0;
64
+ result = imul(result, 31) + (this.i1b_1 == null ? 0 : getStringHashCode(this.i1b_1)) | 0;
65
+ result = imul(result, 31) + (this.j1b_1 == null ? 0 : this.j1b_1.hashCode()) | 0;
66
66
  return result;
67
67
  };
68
68
  protoOf(Contribution).equals = function (other) {
@@ -71,29 +71,29 @@
71
71
  if (!(other instanceof Contribution))
72
72
  return false;
73
73
  var tmp0_other_with_cast = other instanceof Contribution ? other : THROW_CCE();
74
- if (!(this.f19_1 === tmp0_other_with_cast.f19_1))
74
+ if (!(this.y1a_1 === tmp0_other_with_cast.y1a_1))
75
75
  return false;
76
- if (!(this.g19_1 === tmp0_other_with_cast.g19_1))
76
+ if (!(this.z1a_1 === tmp0_other_with_cast.z1a_1))
77
77
  return false;
78
- if (!equals(this.h19_1, tmp0_other_with_cast.h19_1))
78
+ if (!equals(this.a1b_1, tmp0_other_with_cast.a1b_1))
79
79
  return false;
80
- if (!(this.i19_1 === tmp0_other_with_cast.i19_1))
80
+ if (!(this.b1b_1 === tmp0_other_with_cast.b1b_1))
81
81
  return false;
82
- if (!equals(this.j19_1, tmp0_other_with_cast.j19_1))
82
+ if (!equals(this.c1b_1, tmp0_other_with_cast.c1b_1))
83
83
  return false;
84
- if (!equals(this.k19_1, tmp0_other_with_cast.k19_1))
84
+ if (!equals(this.d1b_1, tmp0_other_with_cast.d1b_1))
85
85
  return false;
86
- if (!(this.l19_1 == tmp0_other_with_cast.l19_1))
86
+ if (!(this.e1b_1 == tmp0_other_with_cast.e1b_1))
87
87
  return false;
88
- if (!(this.m19_1 == tmp0_other_with_cast.m19_1))
88
+ if (!(this.f1b_1 == tmp0_other_with_cast.f1b_1))
89
89
  return false;
90
- if (!(this.n19_1 == tmp0_other_with_cast.n19_1))
90
+ if (!(this.g1b_1 == tmp0_other_with_cast.g1b_1))
91
91
  return false;
92
- if (!(this.o19_1 == tmp0_other_with_cast.o19_1))
92
+ if (!(this.h1b_1 == tmp0_other_with_cast.h1b_1))
93
93
  return false;
94
- if (!(this.p19_1 == tmp0_other_with_cast.p19_1))
94
+ if (!(this.i1b_1 == tmp0_other_with_cast.i1b_1))
95
95
  return false;
96
- if (!equals(this.q19_1, tmp0_other_with_cast.q19_1))
96
+ if (!equals(this.j1b_1, tmp0_other_with_cast.j1b_1))
97
97
  return false;
98
98
  return true;
99
99
  };