@cruglobal/godtools-shared 0.9.3-PR535-SNAPSHOT.1400 → 0.9.3-PR569-SNAPSHOT.1427
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 +20 -20
- package/Napier-napier-js-ir.js +41 -41
- package/antlr-kotlin-antlr-kotlin-runtime.js +9574 -0
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -0
- package/colormath-root-colormath.js +757 -757
- package/fluid-locale.js +162 -162
- package/{uuid-js-ir.js → kotlin-js.js} +2 -2
- package/kotlin-kotlin-stdlib.js +2143 -1763
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +628 -591
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2300 -2300
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js +246 -246
- package/kotlin-mpp-godtools-tool-parser-module-state.js.map +1 -1
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +2694 -2694
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
- package/seskar-core.js +15 -0
- package/seskar-core.js.map +1 -0
- package/seskar-react.js +15 -0
- package/seskar-react.js.map +1 -0
- package/antlr-kotlin-antlr-kotlin-runtime-js-ir.js +0 -8788
- package/antlr-kotlin-antlr-kotlin-runtime-js-ir.js.map +0 -1
- /package/{uuid-js-ir.js.map → kotlin-js.js.map} +0 -0
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
}(this, function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
16
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
17
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
18
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
19
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
20
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
21
|
-
var toString = kotlin_kotlin.$_$.
|
|
15
|
+
var fillArrayVal = kotlin_kotlin.$_$.x5;
|
|
16
|
+
var protoOf = kotlin_kotlin.$_$.o6;
|
|
17
|
+
var defineProp = kotlin_kotlin.$_$.v5;
|
|
18
|
+
var classMeta = kotlin_kotlin.$_$.t5;
|
|
19
|
+
var setMetadataFor = kotlin_kotlin.$_$.p6;
|
|
20
|
+
var objectMeta = kotlin_kotlin.$_$.n6;
|
|
21
|
+
var toString = kotlin_kotlin.$_$.p9;
|
|
22
22
|
var VOID = kotlin_kotlin.$_$.c;
|
|
23
23
|
//endregion
|
|
24
24
|
//region block: pre-declaration
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
40
40
|
tmp_0 = tmp_0 + 1 | 0;
|
|
41
41
|
}
|
|
42
|
-
tmp.
|
|
42
|
+
tmp.gi_1 = tmp_1;
|
|
43
43
|
}
|
|
44
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
45
|
-
return this.
|
|
44
|
+
protoOf(atomicfu$AtomicRefArray$ref).hi = function () {
|
|
45
|
+
return this.gi_1.length;
|
|
46
46
|
};
|
|
47
47
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
48
|
-
return this.
|
|
48
|
+
return this.gi_1[index];
|
|
49
49
|
};
|
|
50
50
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
51
51
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
function AtomicRef(value) {
|
|
74
74
|
this.kotlinx$atomicfu$value = value;
|
|
75
75
|
}
|
|
76
|
-
protoOf(AtomicRef).
|
|
76
|
+
protoOf(AtomicRef).ii = function (_set____db54di) {
|
|
77
77
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
78
78
|
};
|
|
79
|
-
protoOf(AtomicRef).
|
|
79
|
+
protoOf(AtomicRef).ji = function () {
|
|
80
80
|
return this.kotlinx$atomicfu$value;
|
|
81
81
|
};
|
|
82
82
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
function AtomicBoolean(value) {
|
|
100
100
|
this.kotlinx$atomicfu$value = value;
|
|
101
101
|
}
|
|
102
|
-
protoOf(AtomicBoolean).
|
|
102
|
+
protoOf(AtomicBoolean).ki = function (_set____db54di) {
|
|
103
103
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
104
104
|
};
|
|
105
|
-
protoOf(AtomicBoolean).
|
|
105
|
+
protoOf(AtomicBoolean).ji = function () {
|
|
106
106
|
return this.kotlinx$atomicfu$value;
|
|
107
107
|
};
|
|
108
108
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
function AtomicInt(value) {
|
|
126
126
|
this.kotlinx$atomicfu$value = value;
|
|
127
127
|
}
|
|
128
|
-
protoOf(AtomicInt).
|
|
128
|
+
protoOf(AtomicInt).li = function (_set____db54di) {
|
|
129
129
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
130
130
|
};
|
|
131
|
-
protoOf(AtomicInt).
|
|
131
|
+
protoOf(AtomicInt).ji = function () {
|
|
132
132
|
return this.kotlinx$atomicfu$value;
|
|
133
133
|
};
|
|
134
134
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -178,10 +178,10 @@
|
|
|
178
178
|
function AtomicLong(value) {
|
|
179
179
|
this.kotlinx$atomicfu$value = value;
|
|
180
180
|
}
|
|
181
|
-
protoOf(AtomicLong).
|
|
181
|
+
protoOf(AtomicLong).mi = function (_set____db54di) {
|
|
182
182
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
183
183
|
};
|
|
184
|
-
protoOf(AtomicLong).
|
|
184
|
+
protoOf(AtomicLong).ji = function () {
|
|
185
185
|
return this.kotlinx$atomicfu$value;
|
|
186
186
|
};
|
|
187
187
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
return new AtomicLong(initial);
|
|
246
246
|
}
|
|
247
247
|
//region block: post-declaration
|
|
248
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
248
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).hi);
|
|
249
249
|
//endregion
|
|
250
250
|
//region block: exports
|
|
251
251
|
_.$_$ = _.$_$ || {};
|
package/Napier-napier-js-ir.js
CHANGED
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
}(this, function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
16
|
-
var Enum = kotlin_kotlin.$_$.
|
|
17
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
18
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
19
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
20
|
-
var Collection = kotlin_kotlin.$_$.
|
|
21
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
22
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
23
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
24
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
25
|
-
var AbstractList = kotlin_kotlin.$_$.
|
|
26
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
15
|
+
var Unit_instance = kotlin_kotlin.$_$.m2;
|
|
16
|
+
var Enum = kotlin_kotlin.$_$.s8;
|
|
17
|
+
var protoOf = kotlin_kotlin.$_$.o6;
|
|
18
|
+
var classMeta = kotlin_kotlin.$_$.t5;
|
|
19
|
+
var setMetadataFor = kotlin_kotlin.$_$.p6;
|
|
20
|
+
var Collection = kotlin_kotlin.$_$.p2;
|
|
21
|
+
var isInterface = kotlin_kotlin.$_$.g6;
|
|
22
|
+
var objectMeta = kotlin_kotlin.$_$.n6;
|
|
23
|
+
var emptyList = kotlin_kotlin.$_$.i3;
|
|
24
|
+
var objectCreate = kotlin_kotlin.$_$.m6;
|
|
25
|
+
var AbstractList = kotlin_kotlin.$_$.n2;
|
|
26
|
+
var THROW_CCE = kotlin_kotlin.$_$.c9;
|
|
27
27
|
var VOID = kotlin_kotlin.$_$.c;
|
|
28
28
|
//endregion
|
|
29
29
|
//region block: pre-declaration
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
}
|
|
64
64
|
function Napier() {
|
|
65
65
|
Napier_instance = this;
|
|
66
|
-
this.
|
|
66
|
+
this.q1q_1 = AtomicMutableList_init_$Create$();
|
|
67
67
|
}
|
|
68
|
-
protoOf(Napier).
|
|
68
|
+
protoOf(Napier).r1q = function (priority, tag) {
|
|
69
69
|
var tmp$ret$0;
|
|
70
70
|
$l$block_0: {
|
|
71
71
|
// Inline function 'kotlin.collections.any' call
|
|
72
|
-
var this_0 = this.
|
|
72
|
+
var this_0 = this.q1q_1;
|
|
73
73
|
var tmp;
|
|
74
74
|
if (isInterface(this_0, Collection)) {
|
|
75
75
|
tmp = this_0.x();
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
while (tmp0_iterator.t()) {
|
|
85
85
|
var element = tmp0_iterator.u();
|
|
86
86
|
// Inline function 'io.github.aakira.napier.Napier.isEnable.<anonymous>' call
|
|
87
|
-
if (element.
|
|
87
|
+
if (element.r1q(priority, tag)) {
|
|
88
88
|
tmp$ret$0 = true;
|
|
89
89
|
break $l$block_0;
|
|
90
90
|
}
|
|
@@ -93,27 +93,27 @@
|
|
|
93
93
|
}
|
|
94
94
|
return tmp$ret$0;
|
|
95
95
|
};
|
|
96
|
-
protoOf(Napier).
|
|
96
|
+
protoOf(Napier).s1q = function (priority, tag, throwable, message) {
|
|
97
97
|
// Inline function 'kotlin.collections.forEach' call
|
|
98
|
-
var tmp0_iterator = this.
|
|
98
|
+
var tmp0_iterator = this.q1q_1.s();
|
|
99
99
|
while (tmp0_iterator.t()) {
|
|
100
100
|
var element = tmp0_iterator.u();
|
|
101
101
|
// Inline function 'io.github.aakira.napier.Napier.rawLog.<anonymous>' call
|
|
102
|
-
element.
|
|
102
|
+
element.s1q(priority, tag, throwable, message);
|
|
103
103
|
}
|
|
104
104
|
};
|
|
105
|
-
protoOf(Napier).
|
|
106
|
-
this.
|
|
105
|
+
protoOf(Napier).t1q = function (message, throwable, tag) {
|
|
106
|
+
this.u1q(LogLevel_DEBUG_getInstance(), tag, throwable, message);
|
|
107
107
|
};
|
|
108
|
-
protoOf(Napier).
|
|
109
|
-
this.
|
|
108
|
+
protoOf(Napier).v1q = function (message, throwable, tag) {
|
|
109
|
+
this.u1q(LogLevel_ERROR_getInstance(), tag, throwable, message);
|
|
110
110
|
};
|
|
111
|
-
protoOf(Napier).
|
|
112
|
-
this.
|
|
111
|
+
protoOf(Napier).w1q = function (throwable, tag, message) {
|
|
112
|
+
this.u1q(LogLevel_ERROR_getInstance(), tag, throwable, message());
|
|
113
113
|
};
|
|
114
|
-
protoOf(Napier).
|
|
115
|
-
if (this.
|
|
116
|
-
this.
|
|
114
|
+
protoOf(Napier).u1q = function (priority, tag, throwable, message) {
|
|
115
|
+
if (this.r1q(priority, tag)) {
|
|
116
|
+
this.s1q(priority, tag, throwable, message);
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
var Napier_instance;
|
|
@@ -133,38 +133,38 @@
|
|
|
133
133
|
}
|
|
134
134
|
function AtomicMutableList(value) {
|
|
135
135
|
AbstractList.call(this);
|
|
136
|
-
this.
|
|
136
|
+
this.x1q_1 = new AtomicRef(value);
|
|
137
137
|
}
|
|
138
138
|
protoOf(AtomicMutableList).l = function () {
|
|
139
|
-
return this.
|
|
139
|
+
return this.x1q_1.y1q_1.l();
|
|
140
140
|
};
|
|
141
141
|
protoOf(AtomicMutableList).x = function () {
|
|
142
|
-
return this.
|
|
142
|
+
return this.x1q_1.y1q_1.x();
|
|
143
143
|
};
|
|
144
|
-
protoOf(AtomicMutableList).
|
|
145
|
-
return this.
|
|
144
|
+
protoOf(AtomicMutableList).be = function (element) {
|
|
145
|
+
return this.x1q_1.y1q_1.v(element);
|
|
146
146
|
};
|
|
147
147
|
protoOf(AtomicMutableList).v = function (element) {
|
|
148
148
|
if (!(element == null ? true : !(element == null)))
|
|
149
149
|
return false;
|
|
150
|
-
return this.
|
|
150
|
+
return this.be((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
151
151
|
};
|
|
152
152
|
protoOf(AtomicMutableList).b1 = function (index) {
|
|
153
|
-
return this.
|
|
153
|
+
return this.x1q_1.y1q_1.b1(index);
|
|
154
154
|
};
|
|
155
|
-
protoOf(AtomicMutableList).
|
|
156
|
-
return this.
|
|
155
|
+
protoOf(AtomicMutableList).z1q = function (element) {
|
|
156
|
+
return this.x1q_1.y1q_1.t1(element);
|
|
157
157
|
};
|
|
158
|
-
protoOf(AtomicMutableList).
|
|
158
|
+
protoOf(AtomicMutableList).t1 = function (element) {
|
|
159
159
|
if (!(element == null ? true : !(element == null)))
|
|
160
160
|
return -1;
|
|
161
|
-
return this.
|
|
161
|
+
return this.z1q((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
162
162
|
};
|
|
163
163
|
protoOf(AtomicMutableList).s = function () {
|
|
164
|
-
return this.
|
|
164
|
+
return this.x1q_1.y1q_1.s();
|
|
165
165
|
};
|
|
166
166
|
function AtomicRef(value) {
|
|
167
|
-
this.
|
|
167
|
+
this.y1q_1 = value;
|
|
168
168
|
}
|
|
169
169
|
//region block: exports
|
|
170
170
|
_.$_$ = _.$_$ || {};
|