@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1778 → 1.2.0-PR822-SNAPSHOT.1787

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.
Files changed (33) hide show
  1. package/Kermit-kermit-core.js +40 -40
  2. package/Kermit-kermit.js +5 -5
  3. package/antlr-kotlin-antlr-kotlin-runtime.js +3305 -3300
  4. package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
  5. package/colormath-root-colormath.js +557 -557
  6. package/fluid-locale.js +133 -133
  7. package/kotlin-kotlin-stdlib.js +581 -693
  8. package/kotlin-kotlin-stdlib.js.map +1 -1
  9. package/kotlin-mpp-godtools-tool-parser-module-common.js +2 -2
  10. package/kotlin-mpp-godtools-tool-parser-module-parser-base.js +376 -0
  11. package/kotlin-mpp-godtools-tool-parser-module-parser-base.js.map +1 -0
  12. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +396 -396
  13. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
  14. package/kotlin-mpp-godtools-tool-parser-module-parser.js +2854 -3121
  15. package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
  16. package/{kotlin-mpp-godtools-tool-parser-module-state.js → kotlin-mpp-godtools-tool-parser-module-renderer-state.js} +125 -125
  17. package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js.map +1 -0
  18. package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +224 -225
  19. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +11 -7
  20. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js.map +1 -1
  21. package/kotlinx-atomicfu.js +14 -14
  22. package/kotlinx-coroutines-core.js +2166 -2166
  23. package/kotlinx-coroutines-core.js.map +1 -1
  24. package/package.json +1 -1
  25. package/android-gto-support-gto-support-fluidsonic-locale.js +0 -22
  26. package/android-gto-support-gto-support-fluidsonic-locale.js.map +0 -1
  27. package/kotlin-js.js +0 -147
  28. package/kotlin-js.js.map +0 -1
  29. package/kotlin-mpp-godtools-tool-parser-module-state.js.map +0 -1
  30. package/seskar-core.js +0 -15
  31. package/seskar-core.js.map +0 -1
  32. package/seskar-react.js +0 -15
  33. package/seskar-react.js.map +0 -1
@@ -21,11 +21,11 @@
21
21
  var initMetadataForObject = kotlin_kotlin.$_$.j6;
22
22
  var VOID = kotlin_kotlin.$_$.d;
23
23
  var getStringHashCode = kotlin_kotlin.$_$.c6;
24
- var THROW_CCE = kotlin_kotlin.$_$.d9;
25
- var Enum = kotlin_kotlin.$_$.t8;
24
+ var THROW_CCE = kotlin_kotlin.$_$.b9;
25
+ var Enum = kotlin_kotlin.$_$.r8;
26
26
  var objectCreate = kotlin_kotlin.$_$.s6;
27
- var stackTraceToString = kotlin_kotlin.$_$.p9;
28
- var noWhenBranchMatchedException = kotlin_kotlin.$_$.o9;
27
+ var stackTraceToString = kotlin_kotlin.$_$.n9;
28
+ var noWhenBranchMatchedException = kotlin_kotlin.$_$.m9;
29
29
  //endregion
30
30
  //region block: pre-declaration
31
31
  initMetadataForClass(BaseLogger, 'BaseLogger');
@@ -48,7 +48,7 @@
48
48
  return _Message___get_message__impl__3t69n4(message);
49
49
  var sb = StringBuilder_init_$Create$();
50
50
  if (!(severity == null)) {
51
- sb.r7(this.o1s(severity)).r7(' ');
51
+ sb.r7(this.k33(severity)).r7(' ');
52
52
  }
53
53
  var tmp_1;
54
54
  var tmp_2 = tag;
@@ -60,7 +60,7 @@
60
60
  tmp_1 = false;
61
61
  }
62
62
  if (tmp_1) {
63
- sb.r7(this.p1s(tag)).r7(' ');
63
+ sb.r7(this.l33(tag)).r7(' ');
64
64
  }
65
65
  sb.r7(_Message___get_message__impl__3t69n4(message));
66
66
  return sb.toString();
@@ -79,18 +79,18 @@
79
79
  }
80
80
  var DEFAULT_MIN_SEVERITY;
81
81
  function BaseLogger(config) {
82
- this.i1s_1 = config;
82
+ this.e33_1 = config;
83
83
  }
84
- protoOf(BaseLogger).j1s = function () {
85
- return this.i1s_1;
84
+ protoOf(BaseLogger).f33 = function () {
85
+ return this.e33_1;
86
86
  };
87
- protoOf(BaseLogger).k1s = function (severity, tag, throwable, message) {
87
+ protoOf(BaseLogger).g33 = function (severity, tag, throwable, message) {
88
88
  // Inline function 'kotlin.collections.forEach' call
89
- var _iterator__ex2g4s = this.j1s().l1s().j();
89
+ var _iterator__ex2g4s = this.f33().h33().j();
90
90
  while (_iterator__ex2g4s.k()) {
91
91
  var element = _iterator__ex2g4s.l();
92
- if (element.n1s(tag, severity)) {
93
- element.m1s(severity, message, tag, throwable);
92
+ if (element.j33(tag, severity)) {
93
+ element.i33(severity, message, tag, throwable);
94
94
  }
95
95
  }
96
96
  };
@@ -103,7 +103,7 @@
103
103
  }
104
104
  function LogWriter() {
105
105
  }
106
- protoOf(LogWriter).n1s = function (tag, severity) {
106
+ protoOf(LogWriter).j33 = function (tag, severity) {
107
107
  return true;
108
108
  };
109
109
  function MessageStringFormatter() {
@@ -129,21 +129,21 @@
129
129
  function Tag__equals_impl_6ocp5g($this, other) {
130
130
  if (!(other instanceof Tag))
131
131
  return false;
132
- if (!($this === (other instanceof Tag ? other.r1s_1 : THROW_CCE())))
132
+ if (!($this === (other instanceof Tag ? other.n33_1 : THROW_CCE())))
133
133
  return false;
134
134
  return true;
135
135
  }
136
136
  function Tag(tag) {
137
- this.r1s_1 = tag;
137
+ this.n33_1 = tag;
138
138
  }
139
139
  protoOf(Tag).toString = function () {
140
- return Tag__toString_impl_tvevk7(this.r1s_1);
140
+ return Tag__toString_impl_tvevk7(this.n33_1);
141
141
  };
142
142
  protoOf(Tag).hashCode = function () {
143
- return Tag__hashCode_impl_848yrc(this.r1s_1);
143
+ return Tag__hashCode_impl_848yrc(this.n33_1);
144
144
  };
145
145
  protoOf(Tag).equals = function (other) {
146
- return Tag__equals_impl_6ocp5g(this.r1s_1, other);
146
+ return Tag__equals_impl_6ocp5g(this.n33_1, other);
147
147
  };
148
148
  function _Message___init__impl__p3e8y6(message) {
149
149
  return message;
@@ -194,11 +194,11 @@
194
194
  }
195
195
  function ConsoleWriter(messageStringFormatter, console) {
196
196
  LogWriter.call(this);
197
- this.s1s_1 = messageStringFormatter;
198
- this.t1s_1 = console;
197
+ this.o33_1 = messageStringFormatter;
198
+ this.p33_1 = console;
199
199
  }
200
- protoOf(ConsoleWriter).m1s = function (severity, message, tag, throwable) {
201
- var output = this.s1s_1.q1s(null, _Tag___init__impl__opaqzl(tag), _Message___init__impl__p3e8y6(message));
200
+ protoOf(ConsoleWriter).i33 = function (severity, message, tag, throwable) {
201
+ var output = this.o33_1.m33(null, _Tag___init__impl__opaqzl(tag), _Message___init__impl__p3e8y6(message));
202
202
  if (throwable == null)
203
203
  null;
204
204
  else {
@@ -208,17 +208,17 @@
208
208
  switch (severity.v1_1) {
209
209
  case 5:
210
210
  case 4:
211
- this.t1s_1.u1s(output);
211
+ this.p33_1.q33(output);
212
212
  break;
213
213
  case 3:
214
- this.t1s_1.v1s(output);
214
+ this.p33_1.r33(output);
215
215
  break;
216
216
  case 2:
217
- this.t1s_1.w1s(output);
217
+ this.p33_1.s33(output);
218
218
  break;
219
219
  case 1:
220
220
  case 0:
221
- this.t1s_1.x1s(output);
221
+ this.p33_1.t33(output);
222
222
  break;
223
223
  default:
224
224
  noWhenBranchMatchedException();
@@ -226,14 +226,14 @@
226
226
  }
227
227
  };
228
228
  function JsMutableLoggerConfig(logWriters) {
229
- this.y1s_1 = get_DEFAULT_MIN_SEVERITY();
230
- this.z1s_1 = logWriters;
229
+ this.u33_1 = get_DEFAULT_MIN_SEVERITY();
230
+ this.v33_1 = logWriters;
231
231
  }
232
- protoOf(JsMutableLoggerConfig).a1t = function () {
233
- return this.y1s_1;
232
+ protoOf(JsMutableLoggerConfig).w33 = function () {
233
+ return this.u33_1;
234
234
  };
235
- protoOf(JsMutableLoggerConfig).l1s = function () {
236
- return this.z1s_1;
235
+ protoOf(JsMutableLoggerConfig).h33 = function () {
236
+ return this.v33_1;
237
237
  };
238
238
  function mutableLoggerConfigInit(logWriters) {
239
239
  return new JsMutableLoggerConfig(logWriters);
@@ -244,16 +244,16 @@
244
244
  }
245
245
  function ConsoleActual() {
246
246
  }
247
- protoOf(ConsoleActual).u1s = function (output) {
247
+ protoOf(ConsoleActual).q33 = function (output) {
248
248
  console.error(output);
249
249
  };
250
- protoOf(ConsoleActual).v1s = function (output) {
250
+ protoOf(ConsoleActual).r33 = function (output) {
251
251
  console.warn(output);
252
252
  };
253
- protoOf(ConsoleActual).w1s = function (output) {
253
+ protoOf(ConsoleActual).s33 = function (output) {
254
254
  console.info(output);
255
255
  };
256
- protoOf(ConsoleActual).x1s = function (output) {
256
+ protoOf(ConsoleActual).t33 = function (output) {
257
257
  console.log(output);
258
258
  };
259
259
  var ConsoleActual_instance;
@@ -261,9 +261,9 @@
261
261
  return ConsoleActual_instance;
262
262
  }
263
263
  //region block: post-declaration
264
- protoOf(DefaultFormatter).o1s = formatSeverity;
265
- protoOf(DefaultFormatter).p1s = formatTag;
266
- protoOf(DefaultFormatter).q1s = formatMessage;
264
+ protoOf(DefaultFormatter).k33 = formatSeverity;
265
+ protoOf(DefaultFormatter).l33 = formatTag;
266
+ protoOf(DefaultFormatter).m33 = formatMessage;
267
267
  //endregion
268
268
  //region block: init
269
269
  DefaultFormatter_instance = new DefaultFormatter();
package/Kermit-kermit.js CHANGED
@@ -34,13 +34,13 @@
34
34
  Companion_instance = this;
35
35
  Logger.call(this, mutableLoggerConfigInit(listOf(platformLogWriter())), '');
36
36
  }
37
- protoOf(Companion).d1t = function (tag, throwable, message) {
38
- if (this.j1s().a1t().y1(Severity_Error_getInstance()) <= 0) {
37
+ protoOf(Companion).z33 = function (tag, throwable, message) {
38
+ if (this.f33().w33().y1(Severity_Error_getInstance()) <= 0) {
39
39
  var tmp1 = Severity_Error_getInstance();
40
40
  // Inline function 'co.touchlab.kermit.BaseLogger.log' call
41
41
  var message_0 = message();
42
- if (this.j1s().a1t().y1(tmp1) <= 0) {
43
- this.k1s(tmp1, tag, throwable, message_0);
42
+ if (this.f33().w33().y1(tmp1) <= 0) {
43
+ this.g33(tmp1, tag, throwable, message_0);
44
44
  }
45
45
  }
46
46
  };
@@ -54,7 +54,7 @@
54
54
  Companion_getInstance();
55
55
  tag = tag === VOID ? '' : tag;
56
56
  BaseLogger.call(this, config);
57
- this.f1t_1 = tag;
57
+ this.b34_1 = tag;
58
58
  }
59
59
  var defaultTag;
60
60
  //region block: init