git-digger 1.5.34 → 1.5.36
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 +1250 -1250
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/kotlin/bin/digger +0 -0
- package/kotlin/clikt-clikt-mordant.js +89 -89
- package/kotlin/clikt-clikt.js +1608 -1608
- package/kotlin/clikt-clikt.js.map +1 -1
- package/kotlin/colormath-root-colormath.js +467 -467
- package/kotlin/command-line-tools-digger-cli.js +76 -76
- package/kotlin/kotlin-kotlin-stdlib.js +2015 -1729
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1123 -1063
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +326 -315
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/kotlin/mordant-mordant.js +1344 -1344
- package/kotlin/mordant-mordant.js.map +1 -1
- package/kotlin/tools-cli-tools.js +4 -4
- package/kotlin/tools-digger-core.js +152 -152
- package/kotlin/tools-digger-json.js +114 -114
- package/kotlin/tools-digger-json.js.map +1 -1
- package/kotlin/tools-digger-model.js +60 -60
- package/kotlin/tools-git-adapter.js +72 -72
- package/package.json +1 -1
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
//region block: imports
|
|
4
4
|
var CoreCliktCommand = kotlin_clikt_clikt.$_$.a;
|
|
5
5
|
var VOID = kotlin_kotlin.$_$.g;
|
|
6
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
7
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
8
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
6
|
+
var Unit_instance = kotlin_kotlin.$_$.i3;
|
|
7
|
+
var protoOf = kotlin_kotlin.$_$.q8;
|
|
8
|
+
var initMetadataForClass = kotlin_kotlin.$_$.r7;
|
|
9
9
|
var selfAndAncestors = kotlin_clikt_clikt.$_$.e;
|
|
10
|
-
var mapNotNull = kotlin_kotlin.$_$.
|
|
11
|
-
var firstOrNull = kotlin_kotlin.$_$.
|
|
10
|
+
var mapNotNull = kotlin_kotlin.$_$.r9;
|
|
11
|
+
var firstOrNull = kotlin_kotlin.$_$.m9;
|
|
12
12
|
var Terminal_init_$Create$ = kotlin_mordant_mordant.$_$.g;
|
|
13
|
-
var last = kotlin_kotlin.$_$.
|
|
13
|
+
var last = kotlin_kotlin.$_$.q9;
|
|
14
14
|
var MultiplatformSystem_instance = kotlin_mordant_mordant.$_$.i;
|
|
15
15
|
var FileNotFound = kotlin_clikt_clikt.$_$.b;
|
|
16
16
|
var Terminal = kotlin_mordant_mordant.$_$.b;
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
var Text_init_$Create$ = kotlin_mordant_mordant.$_$.h;
|
|
19
19
|
var AbstractHelpFormatter = kotlin_clikt_clikt.$_$.g;
|
|
20
20
|
var verticalLayout = kotlin_mordant_mordant.$_$.a;
|
|
21
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
21
|
+
var charSequenceLength = kotlin_kotlin.$_$.h7;
|
|
22
22
|
var definitionList = kotlin_mordant_mordant.$_$.c;
|
|
23
23
|
var withPadding = kotlin_mordant_mordant.$_$.d;
|
|
24
|
-
var collectionSizeOrDefault = kotlin_kotlin.$_$.
|
|
24
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.f4;
|
|
25
25
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.k;
|
|
26
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
27
|
-
var drop = kotlin_kotlin.$_$.
|
|
28
|
-
var plus = kotlin_kotlin.$_$.
|
|
26
|
+
var ensureNotNull = kotlin_kotlin.$_$.nc;
|
|
27
|
+
var drop = kotlin_kotlin.$_$.ca;
|
|
28
|
+
var plus = kotlin_kotlin.$_$.tc;
|
|
29
29
|
var Whitespace_PRE_WRAP_getInstance = kotlin_mordant_mordant.$_$.f;
|
|
30
30
|
var isBlank = kotlin_kotlin.$_$.ia;
|
|
31
|
-
var replace = kotlin_kotlin.$_$.
|
|
31
|
+
var replace = kotlin_kotlin.$_$.ta;
|
|
32
32
|
//endregion
|
|
33
33
|
//region block: pre-declaration
|
|
34
34
|
initMetadataForClass(CliktCommand, 'CliktCommand', VOID, CoreCliktCommand);
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
function installMordant(_this__u8e3s4, force) {
|
|
43
43
|
force = force === VOID ? false : force;
|
|
44
|
-
_this__u8e3s4.
|
|
44
|
+
_this__u8e3s4.h1i(installMordant$lambda(force));
|
|
45
45
|
}
|
|
46
46
|
function get_terminal(_this__u8e3s4) {
|
|
47
47
|
// Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
// Inline function 'kotlin.also' call
|
|
54
54
|
var this_0 = Terminal_init_$Create$();
|
|
55
55
|
// Inline function 'com.github.ajalt.clikt.core.<get-terminal>.<anonymous>' call
|
|
56
|
-
var tmp0 = last(selfAndAncestors(_this__u8e3s4)).
|
|
56
|
+
var tmp0 = last(selfAndAncestors(_this__u8e3s4)).f1g_1;
|
|
57
57
|
// Inline function 'kotlin.collections.set' call
|
|
58
58
|
var key_0 = 'mordant_terminal';
|
|
59
59
|
tmp0.e2(key_0, this_0);
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
return new MordantHelpFormatter(it);
|
|
68
68
|
}
|
|
69
69
|
function installMordant$lambda$lambda_0(it) {
|
|
70
|
-
return MultiplatformSystem_instance.
|
|
70
|
+
return MultiplatformSystem_instance.c24(it);
|
|
71
71
|
}
|
|
72
72
|
function installMordant$lambda$lambda_1(it) {
|
|
73
|
-
var tmp0_elvis_lhs = MultiplatformSystem_instance.
|
|
73
|
+
var tmp0_elvis_lhs = MultiplatformSystem_instance.e24(it);
|
|
74
74
|
var tmp;
|
|
75
75
|
if (tmp0_elvis_lhs == null) {
|
|
76
76
|
throw new FileNotFound(it);
|
|
@@ -80,91 +80,91 @@
|
|
|
80
80
|
return tmp;
|
|
81
81
|
}
|
|
82
82
|
function installMordant$lambda$lambda_2(it) {
|
|
83
|
-
MultiplatformSystem_instance.
|
|
83
|
+
MultiplatformSystem_instance.d24(it);
|
|
84
84
|
return Unit_instance;
|
|
85
85
|
}
|
|
86
86
|
function installMordant$lambda$lambda_3(context, message, trailingNewline, err) {
|
|
87
87
|
if (trailingNewline) {
|
|
88
|
-
get_terminal(context).
|
|
88
|
+
get_terminal(context).c2e(message, VOID, VOID, VOID, VOID, err);
|
|
89
89
|
} else {
|
|
90
|
-
get_terminal(context).
|
|
90
|
+
get_terminal(context).a2e(message, VOID, VOID, VOID, VOID, err);
|
|
91
91
|
}
|
|
92
92
|
return Unit_instance;
|
|
93
93
|
}
|
|
94
94
|
function installMordant$lambda($force) {
|
|
95
95
|
return function ($this$configureContext) {
|
|
96
96
|
var tmp;
|
|
97
|
-
if (!$force && !($this$configureContext.
|
|
97
|
+
if (!$force && !($this$configureContext.i1i_1 == null)) {
|
|
98
98
|
return Unit_instance;
|
|
99
99
|
}
|
|
100
100
|
var tmp_0 = $this$configureContext;
|
|
101
|
-
tmp_0.
|
|
101
|
+
tmp_0.n1i_1 = installMordant$lambda$lambda;
|
|
102
102
|
var tmp_1 = $this$configureContext;
|
|
103
|
-
tmp_1.
|
|
103
|
+
tmp_1.v1i_1 = installMordant$lambda$lambda_0;
|
|
104
104
|
var tmp_2 = $this$configureContext;
|
|
105
|
-
tmp_2.
|
|
105
|
+
tmp_2.q1i_1 = installMordant$lambda$lambda_1;
|
|
106
106
|
var tmp_3 = $this$configureContext;
|
|
107
|
-
tmp_3.
|
|
107
|
+
tmp_3.y1i_1 = installMordant$lambda$lambda_2;
|
|
108
108
|
var tmp_4 = $this$configureContext;
|
|
109
|
-
tmp_4.
|
|
109
|
+
tmp_4.x1i_1 = installMordant$lambda$lambda_3;
|
|
110
110
|
return Unit_instance;
|
|
111
111
|
};
|
|
112
112
|
}
|
|
113
113
|
function _get_terminal_$lambda_5keric($key) {
|
|
114
114
|
return function (it) {
|
|
115
|
-
var tmp = it.
|
|
115
|
+
var tmp = it.f1g_1.w1($key);
|
|
116
116
|
return tmp instanceof Terminal ? tmp : null;
|
|
117
117
|
};
|
|
118
118
|
}
|
|
119
119
|
function MordantHelpFormatter$formatHelp$lambda(this$0, $error, $prolog, $epilog, $parameters, $programName) {
|
|
120
120
|
return function ($this$verticalLayout) {
|
|
121
|
-
$this$verticalLayout.
|
|
122
|
-
$this$verticalLayout.
|
|
121
|
+
$this$verticalLayout.s2a(1);
|
|
122
|
+
$this$verticalLayout.p2a(this$0.q1o($error, $prolog, $epilog, $parameters, $programName));
|
|
123
123
|
return Unit_instance;
|
|
124
124
|
};
|
|
125
125
|
}
|
|
126
126
|
function MordantHelpFormatter$renderUsage$lambda($prog, $usageParts) {
|
|
127
127
|
return function ($this$definitionList) {
|
|
128
|
-
$this$definitionList.
|
|
129
|
-
$this$definitionList.
|
|
130
|
-
$this$definitionList.
|
|
128
|
+
$this$definitionList.m2e($prog, Text_init_$Create$($usageParts, Whitespace_NORMAL_getInstance()));
|
|
129
|
+
$this$definitionList.g2e_1 = true;
|
|
130
|
+
$this$definitionList.j2e(1);
|
|
131
131
|
return Unit_instance;
|
|
132
132
|
};
|
|
133
133
|
}
|
|
134
134
|
function MordantHelpFormatter$renderProlog$lambda($this$withPadding) {
|
|
135
|
-
$this$withPadding.
|
|
135
|
+
$this$withPadding.p2c_1 = 2;
|
|
136
136
|
return Unit_instance;
|
|
137
137
|
}
|
|
138
138
|
function MordantHelpFormatter$renderParameters$lambda(this$0, $parameters) {
|
|
139
139
|
return function ($this$definitionList) {
|
|
140
|
-
var _iterator__ex2g4s = this$0.
|
|
140
|
+
var _iterator__ex2g4s = this$0.d1q($parameters).m();
|
|
141
141
|
while (_iterator__ex2g4s.n()) {
|
|
142
142
|
var section = _iterator__ex2g4s.o();
|
|
143
|
-
$this$definitionList.
|
|
143
|
+
$this$definitionList.m2e(section.x1n_1, section.y1n_1);
|
|
144
144
|
}
|
|
145
145
|
return Unit_instance;
|
|
146
146
|
};
|
|
147
147
|
}
|
|
148
148
|
function MordantHelpFormatter$renderOptionGroup$lambda($this$withPadding) {
|
|
149
|
-
$this$withPadding.
|
|
150
|
-
$this$withPadding.
|
|
151
|
-
$this$withPadding.
|
|
149
|
+
$this$withPadding.m2c_1 = 1;
|
|
150
|
+
$this$withPadding.p2c_1 = 2;
|
|
151
|
+
$this$withPadding.o2c_1 = 1;
|
|
152
152
|
return Unit_instance;
|
|
153
153
|
}
|
|
154
154
|
function MordantHelpFormatter$renderOptionGroup$lambda_0($markdown, this$0, $options) {
|
|
155
155
|
return function ($this$verticalLayout) {
|
|
156
|
-
$this$verticalLayout.
|
|
157
|
-
$this$verticalLayout.
|
|
156
|
+
$this$verticalLayout.r2a($markdown);
|
|
157
|
+
$this$verticalLayout.r2a(this$0.n1q($options));
|
|
158
158
|
return Unit_instance;
|
|
159
159
|
};
|
|
160
160
|
}
|
|
161
161
|
function MordantHelpFormatter$buildParameterList$lambda($rows, this$0) {
|
|
162
162
|
return function ($this$definitionList) {
|
|
163
|
-
$this$definitionList.
|
|
163
|
+
$this$definitionList.g2e_1 = true;
|
|
164
164
|
var _iterator__ex2g4s = $rows.m();
|
|
165
165
|
while (_iterator__ex2g4s.n()) {
|
|
166
166
|
var row = _iterator__ex2g4s.o();
|
|
167
|
-
$this$definitionList.
|
|
167
|
+
$this$definitionList.n2e(this$0.i1r(row), this$0.j1r(row));
|
|
168
168
|
}
|
|
169
169
|
return Unit_instance;
|
|
170
170
|
};
|
|
@@ -175,20 +175,20 @@
|
|
|
175
175
|
showRequiredTag = showRequiredTag === VOID ? false : showRequiredTag;
|
|
176
176
|
AbstractHelpFormatter.call(this, context, requiredOptionMarker, showDefaultValues, showRequiredTag);
|
|
177
177
|
}
|
|
178
|
-
protoOf(MordantHelpFormatter).
|
|
179
|
-
return get_terminal(this.
|
|
178
|
+
protoOf(MordantHelpFormatter).r2f = function () {
|
|
179
|
+
return get_terminal(this.e1o_1).m27_1;
|
|
180
180
|
};
|
|
181
|
-
protoOf(MordantHelpFormatter).
|
|
181
|
+
protoOf(MordantHelpFormatter).b1i = function (error, prolog, epilog, parameters, programName) {
|
|
182
182
|
var widget = verticalLayout(MordantHelpFormatter$formatHelp$lambda(this, error, prolog, epilog, parameters, programName));
|
|
183
|
-
return get_terminal(this.
|
|
183
|
+
return get_terminal(this.e1o_1).d2e(widget);
|
|
184
184
|
};
|
|
185
|
-
protoOf(MordantHelpFormatter).
|
|
186
|
-
return Text_init_$Create$(this.
|
|
185
|
+
protoOf(MordantHelpFormatter).s1o = function (parameters, error) {
|
|
186
|
+
return Text_init_$Create$(this.w1o(parameters, error));
|
|
187
187
|
};
|
|
188
|
-
protoOf(MordantHelpFormatter).
|
|
189
|
-
var title = this.
|
|
188
|
+
protoOf(MordantHelpFormatter).r1o = function (parameters, programName) {
|
|
189
|
+
var title = this.s2f(this.p1o().d1r());
|
|
190
190
|
var prog = title + ' ' + programName;
|
|
191
|
-
var usageParts = this.
|
|
191
|
+
var usageParts = this.a1p(parameters);
|
|
192
192
|
var tmp;
|
|
193
193
|
// Inline function 'kotlin.text.isEmpty' call
|
|
194
194
|
if (charSequenceLength(usageParts) === 0) {
|
|
@@ -198,17 +198,17 @@
|
|
|
198
198
|
}
|
|
199
199
|
return tmp;
|
|
200
200
|
};
|
|
201
|
-
protoOf(MordantHelpFormatter).
|
|
202
|
-
var tmp = this.
|
|
201
|
+
protoOf(MordantHelpFormatter).t1o = function (prolog) {
|
|
202
|
+
var tmp = this.t2f(prolog);
|
|
203
203
|
return withPadding(tmp, false, MordantHelpFormatter$renderProlog$lambda);
|
|
204
204
|
};
|
|
205
|
-
protoOf(MordantHelpFormatter).
|
|
206
|
-
return this.
|
|
205
|
+
protoOf(MordantHelpFormatter).v1o = function (epilog) {
|
|
206
|
+
return this.t2f(epilog);
|
|
207
207
|
};
|
|
208
|
-
protoOf(MordantHelpFormatter).
|
|
208
|
+
protoOf(MordantHelpFormatter).u1o = function (parameters) {
|
|
209
209
|
return definitionList(MordantHelpFormatter$renderParameters$lambda(this, parameters));
|
|
210
210
|
};
|
|
211
|
-
protoOf(MordantHelpFormatter).
|
|
211
|
+
protoOf(MordantHelpFormatter).b1q = function (help, parameters) {
|
|
212
212
|
// Inline function 'kotlin.collections.map' call
|
|
213
213
|
// Inline function 'kotlin.collections.mapTo' call
|
|
214
214
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(parameters, 10));
|
|
@@ -216,60 +216,60 @@
|
|
|
216
216
|
while (_iterator__ex2g4s.n()) {
|
|
217
217
|
var item = _iterator__ex2g4s.o();
|
|
218
218
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderOptionGroup.stub_for_inlining' call
|
|
219
|
-
var tmp$ret$0 = this.
|
|
219
|
+
var tmp$ret$0 = this.g1q(item);
|
|
220
220
|
destination.e(tmp$ret$0);
|
|
221
221
|
}
|
|
222
222
|
var options = destination;
|
|
223
223
|
if (help == null)
|
|
224
|
-
return this.
|
|
225
|
-
var tmp = this.
|
|
224
|
+
return this.n1q(options);
|
|
225
|
+
var tmp = this.t2f(help);
|
|
226
226
|
var markdown = withPadding(tmp, false, MordantHelpFormatter$renderOptionGroup$lambda);
|
|
227
227
|
return verticalLayout(MordantHelpFormatter$renderOptionGroup$lambda_0(markdown, this, options));
|
|
228
228
|
};
|
|
229
|
-
protoOf(MordantHelpFormatter).
|
|
229
|
+
protoOf(MordantHelpFormatter).m1o = function (name) {
|
|
230
230
|
// Inline function 'kotlin.text.lowercase' call
|
|
231
231
|
// Inline function 'kotlin.js.asDynamic' call
|
|
232
232
|
return '<' + name.toLowerCase() + '>';
|
|
233
233
|
};
|
|
234
|
-
protoOf(MordantHelpFormatter).
|
|
235
|
-
return this.
|
|
234
|
+
protoOf(MordantHelpFormatter).l1q = function (name) {
|
|
235
|
+
return this.r2f().b27('danger').a20(name);
|
|
236
236
|
};
|
|
237
|
-
protoOf(MordantHelpFormatter).
|
|
238
|
-
return this.
|
|
237
|
+
protoOf(MordantHelpFormatter).u1q = function (name) {
|
|
238
|
+
return this.r2f().b27('muted').a20(name);
|
|
239
239
|
};
|
|
240
|
-
protoOf(MordantHelpFormatter).
|
|
241
|
-
return this.
|
|
240
|
+
protoOf(MordantHelpFormatter).k1o = function (name) {
|
|
241
|
+
return this.r2f().b27('info').a20(name);
|
|
242
242
|
};
|
|
243
|
-
protoOf(MordantHelpFormatter).
|
|
244
|
-
return this.
|
|
243
|
+
protoOf(MordantHelpFormatter).n1o = function (name) {
|
|
244
|
+
return this.r2f().b27('info').a20(name);
|
|
245
245
|
};
|
|
246
|
-
protoOf(MordantHelpFormatter).
|
|
247
|
-
return this.
|
|
246
|
+
protoOf(MordantHelpFormatter).o1o = function (name) {
|
|
247
|
+
return this.r2f().b27('info').a20(name);
|
|
248
248
|
};
|
|
249
|
-
protoOf(MordantHelpFormatter).
|
|
250
|
-
return this.
|
|
249
|
+
protoOf(MordantHelpFormatter).c1q = function (title) {
|
|
250
|
+
return this.r2f().b27('warning').a20(title);
|
|
251
251
|
};
|
|
252
|
-
protoOf(MordantHelpFormatter).
|
|
253
|
-
return this.
|
|
252
|
+
protoOf(MordantHelpFormatter).s2f = function (title) {
|
|
253
|
+
return this.r2f().b27('warning').a20(title);
|
|
254
254
|
};
|
|
255
|
-
protoOf(MordantHelpFormatter).
|
|
256
|
-
return this.
|
|
255
|
+
protoOf(MordantHelpFormatter).y1o = function (title) {
|
|
256
|
+
return this.r2f().b27('danger').a20(title);
|
|
257
257
|
};
|
|
258
|
-
protoOf(MordantHelpFormatter).
|
|
259
|
-
return this.
|
|
258
|
+
protoOf(MordantHelpFormatter).d1p = function (parameter) {
|
|
259
|
+
return this.r2f().b27('muted').a20(parameter);
|
|
260
260
|
};
|
|
261
|
-
protoOf(MordantHelpFormatter).
|
|
262
|
-
return this.
|
|
261
|
+
protoOf(MordantHelpFormatter).w1q = function (metavar) {
|
|
262
|
+
return this.r2f().b27('warning').p23(this.r2f().b27('muted')).a20(metavar);
|
|
263
263
|
};
|
|
264
|
-
protoOf(MordantHelpFormatter).
|
|
264
|
+
protoOf(MordantHelpFormatter).i1r = function (row) {
|
|
265
265
|
var tmp;
|
|
266
266
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
267
|
-
var this_0 = row.
|
|
267
|
+
var this_0 = row.b1o_1;
|
|
268
268
|
if (this_0 == null || charSequenceLength(this_0) === 0) {
|
|
269
269
|
tmp = ' ';
|
|
270
270
|
} else {
|
|
271
271
|
// Inline function 'kotlin.text.ifEmpty' call
|
|
272
|
-
var this_1 = drop(' ', ensureNotNull(row.
|
|
272
|
+
var this_1 = drop(' ', ensureNotNull(row.b1o_1).length);
|
|
273
273
|
var tmp_0;
|
|
274
274
|
// Inline function 'kotlin.text.isEmpty' call
|
|
275
275
|
if (charSequenceLength(this_1) === 0) {
|
|
@@ -279,18 +279,18 @@
|
|
|
279
279
|
tmp_0 = this_1;
|
|
280
280
|
}
|
|
281
281
|
var tmp$ret$3 = tmp_0;
|
|
282
|
-
tmp = plus(row.
|
|
282
|
+
tmp = plus(row.b1o_1, tmp$ret$3);
|
|
283
283
|
}
|
|
284
284
|
var termPrefix = tmp;
|
|
285
|
-
return Text_init_$Create$(termPrefix + row.
|
|
285
|
+
return Text_init_$Create$(termPrefix + row.z1n_1, Whitespace_PRE_WRAP_getInstance());
|
|
286
286
|
};
|
|
287
|
-
protoOf(MordantHelpFormatter).
|
|
288
|
-
return isBlank(row.
|
|
287
|
+
protoOf(MordantHelpFormatter).j1r = function (row) {
|
|
288
|
+
return isBlank(row.a1o_1) ? Text_init_$Create$('') : this.t2f(row.a1o_1);
|
|
289
289
|
};
|
|
290
|
-
protoOf(MordantHelpFormatter).
|
|
290
|
+
protoOf(MordantHelpFormatter).n1q = function (rows) {
|
|
291
291
|
return definitionList(MordantHelpFormatter$buildParameterList$lambda(rows, this));
|
|
292
292
|
};
|
|
293
|
-
protoOf(MordantHelpFormatter).
|
|
293
|
+
protoOf(MordantHelpFormatter).t2f = function (text) {
|
|
294
294
|
return Text_init_$Create$(replace(text, '\n\n', '\x85\x85'), Whitespace_NORMAL_getInstance());
|
|
295
295
|
};
|
|
296
296
|
//region block: exports
|