@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1843 → 1.3.0-SNAPSHOT.1845

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.
@@ -134,13 +134,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
134
134
  initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
135
135
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
136
136
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
137
- initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, MutableIterable, KtList, Collection]);
137
+ initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, MutableIterable, KtList]);
138
138
  initMetadataForClass(SubList, 'SubList', VOID, AbstractMutableList);
139
139
  initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
140
140
  initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [AbstractMap, KtMap]);
141
141
  initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableSet]);
142
142
  initMetadataForCompanion(Companion_5);
143
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, MutableIterable, KtList, Collection]);
143
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, Collection, MutableIterable, KtList]);
144
144
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
145
145
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
146
146
  initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
@@ -118,8 +118,8 @@
118
118
  var getKClassFromExpression = kotlin_kotlin.$_$.b;
119
119
  var Exception_init_$Create$ = kotlin_kotlin.$_$.a1;
120
120
  var removeFirstOrNull = kotlin_kotlin.$_$.o4;
121
- var MutableIterable = kotlin_kotlin.$_$.v2;
122
121
  var Collection = kotlin_kotlin.$_$.q2;
122
+ var MutableIterable = kotlin_kotlin.$_$.v2;
123
123
  var CancellationException_init_$Init$ = kotlin_kotlin.$_$.q;
124
124
  var getStringHashCode = kotlin_kotlin.$_$.i6;
125
125
  var CancellationException_init_$Create$_0 = kotlin_kotlin.$_$.r;
@@ -300,11 +300,11 @@
300
300
  initMetadataForClass(Symbol, 'Symbol');
301
301
  initMetadataForInterface(SelectInstance, 'SelectInstance');
302
302
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
303
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
303
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
304
304
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
305
305
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
306
306
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
307
- initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [MutableIterable, KtList, Collection]);
307
+ initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [Collection, MutableIterable, KtList]);
308
308
  initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
309
309
  initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
310
310
  initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);
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.3.0-SNAPSHOT.1843",
4
+ "version": "1.3.0-SNAPSHOT.1845",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "sax": "1.2.4"