mrs-toolbox-cli 0.0.101 → 0.0.102

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.
@@ -192,6 +192,11 @@
192
192
  setMetadataFor($hasNextCOROUTINE$5, '$hasNextCOROUTINE$5', classMeta, CoroutineImpl);
193
193
  setMetadataFor(SendBroadcast, 'SendBroadcast', classMeta, VOID, [Waiter]);
194
194
  setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
195
+ function close$default(cause, $super) {
196
+ cause = cause === VOID ? null : cause;
197
+ return $super === VOID ? this.t10(cause) : $super.t10.call(this, cause);
198
+ }
199
+ setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
195
200
  function cancel$default_0(cause, $super) {
196
201
  cause = cause === VOID ? null : cause;
197
202
  var tmp;
@@ -204,12 +209,7 @@
204
209
  return tmp;
205
210
  }
206
211
  setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
207
- function close$default(cause, $super) {
208
- cause = cause === VOID ? null : cause;
209
- return $super === VOID ? this.t10(cause) : $super.t10.call(this, cause);
210
- }
211
- setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
212
- setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
212
+ setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
213
213
  setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
214
214
  setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
215
215
  setMetadataFor(Factory, 'Factory', objectMeta);