@solibo/home-api 1.0.42 → 1.0.43

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.
@@ -228,6 +228,11 @@
228
228
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
229
229
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
230
230
  initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
231
+ function close$default(cause, $super) {
232
+ cause = cause === VOID ? null : cause;
233
+ return $super === VOID ? this.y17(cause) : $super.y17.call(this, cause);
234
+ }
235
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
231
236
  function cancel$default_0(cause, $super) {
232
237
  cause = cause === VOID ? null : cause;
233
238
  var tmp;
@@ -240,12 +245,7 @@
240
245
  return tmp;
241
246
  }
242
247
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
243
- function close$default(cause, $super) {
244
- cause = cause === VOID ? null : cause;
245
- return $super === VOID ? this.y17(cause) : $super.y17.call(this, cause);
246
- }
247
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
248
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
248
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
249
249
  initMetadataForClass(WaiterEB, 'WaiterEB');
250
250
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
251
251
  initMetadataForObject(Factory, 'Factory');
@@ -255,7 +255,7 @@
255
255
  initMetadataForClass(ChannelResult, 'ChannelResult');
256
256
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
257
257
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
258
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
258
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
259
259
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
260
260
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
261
261
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -274,7 +274,7 @@
274
274
  initMetadataForClass(Symbol, 'Symbol');
275
275
  initMetadataForInterface(SelectInstance, 'SelectInstance');
276
276
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
277
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
277
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
278
278
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
279
279
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, [CoroutineDispatcher, Delay], [1]);
280
280
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);