@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1857 → 1.3.0-SNAPSHOT.1860
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 +4 -4
- 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 +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -111,12 +111,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
111
111
|
function asJsArrayView() {
|
|
112
112
|
return createJsArrayViewFrom(this);
|
|
113
113
|
}
|
|
114
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
114
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
|
|
115
115
|
initMetadataForCompanion(Companion_2);
|
|
116
116
|
function asJsSetView() {
|
|
117
117
|
return createJsSetViewFrom(this);
|
|
118
118
|
}
|
|
119
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
119
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
|
|
120
120
|
initMetadataForInterface(Entry, 'Entry');
|
|
121
121
|
initMetadataForCompanion(Companion_3);
|
|
122
122
|
function asJsReadonlyMapView() {
|
|
@@ -137,7 +137,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
137
137
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
138
138
|
initMetadataForObject(Unit, 'Unit');
|
|
139
139
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
140
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
140
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
|
|
141
141
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
142
142
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
143
143
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -150,7 +150,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
150
150
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
151
151
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
|
|
152
152
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
153
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
153
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
|
|
154
154
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
155
155
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
156
156
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -10967,6 +10967,15 @@
|
|
|
10967
10967
|
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
10968
10968
|
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
10969
10969
|
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
10970
|
+
var $org$cru$godtools$shared$tool$parser$model$lesson = $org$cru$godtools$shared$tool$parser$model.lesson || ($org$cru$godtools$shared$tool$parser$model.lesson = {});
|
|
10971
|
+
$org$cru$godtools$shared$tool$parser$model$lesson.LessonPage = LessonPage;
|
|
10972
|
+
var $org = _.org || (_.org = {});
|
|
10973
|
+
var $org$cru = $org.cru || ($org.cru = {});
|
|
10974
|
+
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
10975
|
+
var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
|
|
10976
|
+
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
10977
|
+
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
10978
|
+
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
10970
10979
|
var $org$cru$godtools$shared$tool$parser$model$page = $org$cru$godtools$shared$tool$parser$model.page || ($org$cru$godtools$shared$tool$parser$model.page = {});
|
|
10971
10980
|
$org$cru$godtools$shared$tool$parser$model$page.CardCollectionPage = CardCollectionPage;
|
|
10972
10981
|
$org$cru$godtools$shared$tool$parser$model$page.CardCollectionPage.Header = Header;
|