@glandais/vcyclist-elevation 1.0.0 → 1.1.1
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/README.md +46 -2
- package/kotlin-kotlin-stdlib.js +136 -46
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +17 -17
- package/kotlinx-coroutines-core.js +994 -994
- package/package.json +4 -2
- package/vcyclist-elevation.js +784 -535
- package/vcyclist-elevation.js.map +1 -1
package/kotlinx-atomicfu.js
CHANGED
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
}(function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
15
|
+
var protoOf = kotlin_kotlin.$_$.p3;
|
|
16
16
|
var defineProp = kotlin_kotlin.$_$.x2;
|
|
17
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
18
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
17
|
+
var initMetadataForClass = kotlin_kotlin.$_$.e3;
|
|
18
|
+
var initMetadataForObject = kotlin_kotlin.$_$.k3;
|
|
19
19
|
var VOID = kotlin_kotlin.$_$.a;
|
|
20
|
-
var toString = kotlin_kotlin.$_$.
|
|
20
|
+
var toString = kotlin_kotlin.$_$.n4;
|
|
21
21
|
var equalsLong = kotlin_kotlin.$_$.p2;
|
|
22
22
|
var get_ONE = kotlin_kotlin.$_$.k2;
|
|
23
23
|
var add = kotlin_kotlin.$_$.l2;
|
|
@@ -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.w9_1 = tmp_1;
|
|
45
45
|
}
|
|
46
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
47
|
-
return this.
|
|
46
|
+
protoOf(atomicfu$AtomicRefArray$ref).x9 = function () {
|
|
47
|
+
return this.w9_1.length;
|
|
48
48
|
};
|
|
49
49
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
50
|
-
return this.
|
|
50
|
+
return this.w9_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 AtomicRef(value) {
|
|
76
76
|
this.kotlinx$atomicfu$value = value;
|
|
77
77
|
}
|
|
78
|
-
protoOf(AtomicRef).
|
|
78
|
+
protoOf(AtomicRef).y9 = function (_set____db54di) {
|
|
79
79
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
80
80
|
};
|
|
81
|
-
protoOf(AtomicRef).
|
|
81
|
+
protoOf(AtomicRef).z9 = function () {
|
|
82
82
|
return this.kotlinx$atomicfu$value;
|
|
83
83
|
};
|
|
84
84
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
function AtomicBoolean(value) {
|
|
102
102
|
this.kotlinx$atomicfu$value = value;
|
|
103
103
|
}
|
|
104
|
-
protoOf(AtomicBoolean).
|
|
104
|
+
protoOf(AtomicBoolean).aa = function (_set____db54di) {
|
|
105
105
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
106
106
|
};
|
|
107
|
-
protoOf(AtomicBoolean).
|
|
107
|
+
protoOf(AtomicBoolean).z9 = function () {
|
|
108
108
|
return this.kotlinx$atomicfu$value;
|
|
109
109
|
};
|
|
110
110
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
function AtomicLong(value) {
|
|
128
128
|
this.kotlinx$atomicfu$value = value;
|
|
129
129
|
}
|
|
130
|
-
protoOf(AtomicLong).
|
|
130
|
+
protoOf(AtomicLong).ba = function (_set____db54di) {
|
|
131
131
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
132
132
|
};
|
|
133
|
-
protoOf(AtomicLong).
|
|
133
|
+
protoOf(AtomicLong).z9 = function () {
|
|
134
134
|
return this.kotlinx$atomicfu$value;
|
|
135
135
|
};
|
|
136
136
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -180,10 +180,10 @@
|
|
|
180
180
|
function AtomicInt(value) {
|
|
181
181
|
this.kotlinx$atomicfu$value = value;
|
|
182
182
|
}
|
|
183
|
-
protoOf(AtomicInt).
|
|
183
|
+
protoOf(AtomicInt).ca = function (_set____db54di) {
|
|
184
184
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
185
185
|
};
|
|
186
|
-
protoOf(AtomicInt).
|
|
186
|
+
protoOf(AtomicInt).z9 = function () {
|
|
187
187
|
return this.kotlinx$atomicfu$value;
|
|
188
188
|
};
|
|
189
189
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
return new AtomicInt(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).x9);
|
|
251
251
|
//endregion
|
|
252
252
|
//region block: exports
|
|
253
253
|
_.$_$ = _.$_$ || {};
|