@cruglobal/godtools-shared 1.3.3-SNAPSHOT.2288 → 1.3.3-SNAPSHOT.2295
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/antlr-kotlin-antlr-kotlin-runtime.js +3 -3
- package/kotlin-kotlin-stdlib.js +7 -7
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +17 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
var hashCode = kotlin_kotlin.$_$.u6;
|
|
68
68
|
var UnsupportedOperationException_init_$Create$_0 = kotlin_kotlin.$_$.x1;
|
|
69
69
|
var asJsReadonlySetView = kotlin_kotlin.$_$.v2;
|
|
70
|
-
var Collection = kotlin_kotlin.$_$.p2;
|
|
71
70
|
var KtSet = kotlin_kotlin.$_$.w2;
|
|
71
|
+
var Collection = kotlin_kotlin.$_$.p2;
|
|
72
72
|
var IllegalStateException_init_$Create$_0 = kotlin_kotlin.$_$.h1;
|
|
73
73
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.ea;
|
|
74
74
|
var copyOfRange = kotlin_kotlin.$_$.h3;
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
initMetadataForClass(ATN, 'ATN');
|
|
156
156
|
initMetadataForCompanion(Companion_8);
|
|
157
157
|
initMetadataForClass(ATNConfig, 'ATNConfig');
|
|
158
|
-
initMetadataForClass(Array2DHashSet, 'Array2DHashSet', Array2DHashSet, VOID, [
|
|
158
|
+
initMetadataForClass(Array2DHashSet, 'Array2DHashSet', Array2DHashSet, VOID, [KtSet, Collection]);
|
|
159
159
|
initMetadataForClass(AbstractConfigHashSet, 'AbstractConfigHashSet', VOID, Array2DHashSet);
|
|
160
160
|
initMetadataForClass(ConfigHashSet, 'ConfigHashSet', ConfigHashSet, AbstractConfigHashSet);
|
|
161
161
|
initMetadataForClass(AbstractEqualityComparator, 'AbstractEqualityComparator');
|
|
162
162
|
initMetadataForObject(ConfigEqualityComparator, 'ConfigEqualityComparator', VOID, AbstractEqualityComparator);
|
|
163
|
-
initMetadataForClass(ATNConfigSet, 'ATNConfigSet', ATNConfigSet, VOID, [
|
|
163
|
+
initMetadataForClass(ATNConfigSet, 'ATNConfigSet', ATNConfigSet, VOID, [KtSet, Collection]);
|
|
164
164
|
initMetadataForCompanion(Companion_9);
|
|
165
165
|
initMetadataForClass(ATNDeserializationOptions, 'ATNDeserializationOptions', ATNDeserializationOptions_init_$Create$);
|
|
166
166
|
initMetadataForCompanion(Companion_10);
|
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -129,23 +129,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
129
129
|
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [Collection]);
|
|
130
130
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
131
131
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
132
|
-
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [
|
|
132
|
+
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [KtList, Collection]);
|
|
133
133
|
initMetadataForClass(SubList, 'SubList', VOID, AbstractMutableList);
|
|
134
134
|
initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
|
|
135
135
|
initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [KtMap]);
|
|
136
|
-
initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [
|
|
136
|
+
initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [KtSet, Collection]);
|
|
137
137
|
initMetadataForCompanion(Companion_4);
|
|
138
|
-
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [
|
|
138
|
+
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [KtList, Collection]);
|
|
139
139
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [KtMap]);
|
|
140
|
-
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [
|
|
140
|
+
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtSet, Collection]);
|
|
141
141
|
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection]);
|
|
142
|
-
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [
|
|
142
|
+
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtSet, Collection]);
|
|
143
143
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
144
144
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
145
145
|
initMetadataForClass(HashMapKeysDefault, 'HashMapKeysDefault', VOID, AbstractMutableSet);
|
|
146
146
|
initMetadataForClass(HashMapValuesDefault$iterator$1);
|
|
147
147
|
initMetadataForClass(HashMapValuesDefault, 'HashMapValuesDefault', VOID, AbstractMutableCollection);
|
|
148
|
-
initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [
|
|
148
|
+
initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [KtSet, Collection]);
|
|
149
149
|
initMetadataForCompanion(Companion_5);
|
|
150
150
|
initMetadataForClass(Itr, 'Itr');
|
|
151
151
|
initMetadataForClass(KeysItr, 'KeysItr', VOID, Itr);
|
|
@@ -192,7 +192,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
192
192
|
initMetadataForObject(EmptyHolder, 'EmptyHolder');
|
|
193
193
|
initMetadataForClass(LinkedHashMap, 'LinkedHashMap', LinkedHashMap_init_$Create$, HashMap, [KtMap]);
|
|
194
194
|
initMetadataForObject(EmptyHolder_0, 'EmptyHolder');
|
|
195
|
-
initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [
|
|
195
|
+
initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [KtSet, Collection]);
|
|
196
196
|
initMetadataForClass(BaseOutput, 'BaseOutput');
|
|
197
197
|
initMetadataForClass(NodeJsOutput, 'NodeJsOutput', VOID, BaseOutput);
|
|
198
198
|
initMetadataForClass(BufferedOutput, 'BufferedOutput', BufferedOutput, BaseOutput);
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
return get_textAlign_0(get_stylesParent(this));
|
|
351
351
|
}
|
|
352
352
|
initMetadataForInterface(Styles, 'Styles', VOID, VOID, [Base]);
|
|
353
|
-
initMetadataForClass(Category, 'Category',
|
|
353
|
+
initMetadataForClass(Category, 'Category', Category_init_$Create$_0, BaseModel, [Styles]);
|
|
354
354
|
initMetadataForCompanion(Companion_8);
|
|
355
355
|
initMetadataForCompanion(Companion_9);
|
|
356
356
|
initMetadataForClass(DeviceType, 'DeviceType', VOID, Enum);
|
|
@@ -2473,6 +2473,22 @@
|
|
|
2473
2473
|
function Category_init_$Create$(manifest, parser) {
|
|
2474
2474
|
return Category_init_$Init$(manifest, parser, objectCreate(protoOf(Category)));
|
|
2475
2475
|
}
|
|
2476
|
+
function Category_init_$Init$_0(manifest, label, banner, $this) {
|
|
2477
|
+
manifest = manifest === VOID ? createTestManifest() : manifest;
|
|
2478
|
+
label = label === VOID ? null : label;
|
|
2479
|
+
banner = banner === VOID ? null : banner;
|
|
2480
|
+
BaseModel.call($this, manifest);
|
|
2481
|
+
Category.call($this);
|
|
2482
|
+
$this.d3e_1 = null;
|
|
2483
|
+
var tmp = $this;
|
|
2484
|
+
tmp.e3e_1 = label == null ? null : label($this);
|
|
2485
|
+
$this.f3e_1 = emptySet();
|
|
2486
|
+
$this.g3e_1 = banner;
|
|
2487
|
+
return $this;
|
|
2488
|
+
}
|
|
2489
|
+
function Category_init_$Create$_0(manifest, label, banner) {
|
|
2490
|
+
return Category_init_$Init$_0(manifest, label, banner, objectCreate(protoOf(Category)));
|
|
2491
|
+
}
|
|
2476
2492
|
protoOf(Category).h3e = function () {
|
|
2477
2493
|
return this.q35().i3e();
|
|
2478
2494
|
};
|