@solibo/solibo-sdk 1.8.6 → 1.8.7

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.
@@ -237,11 +237,6 @@ initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
237
237
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
238
238
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
239
239
  initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
240
- function close$default(cause, $super) {
241
- cause = cause === VOID ? null : cause;
242
- return $super === VOID ? this.z2q(cause) : $super.z2q.call(this, cause);
243
- }
244
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
245
240
  function cancel$default_0(cause, $super) {
246
241
  cause = cause === VOID ? null : cause;
247
242
  var tmp;
@@ -254,7 +249,12 @@ function cancel$default_0(cause, $super) {
254
249
  return tmp;
255
250
  }
256
251
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
257
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
252
+ function close$default(cause, $super) {
253
+ cause = cause === VOID ? null : cause;
254
+ return $super === VOID ? this.z2q(cause) : $super.z2q.call(this, cause);
255
+ }
256
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
257
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
258
258
  initMetadataForClass(WaiterEB, 'WaiterEB');
259
259
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
260
260
  initMetadataForObject(Factory, 'Factory');
@@ -264,7 +264,7 @@ initMetadataForCompanion(Companion);
264
264
  initMetadataForClass(ChannelResult, 'ChannelResult');
265
265
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
266
266
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
267
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [SendChannel, ReceiveChannel], [1, 0]);
267
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [ReceiveChannel, SendChannel], [1, 0]);
268
268
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
269
269
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
270
270
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ProducerScope], [1, 0]);
@@ -304,7 +304,7 @@ initMetadataForCoroutine($doSelectCOROUTINE$, CoroutineImpl);
304
304
  initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
305
305
  initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
306
306
  initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
307
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
307
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
308
308
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
309
309
  function tryLock$default(owner, $super) {
310
310
  owner = owner === VOID ? null : owner;