@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1259 → 0.9.0-SNAPSHOT.1265
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/88b0986a7186d029-atomicfu-js-ir.js +12 -12
- package/Napier-napier-js-ir.js +37 -37
- package/antlr-kotlin-antlr-kotlin-runtime-js-ir.js +3124 -3124
- package/colormath-root-colormath-js-ir.js +790 -790
- package/fluid-locale-js-ir.js +160 -160
- package/kotlin-kotlin-stdlib-js-ir.js +1118 -1088
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-npm.d.ts +143 -10
- package/kotlin-mpp-godtools-tool-parser-parser-expressions.js +433 -433
- package/kotlin-mpp-godtools-tool-parser-parser.js +2648 -2494
- package/kotlin-mpp-godtools-tool-parser-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-state.js +237 -237
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +2800 -2156
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
}(this, function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
16
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
17
|
-
var VOID = kotlin_kotlin.$_$.
|
|
18
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
19
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
20
|
-
var toString = kotlin_kotlin.$_$.
|
|
15
|
+
var protoOf = kotlin_kotlin.$_$.p6;
|
|
16
|
+
var objectMeta = kotlin_kotlin.$_$.o6;
|
|
17
|
+
var VOID = kotlin_kotlin.$_$.s9;
|
|
18
|
+
var setMetadataFor = kotlin_kotlin.$_$.q6;
|
|
19
|
+
var classMeta = kotlin_kotlin.$_$.t5;
|
|
20
|
+
var toString = kotlin_kotlin.$_$.p9;
|
|
21
21
|
//endregion
|
|
22
22
|
//region block: pre-declaration
|
|
23
23
|
setMetadataFor(atomicfu$TraceBase, 'TraceBase', classMeta);
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
function AtomicRef(value) {
|
|
50
50
|
this.kotlinx$atomicfu$value = value;
|
|
51
51
|
}
|
|
52
|
-
protoOf(AtomicRef).
|
|
52
|
+
protoOf(AtomicRef).if = function (_set____db54di) {
|
|
53
53
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
54
54
|
};
|
|
55
|
-
protoOf(AtomicRef).
|
|
55
|
+
protoOf(AtomicRef).jf = function () {
|
|
56
56
|
return this.kotlinx$atomicfu$value;
|
|
57
57
|
};
|
|
58
58
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
function AtomicBoolean(value) {
|
|
76
76
|
this.kotlinx$atomicfu$value = value;
|
|
77
77
|
}
|
|
78
|
-
protoOf(AtomicBoolean).
|
|
78
|
+
protoOf(AtomicBoolean).kf = function (_set____db54di) {
|
|
79
79
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
80
80
|
};
|
|
81
|
-
protoOf(AtomicBoolean).
|
|
81
|
+
protoOf(AtomicBoolean).jf = function () {
|
|
82
82
|
return this.kotlinx$atomicfu$value;
|
|
83
83
|
};
|
|
84
84
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
function AtomicInt(value) {
|
|
102
102
|
this.kotlinx$atomicfu$value = value;
|
|
103
103
|
}
|
|
104
|
-
protoOf(AtomicInt).
|
|
104
|
+
protoOf(AtomicInt).lf = function (_set____db54di) {
|
|
105
105
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
106
106
|
};
|
|
107
|
-
protoOf(AtomicInt).
|
|
107
|
+
protoOf(AtomicInt).jf = function () {
|
|
108
108
|
return this.kotlinx$atomicfu$value;
|
|
109
109
|
};
|
|
110
110
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
package/Napier-napier-js-ir.js
CHANGED
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
15
|
var Unit_getInstance = kotlin_kotlin.$_$.k2;
|
|
16
|
-
var Enum = kotlin_kotlin.$_$.
|
|
17
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
18
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
19
|
-
var VOID = kotlin_kotlin.$_$.
|
|
20
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
16
|
+
var Enum = kotlin_kotlin.$_$.r8;
|
|
17
|
+
var protoOf = kotlin_kotlin.$_$.p6;
|
|
18
|
+
var classMeta = kotlin_kotlin.$_$.t5;
|
|
19
|
+
var VOID = kotlin_kotlin.$_$.s9;
|
|
20
|
+
var setMetadataFor = kotlin_kotlin.$_$.q6;
|
|
21
21
|
var Collection = kotlin_kotlin.$_$.n2;
|
|
22
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
23
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
24
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
25
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
22
|
+
var isInterface = kotlin_kotlin.$_$.f6;
|
|
23
|
+
var objectMeta = kotlin_kotlin.$_$.o6;
|
|
24
|
+
var emptyList = kotlin_kotlin.$_$.f3;
|
|
25
|
+
var objectCreate = kotlin_kotlin.$_$.n6;
|
|
26
26
|
var AbstractList = kotlin_kotlin.$_$.l2;
|
|
27
|
-
var isObject = kotlin_kotlin.$_$.
|
|
28
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
27
|
+
var isObject = kotlin_kotlin.$_$.h6;
|
|
28
|
+
var THROW_CCE = kotlin_kotlin.$_$.c9;
|
|
29
29
|
//endregion
|
|
30
30
|
//region block: pre-declaration
|
|
31
31
|
setMetadataFor(LogLevel, 'LogLevel', classMeta, Enum);
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
}
|
|
65
65
|
function Napier() {
|
|
66
66
|
Napier_instance = this;
|
|
67
|
-
this.
|
|
67
|
+
this.t2r_1 = AtomicMutableList_init_$Create$();
|
|
68
68
|
}
|
|
69
|
-
protoOf(Napier).
|
|
69
|
+
protoOf(Napier).u2r = 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.t2r_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.u2r(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).v2r = function (priority, tag, throwable, message) {
|
|
100
100
|
// Inline function 'kotlin.collections.forEach' call
|
|
101
|
-
var tmp0_forEach = this.
|
|
101
|
+
var tmp0_forEach = this.t2r_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.v2r(priority, tag, throwable, message);
|
|
107
107
|
}
|
|
108
108
|
};
|
|
109
|
-
protoOf(Napier).
|
|
110
|
-
this.
|
|
109
|
+
protoOf(Napier).w2r = function (message, throwable, tag) {
|
|
110
|
+
this.x2r(LogLevel_DEBUG_getInstance(), tag, throwable, message);
|
|
111
111
|
};
|
|
112
|
-
protoOf(Napier).
|
|
113
|
-
this.
|
|
112
|
+
protoOf(Napier).y2r = function (message, throwable, tag) {
|
|
113
|
+
this.x2r(LogLevel_ERROR_getInstance(), tag, throwable, message);
|
|
114
114
|
};
|
|
115
|
-
protoOf(Napier).
|
|
116
|
-
this.
|
|
115
|
+
protoOf(Napier).z2r = function (throwable, tag, message) {
|
|
116
|
+
this.x2r(LogLevel_ERROR_getInstance(), tag, throwable, message());
|
|
117
117
|
};
|
|
118
|
-
protoOf(Napier).
|
|
119
|
-
if (this.
|
|
120
|
-
this.
|
|
118
|
+
protoOf(Napier).x2r = function (priority, tag, throwable, message) {
|
|
119
|
+
if (this.u2r(priority, tag)) {
|
|
120
|
+
this.v2r(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.a2s_1 = new AtomicRef(value);
|
|
142
142
|
}
|
|
143
143
|
protoOf(AtomicMutableList).i = function () {
|
|
144
|
-
return this.
|
|
144
|
+
return this.a2s_1.b2s_1.i();
|
|
145
145
|
};
|
|
146
146
|
protoOf(AtomicMutableList).m = function () {
|
|
147
|
-
return this.
|
|
147
|
+
return this.a2s_1.b2s_1.m();
|
|
148
148
|
};
|
|
149
149
|
protoOf(AtomicMutableList).p = function (element) {
|
|
150
|
-
return this.
|
|
150
|
+
return this.a2s_1.b2s_1.y(element);
|
|
151
151
|
};
|
|
152
152
|
protoOf(AtomicMutableList).y = 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.a2s_1.b2s_1.j(index);
|
|
159
159
|
};
|
|
160
|
-
protoOf(AtomicMutableList).
|
|
161
|
-
return this.
|
|
160
|
+
protoOf(AtomicMutableList).c2s = function (element) {
|
|
161
|
+
return this.a2s_1.b2s_1.o1(element);
|
|
162
162
|
};
|
|
163
163
|
protoOf(AtomicMutableList).o1 = function (element) {
|
|
164
164
|
if (!(element == null ? true : isObject(element)))
|
|
165
165
|
return -1;
|
|
166
|
-
return this.
|
|
166
|
+
return this.c2s((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
167
167
|
};
|
|
168
168
|
protoOf(AtomicMutableList).f = function () {
|
|
169
|
-
return this.
|
|
169
|
+
return this.a2s_1.b2s_1.f();
|
|
170
170
|
};
|
|
171
171
|
function AtomicRef(value) {
|
|
172
|
-
this.
|
|
172
|
+
this.b2s_1 = value;
|
|
173
173
|
}
|
|
174
174
|
//region block: exports
|
|
175
175
|
_.$_$ = _.$_$ || {};
|