@cruglobal/godtools-shared 1.2.1-SNAPSHOT.1796 → 1.2.1-SNAPSHOT.1800
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.
- package/Kermit-kermit-core.js +3 -2
- package/Kermit-kermit-core.js.map +1 -1
- package/Kermit-kermit.js.map +1 -1
- package/antlr-kotlin-antlr-kotlin-runtime.js +3 -3
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -205,11 +205,6 @@
|
|
|
205
205
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
206
206
|
initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
|
|
207
207
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$5, CoroutineImpl);
|
|
208
|
-
function close$default(cause, $super) {
|
|
209
|
-
cause = cause === VOID ? null : cause;
|
|
210
|
-
return $super === VOID ? this.q11(cause) : $super.q11.call(this, cause);
|
|
211
|
-
}
|
|
212
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
213
208
|
function cancel$default_0(cause, $super) {
|
|
214
209
|
cause = cause === VOID ? null : cause;
|
|
215
210
|
var tmp;
|
|
@@ -222,7 +217,12 @@
|
|
|
222
217
|
return tmp;
|
|
223
218
|
}
|
|
224
219
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
225
|
-
|
|
220
|
+
function close$default(cause, $super) {
|
|
221
|
+
cause = cause === VOID ? null : cause;
|
|
222
|
+
return $super === VOID ? this.q11(cause) : $super.q11.call(this, cause);
|
|
223
|
+
}
|
|
224
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
225
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
226
226
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
227
227
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
228
228
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
233
233
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
234
234
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
235
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
235
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
236
236
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
237
237
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
238
238
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|