@attocash/commons-js 5.2.0 → 5.2.2
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-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs
CHANGED
|
@@ -57,9 +57,9 @@ import {
|
|
|
57
57
|
offsetMinutesOfHour$defaultx23z50nh5v5p as offsetMinutesOfHour$default,
|
|
58
58
|
offsetSecondsOfMinute$defaultxai9ucsyqlc7 as offsetSecondsOfMinute$default,
|
|
59
59
|
AbstractDateTimeFormatBuilder2kkelk07l4wb as AbstractDateTimeFormatBuilder,
|
|
60
|
+
WithUtcOffset30ws1ntcash0j as WithUtcOffset,
|
|
60
61
|
WithDate2bqihss8t5xfv as WithDate,
|
|
61
62
|
WithTime2lgb7k6hqa1zi as WithTime,
|
|
62
|
-
WithUtcOffset30ws1ntcash0j as WithUtcOffset,
|
|
63
63
|
} from './DateTimeFormatBuilder.mjs';
|
|
64
64
|
import { _Char___init__impl__6a9atx2js6krycynjoo as _Char___init__impl__6a9atx } from '../../../../kotlin-kotlin-stdlib/kotlin/Char.mjs';
|
|
65
65
|
import { Unit_instance1fbcbse1fwigr as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
@@ -755,7 +755,7 @@ function Builder() {
|
|
|
755
755
|
protoOf($).a1l = offsetSecondsOfMinute;
|
|
756
756
|
protoOf($).b1l = offsetSecondsOfMinute$default;
|
|
757
757
|
protoOf($).n1i = offset;
|
|
758
|
-
initMetadataForClass($, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder(), AbstractWithDateTimeBuilder(), AbstractWithOffsetBuilder(),
|
|
758
|
+
initMetadataForClass($, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder(), AbstractWithDateTimeBuilder(), AbstractWithOffsetBuilder(), WithUtcOffset(), WithDate(), WithTime()]);
|
|
759
759
|
BuilderClass = $;
|
|
760
760
|
}
|
|
761
761
|
return BuilderClass;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EmptyCoroutineContext_getInstance31fow51ayy30t as EmptyCoroutineContext_getInstance } from '../../../../../kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs';
|
|
2
2
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
3
|
-
import { AutoCloseable1l5p57f9lp7kv as AutoCloseable } from '../../../../../kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs';
|
|
4
3
|
import { CoroutineScopefcb5f5dwqcas as CoroutineScope } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs';
|
|
4
|
+
import { AutoCloseable1l5p57f9lp7kv as AutoCloseable } from '../../../../../kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs';
|
|
5
5
|
import { initMetadataForObject1cxne3s9w65el as initMetadataForObject } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
6
6
|
//region block: imports
|
|
7
7
|
//endregion
|
|
@@ -21,7 +21,7 @@ function NoopSelectorManager() {
|
|
|
21
21
|
v5() {
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
initMetadataForObject($, 'NoopSelectorManager', VOID, VOID, [
|
|
24
|
+
initMetadataForObject($, 'NoopSelectorManager', VOID, VOID, [CoroutineScope(), AutoCloseable()], [2]);
|
|
25
25
|
NoopSelectorManagerClass = $;
|
|
26
26
|
}
|
|
27
27
|
return NoopSelectorManagerClass;
|
|
@@ -61,8 +61,8 @@ import { toLongw1zpgk99d84b as toLong } from '../../../../../kotlin-kotlin-stdli
|
|
|
61
61
|
import { CompletableDeferred2lnqvsbvx74d3 as CompletableDeferred } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs';
|
|
62
62
|
import { SocketBase16wq3cyi6rfg8 as SocketBase } from './SocketBase.mjs';
|
|
63
63
|
import { Dispatchers_getInstanceitgtkvqfcnx3 as Dispatchers_getInstance } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs';
|
|
64
|
-
import { ASocket1hggj5ss9a2ef as ASocket } from './Sockets.mjs';
|
|
65
64
|
import { CoroutineScopefcb5f5dwqcas as CoroutineScope } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs';
|
|
65
|
+
import { ASocket1hggj5ss9a2ef as ASocket } from './Sockets.mjs';
|
|
66
66
|
//region block: imports
|
|
67
67
|
//endregion
|
|
68
68
|
//region block: pre-declaration
|
|
@@ -559,7 +559,7 @@ function SocketImpl() {
|
|
|
559
559
|
return null;
|
|
560
560
|
}
|
|
561
561
|
}
|
|
562
|
-
initMetadataForClass($, 'SocketImpl', VOID, VOID, [SocketBase(),
|
|
562
|
+
initMetadataForClass($, 'SocketImpl', VOID, VOID, [SocketBase(), CoroutineScope(), ASocket()]);
|
|
563
563
|
SocketImplClass = $;
|
|
564
564
|
}
|
|
565
565
|
return SocketImplClass;
|