@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1778 → 1.2.0-PR822-SNAPSHOT.1787
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 +40 -40
- package/Kermit-kermit.js +5 -5
- package/antlr-kotlin-antlr-kotlin-runtime.js +3305 -3300
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/colormath-root-colormath.js +557 -557
- package/fluid-locale.js +133 -133
- package/kotlin-kotlin-stdlib.js +581 -693
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-common.js +2 -2
- package/kotlin-mpp-godtools-tool-parser-module-parser-base.js +376 -0
- package/kotlin-mpp-godtools-tool-parser-module-parser-base.js.map +1 -0
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +396 -396
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2854 -3121
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/{kotlin-mpp-godtools-tool-parser-module-state.js → kotlin-mpp-godtools-tool-parser-module-renderer-state.js} +125 -125
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js.map +1 -0
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +224 -225
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +11 -7
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.js.map +1 -1
- package/kotlinx-atomicfu.js +14 -14
- package/kotlinx-coroutines-core.js +2166 -2166
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
- package/android-gto-support-gto-support-fluidsonic-locale.js +0 -22
- package/android-gto-support-gto-support-fluidsonic-locale.js.map +0 -1
- package/kotlin-js.js +0 -147
- package/kotlin-js.js.map +0 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js.map +0 -1
- package/seskar-core.js +0 -15
- package/seskar-core.js.map +0 -1
- package/seskar-react.js +0 -15
- package/seskar-react.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "kotlin-mpp-godtools-tool-parser-publishing-npm.js",
|
|
3
3
|
"types": "kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts",
|
|
4
|
-
"version": "1.2.0-
|
|
4
|
+
"version": "1.2.0-PR822-SNAPSHOT.1787",
|
|
5
5
|
"name": "@cruglobal/godtools-shared",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"sax": "1.2.4"
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
(function (factory) {
|
|
2
|
-
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports'], factory);
|
|
4
|
-
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports);
|
|
6
|
-
else
|
|
7
|
-
globalThis['android-gto-support-gto-support-fluidsonic-locale'] = factory(typeof globalThis['android-gto-support-gto-support-fluidsonic-locale'] === 'undefined' ? {} : globalThis['android-gto-support-gto-support-fluidsonic-locale']);
|
|
8
|
-
}(function (_) {
|
|
9
|
-
'use strict';
|
|
10
|
-
//region block: pre-declaration
|
|
11
|
-
//endregion
|
|
12
|
-
function toPlatform(_this__u8e3s4) {
|
|
13
|
-
return _this__u8e3s4.toString();
|
|
14
|
-
}
|
|
15
|
-
//region block: exports
|
|
16
|
-
_.$_$ = _.$_$ || {};
|
|
17
|
-
_.$_$.a = toPlatform;
|
|
18
|
-
//endregion
|
|
19
|
-
return _;
|
|
20
|
-
}));
|
|
21
|
-
|
|
22
|
-
//# sourceMappingURL=android-gto-support-gto-support-fluidsonic-locale.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../../Users/runner/work/android-gto-support/android-gto-support/gto-support-fluidsonic-locale/src/jsMain/kotlin/org/ccci/gto/support/fluidsonic/locale/PlatformLocale.js.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["toPlatform","<this>"],"mappings":";;;;;;;;;;;qBAKAA,CAAWC,aAAXD,EAAiC;A,IAAU,OAAV,wB;EAAS,C;;;;;;;"}
|
package/kotlin-js.js
DELETED
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
(function (factory) {
|
|
2
|
-
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports', './kotlin-kotlin-stdlib.js'], factory);
|
|
4
|
-
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports, require('./kotlin-kotlin-stdlib.js'));
|
|
6
|
-
else {
|
|
7
|
-
if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
|
-
throw new Error("Error loading module 'kotlin-js'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'kotlin-js'.");
|
|
9
|
-
}
|
|
10
|
-
globalThis['kotlin-js'] = factory(typeof globalThis['kotlin-js'] === 'undefined' ? {} : globalThis['kotlin-js'], globalThis['kotlin-kotlin-stdlib']);
|
|
11
|
-
}
|
|
12
|
-
}(function (_, kotlin_kotlin) {
|
|
13
|
-
'use strict';
|
|
14
|
-
//region block: imports
|
|
15
|
-
var constructor = (class IteratorYieldResult {
|
|
16
|
-
static [Symbol.hasInstance](instance) {
|
|
17
|
-
return instance && (typeof instance === 'object') && (instance.done === false)
|
|
18
|
-
}
|
|
19
|
-
}.prototype).constructor;
|
|
20
|
-
var iterator = kotlin_kotlin.$_$.l7;
|
|
21
|
-
var CoroutineImpl = kotlin_kotlin.$_$.k5;
|
|
22
|
-
var Unit_instance = kotlin_kotlin.$_$.k2;
|
|
23
|
-
var protoOf = kotlin_kotlin.$_$.t6;
|
|
24
|
-
var THROW_CCE = kotlin_kotlin.$_$.d9;
|
|
25
|
-
var SequenceScope = kotlin_kotlin.$_$.k7;
|
|
26
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.v4;
|
|
27
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.i6;
|
|
28
|
-
var VOID = kotlin_kotlin.$_$.d;
|
|
29
|
-
//endregion
|
|
30
|
-
//region block: pre-declaration
|
|
31
|
-
initMetadataForLambda(iteratorFor$slambda, CoroutineImpl, VOID, [1]);
|
|
32
|
-
//endregion
|
|
33
|
-
function get_POW() {
|
|
34
|
-
_init_properties_BigInt_kt__agomkx();
|
|
35
|
-
return POW;
|
|
36
|
-
}
|
|
37
|
-
var POW;
|
|
38
|
-
function get_n(_this__u8e3s4) {
|
|
39
|
-
_init_properties_BigInt_kt__agomkx();
|
|
40
|
-
return BigInt(_this__u8e3s4);
|
|
41
|
-
}
|
|
42
|
-
var properties_initialized_BigInt_kt_nhzooh;
|
|
43
|
-
function _init_properties_BigInt_kt__agomkx() {
|
|
44
|
-
if (!properties_initialized_BigInt_kt_nhzooh) {
|
|
45
|
-
properties_initialized_BigInt_kt_nhzooh = true;
|
|
46
|
-
POW = Function('base', 'exponent', 'return base ** exponent');
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
function invoke(_this__u8e3s4, p1, p2) {
|
|
50
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
51
|
-
return _this__u8e3s4(p1, p2);
|
|
52
|
-
}
|
|
53
|
-
function iteratorFor(source) {
|
|
54
|
-
// Inline function 'js.iterable.JsIteratorLike.iterator' call
|
|
55
|
-
var this_0 = source[Symbol.iterator]();
|
|
56
|
-
return iteratorFor_0(this_0);
|
|
57
|
-
}
|
|
58
|
-
function iteratorFor_0(source) {
|
|
59
|
-
return iterator(iteratorFor$slambda_0(source, null));
|
|
60
|
-
}
|
|
61
|
-
function iteratorFor$slambda($source, resultContinuation) {
|
|
62
|
-
this.o1t_1 = $source;
|
|
63
|
-
CoroutineImpl.call(this, resultContinuation);
|
|
64
|
-
}
|
|
65
|
-
protoOf(iteratorFor$slambda).t1t = function ($this$iterator, $completion) {
|
|
66
|
-
var tmp = this.u1t($this$iterator, $completion);
|
|
67
|
-
tmp.i8_1 = Unit_instance;
|
|
68
|
-
tmp.j8_1 = null;
|
|
69
|
-
return tmp.o8();
|
|
70
|
-
};
|
|
71
|
-
protoOf(iteratorFor$slambda).w8 = function (p1, $completion) {
|
|
72
|
-
return this.t1t(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
|
|
73
|
-
};
|
|
74
|
-
protoOf(iteratorFor$slambda).o8 = function () {
|
|
75
|
-
var suspendResult = this.i8_1;
|
|
76
|
-
$sm: do
|
|
77
|
-
try {
|
|
78
|
-
var tmp = this.g8_1;
|
|
79
|
-
switch (tmp) {
|
|
80
|
-
case 0:
|
|
81
|
-
this.h8_1 = 5;
|
|
82
|
-
this.g8_1 = 1;
|
|
83
|
-
continue $sm;
|
|
84
|
-
case 1:
|
|
85
|
-
var tmp_0 = this;
|
|
86
|
-
var tmp_1 = this.o1t_1.next();
|
|
87
|
-
tmp_0.q1t_1 = tmp_1 instanceof constructor ? tmp_1 : null;
|
|
88
|
-
if (this.q1t_1 == null) {
|
|
89
|
-
this.g8_1 = 4;
|
|
90
|
-
var tmp_2 = this;
|
|
91
|
-
continue $sm;
|
|
92
|
-
} else {
|
|
93
|
-
this.r1t_1 = this.q1t_1;
|
|
94
|
-
this.g8_1 = 2;
|
|
95
|
-
continue $sm;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
case 2:
|
|
99
|
-
this.s1t_1 = this.r1t_1;
|
|
100
|
-
this.g8_1 = 3;
|
|
101
|
-
suspendResult = this.p1t_1.ve(this.s1t_1.value, this);
|
|
102
|
-
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
103
|
-
return suspendResult;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
continue $sm;
|
|
107
|
-
case 3:
|
|
108
|
-
this.g8_1 = 1;
|
|
109
|
-
continue $sm;
|
|
110
|
-
case 4:
|
|
111
|
-
return Unit_instance;
|
|
112
|
-
case 5:
|
|
113
|
-
throw this.j8_1;
|
|
114
|
-
}
|
|
115
|
-
} catch ($p) {
|
|
116
|
-
var e = $p;
|
|
117
|
-
if (this.h8_1 === 5) {
|
|
118
|
-
throw e;
|
|
119
|
-
} else {
|
|
120
|
-
this.g8_1 = this.h8_1;
|
|
121
|
-
this.j8_1 = e;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
while (true);
|
|
125
|
-
};
|
|
126
|
-
protoOf(iteratorFor$slambda).u1t = function ($this$iterator, completion) {
|
|
127
|
-
var i = new iteratorFor$slambda(this.o1t_1, completion);
|
|
128
|
-
i.p1t_1 = $this$iterator;
|
|
129
|
-
return i;
|
|
130
|
-
};
|
|
131
|
-
function iteratorFor$slambda_0($source, resultContinuation) {
|
|
132
|
-
var i = new iteratorFor$slambda($source, resultContinuation);
|
|
133
|
-
var l = function ($this$iterator, $completion) {
|
|
134
|
-
return i.t1t($this$iterator, $completion);
|
|
135
|
-
};
|
|
136
|
-
l.$arity = 1;
|
|
137
|
-
return l;
|
|
138
|
-
}
|
|
139
|
-
//region block: exports
|
|
140
|
-
_.$_$ = _.$_$ || {};
|
|
141
|
-
_.$_$.a = iteratorFor_0;
|
|
142
|
-
_.$_$.b = iteratorFor;
|
|
143
|
-
//endregion
|
|
144
|
-
return _;
|
|
145
|
-
}));
|
|
146
|
-
|
|
147
|
-
//# sourceMappingURL=kotlin-js.js.map
|
package/kotlin-js.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-new/kotlin-js/src/jsMain/kotlin/js/core/BigInt.kt","../../../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-new/kotlin-js/src/jsMain/kotlin/js/function/JsFunction.invoke.kt","../../../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-new/kotlin-js/src/jsMain/kotlin/js/iterable/JsIterable.iterator.kt","../../../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-new/kotlin-js/src/jsMain/kotlin/js/iterable/JsIteratorLike.kt","../../../../../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-new/kotlin-js/src/jsMain/kotlin/js/iterable/JsIteratorLike.iterator.kt"],"sourcesContent":[null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-POW>","<get-n>","<this>","<init properties BigInt.kt>","invoke","p1","p2","iteratorFor","source","$source","$this$iterator","$completion","doResume","iteratorFor$slambda","iteratorFor$slambda$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAeSA,CAAAA,EAAA;A;IAAA,U;EAIT,C;;gBAyEIC,CADOC,aACPD,EAAQ;A;IAAY,OAAZ,OAAO,aAAP,C;EAAW,C;;6CA5FvBE,CAAAA,E;;;YAemB,SACd,MADc,EAEd,UAFc,EAGd,yBAHc,C;;G;iBCDHC,CAAgBF,a,EAC5BG,E,EACAC,EAFYF,EAIZ;A;IAAmB,OAAnB,cAAY,EAAZ,EAAgB,EAAhB,C;EAAkB,C;sBCbbG,CACLC,MADKD,EAGL;A;iBAAA,cAAc,QAAd,G;IAAoC,OCMhC,cAAY,MAAZ,C;EDN+B,C;wBEL9BA,CACLC,MADKD,EAGL;A,IAOC,OAPD,SAAS,mCAAT,C;EAOA,C;+BATAE,O;;;;8CAESL,CAAAM,c,EAAAC,WAAAP,EACL;A;;;;EAKa,C;8CAZrB,E,EAAAO,W;;;6CAMaC,CAAAA,EAAA;A;;MAAA,I;;;;;;;;;wBAEmB,KAAP,KAAO,O;YAAP,yD;YAAA,uB;;;;;gCAAA,K;;;;;;YAAb,uB;;4BAGA,mBAAM,KAAN,CAAa,KAAb,O;;;;;;;;;;YAER,oB;;;;;;;;;;;;;;EAAA,C;+CAPS,c,EAQq1E,U;;;;;gCARr1EC,CAFTJ,O,oBAESI,E;;qBAAAC,CAAAJ,c,EAAAC,WAAAG,E;;K;;;G;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../module/state/src/commonMain/kotlin/org/cru/godtools/shared/tool/state/State.kt","src/kotlin/collections/Maps.kt","src/kotlin/collections/Collections.kt","../../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/flow/internal/SafeCollector.common.kt","common/src/generated/_Collections.kt"],"sourcesContent":[null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["$keys","invoke","value","$completion","doResume","State$varsChangeFlow$o$collect$slambda","State$varsChangeFlow$o$collect$slambda$lambda","$block","State_init_$Init$","State_init_$Create$","<init>","emit","equals","hashCode","$this$onSubscription","State$varsChangeFlow$slambda","State$varsChangeFlow$slambda$lambda","collect","collector","triggeredAnalyticsEvents","vars","getTriggeredAnalyticsEventsCount","id","recordTriggeredAnalyticsEvent","varsChangeFlow","keys","block","varsChangeFlow$default","getVar","key","setVar","values","addVarValue","removeVarValue","element"],"mappings":"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"}
|
package/seskar-core.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
(function (factory) {
|
|
2
|
-
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports'], factory);
|
|
4
|
-
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports);
|
|
6
|
-
else
|
|
7
|
-
globalThis['seskar-core'] = factory(typeof globalThis['seskar-core'] === 'undefined' ? {} : globalThis['seskar-core']);
|
|
8
|
-
}(function (_) {
|
|
9
|
-
'use strict';
|
|
10
|
-
//region block: pre-declaration
|
|
11
|
-
//endregion
|
|
12
|
-
return _;
|
|
13
|
-
}));
|
|
14
|
-
|
|
15
|
-
//# sourceMappingURL=seskar-core.js.map
|
package/seskar-core.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
package/seskar-react.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
(function (factory) {
|
|
2
|
-
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports'], factory);
|
|
4
|
-
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports);
|
|
6
|
-
else
|
|
7
|
-
globalThis['seskar-react'] = factory(typeof globalThis['seskar-react'] === 'undefined' ? {} : globalThis['seskar-react']);
|
|
8
|
-
}(function (_) {
|
|
9
|
-
'use strict';
|
|
10
|
-
//region block: pre-declaration
|
|
11
|
-
//endregion
|
|
12
|
-
return _;
|
|
13
|
-
}));
|
|
14
|
-
|
|
15
|
-
//# sourceMappingURL=seskar-react.js.map
|
package/seskar-react.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|