@cruglobal/godtools-shared 1.3.0-SNAPSHOT.2145 → 1.3.0-SNAPSHOT.2152
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/kotlin-kotlin-stdlib.js +7 -7
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +4 -4
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +1 -1
- package/kotlinx-coroutines-core.js +9 -9
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -223,7 +223,7 @@ export declare namespace org.cru.godtools.shared.tool.parser {
|
|
|
223
223
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
224
224
|
class Accordion extends org.cru.godtools.shared.tool.parser.model.Content.$metadata$.constructor {
|
|
225
225
|
private constructor();
|
|
226
|
-
static
|
|
226
|
+
static createTestAccordion(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, invisibleIf?: Nullable<string>, goneIf?: Nullable<string>, sections?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Accordion) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Accordion.Section>>): org.cru.godtools.shared.tool.parser.model.Accordion;
|
|
227
227
|
get sections(): Array<org.cru.godtools.shared.tool.parser.model.Accordion.Section>;
|
|
228
228
|
isInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext): boolean;
|
|
229
229
|
isInvisibleFlow(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
@@ -220,11 +220,6 @@
|
|
|
220
220
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
221
221
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
222
222
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
|
|
223
|
-
function close$default(cause, $super) {
|
|
224
|
-
cause = cause === VOID ? null : cause;
|
|
225
|
-
return $super === VOID ? this.n1z(cause) : $super.n1z.call(this, cause);
|
|
226
|
-
}
|
|
227
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
228
223
|
function cancel$default_0(cause, $super) {
|
|
229
224
|
cause = cause === VOID ? null : cause;
|
|
230
225
|
var tmp;
|
|
@@ -237,7 +232,12 @@
|
|
|
237
232
|
return tmp;
|
|
238
233
|
}
|
|
239
234
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
240
|
-
|
|
235
|
+
function close$default(cause, $super) {
|
|
236
|
+
cause = cause === VOID ? null : cause;
|
|
237
|
+
return $super === VOID ? this.n1z(cause) : $super.n1z.call(this, cause);
|
|
238
|
+
}
|
|
239
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
240
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
241
241
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
242
242
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
243
243
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
248
248
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
249
249
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
250
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
250
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
251
251
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
252
252
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
253
253
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
271
271
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, VOID, [1]);
|
|
272
272
|
initMetadataForCoroutine($collectCOROUTINE$_1, CoroutineImpl);
|
|
273
|
-
initMetadataForClass(StateFlowImpl, 'StateFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
273
|
+
initMetadataForClass(StateFlowImpl, 'StateFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, StateFlow, FusibleFlow], [1]);
|
|
274
274
|
initMetadataForClass(StateFlowSlot, 'StateFlowSlot', StateFlowSlot, AbstractSharedFlowSlot, VOID, [0]);
|
|
275
275
|
initMetadataForClass(ChannelFlow, 'ChannelFlow', VOID, VOID, [FusibleFlow], [1]);
|
|
276
276
|
initMetadataForClass(ChannelFlowOperator, 'ChannelFlowOperator', VOID, ChannelFlow, VOID, [1, 2]);
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
321
321
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
|
|
322
322
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|
|
323
|
-
initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [
|
|
323
|
+
initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [KtList, Collection]);
|
|
324
324
|
initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
|
|
325
325
|
initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
|
|
326
326
|
initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);
|