@komune-io/im-space-domain 0.16.5 → 0.17.0-alpha.1235f2c

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.
@@ -456,6 +456,11 @@ if (typeof Math.imul === 'undefined') {
456
456
  setMetadataFor($hasNextCOROUTINE$5, '$hasNextCOROUTINE$5', classMeta, CoroutineImpl);
457
457
  setMetadataFor(SendBroadcast, 'SendBroadcast', classMeta, VOID, [Waiter]);
458
458
  setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
459
+ function close$default(cause, $super) {
460
+ cause = cause === VOID ? null : cause;
461
+ return $super === VOID ? this.dx(cause) : $super.dx.call(this, cause);
462
+ }
463
+ setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
459
464
  function cancel$default_0(cause, $super) {
460
465
  cause = cause === VOID ? null : cause;
461
466
  var tmp;
@@ -468,12 +473,7 @@ if (typeof Math.imul === 'undefined') {
468
473
  return tmp;
469
474
  }
470
475
  setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
471
- function close$default(cause, $super) {
472
- cause = cause === VOID ? null : cause;
473
- return $super === VOID ? this.dx(cause) : $super.dx.call(this, cause);
474
- }
475
- setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
476
- setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
476
+ setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
477
477
  setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
478
478
  setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
479
479
  setMetadataFor(Factory, 'Factory', objectMeta);