@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1176 → 0.9.0-SNAPSHOT.1177
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/Napier-napier-js-ir.js +26 -26
- package/antlr-kotlin-antlr-kotlin-runtime-js-ir.js +3013 -2951
- package/antlr-kotlin-antlr-kotlin-runtime-js-ir.js.map +1 -1
- package/colormath-root-colormath-js-ir.js +473 -473
- package/fluid-locale-js-ir.js +125 -125
- package/kotlin-mpp-godtools-tool-parser-npm.d.ts +61 -8
- package/kotlin-mpp-godtools-tool-parser-parser-expressions.js +647 -322
- package/kotlin-mpp-godtools-tool-parser-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-parser.js +1911 -1714
- package/kotlin-mpp-godtools-tool-parser-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-state.js +90 -90
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +244 -72
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
package/Napier-napier-js-ir.js
CHANGED
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
}
|
|
65
65
|
function Napier() {
|
|
66
66
|
Napier_instance = this;
|
|
67
|
-
this.
|
|
67
|
+
this.o2l_1 = AtomicMutableList_init_$Create$();
|
|
68
68
|
}
|
|
69
|
-
protoOf(Napier).
|
|
69
|
+
protoOf(Napier).p2l = function (priority, tag) {
|
|
70
70
|
var tmp$ret$0;
|
|
71
71
|
$l$block_0: {
|
|
72
72
|
// Inline function 'kotlin.collections.any' call
|
|
73
|
-
var tmp0_any = this.
|
|
73
|
+
var tmp0_any = this.o2l_1;
|
|
74
74
|
var tmp;
|
|
75
75
|
if (isInterface(tmp0_any, Collection)) {
|
|
76
76
|
tmp = tmp0_any.m();
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
var element = tmp0_iterator.h();
|
|
87
87
|
var tmp$ret$1;
|
|
88
88
|
// Inline function 'io.github.aakira.napier.Napier.isEnable.<anonymous>' call
|
|
89
|
-
tmp$ret$1 = element.
|
|
89
|
+
tmp$ret$1 = element.p2l(priority, tag);
|
|
90
90
|
if (tmp$ret$1) {
|
|
91
91
|
tmp$ret$0 = true;
|
|
92
92
|
break $l$block_0;
|
|
@@ -96,28 +96,28 @@
|
|
|
96
96
|
}
|
|
97
97
|
return tmp$ret$0;
|
|
98
98
|
};
|
|
99
|
-
protoOf(Napier).
|
|
99
|
+
protoOf(Napier).q2l = function (priority, tag, throwable, message) {
|
|
100
100
|
// Inline function 'kotlin.collections.forEach' call
|
|
101
|
-
var tmp0_forEach = this.
|
|
101
|
+
var tmp0_forEach = this.o2l_1;
|
|
102
102
|
var tmp0_iterator = tmp0_forEach.f();
|
|
103
103
|
while (tmp0_iterator.g()) {
|
|
104
104
|
var element = tmp0_iterator.h();
|
|
105
105
|
// Inline function 'io.github.aakira.napier.Napier.rawLog.<anonymous>' call
|
|
106
|
-
element.
|
|
106
|
+
element.q2l(priority, tag, throwable, message);
|
|
107
107
|
}
|
|
108
108
|
};
|
|
109
|
-
protoOf(Napier).
|
|
110
|
-
this.
|
|
109
|
+
protoOf(Napier).r2l = function (message, throwable, tag) {
|
|
110
|
+
this.s2l(LogLevel_DEBUG_getInstance(), tag, throwable, message);
|
|
111
111
|
};
|
|
112
|
-
protoOf(Napier).
|
|
113
|
-
this.
|
|
112
|
+
protoOf(Napier).t2l = function (message, throwable, tag) {
|
|
113
|
+
this.s2l(LogLevel_ERROR_getInstance(), tag, throwable, message);
|
|
114
114
|
};
|
|
115
|
-
protoOf(Napier).
|
|
116
|
-
this.
|
|
115
|
+
protoOf(Napier).u2l = function (throwable, tag, message) {
|
|
116
|
+
this.s2l(LogLevel_ERROR_getInstance(), tag, throwable, message());
|
|
117
117
|
};
|
|
118
|
-
protoOf(Napier).
|
|
119
|
-
if (this.
|
|
120
|
-
this.
|
|
118
|
+
protoOf(Napier).s2l = function (priority, tag, throwable, message) {
|
|
119
|
+
if (this.p2l(priority, tag)) {
|
|
120
|
+
this.q2l(priority, tag, throwable, message);
|
|
121
121
|
}
|
|
122
122
|
};
|
|
123
123
|
var Napier_instance;
|
|
@@ -138,16 +138,16 @@
|
|
|
138
138
|
}
|
|
139
139
|
function AtomicMutableList(value) {
|
|
140
140
|
AbstractList.call(this);
|
|
141
|
-
this.
|
|
141
|
+
this.v2l_1 = new AtomicRef(value);
|
|
142
142
|
}
|
|
143
143
|
protoOf(AtomicMutableList).i = function () {
|
|
144
|
-
return this.
|
|
144
|
+
return this.v2l_1.w2l_1.i();
|
|
145
145
|
};
|
|
146
146
|
protoOf(AtomicMutableList).m = function () {
|
|
147
|
-
return this.
|
|
147
|
+
return this.v2l_1.w2l_1.m();
|
|
148
148
|
};
|
|
149
149
|
protoOf(AtomicMutableList).p = function (element) {
|
|
150
|
-
return this.
|
|
150
|
+
return this.v2l_1.w2l_1.v(element);
|
|
151
151
|
};
|
|
152
152
|
protoOf(AtomicMutableList).v = function (element) {
|
|
153
153
|
if (!(element == null ? true : isObject(element)))
|
|
@@ -155,21 +155,21 @@
|
|
|
155
155
|
return this.p((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
156
156
|
};
|
|
157
157
|
protoOf(AtomicMutableList).j = function (index) {
|
|
158
|
-
return this.
|
|
158
|
+
return this.v2l_1.w2l_1.j(index);
|
|
159
159
|
};
|
|
160
|
-
protoOf(AtomicMutableList).
|
|
161
|
-
return this.
|
|
160
|
+
protoOf(AtomicMutableList).x2l = function (element) {
|
|
161
|
+
return this.v2l_1.w2l_1.l1(element);
|
|
162
162
|
};
|
|
163
163
|
protoOf(AtomicMutableList).l1 = function (element) {
|
|
164
164
|
if (!(element == null ? true : isObject(element)))
|
|
165
165
|
return -1;
|
|
166
|
-
return this.
|
|
166
|
+
return this.x2l((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
167
167
|
};
|
|
168
168
|
protoOf(AtomicMutableList).f = function () {
|
|
169
|
-
return this.
|
|
169
|
+
return this.v2l_1.w2l_1.f();
|
|
170
170
|
};
|
|
171
171
|
function AtomicRef(value) {
|
|
172
|
-
this.
|
|
172
|
+
this.w2l_1 = value;
|
|
173
173
|
}
|
|
174
174
|
//region block: exports
|
|
175
175
|
_.$_$ = _.$_$ || {};
|