mrs-toolbox-cli 0.0.100 → 0.0.101
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,11 +192,6 @@
|
|
|
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]);
|
|
200
195
|
function cancel$default_0(cause, $super) {
|
|
201
196
|
cause = cause === VOID ? null : cause;
|
|
202
197
|
var tmp;
|
|
@@ -209,7 +204,12 @@
|
|
|
209
204
|
return tmp;
|
|
210
205
|
}
|
|
211
206
|
setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|
|
212
|
-
|
|
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]);
|
|
213
213
|
setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
|
|
214
214
|
setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
|
|
215
215
|
setMetadataFor(Factory, 'Factory', objectMeta);
|