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