@dhis2/expression-parser 1.1.5 → 1.1.7
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/Kotlin-DateTime-library-kotlinx-datetime.js +2619 -0
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -0
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs +2620 -0
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -0
- package/{KotlinBigInteger-bignum-js-ir.js → KotlinBigInteger-bignum.js} +2019 -1854
- package/KotlinBigInteger-bignum.js.map +1 -0
- package/{KotlinBigInteger-bignum-js-ir.mjs → KotlinBigInteger-bignum.mjs} +1969 -1804
- package/KotlinBigInteger-bignum.mjs.map +1 -0
- package/README.md +11 -0
- package/expression-parser.d.ts +13 -13
- package/expression-parser.js +5425 -3155
- package/expression-parser.js.map +1 -1
- package/expression-parser.mjs +5463 -3193
- package/expression-parser.mjs.map +1 -1
- package/kotlin-js.js +73 -49
- package/kotlin-js.js.map +1 -1
- package/kotlin-js.mjs +67 -43
- package/kotlin-js.mjs.map +1 -1
- package/kotlin-kotlin-stdlib.js +6144 -6147
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-kotlin-stdlib.mjs +6022 -6025
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlin-plugins-js-plain-objects-runtime.js +8 -0
- package/{kotlinx-serialization-kotlinx-serialization-core-js-ir.mjs.map → kotlin-plugins-js-plain-objects-runtime.js.map} +1 -1
- package/kotlin-plugins-js-plain-objects-runtime.mjs +4 -0
- package/{kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map → kotlin-plugins-js-plain-objects-runtime.mjs.map} +1 -1
- package/{kotlinx-serialization-kotlinx-serialization-core-js-ir.js → kotlinx-serialization-kotlinx-serialization-core.js} +3 -4
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -0
- package/{kotlinx-serialization-kotlinx-serialization-core-js-ir.mjs → kotlinx-serialization-kotlinx-serialization-core.mjs} +3 -4
- package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -0
- package/package.json +2 -1
- package/seskar-core.js +3 -0
- package/seskar-core.js.map +1 -1
- package/seskar-core.mjs +3 -0
- package/seskar-core.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +0 -583
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js.map +0 -1
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.mjs +0 -584
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.mjs.map +0 -1
- package/KotlinBigInteger-bignum-js-ir.js.map +0 -1
- package/KotlinBigInteger-bignum-js-ir.mjs.map +0 -1
package/kotlin-js.js
CHANGED
|
@@ -6,106 +6,130 @@
|
|
|
6
6
|
return instance && (typeof instance === 'object') && (instance.done === false)
|
|
7
7
|
}
|
|
8
8
|
}.prototype).constructor;
|
|
9
|
-
var iterator = kotlin_kotlin.$_$.
|
|
10
|
-
var CoroutineImpl = kotlin_kotlin.$_$.
|
|
11
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
12
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
13
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
14
|
-
var SequenceScope = kotlin_kotlin.$_$.
|
|
15
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.
|
|
16
|
-
var
|
|
17
|
-
var setMetadataFor = kotlin_kotlin.$_$.n5;
|
|
9
|
+
var iterator = kotlin_kotlin.$_$.p6;
|
|
10
|
+
var CoroutineImpl = kotlin_kotlin.$_$.o4;
|
|
11
|
+
var Unit_instance = kotlin_kotlin.$_$.n2;
|
|
12
|
+
var protoOf = kotlin_kotlin.$_$.y5;
|
|
13
|
+
var THROW_CCE = kotlin_kotlin.$_$.y7;
|
|
14
|
+
var SequenceScope = kotlin_kotlin.$_$.m6;
|
|
15
|
+
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.n4;
|
|
16
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.j5;
|
|
18
17
|
var VOID = kotlin_kotlin.$_$.c;
|
|
19
18
|
//endregion
|
|
20
19
|
//region block: pre-declaration
|
|
21
|
-
|
|
20
|
+
initMetadataForLambda(iteratorFromJsIteratorLike$slambda, CoroutineImpl, VOID, [1]);
|
|
22
21
|
//endregion
|
|
23
|
-
function
|
|
24
|
-
|
|
22
|
+
function get_POW() {
|
|
23
|
+
_init_properties_BigInt_kt__agomkx();
|
|
24
|
+
return POW;
|
|
25
|
+
}
|
|
26
|
+
var POW;
|
|
27
|
+
function get_n(_this__u8e3s4) {
|
|
28
|
+
_init_properties_BigInt_kt__agomkx();
|
|
29
|
+
return BigInt(_this__u8e3s4);
|
|
30
|
+
}
|
|
31
|
+
var properties_initialized_BigInt_kt_nhzooh;
|
|
32
|
+
function _init_properties_BigInt_kt__agomkx() {
|
|
33
|
+
if (!properties_initialized_BigInt_kt_nhzooh) {
|
|
34
|
+
properties_initialized_BigInt_kt_nhzooh = true;
|
|
35
|
+
POW = Function('base', 'exponent', 'return base ** exponent');
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
function invoke(_this__u8e3s4, p1, p2) {
|
|
39
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
40
|
+
return _this__u8e3s4(p1, p2);
|
|
41
|
+
}
|
|
42
|
+
function iteratorFromJsIterable(source) {
|
|
43
|
+
// Inline function 'js.iterable.JsIterator.iterator' call
|
|
25
44
|
var this_0 = source[Symbol.iterator]();
|
|
26
|
-
return
|
|
45
|
+
return iteratorFromJsIteratorLike(this_0);
|
|
27
46
|
}
|
|
28
|
-
function
|
|
29
|
-
return iterator(
|
|
47
|
+
function iteratorFromJsIteratorLike(source) {
|
|
48
|
+
return iterator(iteratorFromJsIteratorLike$slambda_0(source, null));
|
|
30
49
|
}
|
|
31
|
-
function
|
|
32
|
-
this.
|
|
50
|
+
function iteratorFromJsIteratorLike$slambda($source, resultContinuation) {
|
|
51
|
+
this.gx_1 = $source;
|
|
33
52
|
CoroutineImpl.call(this, resultContinuation);
|
|
34
53
|
}
|
|
35
|
-
protoOf(
|
|
36
|
-
var tmp = this.
|
|
37
|
-
tmp.
|
|
38
|
-
tmp.
|
|
39
|
-
return tmp.
|
|
54
|
+
protoOf(iteratorFromJsIteratorLike$slambda).lx = function ($this$iterator, $completion) {
|
|
55
|
+
var tmp = this.mx($this$iterator, $completion);
|
|
56
|
+
tmp.e8_1 = Unit_instance;
|
|
57
|
+
tmp.f8_1 = null;
|
|
58
|
+
return tmp.k8();
|
|
40
59
|
};
|
|
41
|
-
protoOf(
|
|
42
|
-
return this.
|
|
60
|
+
protoOf(iteratorFromJsIteratorLike$slambda).b9 = function (p1, $completion) {
|
|
61
|
+
return this.lx(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
|
|
43
62
|
};
|
|
44
|
-
protoOf(
|
|
45
|
-
var suspendResult = this.
|
|
63
|
+
protoOf(iteratorFromJsIteratorLike$slambda).k8 = function () {
|
|
64
|
+
var suspendResult = this.e8_1;
|
|
46
65
|
$sm: do
|
|
47
66
|
try {
|
|
48
|
-
var tmp = this.
|
|
67
|
+
var tmp = this.c8_1;
|
|
49
68
|
switch (tmp) {
|
|
50
69
|
case 0:
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
70
|
+
this.d8_1 = 5;
|
|
71
|
+
this.c8_1 = 1;
|
|
53
72
|
continue $sm;
|
|
54
73
|
case 1:
|
|
55
74
|
var tmp_0 = this;
|
|
56
|
-
var tmp_1 = this.
|
|
57
|
-
tmp_0.
|
|
58
|
-
if (this.
|
|
59
|
-
this.
|
|
75
|
+
var tmp_1 = this.gx_1.next();
|
|
76
|
+
tmp_0.ix_1 = tmp_1 instanceof constructor ? tmp_1 : null;
|
|
77
|
+
if (this.ix_1 == null) {
|
|
78
|
+
this.c8_1 = 4;
|
|
60
79
|
var tmp_2 = this;
|
|
61
80
|
continue $sm;
|
|
62
81
|
} else {
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
82
|
+
this.jx_1 = this.ix_1;
|
|
83
|
+
this.c8_1 = 2;
|
|
65
84
|
continue $sm;
|
|
66
85
|
}
|
|
67
86
|
|
|
68
87
|
case 2:
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
suspendResult = this.
|
|
88
|
+
this.kx_1 = this.jx_1;
|
|
89
|
+
this.c8_1 = 3;
|
|
90
|
+
suspendResult = this.hx_1.xc(this.kx_1.value, this);
|
|
72
91
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
73
92
|
return suspendResult;
|
|
74
93
|
}
|
|
75
94
|
|
|
76
95
|
continue $sm;
|
|
77
96
|
case 3:
|
|
78
|
-
this.
|
|
97
|
+
this.c8_1 = 1;
|
|
79
98
|
continue $sm;
|
|
80
99
|
case 4:
|
|
81
100
|
return Unit_instance;
|
|
82
101
|
case 5:
|
|
83
|
-
throw this.
|
|
102
|
+
throw this.f8_1;
|
|
84
103
|
}
|
|
85
104
|
} catch ($p) {
|
|
86
105
|
var e = $p;
|
|
87
|
-
if (this.
|
|
106
|
+
if (this.d8_1 === 5) {
|
|
88
107
|
throw e;
|
|
89
108
|
} else {
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
109
|
+
this.c8_1 = this.d8_1;
|
|
110
|
+
this.f8_1 = e;
|
|
92
111
|
}
|
|
93
112
|
}
|
|
94
113
|
while (true);
|
|
95
114
|
};
|
|
96
|
-
protoOf(
|
|
97
|
-
var i = new
|
|
98
|
-
i.
|
|
115
|
+
protoOf(iteratorFromJsIteratorLike$slambda).mx = function ($this$iterator, completion) {
|
|
116
|
+
var i = new iteratorFromJsIteratorLike$slambda(this.gx_1, completion);
|
|
117
|
+
i.hx_1 = $this$iterator;
|
|
99
118
|
return i;
|
|
100
119
|
};
|
|
101
|
-
function
|
|
102
|
-
var i = new
|
|
120
|
+
function iteratorFromJsIteratorLike$slambda_0($source, resultContinuation) {
|
|
121
|
+
var i = new iteratorFromJsIteratorLike$slambda($source, resultContinuation);
|
|
103
122
|
var l = function ($this$iterator, $completion) {
|
|
104
|
-
return i.
|
|
123
|
+
return i.lx($this$iterator, $completion);
|
|
105
124
|
};
|
|
106
125
|
l.$arity = 1;
|
|
107
126
|
return l;
|
|
108
127
|
}
|
|
128
|
+
function unsafeCast(value) {
|
|
129
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
130
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
131
|
+
return value;
|
|
132
|
+
}
|
|
109
133
|
return _;
|
|
110
134
|
}(module.exports, require('./kotlin-kotlin-stdlib.js')));
|
|
111
135
|
|
package/kotlin-js.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/core/BigInt.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/function/JsFunction.invoke.kt","js/src/kotlin/dynamic.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/iterable/JsIterable.iterator.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/iterable/JsIterator.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/iterable/JsIteratorLike.iterator.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/reflect/unsafeCast.kt"],"sourcesContent":[null,null,null,null,null,null,null],"names":["<get-POW>","<get-n>","<this>","<init properties BigInt.kt>","invoke","p1","p2","iteratorFromJsIterable","source","iteratorFromJsIteratorLike","$source","$this$iterator","$completion","doResume","iteratorFromJsIteratorLike$slambda","iteratorFromJsIteratorLike$slambda$lambda","unsafeCast","value"],"mappings":";;;;;;;;;;;;;;;;;kBAeAA,CAAAA,EAAA;A;IAAA,U;EAKA,C;;gBA0EIC,CADOC,aACPD,EAAQ;A;IAAY,OAAZ,OAAO,aAAP,C;EAAW,C;;6CA9FvBE,CAAAA,E;;;YAgBmB,SACf,MADe,EAEf,UAFe,EAGf,yBAHe,C;;G;iBCAnBC,CAAgCF,a,EAC5BG,E,EACAC,EAFJF,EAII;A;IAAmB,OCTT,aDSV,CAAY,EAAZ,EAAgB,EAAhB,C;EAAkB,C;iCEhBtBG,CAEIC,MAFJD,EAII;A;iBCJG,cAAO,QAAP,G;IDIiC,OCyBhC,2BAA2B,MAA3B,C;EDzB+B,C;qCENvCE,CAEID,MAFJC,EAII;A,IAOC,OAPD,SAAS,kDAAT,C;EAOA,C;8CATAC,O;;;;4DAESN,CAAAO,c,EAAAC,WAAAR,EACL;A;;;;EAKa,C;6DAZrB,E,EAAAQ,W;;;4DAMaC,CAAAA,EAAA;A;;MAAA,I;;;;;;;;;wBAEmB,KAAP,IAAO,O;YAAP,wD;YAAA,sB;;;;;+BAAA,I;;;;;;YAAb,qB;;4BAGA,kBAAM,IAAN,CAAa,KAAb,O;;;;;;;;;;YAER,oB;;;;;;;;;;;;;;EAAA,C;6DAPS,c,EAQs0E,U;;;;;+CARt0EC,CAFTJ,O,oBAESI,E;;qBAAAC,CAAAJ,c,EAAAC,WAAAG,E;;K;;;G;qBCUbC,CACIC,KADJD,EAGI;A;;IAAqB,OJXkC,K;EIWnC,C;;;"}
|
package/kotlin-js.mjs
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
iterator3f5i676wpaa3g as iterator,
|
|
3
3
|
CoroutineImpl2sn3kjnwmfr10 as CoroutineImpl,
|
|
4
|
-
|
|
4
|
+
Unit_instanceat14thlj150z as Unit_instance,
|
|
5
5
|
protoOf180f3jzyo7rfj as protoOf,
|
|
6
6
|
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
7
7
|
SequenceScope1coiso86pqzq2 as SequenceScope,
|
|
8
8
|
get_COROUTINE_SUSPENDED3ujt3p13qm4iy as get_COROUTINE_SUSPENDED,
|
|
9
|
-
|
|
10
|
-
setMetadataForzkg9su7xd76l as setMetadataFor,
|
|
9
|
+
initMetadataForLambda3af3he42mmnh as initMetadataForLambda,
|
|
11
10
|
VOID7hggqo3abtya as VOID,
|
|
12
11
|
} from './kotlin-kotlin-stdlib.mjs';
|
|
13
12
|
//region block: imports
|
|
@@ -18,93 +17,118 @@ var constructor = (class IteratorYieldResult {
|
|
|
18
17
|
}.prototype).constructor;
|
|
19
18
|
//endregion
|
|
20
19
|
//region block: pre-declaration
|
|
21
|
-
|
|
20
|
+
initMetadataForLambda(iteratorFromJsIteratorLike$slambda, CoroutineImpl, VOID, [1]);
|
|
22
21
|
//endregion
|
|
23
|
-
function
|
|
24
|
-
|
|
22
|
+
function get_POW() {
|
|
23
|
+
_init_properties_BigInt_kt__agomkx();
|
|
24
|
+
return POW;
|
|
25
|
+
}
|
|
26
|
+
var POW;
|
|
27
|
+
function get_n(_this__u8e3s4) {
|
|
28
|
+
_init_properties_BigInt_kt__agomkx();
|
|
29
|
+
return BigInt(_this__u8e3s4);
|
|
30
|
+
}
|
|
31
|
+
var properties_initialized_BigInt_kt_nhzooh;
|
|
32
|
+
function _init_properties_BigInt_kt__agomkx() {
|
|
33
|
+
if (!properties_initialized_BigInt_kt_nhzooh) {
|
|
34
|
+
properties_initialized_BigInt_kt_nhzooh = true;
|
|
35
|
+
POW = Function('base', 'exponent', 'return base ** exponent');
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
function invoke(_this__u8e3s4, p1, p2) {
|
|
39
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
40
|
+
return _this__u8e3s4(p1, p2);
|
|
41
|
+
}
|
|
42
|
+
function iteratorFromJsIterable(source) {
|
|
43
|
+
// Inline function 'js.iterable.JsIterator.iterator' call
|
|
25
44
|
var this_0 = source[Symbol.iterator]();
|
|
26
|
-
return
|
|
45
|
+
return iteratorFromJsIteratorLike(this_0);
|
|
27
46
|
}
|
|
28
|
-
function
|
|
29
|
-
return iterator(
|
|
47
|
+
function iteratorFromJsIteratorLike(source) {
|
|
48
|
+
return iterator(iteratorFromJsIteratorLike$slambda_0(source, null));
|
|
30
49
|
}
|
|
31
|
-
function
|
|
32
|
-
this.
|
|
50
|
+
function iteratorFromJsIteratorLike$slambda($source, resultContinuation) {
|
|
51
|
+
this.gx_1 = $source;
|
|
33
52
|
CoroutineImpl.call(this, resultContinuation);
|
|
34
53
|
}
|
|
35
|
-
protoOf(
|
|
36
|
-
var tmp = this.
|
|
37
|
-
tmp.
|
|
38
|
-
tmp.
|
|
39
|
-
return tmp.
|
|
54
|
+
protoOf(iteratorFromJsIteratorLike$slambda).lx = function ($this$iterator, $completion) {
|
|
55
|
+
var tmp = this.mx($this$iterator, $completion);
|
|
56
|
+
tmp.e8_1 = Unit_instance;
|
|
57
|
+
tmp.f8_1 = null;
|
|
58
|
+
return tmp.k8();
|
|
40
59
|
};
|
|
41
|
-
protoOf(
|
|
42
|
-
return this.
|
|
60
|
+
protoOf(iteratorFromJsIteratorLike$slambda).b9 = function (p1, $completion) {
|
|
61
|
+
return this.lx(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
|
|
43
62
|
};
|
|
44
|
-
protoOf(
|
|
45
|
-
var suspendResult = this.
|
|
63
|
+
protoOf(iteratorFromJsIteratorLike$slambda).k8 = function () {
|
|
64
|
+
var suspendResult = this.e8_1;
|
|
46
65
|
$sm: do
|
|
47
66
|
try {
|
|
48
|
-
var tmp = this.
|
|
67
|
+
var tmp = this.c8_1;
|
|
49
68
|
switch (tmp) {
|
|
50
69
|
case 0:
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
70
|
+
this.d8_1 = 5;
|
|
71
|
+
this.c8_1 = 1;
|
|
53
72
|
continue $sm;
|
|
54
73
|
case 1:
|
|
55
74
|
var tmp_0 = this;
|
|
56
|
-
var tmp_1 = this.
|
|
57
|
-
tmp_0.
|
|
58
|
-
if (this.
|
|
59
|
-
this.
|
|
75
|
+
var tmp_1 = this.gx_1.next();
|
|
76
|
+
tmp_0.ix_1 = tmp_1 instanceof constructor ? tmp_1 : null;
|
|
77
|
+
if (this.ix_1 == null) {
|
|
78
|
+
this.c8_1 = 4;
|
|
60
79
|
var tmp_2 = this;
|
|
61
80
|
continue $sm;
|
|
62
81
|
} else {
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
82
|
+
this.jx_1 = this.ix_1;
|
|
83
|
+
this.c8_1 = 2;
|
|
65
84
|
continue $sm;
|
|
66
85
|
}
|
|
67
86
|
|
|
68
87
|
case 2:
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
suspendResult = this.
|
|
88
|
+
this.kx_1 = this.jx_1;
|
|
89
|
+
this.c8_1 = 3;
|
|
90
|
+
suspendResult = this.hx_1.xc(this.kx_1.value, this);
|
|
72
91
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
73
92
|
return suspendResult;
|
|
74
93
|
}
|
|
75
94
|
|
|
76
95
|
continue $sm;
|
|
77
96
|
case 3:
|
|
78
|
-
this.
|
|
97
|
+
this.c8_1 = 1;
|
|
79
98
|
continue $sm;
|
|
80
99
|
case 4:
|
|
81
100
|
return Unit_instance;
|
|
82
101
|
case 5:
|
|
83
|
-
throw this.
|
|
102
|
+
throw this.f8_1;
|
|
84
103
|
}
|
|
85
104
|
} catch ($p) {
|
|
86
105
|
var e = $p;
|
|
87
|
-
if (this.
|
|
106
|
+
if (this.d8_1 === 5) {
|
|
88
107
|
throw e;
|
|
89
108
|
} else {
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
109
|
+
this.c8_1 = this.d8_1;
|
|
110
|
+
this.f8_1 = e;
|
|
92
111
|
}
|
|
93
112
|
}
|
|
94
113
|
while (true);
|
|
95
114
|
};
|
|
96
|
-
protoOf(
|
|
97
|
-
var i = new
|
|
98
|
-
i.
|
|
115
|
+
protoOf(iteratorFromJsIteratorLike$slambda).mx = function ($this$iterator, completion) {
|
|
116
|
+
var i = new iteratorFromJsIteratorLike$slambda(this.gx_1, completion);
|
|
117
|
+
i.hx_1 = $this$iterator;
|
|
99
118
|
return i;
|
|
100
119
|
};
|
|
101
|
-
function
|
|
102
|
-
var i = new
|
|
120
|
+
function iteratorFromJsIteratorLike$slambda_0($source, resultContinuation) {
|
|
121
|
+
var i = new iteratorFromJsIteratorLike$slambda($source, resultContinuation);
|
|
103
122
|
var l = function ($this$iterator, $completion) {
|
|
104
|
-
return i.
|
|
123
|
+
return i.lx($this$iterator, $completion);
|
|
105
124
|
};
|
|
106
125
|
l.$arity = 1;
|
|
107
126
|
return l;
|
|
108
127
|
}
|
|
128
|
+
function unsafeCast(value) {
|
|
129
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
130
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
131
|
+
return value;
|
|
132
|
+
}
|
|
109
133
|
|
|
110
134
|
//# sourceMappingURL=kotlin-js.mjs.map
|
package/kotlin-js.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/core/BigInt.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/function/JsFunction.invoke.kt","js/src/kotlin/dynamic.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/iterable/JsIterable.iterator.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/iterable/JsIterator.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/iterable/JsIteratorLike.iterator.kt","../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers/kotlin-js/src/jsMain/kotlin/js/reflect/unsafeCast.kt"],"sourcesContent":[null,null,null,null,null,null,null],"names":["<get-POW>","<get-n>","<this>","<init properties BigInt.kt>","invoke","p1","p2","iteratorFromJsIterable","source","iteratorFromJsIteratorLike","$source","$this$iterator","$completion","doResume","iteratorFromJsIteratorLike$slambda","iteratorFromJsIteratorLike$slambda$lambda","unsafeCast","value"],"mappings":";;;;;;;;;;;;;;;;;gBAeAA,CAAAA,EAAA;A;EAAA,U;AAKA,C;;cA0EIC,CADOC,aACPD,EAAQ;A;EAAY,OAAZ,OAAO,aAAP,C;AAAW,C;;2CA9FvBE,CAAAA,E;;;UAgBmB,SACf,MADe,EAEf,UAFe,EAGf,yBAHe,C;;C;eCAnBC,CAAgCF,a,EAC5BG,E,EACAC,EAFJF,EAII;A;EAAmB,OCTT,aDSV,CAAY,EAAZ,EAAgB,EAAhB,C;AAAkB,C;+BEhBtBG,CAEIC,MAFJD,EAII;A;eCJG,cAAO,QAAP,G;EDIiC,OCyBhC,2BAA2B,MAA3B,C;ADzB+B,C;mCENvCE,CAEID,MAFJC,EAII;A,EAOC,OAPD,SAAS,kDAAT,C;AAOA,C;4CATAC,O;;;;0DAESN,CAAAO,c,EAAAC,WAAAR,EACL;A;;;;AAKa,C;2DAZrB,E,EAAAQ,W;;;0DAMaC,CAAAA,EAAA;A;;IAAA,I;;;;;;;;;sBAEmB,KAAP,IAAO,O;UAAP,wD;UAAA,sB;;;;;6BAAA,I;;;;;;UAAb,qB;;0BAGA,kBAAM,IAAN,CAAa,KAAb,O;;;;;;;;;;UAER,oB;;;;;;;;;;;;;;AAAA,C;2DAPS,c,EAQs0E,U;;;;;6CARt0EC,CAFTJ,O,oBAESI,E;;mBAAAC,CAAAJ,c,EAAAC,WAAAG,E;;G;;;C;mBCUbC,CACIC,KADJD,EAGI;A;;EAAqB,OJXkC,K;AIWnC,C;"}
|