@cruglobal/godtools-shared 1.2.0-SNAPSHOT.1771 → 1.2.0-SNAPSHOT.1773

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/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-SNAPSHOT.1771",
4
+ "version": "1.2.0-SNAPSHOT.1773",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "sax": "1.2.4"
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.e1n_1 = $source;
63
- CoroutineImpl.call(this, resultContinuation);
64
- }
65
- protoOf(iteratorFor$slambda).j1n = function ($this$iterator, $completion) {
66
- var tmp = this.k1n($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.j1n(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.e1n_1.next();
87
- tmp_0.g1n_1 = tmp_1 instanceof constructor ? tmp_1 : null;
88
- if (this.g1n_1 == null) {
89
- this.g8_1 = 4;
90
- var tmp_2 = this;
91
- continue $sm;
92
- } else {
93
- this.h1n_1 = this.g1n_1;
94
- this.g8_1 = 2;
95
- continue $sm;
96
- }
97
-
98
- case 2:
99
- this.i1n_1 = this.h1n_1;
100
- this.g8_1 = 3;
101
- suspendResult = this.f1n_1.ve(this.i1n_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).k1n = function ($this$iterator, completion) {
127
- var i = new iteratorFor$slambda(this.e1n_1, completion);
128
- i.f1n_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.j1n($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;;;;;;;;"}
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
@@ -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
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}