@attocash/commons-js 6.5.0 → 6.6.0
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/commons-commons-js.mjs +6 -6
- package/package.json +1 -1
package/commons-commons-js.mjs
CHANGED
|
@@ -78641,8 +78641,8 @@ initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
|
|
|
78641
78641
|
initMetadataForCompanion(Companion_0);
|
|
78642
78642
|
initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
|
|
78643
78643
|
initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
78644
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
78645
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
78644
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
|
|
78645
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
|
|
78646
78646
|
initMetadataForCompanion(Companion_1);
|
|
78647
78647
|
initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
|
|
78648
78648
|
initMetadataForCompanion(Companion_2);
|
|
@@ -78662,7 +78662,7 @@ initMetadataForInterface(AutoCloseable, 'AutoCloseable');
|
|
|
78662
78662
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
78663
78663
|
initMetadataForObject(Unit, 'Unit');
|
|
78664
78664
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
78665
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, VOID, [
|
|
78665
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, VOID, [MutableIterable, Collection]);
|
|
78666
78666
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
78667
78667
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl');
|
|
78668
78668
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, VOID, [KtMutableList]);
|
|
@@ -78676,7 +78676,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
78676
78676
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList.s2, VOID, [KtMutableList, RandomAccess]);
|
|
78677
78677
|
initMetadataForClass(HashMap, 'HashMap', HashMap.v8, VOID, [KtMutableMap]);
|
|
78678
78678
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, VOID, [KtMutableSet]);
|
|
78679
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, VOID, [
|
|
78679
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, VOID, [MutableIterable, Collection]);
|
|
78680
78680
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, VOID, [KtMutableSet]);
|
|
78681
78681
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet');
|
|
78682
78682
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -79235,7 +79235,7 @@ initMetadataForClass(ContextScope, 'ContextScope', VOID, VOID, [CoroutineScope])
|
|
|
79235
79235
|
initMetadataForClass(Symbol_0, 'Symbol');
|
|
79236
79236
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
79237
79237
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
79238
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
79238
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
79239
79239
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult');
|
|
79240
79240
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
79241
79241
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|
|
@@ -79310,7 +79310,7 @@ initMetadataForClass(DayDirective, 'DayDirective');
|
|
|
79310
79310
|
initMetadataForObject(DateFields, 'DateFields');
|
|
79311
79311
|
initMetadataForCompanion(Companion_42);
|
|
79312
79312
|
initMetadataForInterface(AbstractWithTimeBuilder, 'AbstractWithTimeBuilder', VOID, VOID, [WithTime]);
|
|
79313
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
79313
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
79314
79314
|
protoOf(Builder_0).h2g = appendAlternativeParsingImpl;
|
|
79315
79315
|
protoOf(Builder_0).g2g = appendOptionalImpl;
|
|
79316
79316
|
protoOf(Builder_0).o2f = chars;
|