@jakta/jakta-prolog-incarnation 1.1.9 → 1.1.10
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/2p-solve.js +1 -1
- package/kotlin-kotlin-stdlib.js +9 -9
- package/package.json +1 -1
package/2p-solve.js
CHANGED
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
initMetadataForClass(ExtensionLibrary, 'ExtensionLibrary', VOID, AbstractLibrary);
|
|
934
934
|
initMetadataForClass(LibraryImpl, 'LibraryImpl', VOID, AbstractLibrary);
|
|
935
935
|
initMetadataForCompanion(Companion_37);
|
|
936
|
-
initMetadataForClass(RuntimeImpl, 'RuntimeImpl', VOID, AbstractPluggable, [
|
|
936
|
+
initMetadataForClass(RuntimeImpl, 'RuntimeImpl', VOID, AbstractPluggable, [Pluggable, KtMap]);
|
|
937
937
|
initMetadataForClass(PrimitiveWrapper, 'PrimitiveWrapper', VOID, AbstractWrapper);
|
|
938
938
|
initMetadataForClass(BinaryRelation, 'BinaryRelation', VOID, PrimitiveWrapper);
|
|
939
939
|
initMetadataForClass(NonBacktrackable, 'NonBacktrackable', VOID, BinaryRelation);
|
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -122,27 +122,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
122
122
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
123
123
|
initMetadataForObject(Unit, 'Unit');
|
|
124
124
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
125
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [
|
|
125
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [MutableIterable, Collection]);
|
|
126
126
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
127
127
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
128
|
-
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [
|
|
128
|
+
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [MutableIterable, Collection, KtList]);
|
|
129
129
|
initMetadataForInterface(RandomAccess, 'RandomAccess');
|
|
130
130
|
initMetadataForClass(SubList, 'SubList', VOID, AbstractMutableList, [RandomAccess]);
|
|
131
131
|
initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
|
|
132
132
|
initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [KtMap]);
|
|
133
|
-
initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [
|
|
133
|
+
initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [MutableIterable, Collection, KtSet]);
|
|
134
134
|
initMetadataForCompanion(Companion_2);
|
|
135
|
-
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [
|
|
135
|
+
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [MutableIterable, Collection, KtList, RandomAccess]);
|
|
136
136
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [KtMap]);
|
|
137
|
-
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [
|
|
138
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
139
|
-
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [
|
|
137
|
+
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [MutableIterable, Collection, KtSet]);
|
|
138
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection]);
|
|
139
|
+
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [MutableIterable, Collection, KtSet]);
|
|
140
140
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
141
141
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
142
142
|
initMetadataForClass(HashMapKeysDefault, 'HashMapKeysDefault', VOID, AbstractMutableSet);
|
|
143
143
|
initMetadataForClass(HashMapValuesDefault$iterator$1);
|
|
144
144
|
initMetadataForClass(HashMapValuesDefault, 'HashMapValuesDefault', VOID, AbstractMutableCollection);
|
|
145
|
-
initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [
|
|
145
|
+
initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [MutableIterable, Collection, KtSet]);
|
|
146
146
|
initMetadataForCompanion(Companion_3);
|
|
147
147
|
initMetadataForClass(Itr, 'Itr');
|
|
148
148
|
initMetadataForClass(KeysItr, 'KeysItr', VOID, Itr);
|
|
@@ -187,7 +187,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
187
187
|
initMetadataForInterface(InternalMap, 'InternalMap');
|
|
188
188
|
initMetadataForClass(InternalHashMap, 'InternalHashMap', InternalHashMap_init_$Create$, VOID, [InternalMap]);
|
|
189
189
|
initMetadataForClass(LinkedHashMap, 'LinkedHashMap', LinkedHashMap_init_$Create$, HashMap, [KtMap]);
|
|
190
|
-
initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [
|
|
190
|
+
initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [MutableIterable, Collection, KtSet]);
|
|
191
191
|
initMetadataForClass(BaseOutput, 'BaseOutput');
|
|
192
192
|
initMetadataForClass(NodeJsOutput, 'NodeJsOutput', VOID, BaseOutput);
|
|
193
193
|
initMetadataForClass(BufferedOutput, 'BufferedOutput', BufferedOutput, BaseOutput);
|