@doordeck/doordeck-headless-sdk 0.123.0 → 0.125.0
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.
|
@@ -3315,6 +3315,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
3315
3315
|
function toTypedArray(_this__u8e3s4) {
|
|
3316
3316
|
return [].slice.call(_this__u8e3s4);
|
|
3317
3317
|
}
|
|
3318
|
+
function contentEquals_0(_this__u8e3s4, other) {
|
|
3319
|
+
return contentEqualsInternal(_this__u8e3s4, other);
|
|
3320
|
+
}
|
|
3318
3321
|
function sortWith(_this__u8e3s4, comparator) {
|
|
3319
3322
|
if (_this__u8e3s4.length > 1) {
|
|
3320
3323
|
sortArrayWith(_this__u8e3s4, comparator);
|
|
@@ -3345,9 +3348,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
3345
3348
|
var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : joinToString_0(_this__u8e3s4, ', ', '[', ']');
|
|
3346
3349
|
return tmp1_elvis_lhs == null ? 'null' : tmp1_elvis_lhs;
|
|
3347
3350
|
}
|
|
3348
|
-
function contentEquals_0(_this__u8e3s4, other) {
|
|
3349
|
-
return contentEqualsInternal(_this__u8e3s4, other);
|
|
3350
|
-
}
|
|
3351
3351
|
function contentHashCode_0(_this__u8e3s4) {
|
|
3352
3352
|
return contentHashCodeInternal(_this__u8e3s4);
|
|
3353
3353
|
}
|
|
@@ -206,6 +206,11 @@
|
|
|
206
206
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
207
207
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
208
208
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
209
|
+
function close$default(cause, $super) {
|
|
210
|
+
cause = cause === VOID ? null : cause;
|
|
211
|
+
return $super === VOID ? this.v16(cause) : $super.v16.call(this, cause);
|
|
212
|
+
}
|
|
213
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
209
214
|
function cancel$default_0(cause, $super) {
|
|
210
215
|
cause = cause === VOID ? null : cause;
|
|
211
216
|
var tmp;
|
|
@@ -218,12 +223,7 @@
|
|
|
218
223
|
return tmp;
|
|
219
224
|
}
|
|
220
225
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
221
|
-
|
|
222
|
-
cause = cause === VOID ? null : cause;
|
|
223
|
-
return $super === VOID ? this.v16(cause) : $super.v16.call(this, cause);
|
|
224
|
-
}
|
|
225
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
226
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
226
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
227
227
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
228
228
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
229
229
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
234
234
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
235
235
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
236
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
236
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
|
|
237
237
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
238
238
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
239
239
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|