@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1846 → 1.3.0-SNAPSHOT.1848

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.
@@ -1383,7 +1383,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.xml {
1383
1383
  }
1384
1384
  }
1385
1385
  export declare namespace org.cru.godtools.shared.renderer.state {
1386
- class State implements org.cru.godtools.shared.tool.parser.expressions.ExpressionContext/*, org.cru.godtools.shared.renderer.state.internal.Parcelable */ {
1386
+ class State implements org.cru.godtools.shared.tool.parser.expressions.ExpressionContext/*, org.ccci.gto.android.common.parcelize.Parcelable */ {
1387
1387
  private constructor();
1388
1388
  static createState(): org.cru.godtools.shared.renderer.state.State;
1389
1389
  varsChangeFlow$default<T>(keys: Nullable<any>/* Nullable<kotlin.collections.Collection<string>> */ | undefined, block: (p0: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext) => T): any/* kotlinx.coroutines.flow.Flow<T> */;
@@ -209,6 +209,11 @@
209
209
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
210
210
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
211
211
  initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
212
+ function close$default(cause, $super) {
213
+ cause = cause === VOID ? null : cause;
214
+ return $super === VOID ? this.q22(cause) : $super.q22.call(this, cause);
215
+ }
216
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
212
217
  function cancel$default_0(cause, $super) {
213
218
  cause = cause === VOID ? null : cause;
214
219
  var tmp;
@@ -221,12 +226,7 @@
221
226
  return tmp;
222
227
  }
223
228
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
224
- function close$default(cause, $super) {
225
- cause = cause === VOID ? null : cause;
226
- return $super === VOID ? this.q22(cause) : $super.q22.call(this, cause);
227
- }
228
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
229
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
229
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
230
230
  initMetadataForClass(WaiterEB, 'WaiterEB');
231
231
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
232
232
  initMetadataForObject(Factory, 'Factory');
@@ -236,7 +236,7 @@
236
236
  initMetadataForClass(ChannelResult, 'ChannelResult');
237
237
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
238
238
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
239
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
239
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
240
240
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
241
241
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
242
242
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -304,7 +304,7 @@
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, [KtList, Collection, MutableIterable]);
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);