@solibo/home-api 1.1.6 → 1.1.9
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,11 +228,6 @@
|
|
|
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.g19(cause) : $super.g19.call(this, cause);
|
|
234
|
-
}
|
|
235
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
236
231
|
function cancel$default_0(cause, $super) {
|
|
237
232
|
cause = cause === VOID ? null : cause;
|
|
238
233
|
var tmp;
|
|
@@ -245,7 +240,12 @@
|
|
|
245
240
|
return tmp;
|
|
246
241
|
}
|
|
247
242
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
248
|
-
|
|
243
|
+
function close$default(cause, $super) {
|
|
244
|
+
cause = cause === VOID ? null : cause;
|
|
245
|
+
return $super === VOID ? this.g19(cause) : $super.g19.call(this, cause);
|
|
246
|
+
}
|
|
247
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
248
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [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,
|
|
258
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [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]);
|