@tuprolog/2p-full 2.0.4 → 2.0.5
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
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
initMetadataForClass(ExtensionLibrary, 'ExtensionLibrary', VOID, AbstractLibrary);
|
|
932
932
|
initMetadataForClass(LibraryImpl, 'LibraryImpl', VOID, AbstractLibrary);
|
|
933
933
|
initMetadataForCompanion(Companion_37);
|
|
934
|
-
initMetadataForClass(RuntimeImpl, 'RuntimeImpl', VOID, AbstractPluggable, [
|
|
934
|
+
initMetadataForClass(RuntimeImpl, 'RuntimeImpl', VOID, AbstractPluggable, [Pluggable, KtMap]);
|
|
935
935
|
initMetadataForClass(PrimitiveWrapper, 'PrimitiveWrapper', VOID, AbstractWrapper);
|
|
936
936
|
initMetadataForClass(BinaryRelation, 'BinaryRelation', VOID, PrimitiveWrapper);
|
|
937
937
|
initMetadataForClass(NonBacktrackable, 'NonBacktrackable', VOID, BinaryRelation);
|
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -132,27 +132,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
132
132
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
133
133
|
initMetadataForObject(Unit, 'Unit');
|
|
134
134
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
135
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [
|
|
135
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [Collection, MutableIterable]);
|
|
136
136
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
137
137
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
138
|
-
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [KtList, MutableIterable
|
|
138
|
+
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [Collection, KtList, MutableIterable]);
|
|
139
139
|
initMetadataForInterface(RandomAccess, 'RandomAccess');
|
|
140
140
|
initMetadataForClass(SubList, 'SubList', VOID, AbstractMutableList, [RandomAccess]);
|
|
141
141
|
initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
|
|
142
142
|
initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [KtMap]);
|
|
143
|
-
initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [
|
|
143
|
+
initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [Collection, KtSet, MutableIterable]);
|
|
144
144
|
initMetadataForCompanion(Companion_1);
|
|
145
|
-
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [KtList, MutableIterable,
|
|
145
|
+
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [Collection, KtList, MutableIterable, RandomAccess]);
|
|
146
146
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [KtMap]);
|
|
147
|
-
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [
|
|
148
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
149
|
-
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [
|
|
147
|
+
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [Collection, KtSet, MutableIterable]);
|
|
148
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable]);
|
|
149
|
+
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [Collection, KtSet, MutableIterable]);
|
|
150
150
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
151
151
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
152
152
|
initMetadataForClass(HashMapKeysDefault, 'HashMapKeysDefault', VOID, AbstractMutableSet);
|
|
153
153
|
initMetadataForClass(HashMapValuesDefault$iterator$1);
|
|
154
154
|
initMetadataForClass(HashMapValuesDefault, 'HashMapValuesDefault', VOID, AbstractMutableCollection);
|
|
155
|
-
initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [
|
|
155
|
+
initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [Collection, KtSet, MutableIterable]);
|
|
156
156
|
initMetadataForCompanion(Companion_2);
|
|
157
157
|
initMetadataForClass(Itr, 'Itr');
|
|
158
158
|
initMetadataForClass(KeysItr, 'KeysItr', VOID, Itr);
|
|
@@ -197,7 +197,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
197
197
|
initMetadataForInterface(InternalMap, 'InternalMap');
|
|
198
198
|
initMetadataForClass(InternalHashMap, 'InternalHashMap', InternalHashMap_init_$Create$, VOID, [InternalMap]);
|
|
199
199
|
initMetadataForClass(LinkedHashMap, 'LinkedHashMap', LinkedHashMap_init_$Create$, HashMap, [KtMap]);
|
|
200
|
-
initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [
|
|
200
|
+
initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [Collection, KtSet, MutableIterable]);
|
|
201
201
|
initMetadataForClass(BaseOutput, 'BaseOutput');
|
|
202
202
|
initMetadataForClass(NodeJsOutput, 'NodeJsOutput', VOID, BaseOutput);
|
|
203
203
|
initMetadataForClass(BufferedOutput, 'BufferedOutput', BufferedOutput, BaseOutput);
|