@cruglobal/godtools-shared 1.3.2-SNAPSHOT.2205 → 1.3.2-SNAPSHOT.2210
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/Kermit-kermit-core.js +49 -49
- package/Kermit-kermit-core.js.map +1 -1
- package/Kermit-kermit.js +8 -8
- package/antlr-kotlin-antlr-kotlin-runtime.js +3114 -3114
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/colormath-root-colormath.js +617 -617
- package/colormath-root-colormath.js.map +1 -1
- package/fluid-locale.js +153 -153
- package/fluid-locale.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +2100 -2062
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-common.js +3 -3
- package/kotlin-mpp-godtools-tool-parser-module-common.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-base.js +54 -54
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +603 -605
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2774 -2774
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js +473 -477
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +405 -317
- package/kotlinx-atomicfu.js +21 -21
- package/kotlinx-coroutines-core.js +2837 -2844
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/kotlinx-atomicfu.js
CHANGED
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
}(function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
16
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
17
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
18
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
15
|
+
var protoOf = kotlin_kotlin.$_$.k7;
|
|
16
|
+
var defineProp = kotlin_kotlin.$_$.n6;
|
|
17
|
+
var initMetadataForClass = kotlin_kotlin.$_$.v6;
|
|
18
|
+
var initMetadataForObject = kotlin_kotlin.$_$.a7;
|
|
19
19
|
var VOID = kotlin_kotlin.$_$.b;
|
|
20
20
|
var toString = kotlin_kotlin.$_$.ha;
|
|
21
|
-
var equalsLong = kotlin_kotlin.$_$.
|
|
22
|
-
var get_ONE = kotlin_kotlin.$_$.
|
|
23
|
-
var add = kotlin_kotlin.$_$.
|
|
24
|
-
var subtract = kotlin_kotlin.$_$.
|
|
21
|
+
var equalsLong = kotlin_kotlin.$_$.y5;
|
|
22
|
+
var get_ONE = kotlin_kotlin.$_$.s5;
|
|
23
|
+
var add = kotlin_kotlin.$_$.t5;
|
|
24
|
+
var subtract = kotlin_kotlin.$_$.e6;
|
|
25
25
|
//endregion
|
|
26
26
|
//region block: pre-declaration
|
|
27
27
|
initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
42
42
|
tmp_0 = tmp_0 + 1 | 0;
|
|
43
43
|
}
|
|
44
|
-
tmp.
|
|
44
|
+
tmp.k1j_1 = tmp_1;
|
|
45
45
|
}
|
|
46
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
47
|
-
return this.
|
|
46
|
+
protoOf(atomicfu$AtomicRefArray$ref).l1j = function () {
|
|
47
|
+
return this.k1j_1.length;
|
|
48
48
|
};
|
|
49
49
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
50
|
-
return this.
|
|
50
|
+
return this.k1j_1[index];
|
|
51
51
|
};
|
|
52
52
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
53
53
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
function AtomicInt(value) {
|
|
76
76
|
this.kotlinx$atomicfu$value = value;
|
|
77
77
|
}
|
|
78
|
-
protoOf(AtomicInt).
|
|
78
|
+
protoOf(AtomicInt).m1j = function (_set____db54di) {
|
|
79
79
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
80
80
|
};
|
|
81
|
-
protoOf(AtomicInt).
|
|
81
|
+
protoOf(AtomicInt).n1j = function () {
|
|
82
82
|
return this.kotlinx$atomicfu$value;
|
|
83
83
|
};
|
|
84
84
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -128,10 +128,10 @@
|
|
|
128
128
|
function AtomicRef(value) {
|
|
129
129
|
this.kotlinx$atomicfu$value = value;
|
|
130
130
|
}
|
|
131
|
-
protoOf(AtomicRef).
|
|
131
|
+
protoOf(AtomicRef).o1j = function (_set____db54di) {
|
|
132
132
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
133
133
|
};
|
|
134
|
-
protoOf(AtomicRef).
|
|
134
|
+
protoOf(AtomicRef).n1j = function () {
|
|
135
135
|
return this.kotlinx$atomicfu$value;
|
|
136
136
|
};
|
|
137
137
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
function AtomicBoolean(value) {
|
|
155
155
|
this.kotlinx$atomicfu$value = value;
|
|
156
156
|
}
|
|
157
|
-
protoOf(AtomicBoolean).
|
|
157
|
+
protoOf(AtomicBoolean).p1j = function (_set____db54di) {
|
|
158
158
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
159
159
|
};
|
|
160
|
-
protoOf(AtomicBoolean).
|
|
160
|
+
protoOf(AtomicBoolean).n1j = function () {
|
|
161
161
|
return this.kotlinx$atomicfu$value;
|
|
162
162
|
};
|
|
163
163
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -180,10 +180,10 @@
|
|
|
180
180
|
function AtomicLong(value) {
|
|
181
181
|
this.kotlinx$atomicfu$value = value;
|
|
182
182
|
}
|
|
183
|
-
protoOf(AtomicLong).
|
|
183
|
+
protoOf(AtomicLong).q1j = function (_set____db54di) {
|
|
184
184
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
185
185
|
};
|
|
186
|
-
protoOf(AtomicLong).
|
|
186
|
+
protoOf(AtomicLong).n1j = function () {
|
|
187
187
|
return this.kotlinx$atomicfu$value;
|
|
188
188
|
};
|
|
189
189
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
return new AtomicLong(initial);
|
|
248
248
|
}
|
|
249
249
|
//region block: post-declaration
|
|
250
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
250
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).l1j);
|
|
251
251
|
//endregion
|
|
252
252
|
//region block: exports
|
|
253
253
|
_.$_$ = _.$_$ || {};
|