mrs-toolbox-cli 0.0.90 → 0.0.93
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-DateTime-library-kotlinx-datetime.js +71 -71
- package/clikt-clikt.js +1126 -1126
- package/colormath-root-colormath.js +362 -362
- package/com.mrs.platform.configuration.dto.js +1555 -1355
- package/com.mrs.platform.configuration.dto.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +9 -9
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-logging-js-ir.js +34 -34
- package/ktor-ktor-client-content-negotiation.js +125 -125
- package/ktor-ktor-client-core.js +1408 -1408
- package/ktor-ktor-events.js +4 -4
- package/markdown.js +1807 -1807
- package/mordant-mordant.js +1649 -1649
- package/mrs-toolbox-cli.d.ts +32 -26
- package/mrs-toolbox-cli.js +93 -93
- package/package.json +1 -1
- package/toolbox.js +2640 -2859
- package/toolbox.js.map +1 -1
package/kotlin-logging-js-ir.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
//endregion
|
|
30
30
|
function KotlinLogging() {
|
|
31
31
|
}
|
|
32
|
-
protoOf(KotlinLogging).
|
|
32
|
+
protoOf(KotlinLogging).g4z = function (func) {
|
|
33
33
|
var tmp$ret$0;
|
|
34
34
|
$l$block: {
|
|
35
35
|
// Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerNameResolver.name' call
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
}
|
|
49
49
|
tmp$ret$0 = '';
|
|
50
50
|
}
|
|
51
|
-
return this.
|
|
51
|
+
return this.h4z(tmp$ret$0);
|
|
52
52
|
};
|
|
53
|
-
protoOf(KotlinLogging).
|
|
53
|
+
protoOf(KotlinLogging).h4z = function (name) {
|
|
54
54
|
// Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerFactory.logger' call
|
|
55
55
|
return new KLoggerJS(name);
|
|
56
56
|
};
|
|
@@ -78,11 +78,11 @@
|
|
|
78
78
|
}
|
|
79
79
|
function Level(name, ordinal, levelInt, levelStr) {
|
|
80
80
|
Enum.call(this, name, ordinal);
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
81
|
+
this.k4z_1 = levelInt;
|
|
82
|
+
this.l4z_1 = levelStr;
|
|
83
83
|
}
|
|
84
84
|
protoOf(Level).toString = function () {
|
|
85
|
-
return this.
|
|
85
|
+
return this.l4z_1;
|
|
86
86
|
};
|
|
87
87
|
function Level_TRACE_getInstance() {
|
|
88
88
|
Level_initEntries();
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
function DefaultErrorMessageProducer() {
|
|
112
112
|
}
|
|
113
|
-
protoOf(DefaultErrorMessageProducer).
|
|
113
|
+
protoOf(DefaultErrorMessageProducer).m4z = function (e) {
|
|
114
114
|
return 'Log message invocation failed: ' + e;
|
|
115
115
|
};
|
|
116
116
|
var DefaultErrorMessageProducer_instance;
|
|
@@ -119,13 +119,13 @@
|
|
|
119
119
|
}
|
|
120
120
|
function ConsoleOutputAppender() {
|
|
121
121
|
}
|
|
122
|
-
protoOf(ConsoleOutputAppender).
|
|
122
|
+
protoOf(ConsoleOutputAppender).n4z = function (message) {
|
|
123
123
|
return console.info(message);
|
|
124
124
|
};
|
|
125
|
-
protoOf(ConsoleOutputAppender).
|
|
125
|
+
protoOf(ConsoleOutputAppender).o4z = function (message) {
|
|
126
126
|
return console.warn(message);
|
|
127
127
|
};
|
|
128
|
-
protoOf(ConsoleOutputAppender).
|
|
128
|
+
protoOf(ConsoleOutputAppender).p4z = function (message) {
|
|
129
129
|
return console.error(message);
|
|
130
130
|
};
|
|
131
131
|
var ConsoleOutputAppender_instance;
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
}
|
|
135
135
|
function DefaultMessageFormatter() {
|
|
136
136
|
}
|
|
137
|
-
protoOf(DefaultMessageFormatter).
|
|
137
|
+
protoOf(DefaultMessageFormatter).q4z = function (level, loggerName, msg) {
|
|
138
138
|
// Inline function 'io.github.oshai.kotlinlogging.internal.toStringSafe' call
|
|
139
139
|
var tmp;
|
|
140
140
|
try {
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
var tmp_0;
|
|
144
144
|
if ($p instanceof Exception) {
|
|
145
145
|
var e = $p;
|
|
146
|
-
tmp_0 = DefaultErrorMessageProducer_instance.
|
|
146
|
+
tmp_0 = DefaultErrorMessageProducer_instance.m4z(e);
|
|
147
147
|
} else {
|
|
148
148
|
throw $p;
|
|
149
149
|
}
|
|
@@ -158,9 +158,9 @@
|
|
|
158
158
|
}
|
|
159
159
|
function KotlinLoggingConfiguration() {
|
|
160
160
|
KotlinLoggingConfiguration_instance = this;
|
|
161
|
-
this.
|
|
162
|
-
this.
|
|
163
|
-
this.
|
|
161
|
+
this.r4z_1 = Level_INFO_getInstance();
|
|
162
|
+
this.s4z_1 = ConsoleOutputAppender_instance;
|
|
163
|
+
this.t4z_1 = DefaultMessageFormatter_instance;
|
|
164
164
|
}
|
|
165
165
|
var KotlinLoggingConfiguration_instance;
|
|
166
166
|
function KotlinLoggingConfiguration_getInstance() {
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
return KotlinLoggingConfiguration_instance;
|
|
170
170
|
}
|
|
171
171
|
function isLoggingEnabled(_this__u8e3s4) {
|
|
172
|
-
return _this__u8e3s4.w9_1 >= KotlinLoggingConfiguration_getInstance().
|
|
172
|
+
return _this__u8e3s4.w9_1 >= KotlinLoggingConfiguration_getInstance().r4z_1.w9_1;
|
|
173
173
|
}
|
|
174
174
|
function KLoggerFactory() {
|
|
175
175
|
}
|
|
@@ -179,12 +179,12 @@
|
|
|
179
179
|
}
|
|
180
180
|
function logIfEnabled(_this__u8e3s4, $this, loggerName, msg, logFunction) {
|
|
181
181
|
if (isLoggingEnabled(_this__u8e3s4)) {
|
|
182
|
-
logFunction(KotlinLoggingConfiguration_getInstance().
|
|
182
|
+
logFunction(KotlinLoggingConfiguration_getInstance().t4z_1.q4z(_this__u8e3s4, loggerName, msg));
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
function Appender$info$ref($boundThis) {
|
|
186
186
|
var l = function (p0) {
|
|
187
|
-
$boundThis.
|
|
187
|
+
$boundThis.n4z(p0);
|
|
188
188
|
return Unit_instance;
|
|
189
189
|
};
|
|
190
190
|
l.callableName = 'info';
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
}
|
|
193
193
|
function Appender$warn$ref($boundThis) {
|
|
194
194
|
var l = function (p0) {
|
|
195
|
-
$boundThis.
|
|
195
|
+
$boundThis.o4z(p0);
|
|
196
196
|
return Unit_instance;
|
|
197
197
|
};
|
|
198
198
|
l.callableName = 'warn';
|
|
@@ -200,32 +200,32 @@
|
|
|
200
200
|
}
|
|
201
201
|
function Appender$error$ref($boundThis) {
|
|
202
202
|
var l = function (p0) {
|
|
203
|
-
$boundThis.
|
|
203
|
+
$boundThis.p4z(p0);
|
|
204
204
|
return Unit_instance;
|
|
205
205
|
};
|
|
206
206
|
l.callableName = 'error';
|
|
207
207
|
return l;
|
|
208
208
|
}
|
|
209
209
|
function KLoggerJS(name) {
|
|
210
|
-
this.
|
|
211
|
-
this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
217
|
-
}
|
|
218
|
-
protoOf(KLoggerJS).
|
|
210
|
+
this.u4z_1 = name;
|
|
211
|
+
this.v4z_1 = isLoggingEnabled(Level_TRACE_getInstance());
|
|
212
|
+
this.w4z_1 = isLoggingEnabled(Level_DEBUG_getInstance());
|
|
213
|
+
this.x4z_1 = isLoggingEnabled(Level_INFO_getInstance());
|
|
214
|
+
this.y4z_1 = isLoggingEnabled(Level_WARN_getInstance());
|
|
215
|
+
this.z4z_1 = isLoggingEnabled(Level_ERROR_getInstance());
|
|
216
|
+
this.a50_1 = isLoggingEnabled(Level_OFF_getInstance());
|
|
217
|
+
}
|
|
218
|
+
protoOf(KLoggerJS).b50 = function (msg) {
|
|
219
219
|
var tmp = Level_INFO_getInstance();
|
|
220
|
-
return logIfEnabled(tmp, this, this.
|
|
220
|
+
return logIfEnabled(tmp, this, this.u4z_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().s4z_1));
|
|
221
221
|
};
|
|
222
|
-
protoOf(KLoggerJS).
|
|
222
|
+
protoOf(KLoggerJS).c50 = function (msg) {
|
|
223
223
|
var tmp = Level_WARN_getInstance();
|
|
224
|
-
return logIfEnabled(tmp, this, this.
|
|
224
|
+
return logIfEnabled(tmp, this, this.u4z_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().s4z_1));
|
|
225
225
|
};
|
|
226
|
-
protoOf(KLoggerJS).
|
|
226
|
+
protoOf(KLoggerJS).d50 = function (msg) {
|
|
227
227
|
var tmp = Level_ERROR_getInstance();
|
|
228
|
-
return logIfEnabled(tmp, this, this.
|
|
228
|
+
return logIfEnabled(tmp, this, this.u4z_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().s4z_1));
|
|
229
229
|
};
|
|
230
230
|
function KLoggerNameResolver() {
|
|
231
231
|
}
|