@cruglobal/godtools-shared 1.1.1-SNAPSHOT.1645 → 1.1.1-SNAPSHOT.1646
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-kotlin-stdlib.js
CHANGED
|
@@ -120,12 +120,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
120
120
|
function asJsSetView() {
|
|
121
121
|
return createJsSetViewFrom(this);
|
|
122
122
|
}
|
|
123
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
123
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
|
|
124
124
|
initMetadataForCompanion(Companion_2);
|
|
125
125
|
function asJsArrayView() {
|
|
126
126
|
return createJsArrayViewFrom(this);
|
|
127
127
|
}
|
|
128
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
128
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
|
|
129
129
|
initMetadataForInterface(Entry, 'Entry');
|
|
130
130
|
initMetadataForInterface(MutableEntry, 'MutableEntry', VOID, VOID, [Entry]);
|
|
131
131
|
initMetadataForCompanion(Companion_3);
|
|
@@ -148,7 +148,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
148
148
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
149
149
|
initMetadataForObject(Unit, 'Unit');
|
|
150
150
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
151
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
151
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
|
|
152
152
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
153
153
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
154
154
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -161,7 +161,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
161
161
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
162
162
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
|
|
163
163
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
164
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
164
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
|
|
165
165
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
166
166
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
167
167
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
initMetadataForClass(Symbol, 'Symbol');
|
|
297
297
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
298
298
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
299
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
299
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
300
300
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
301
301
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
|
|
302
302
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [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.1.1-SNAPSHOT.
|
|
4
|
+
"version": "1.1.1-SNAPSHOT.1646",
|
|
5
5
|
"name": "@cruglobal/godtools-shared",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"sax": "1.2.4"
|