git-semver-tagger 1.4.29 → 1.4.30
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/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/kotlin/clikt-clikt-mordant.js +67 -67
- package/kotlin/clikt-clikt.js +879 -882
- package/kotlin/clikt-clikt.js.map +1 -1
- package/kotlin/colormath-root-colormath.js +393 -393
- package/kotlin/kotlin-kotlin-stdlib.js +9 -9
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +916 -916
- package/kotlin/mordant-mordant.js +1090 -1090
- package/kotlin/tools-tagger-cli.js +117 -117
- package/kotlin/tools-tagger-cli.js.map +1 -1
- package/package.json +1 -1
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
function addFormatStructureForTime(structure) {
|
|
279
279
|
this.x16(structure);
|
|
280
280
|
}
|
|
281
|
-
setMetadataFor(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', interfaceMeta, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
281
|
+
setMetadataFor(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', interfaceMeta, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
282
282
|
function offsetHours$default(padding, $super) {
|
|
283
283
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
284
284
|
var tmp;
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
return tmp;
|
|
332
332
|
}
|
|
333
333
|
setMetadataFor(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', interfaceMeta, VOID, [WithUtcOffset]);
|
|
334
|
-
setMetadataFor(Builder, 'Builder', classMeta, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate,
|
|
334
|
+
setMetadataFor(Builder, 'Builder', classMeta, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset, WithTime]);
|
|
335
335
|
setMetadataFor(AbstractDateTimeFormat, 'AbstractDateTimeFormat', classMeta);
|
|
336
336
|
setMetadataFor(DateTimeComponentsFormat, 'DateTimeComponentsFormat', classMeta, AbstractDateTimeFormat);
|
|
337
337
|
setMetadataFor(TwoDigitNumber, 'TwoDigitNumber', classMeta);
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
return new MordantHelpFormatter(it);
|
|
70
70
|
}
|
|
71
71
|
function installMordant$lambda$lambda_0(it) {
|
|
72
|
-
return MultiplatformSystem_instance.
|
|
72
|
+
return MultiplatformSystem_instance.i2a(it);
|
|
73
73
|
}
|
|
74
74
|
function installMordant$lambda$lambda_1(it) {
|
|
75
|
-
var tmp0_elvis_lhs = MultiplatformSystem_instance.
|
|
75
|
+
var tmp0_elvis_lhs = MultiplatformSystem_instance.k2a(it);
|
|
76
76
|
var tmp;
|
|
77
77
|
if (tmp0_elvis_lhs == null) {
|
|
78
78
|
throw new FileNotFound(it);
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
return tmp;
|
|
83
83
|
}
|
|
84
84
|
function installMordant$lambda$lambda_2(it) {
|
|
85
|
-
MultiplatformSystem_instance.
|
|
85
|
+
MultiplatformSystem_instance.j2a(it);
|
|
86
86
|
return Unit_instance;
|
|
87
87
|
}
|
|
88
88
|
function installMordant$lambda$lambda_3(context, message, trailingNewline, err) {
|
|
89
89
|
if (trailingNewline) {
|
|
90
|
-
get_terminal(context).
|
|
90
|
+
get_terminal(context).i2k(message, VOID, VOID, VOID, VOID, err);
|
|
91
91
|
} else {
|
|
92
|
-
get_terminal(context).
|
|
92
|
+
get_terminal(context).g2k(message, VOID, VOID, VOID, VOID, err);
|
|
93
93
|
}
|
|
94
94
|
return Unit_instance;
|
|
95
95
|
}
|
|
@@ -120,53 +120,53 @@
|
|
|
120
120
|
}
|
|
121
121
|
function MordantHelpFormatter$formatHelp$lambda(this$0, $error, $prolog, $epilog, $parameters, $programName) {
|
|
122
122
|
return function ($this$verticalLayout) {
|
|
123
|
-
$this$verticalLayout.
|
|
124
|
-
$this$verticalLayout.
|
|
123
|
+
$this$verticalLayout.y2g(1);
|
|
124
|
+
$this$verticalLayout.v2g(this$0.r1u($error, $prolog, $epilog, $parameters, $programName));
|
|
125
125
|
return Unit_instance;
|
|
126
126
|
};
|
|
127
127
|
}
|
|
128
128
|
function MordantHelpFormatter$renderUsage$lambda($prog, $usageParts) {
|
|
129
129
|
return function ($this$definitionList) {
|
|
130
|
-
$this$definitionList.
|
|
131
|
-
$this$definitionList.
|
|
132
|
-
$this$definitionList.
|
|
130
|
+
$this$definitionList.s2k($prog, Text_init_$Create$($usageParts, Whitespace_NORMAL_getInstance()));
|
|
131
|
+
$this$definitionList.m2k_1 = true;
|
|
132
|
+
$this$definitionList.p2k(1);
|
|
133
133
|
return Unit_instance;
|
|
134
134
|
};
|
|
135
135
|
}
|
|
136
136
|
function MordantHelpFormatter$renderProlog$lambda($this$withPadding) {
|
|
137
|
-
$this$withPadding.
|
|
137
|
+
$this$withPadding.v2i_1 = 2;
|
|
138
138
|
return Unit_instance;
|
|
139
139
|
}
|
|
140
140
|
function MordantHelpFormatter$renderParameters$lambda(this$0, $parameters) {
|
|
141
141
|
return function ($this$definitionList) {
|
|
142
|
-
var _iterator__ex2g4s = this$0.
|
|
142
|
+
var _iterator__ex2g4s = this$0.e1w($parameters).m();
|
|
143
143
|
while (_iterator__ex2g4s.n()) {
|
|
144
144
|
var section = _iterator__ex2g4s.o();
|
|
145
|
-
$this$definitionList.
|
|
145
|
+
$this$definitionList.s2k(section.y1t_1, section.z1t_1);
|
|
146
146
|
}
|
|
147
147
|
return Unit_instance;
|
|
148
148
|
};
|
|
149
149
|
}
|
|
150
150
|
function MordantHelpFormatter$renderOptionGroup$lambda($this$withPadding) {
|
|
151
|
-
$this$withPadding.
|
|
152
|
-
$this$withPadding.
|
|
153
|
-
$this$withPadding.
|
|
151
|
+
$this$withPadding.s2i_1 = 1;
|
|
152
|
+
$this$withPadding.v2i_1 = 2;
|
|
153
|
+
$this$withPadding.u2i_1 = 1;
|
|
154
154
|
return Unit_instance;
|
|
155
155
|
}
|
|
156
156
|
function MordantHelpFormatter$renderOptionGroup$lambda_0($markdown, this$0, $options) {
|
|
157
157
|
return function ($this$verticalLayout) {
|
|
158
|
-
$this$verticalLayout.
|
|
159
|
-
$this$verticalLayout.
|
|
158
|
+
$this$verticalLayout.x2g($markdown);
|
|
159
|
+
$this$verticalLayout.x2g(this$0.o1w($options));
|
|
160
160
|
return Unit_instance;
|
|
161
161
|
};
|
|
162
162
|
}
|
|
163
163
|
function MordantHelpFormatter$buildParameterList$lambda($rows, this$0) {
|
|
164
164
|
return function ($this$definitionList) {
|
|
165
|
-
$this$definitionList.
|
|
165
|
+
$this$definitionList.m2k_1 = true;
|
|
166
166
|
var _iterator__ex2g4s = $rows.m();
|
|
167
167
|
while (_iterator__ex2g4s.n()) {
|
|
168
168
|
var row = _iterator__ex2g4s.o();
|
|
169
|
-
$this$definitionList.
|
|
169
|
+
$this$definitionList.t2k(this$0.j1x(row), this$0.k1x(row));
|
|
170
170
|
}
|
|
171
171
|
return Unit_instance;
|
|
172
172
|
};
|
|
@@ -177,20 +177,20 @@
|
|
|
177
177
|
showRequiredTag = showRequiredTag === VOID ? false : showRequiredTag;
|
|
178
178
|
AbstractHelpFormatter.call(this, context, requiredOptionMarker, showDefaultValues, showRequiredTag);
|
|
179
179
|
}
|
|
180
|
-
protoOf(MordantHelpFormatter).
|
|
181
|
-
return get_terminal(this.
|
|
180
|
+
protoOf(MordantHelpFormatter).x2l = function () {
|
|
181
|
+
return get_terminal(this.f1u_1).s2d_1;
|
|
182
182
|
};
|
|
183
183
|
protoOf(MordantHelpFormatter).y1n = function (error, prolog, epilog, parameters, programName) {
|
|
184
184
|
var widget = verticalLayout(MordantHelpFormatter$formatHelp$lambda(this, error, prolog, epilog, parameters, programName));
|
|
185
|
-
return get_terminal(this.
|
|
185
|
+
return get_terminal(this.f1u_1).j2k(widget);
|
|
186
186
|
};
|
|
187
|
-
protoOf(MordantHelpFormatter).
|
|
188
|
-
return Text_init_$Create$(this.
|
|
187
|
+
protoOf(MordantHelpFormatter).t1u = function (parameters, error) {
|
|
188
|
+
return Text_init_$Create$(this.x1u(parameters, error));
|
|
189
189
|
};
|
|
190
|
-
protoOf(MordantHelpFormatter).
|
|
191
|
-
var title = this.
|
|
190
|
+
protoOf(MordantHelpFormatter).s1u = function (parameters, programName) {
|
|
191
|
+
var title = this.y2l(this.q1u().e1x());
|
|
192
192
|
var prog = title + ' ' + programName;
|
|
193
|
-
var usageParts = this.
|
|
193
|
+
var usageParts = this.b1v(parameters);
|
|
194
194
|
var tmp;
|
|
195
195
|
// Inline function 'kotlin.text.isEmpty' call
|
|
196
196
|
if (charSequenceLength(usageParts) === 0) {
|
|
@@ -200,78 +200,78 @@
|
|
|
200
200
|
}
|
|
201
201
|
return tmp;
|
|
202
202
|
};
|
|
203
|
-
protoOf(MordantHelpFormatter).
|
|
204
|
-
var tmp = this.
|
|
203
|
+
protoOf(MordantHelpFormatter).u1u = function (prolog) {
|
|
204
|
+
var tmp = this.z2l(prolog);
|
|
205
205
|
return withPadding(tmp, false, MordantHelpFormatter$renderProlog$lambda);
|
|
206
206
|
};
|
|
207
|
-
protoOf(MordantHelpFormatter).
|
|
208
|
-
return this.
|
|
207
|
+
protoOf(MordantHelpFormatter).w1u = function (epilog) {
|
|
208
|
+
return this.z2l(epilog);
|
|
209
209
|
};
|
|
210
|
-
protoOf(MordantHelpFormatter).
|
|
210
|
+
protoOf(MordantHelpFormatter).v1u = function (parameters) {
|
|
211
211
|
return definitionList(MordantHelpFormatter$renderParameters$lambda(this, parameters));
|
|
212
212
|
};
|
|
213
|
-
protoOf(MordantHelpFormatter).
|
|
213
|
+
protoOf(MordantHelpFormatter).c1w = function (help, parameters) {
|
|
214
214
|
// Inline function 'kotlin.collections.map' call
|
|
215
215
|
// Inline function 'kotlin.collections.mapTo' call
|
|
216
216
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(parameters, 10));
|
|
217
217
|
var tmp0_iterator = parameters.m();
|
|
218
218
|
while (tmp0_iterator.n()) {
|
|
219
219
|
var item = tmp0_iterator.o();
|
|
220
|
-
var tmp$ret$0 = this.
|
|
220
|
+
var tmp$ret$0 = this.h1w(item);
|
|
221
221
|
destination.e(tmp$ret$0);
|
|
222
222
|
}
|
|
223
223
|
var options = destination;
|
|
224
224
|
if (help == null)
|
|
225
|
-
return this.
|
|
226
|
-
var tmp = this.
|
|
225
|
+
return this.o1w(options);
|
|
226
|
+
var tmp = this.z2l(help);
|
|
227
227
|
var markdown = withPadding(tmp, false, MordantHelpFormatter$renderOptionGroup$lambda);
|
|
228
228
|
return verticalLayout(MordantHelpFormatter$renderOptionGroup$lambda_0(markdown, this, options));
|
|
229
229
|
};
|
|
230
|
-
protoOf(MordantHelpFormatter).
|
|
230
|
+
protoOf(MordantHelpFormatter).n1u = function (name) {
|
|
231
231
|
// Inline function 'kotlin.text.lowercase' call
|
|
232
232
|
// Inline function 'kotlin.js.asDynamic' call
|
|
233
233
|
return '<' + name.toLowerCase() + '>';
|
|
234
234
|
};
|
|
235
|
-
protoOf(MordantHelpFormatter).
|
|
236
|
-
return this.
|
|
235
|
+
protoOf(MordantHelpFormatter).m1w = function (name) {
|
|
236
|
+
return this.x2l().i2d('danger').g26(name);
|
|
237
237
|
};
|
|
238
|
-
protoOf(MordantHelpFormatter).
|
|
239
|
-
return this.
|
|
238
|
+
protoOf(MordantHelpFormatter).v1w = function (name) {
|
|
239
|
+
return this.x2l().i2d('muted').g26(name);
|
|
240
240
|
};
|
|
241
|
-
protoOf(MordantHelpFormatter).
|
|
242
|
-
return this.
|
|
241
|
+
protoOf(MordantHelpFormatter).l1u = function (name) {
|
|
242
|
+
return this.x2l().i2d('info').g26(name);
|
|
243
243
|
};
|
|
244
|
-
protoOf(MordantHelpFormatter).
|
|
245
|
-
return this.
|
|
244
|
+
protoOf(MordantHelpFormatter).o1u = function (name) {
|
|
245
|
+
return this.x2l().i2d('info').g26(name);
|
|
246
246
|
};
|
|
247
|
-
protoOf(MordantHelpFormatter).
|
|
248
|
-
return this.
|
|
247
|
+
protoOf(MordantHelpFormatter).p1u = function (name) {
|
|
248
|
+
return this.x2l().i2d('info').g26(name);
|
|
249
249
|
};
|
|
250
|
-
protoOf(MordantHelpFormatter).
|
|
251
|
-
return this.
|
|
250
|
+
protoOf(MordantHelpFormatter).d1w = function (title) {
|
|
251
|
+
return this.x2l().i2d('warning').g26(title);
|
|
252
252
|
};
|
|
253
|
-
protoOf(MordantHelpFormatter).
|
|
254
|
-
return this.
|
|
253
|
+
protoOf(MordantHelpFormatter).y2l = function (title) {
|
|
254
|
+
return this.x2l().i2d('warning').g26(title);
|
|
255
255
|
};
|
|
256
|
-
protoOf(MordantHelpFormatter).
|
|
257
|
-
return this.
|
|
256
|
+
protoOf(MordantHelpFormatter).z1u = function (title) {
|
|
257
|
+
return this.x2l().i2d('danger').g26(title);
|
|
258
258
|
};
|
|
259
|
-
protoOf(MordantHelpFormatter).
|
|
260
|
-
return this.
|
|
259
|
+
protoOf(MordantHelpFormatter).e1v = function (parameter) {
|
|
260
|
+
return this.x2l().i2d('muted').g26(parameter);
|
|
261
261
|
};
|
|
262
|
-
protoOf(MordantHelpFormatter).
|
|
263
|
-
return this.
|
|
262
|
+
protoOf(MordantHelpFormatter).x1w = function (metavar) {
|
|
263
|
+
return this.x2l().i2d('warning').v29(this.x2l().i2d('muted')).g26(metavar);
|
|
264
264
|
};
|
|
265
|
-
protoOf(MordantHelpFormatter).
|
|
265
|
+
protoOf(MordantHelpFormatter).j1x = function (row) {
|
|
266
266
|
var tmp;
|
|
267
267
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
268
|
-
var this_0 = row.
|
|
268
|
+
var this_0 = row.c1u_1;
|
|
269
269
|
// Inline function 'kotlin.contracts.contract' call
|
|
270
270
|
if (this_0 == null ? true : charSequenceLength(this_0) === 0) {
|
|
271
271
|
tmp = ' ';
|
|
272
272
|
} else {
|
|
273
273
|
// Inline function 'kotlin.text.ifEmpty' call
|
|
274
|
-
var this_1 = drop(' ', ensureNotNull(row.
|
|
274
|
+
var this_1 = drop(' ', ensureNotNull(row.c1u_1).length);
|
|
275
275
|
// Inline function 'kotlin.contracts.contract' call
|
|
276
276
|
var tmp_0;
|
|
277
277
|
// Inline function 'kotlin.text.isEmpty' call
|
|
@@ -282,18 +282,18 @@
|
|
|
282
282
|
tmp_0 = this_1;
|
|
283
283
|
}
|
|
284
284
|
var tmp$ret$3 = tmp_0;
|
|
285
|
-
tmp = plus(row.
|
|
285
|
+
tmp = plus(row.c1u_1, tmp$ret$3);
|
|
286
286
|
}
|
|
287
287
|
var termPrefix = tmp;
|
|
288
|
-
return Text_init_$Create$(termPrefix + row.
|
|
288
|
+
return Text_init_$Create$(termPrefix + row.a1u_1, Whitespace_PRE_WRAP_getInstance());
|
|
289
289
|
};
|
|
290
|
-
protoOf(MordantHelpFormatter).
|
|
291
|
-
return isBlank(row.
|
|
290
|
+
protoOf(MordantHelpFormatter).k1x = function (row) {
|
|
291
|
+
return isBlank(row.b1u_1) ? Text_init_$Create$('') : this.z2l(row.b1u_1);
|
|
292
292
|
};
|
|
293
|
-
protoOf(MordantHelpFormatter).
|
|
293
|
+
protoOf(MordantHelpFormatter).o1w = function (rows) {
|
|
294
294
|
return definitionList(MordantHelpFormatter$buildParameterList$lambda(rows, this));
|
|
295
295
|
};
|
|
296
|
-
protoOf(MordantHelpFormatter).
|
|
296
|
+
protoOf(MordantHelpFormatter).z2l = function (text) {
|
|
297
297
|
return Text_init_$Create$(replace(text, '\n\n', '\x85\x85'), Whitespace_NORMAL_getInstance());
|
|
298
298
|
};
|
|
299
299
|
//region block: exports
|