@cruglobal/godtools-shared 1.3.0-PR956-SNAPSHOT.1860 → 1.3.0-PR956-SNAPSHOT.1862
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 +2 -2
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +9 -0
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +12 -0
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -1133,6 +1133,18 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
1133
1133
|
};
|
|
1134
1134
|
}
|
|
1135
1135
|
}
|
|
1136
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model.lesson {
|
|
1137
|
+
class LessonPage extends org.cru.godtools.shared.tool.parser.model.page.Page.$metadata$.constructor implements org.cru.godtools.shared.tool.parser.model.Parent {
|
|
1138
|
+
private constructor();
|
|
1139
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
1140
|
+
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
1141
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
1142
|
+
}
|
|
1143
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1144
|
+
namespace LessonPage.$metadata$ {
|
|
1145
|
+
const constructor: abstract new () => LessonPage;
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1136
1148
|
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
1137
1149
|
class CardCollectionPage extends org.cru.godtools.shared.tool.parser.model.page.Page.$metadata$.constructor {
|
|
1138
1150
|
private constructor();
|
|
@@ -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.d1z(cause) : $super.d1z.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.d1z(cause) : $super.d1z.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]);
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
316
316
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
|
|
317
317
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|
|
318
|
-
initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [
|
|
318
|
+
initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [Collection, KtList]);
|
|
319
319
|
initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
|
|
320
320
|
initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
|
|
321
321
|
initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);
|