@attocash/commons-test 6.2.1 → 6.3.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/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs +58 -58
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +21 -21
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +56 -56
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +31 -31
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +41 -41
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +65 -65
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +20 -20
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +22 -22
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +7 -7
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +32 -32
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +121 -121
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +106 -106
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +151 -151
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +130 -130
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +74 -74
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +29 -29
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +24 -24
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +20 -20
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +46 -46
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +7 -7
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +49 -49
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +42 -42
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +105 -105
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +11 -11
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +28 -28
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +45 -45
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +43 -43
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +48 -48
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +59 -59
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +15 -15
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +100 -100
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +28 -28
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +129 -129
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +116 -116
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.d.mts +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs +2 -0
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +38 -34
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.d.mts +3 -4
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs +4 -0
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +62 -54
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.export.d.mts +11 -11
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +868 -860
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +14 -14
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.d.mts +4 -4
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs +5 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +37 -30
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.export.d.mts +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +38 -38
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoJob.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.export.d.mts +1 -1
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +26 -26
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoNetwork.export.d.mts +0 -5
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +18 -18
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +30 -30
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +96 -96
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSerializable.export.d.mts +8 -0
- package/commons-commons-core/cash/atto/commons/AttoSerializable.export.mjs +4 -0
- package/commons-commons-core/cash/atto/commons/AttoSerializable.export.mjs.map +1 -0
- package/commons-commons-core/cash/atto/commons/AttoSerializable.mjs +27 -0
- package/commons-commons-core/cash/atto/commons/AttoSerializable.mjs.map +1 -0
- package/commons-commons-core/cash/atto/commons/AttoSignature.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +14 -14
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.export.d.mts +28 -0
- package/commons-commons-core/cash/atto/commons/AttoSigner.export.mjs +19 -0
- package/commons-commons-core/cash/atto/commons/AttoSigner.export.mjs.map +1 -0
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +74 -11
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +76 -0
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.export.d.mts +4 -4
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +73 -68
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoValidation.export.d.mts +9 -0
- package/commons-commons-core/cash/atto/commons/AttoValidation.export.mjs +4 -0
- package/commons-commons-core/cash/atto/commons/AttoValidation.export.mjs.map +1 -0
- package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +17 -4
- package/commons-commons-core/cash/atto/commons/AttoValidation.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.export.d.mts +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +15 -15
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.export.d.mts +3 -2
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +84 -79
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +24 -24
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +16 -16
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/Extensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SubtleCrypto.mjs.map +1 -1
- package/commons-commons-core.mjs +1 -2
- package/commons-commons-core.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.web.export.d.mts +26 -0
- package/commons-commons-node/cash/atto/commons/node/{AttoNodeClientAsync.export.mjs → AttoNodeClientAsync.web.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/{AttoNodeClientAsync.mjs → AttoNodeClientAsync.web.mjs} +375 -419
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.web.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.d.mts +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +158 -158
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.d.mts +2 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +4 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +44 -19
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +7 -7
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsync.export.d.mts → AttoAccountEntryMonitorAsync.web.export.d.mts} +3 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsync.export.mjs → AttoAccountEntryMonitorAsync.web.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsync.mjs → AttoAccountEntryMonitorAsync.web.mjs} +70 -41
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.web.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsyncBuilder.web.export.d.mts → AttoAccountEntryMonitorAsyncBuilder.js.export.d.mts} +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsyncBuilder.web.export.mjs → AttoAccountEntryMonitorAsyncBuilder.js.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsyncBuilder.web.mjs → AttoAccountEntryMonitorAsyncBuilder.js.mjs} +18 -18
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.js.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +37 -37
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountMonitorAsync.export.d.mts → AttoAccountMonitorAsync.web.export.d.mts} +5 -4
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountMonitorAsync.export.mjs → AttoAccountMonitorAsync.web.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountMonitorAsync.mjs → AttoAccountMonitorAsync.web.mjs} +134 -129
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.web.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +4 -4
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +57 -57
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +7 -7
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsync.export.d.mts → AttoTransactionMonitorAsync.web.export.d.mts} +3 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsync.export.mjs → AttoTransactionMonitorAsync.web.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsync.mjs → AttoTransactionMonitorAsync.web.mjs} +70 -41
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.web.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsyncBuilder.web.export.d.mts → AttoTransactionMonitorAsyncBuilder.js.export.d.mts} +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsyncBuilder.web.export.mjs → AttoTransactionMonitorAsyncBuilder.js.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsyncBuilder.web.mjs → AttoTransactionMonitorAsyncBuilder.js.mjs} +18 -18
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.js.mjs.map +1 -0
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +8 -8
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +320 -320
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
- package/commons-commons-node.mjs +6 -6
- package/commons-commons-test/cash/atto/commons/node/AttoMockWorker.mjs +8 -8
- package/commons-commons-test/cash/atto/commons/node/AttoMockWorker.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.js.mjs +31 -31
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs +20 -20
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.export.d.mts +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs +36 -48
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.export.d.mts +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs +55 -59
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMock.js.mjs +14 -14
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMock.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.export.d.mts +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs +33 -45
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.export.d.mts +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs +40 -40
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +2 -2
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/{AttoWorkerAsync.export.d.mts → AttoWorkerAsync.js.export.d.mts} +3 -3
- package/commons-commons-worker/cash/atto/commons/worker/{AttoWorkerAsync.export.mjs → AttoWorkerAsync.js.export.mjs} +2 -2
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.js.mjs +108 -0
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.js.mjs.map +1 -0
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +1 -110
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +73 -73
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.js.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs +36 -36
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +82 -82
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +14 -14
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +27 -27
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
- package/commons-commons-worker.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +19 -19
- package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +9 -9
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs +10 -5
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +31 -31
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +19 -19
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +191 -191
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +9 -9
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +33 -33
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +9 -0
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +33 -33
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +91 -0
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +43 -43
- package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +24 -24
- package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +16 -16
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +22 -22
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +20 -20
- package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +26 -26
- package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +18 -18
- package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +45 -45
- package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +62 -62
- package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +16 -16
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +76 -76
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +84 -84
- package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +24 -24
- package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +25 -25
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +167 -167
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +43 -43
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +30 -30
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +85 -85
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +14 -14
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +318 -318
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +14 -14
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +438 -438
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +21 -21
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +13 -13
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +13 -13
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +45 -45
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +48 -48
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +56 -56
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +33 -33
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +46 -46
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +71 -71
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +37 -37
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +75 -75
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +52 -52
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +61 -61
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +35 -35
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +53 -53
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +150 -150
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +41 -41
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +23 -23
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +65 -65
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +45 -45
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +53 -53
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +26 -26
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +56 -56
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +232 -232
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +17 -17
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +7 -7
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +71 -71
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +114 -114
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +97 -97
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +92 -92
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +31 -31
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +44 -44
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +61 -61
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +152 -152
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +70 -70
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +21 -21
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +39 -39
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +64 -64
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +10 -10
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +177 -177
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +139 -139
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +214 -214
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +72 -72
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +71 -71
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +41 -41
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +50 -50
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +46 -46
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +54 -54
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +23 -23
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +16 -16
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +7 -7
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +71 -71
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +77 -77
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +55 -55
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +28 -28
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +114 -114
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +52 -52
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +82 -82
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +23 -23
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +26 -26
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +14 -14
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +48 -48
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +57 -57
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +8 -8
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +27 -27
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +16 -16
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
- package/ktor-ktor-events/io/ktor/events/Events.mjs +6 -6
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs +14 -14
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +93 -93
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +39 -39
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +6 -6
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +67 -67
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
- package/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +21 -21
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +16 -16
- package/ktor-ktor-http/io/ktor/http/Url.mjs +68 -68
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +26 -26
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +89 -89
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +50 -50
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +11 -11
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +73 -73
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +6 -6
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +125 -125
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +53 -53
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +59 -59
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +32 -32
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +23 -23
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +28 -28
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +3 -3
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +37 -37
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +79 -79
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +8 -8
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +13 -13
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +40 -40
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +36 -36
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +82 -82
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +8 -8
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +100 -100
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +8 -8
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +29 -29
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +52 -52
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +17 -17
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +31 -31
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
- package/package.json +1 -1
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.d.mts +0 -12
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.mjs +0 -13
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +0 -72
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs.map +0 -1
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.d.mts +0 -17
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.mjs +0 -13
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +0 -81
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +0 -21
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs.map +0 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.mjs.map +0 -1
- /package/{commons-commons-core/cash/atto/commons/AttoFuture.js.export.mjs.map → commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.web.export.mjs.map} +0 -0
- /package/{commons-commons-core/cash/atto/commons/AttoSocketAddress.export.mjs.map → commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.web.export.mjs.map} +0 -0
- /package/commons-commons-node/cash/atto/commons/node/{AttoNodeClientAsync.export.mjs.map → monitor/AttoAccountEntryMonitorAsyncBuilder.js.export.mjs.map} +0 -0
- /package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsync.export.mjs.map → AttoAccountMonitorAsync.web.export.mjs.map} +0 -0
- /package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsyncBuilder.web.export.mjs.map → AttoTransactionMonitorAsync.web.export.mjs.map} +0 -0
- /package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountMonitorAsync.export.mjs.map → AttoTransactionMonitorAsyncBuilder.js.export.mjs.map} +0 -0
- /package/{commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.export.mjs.map → commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.js.export.mjs.map} +0 -0
|
@@ -43,10 +43,10 @@ import { lazy2hsh8ze7j6ikd as lazy } from '../../../kotlin-kotlin-stdlib/kotlin/
|
|
|
43
43
|
//region block: pre-declaration
|
|
44
44
|
//endregion
|
|
45
45
|
function getIsoDateTimeFormat() {
|
|
46
|
-
return Formats_getInstance().
|
|
46
|
+
return Formats_getInstance().e42_1;
|
|
47
47
|
}
|
|
48
48
|
function format(_this__u8e3s4, format) {
|
|
49
|
-
return format.
|
|
49
|
+
return format.d42(_this__u8e3s4);
|
|
50
50
|
}
|
|
51
51
|
function get_ISO_DATETIME_OPTIONAL_SECONDS_TRAILING_ZEROS() {
|
|
52
52
|
_init_properties_LocalDateTime_kt__bewbbg();
|
|
@@ -63,15 +63,15 @@ function Companion() {
|
|
|
63
63
|
class $ {
|
|
64
64
|
constructor() {
|
|
65
65
|
Companion_instance_0 = this;
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
66
|
+
this.b4g_1 = new (LocalDateTime())(Companion_getInstance().u4f_1, Companion_getInstance_0().g4g_1);
|
|
67
|
+
this.c4g_1 = new (LocalDateTime())(Companion_getInstance().v4f_1, Companion_getInstance_0().h4g_1);
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
return format.
|
|
69
|
+
r4h(input, format) {
|
|
70
|
+
return format.jp(input);
|
|
71
71
|
}
|
|
72
|
-
|
|
72
|
+
d4g(input, format, $super) {
|
|
73
73
|
format = format === VOID ? getIsoDateTimeFormat() : format;
|
|
74
|
-
return $super === VOID ? this.
|
|
74
|
+
return $super === VOID ? this.r4h(input, format) : $super.r4h.call(this, input, format);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
initMetadataForCompanion($);
|
|
@@ -91,7 +91,7 @@ function Formats() {
|
|
|
91
91
|
class $ {
|
|
92
92
|
constructor() {
|
|
93
93
|
Formats_instance = this;
|
|
94
|
-
this.
|
|
94
|
+
this.e42_1 = get_ISO_DATETIME();
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
initMetadataForObject($, 'Formats');
|
|
@@ -111,24 +111,24 @@ function LocalDateTime() {
|
|
|
111
111
|
class $ {
|
|
112
112
|
constructor(date, time) {
|
|
113
113
|
Companion_getInstance_1();
|
|
114
|
-
this.
|
|
115
|
-
this.
|
|
114
|
+
this.e46_1 = date;
|
|
115
|
+
this.f46_1 = time;
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
return this.
|
|
117
|
+
i44() {
|
|
118
|
+
return this.e46_1.j44_1;
|
|
119
119
|
}
|
|
120
|
-
|
|
121
|
-
return this.
|
|
120
|
+
m46() {
|
|
121
|
+
return this.f46_1.b47_1;
|
|
122
122
|
}
|
|
123
|
-
|
|
124
|
-
var d = this.
|
|
123
|
+
s4h(other) {
|
|
124
|
+
var d = this.e46_1.o4h(other.e46_1);
|
|
125
125
|
if (!(d === 0)) {
|
|
126
126
|
return d;
|
|
127
127
|
}
|
|
128
|
-
return this.
|
|
128
|
+
return this.f46_1.t4h(other.f46_1);
|
|
129
129
|
}
|
|
130
130
|
d(other) {
|
|
131
|
-
return this.
|
|
131
|
+
return this.s4h(other instanceof LocalDateTime() ? other : THROW_CCE());
|
|
132
132
|
}
|
|
133
133
|
equals(other) {
|
|
134
134
|
var tmp;
|
|
@@ -137,7 +137,7 @@ function LocalDateTime() {
|
|
|
137
137
|
} else {
|
|
138
138
|
var tmp_0;
|
|
139
139
|
if (other instanceof LocalDateTime()) {
|
|
140
|
-
tmp_0 = this.
|
|
140
|
+
tmp_0 = this.s4h(other) === 0;
|
|
141
141
|
} else {
|
|
142
142
|
tmp_0 = false;
|
|
143
143
|
}
|
|
@@ -146,21 +146,21 @@ function LocalDateTime() {
|
|
|
146
146
|
return tmp;
|
|
147
147
|
}
|
|
148
148
|
hashCode() {
|
|
149
|
-
return this.
|
|
149
|
+
return this.e46_1.hashCode() ^ this.f46_1.hashCode();
|
|
150
150
|
}
|
|
151
151
|
toString() {
|
|
152
152
|
return format(this, get_ISO_DATETIME_OPTIONAL_SECONDS_TRAILING_ZEROS());
|
|
153
153
|
}
|
|
154
|
-
|
|
155
|
-
var epochDay = this.
|
|
154
|
+
u4h(offset) {
|
|
155
|
+
var epochDay = this.e46_1.n4h();
|
|
156
156
|
// Inline function 'kotlin.Long.times' call
|
|
157
157
|
var tmp0 = multiply(epochDay, fromInt(86400));
|
|
158
158
|
// Inline function 'kotlin.Long.plus' call
|
|
159
|
-
var other = this.
|
|
159
|
+
var other = this.f46_1.v4h();
|
|
160
160
|
var secs = add(tmp0, fromInt(other));
|
|
161
161
|
var tmp0_0 = secs;
|
|
162
162
|
// Inline function 'kotlin.Long.minus' call
|
|
163
|
-
var other_0 = offset.
|
|
163
|
+
var other_0 = offset.c49_1;
|
|
164
164
|
secs = subtract(tmp0_0, fromInt(other_0));
|
|
165
165
|
return secs;
|
|
166
166
|
}
|
|
@@ -175,7 +175,7 @@ function plusSeconds(_this__u8e3s4, seconds) {
|
|
|
175
175
|
if (seconds === 0) {
|
|
176
176
|
return _this__u8e3s4;
|
|
177
177
|
}
|
|
178
|
-
var currentNanoOfDay = _this__u8e3s4.
|
|
178
|
+
var currentNanoOfDay = _this__u8e3s4.f46_1.w4h();
|
|
179
179
|
var totalNanos = add(multiply(numberToLong(seconds % 86400 | 0), 1000000000n), currentNanoOfDay);
|
|
180
180
|
var tmp = seconds / 86400 | 0;
|
|
181
181
|
// Inline function 'kotlin.floorDiv' call
|
|
@@ -191,20 +191,20 @@ function plusSeconds(_this__u8e3s4, seconds) {
|
|
|
191
191
|
var other_0 = 86400000000000n;
|
|
192
192
|
var r = modulo(totalNanos, other_0);
|
|
193
193
|
var newNanoOfDay = add(r, other_0 & shiftRight((r ^ other_0) & (r | negate(r)), 63));
|
|
194
|
-
var newTime = newNanoOfDay === currentNanoOfDay ? _this__u8e3s4.
|
|
195
|
-
return new (LocalDateTime())(_this__u8e3s4.
|
|
194
|
+
var newTime = newNanoOfDay === currentNanoOfDay ? _this__u8e3s4.f46_1 : Companion_getInstance_0().x4h(newNanoOfDay);
|
|
195
|
+
return new (LocalDateTime())(_this__u8e3s4.e46_1.q4h(totalDays), newTime);
|
|
196
196
|
}
|
|
197
197
|
function ISO_DATETIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda() {
|
|
198
198
|
_init_properties_LocalDateTime_kt__bewbbg();
|
|
199
199
|
var tmp = Companion_instance;
|
|
200
|
-
return tmp.
|
|
200
|
+
return tmp.n45(ISO_DATETIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda);
|
|
201
201
|
}
|
|
202
202
|
function ISO_DATETIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda($this$build) {
|
|
203
203
|
_init_properties_LocalDateTime_kt__bewbbg();
|
|
204
|
-
$this$build.
|
|
204
|
+
$this$build.a43(get_ISO_DATE());
|
|
205
205
|
var tmp = [ISO_DATETIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda$lambda];
|
|
206
206
|
alternativeParsing($this$build, tmp, ISO_DATETIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda$lambda_0);
|
|
207
|
-
$this$build.
|
|
207
|
+
$this$build.i43(get_ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS());
|
|
208
208
|
return Unit_instance;
|
|
209
209
|
}
|
|
210
210
|
function ISO_DATETIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda$lambda($this$alternativeParsing) {
|
|
@@ -41,10 +41,10 @@ var imul = Math.imul;
|
|
|
41
41
|
//region block: pre-declaration
|
|
42
42
|
//endregion
|
|
43
43
|
function getIsoTimeFormat() {
|
|
44
|
-
return Formats_instance.
|
|
44
|
+
return Formats_instance.c42();
|
|
45
45
|
}
|
|
46
46
|
function format(_this__u8e3s4, format) {
|
|
47
|
-
return format.
|
|
47
|
+
return format.d42(_this__u8e3s4);
|
|
48
48
|
}
|
|
49
49
|
function get_ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS() {
|
|
50
50
|
_init_properties_LocalTime_kt__nmhi56();
|
|
@@ -61,17 +61,17 @@ function Companion() {
|
|
|
61
61
|
class $ {
|
|
62
62
|
constructor() {
|
|
63
63
|
Companion_instance_0 = this;
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
64
|
+
this.g4g_1 = new (LocalTime())(0, 0, 0, 0);
|
|
65
|
+
this.h4g_1 = new (LocalTime())(23, 59, 59, 999999999);
|
|
66
66
|
}
|
|
67
|
-
|
|
68
|
-
return format.
|
|
67
|
+
y4h(input, format) {
|
|
68
|
+
return format.jp(input);
|
|
69
69
|
}
|
|
70
|
-
|
|
70
|
+
i4g(input, format, $super) {
|
|
71
71
|
format = format === VOID ? getIsoTimeFormat() : format;
|
|
72
|
-
return $super === VOID ? this.
|
|
72
|
+
return $super === VOID ? this.y4h(input, format) : $super.y4h.call(this, input, format);
|
|
73
73
|
}
|
|
74
|
-
|
|
74
|
+
z4h(secondOfDay, nanoOfSecond) {
|
|
75
75
|
// Inline function 'kotlin.require' call
|
|
76
76
|
// Inline function 'kotlin.require' call
|
|
77
77
|
if (!(0 <= secondOfDay ? secondOfDay < 86400 : false)) {
|
|
@@ -90,7 +90,7 @@ function Companion() {
|
|
|
90
90
|
var second = secondWithoutHours - imul(minutes, 60) | 0;
|
|
91
91
|
return new (LocalTime())(hours, minutes, second, nanoOfSecond);
|
|
92
92
|
}
|
|
93
|
-
|
|
93
|
+
x4h(nanoOfDay) {
|
|
94
94
|
var tmp;
|
|
95
95
|
if (nanoOfDay >= 0n) {
|
|
96
96
|
// Inline function 'kotlin.Long.times' call
|
|
@@ -137,7 +137,7 @@ var FormatsClass;
|
|
|
137
137
|
function Formats() {
|
|
138
138
|
if (FormatsClass === VOID) {
|
|
139
139
|
class $ {
|
|
140
|
-
|
|
140
|
+
c42() {
|
|
141
141
|
return get_ISO_TIME();
|
|
142
142
|
}
|
|
143
143
|
}
|
|
@@ -166,52 +166,52 @@ function LocalTime() {
|
|
|
166
166
|
Companion_getInstance_0();
|
|
167
167
|
second = second === VOID ? 0 : second;
|
|
168
168
|
nanosecond = nanosecond === VOID ? 0 : nanosecond;
|
|
169
|
-
this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
173
|
-
_init_$check(this.
|
|
174
|
-
_init_$check(this.
|
|
175
|
-
_init_$check(this.
|
|
176
|
-
_init_$check(this.
|
|
169
|
+
this.y46_1 = hour;
|
|
170
|
+
this.z46_1 = minute;
|
|
171
|
+
this.a47_1 = second;
|
|
172
|
+
this.b47_1 = nanosecond;
|
|
173
|
+
_init_$check(this.y46_1, 0, 23, 'hour');
|
|
174
|
+
_init_$check(this.z46_1, 0, 59, 'minute');
|
|
175
|
+
_init_$check(this.a47_1, 0, 59, 'second');
|
|
176
|
+
_init_$check(this.b47_1, 0, 999999999, 'nanosecond');
|
|
177
177
|
}
|
|
178
|
-
|
|
179
|
-
var h = compareTo(this.
|
|
178
|
+
t4h(other) {
|
|
179
|
+
var h = compareTo(this.y46_1, other.y46_1);
|
|
180
180
|
if (!(h === 0)) {
|
|
181
181
|
return h;
|
|
182
182
|
}
|
|
183
|
-
var m = compareTo(this.
|
|
183
|
+
var m = compareTo(this.z46_1, other.z46_1);
|
|
184
184
|
if (!(m === 0)) {
|
|
185
185
|
return m;
|
|
186
186
|
}
|
|
187
|
-
var s = compareTo(this.
|
|
187
|
+
var s = compareTo(this.a47_1, other.a47_1);
|
|
188
188
|
if (!(s === 0)) {
|
|
189
189
|
return s;
|
|
190
190
|
}
|
|
191
|
-
return compareTo(this.
|
|
191
|
+
return compareTo(this.b47_1, other.b47_1);
|
|
192
192
|
}
|
|
193
193
|
d(other) {
|
|
194
|
-
return this.
|
|
194
|
+
return this.t4h(other instanceof LocalTime() ? other : THROW_CCE());
|
|
195
195
|
}
|
|
196
196
|
hashCode() {
|
|
197
|
-
var nod = this.
|
|
197
|
+
var nod = this.w4h();
|
|
198
198
|
return convertToInt(nod ^ shiftRightUnsigned(nod, 32));
|
|
199
199
|
}
|
|
200
|
-
|
|
201
|
-
var total = imul(this.
|
|
202
|
-
total = total + imul(this.
|
|
203
|
-
total = total + this.
|
|
200
|
+
v4h() {
|
|
201
|
+
var total = imul(this.y46_1, 3600);
|
|
202
|
+
total = total + imul(this.z46_1, 60) | 0;
|
|
203
|
+
total = total + this.a47_1 | 0;
|
|
204
204
|
return total;
|
|
205
205
|
}
|
|
206
|
-
|
|
207
|
-
var tmp0 = fromInt(this.
|
|
206
|
+
w4h() {
|
|
207
|
+
var tmp0 = fromInt(this.y46_1);
|
|
208
208
|
// Inline function 'kotlin.Long.times' call
|
|
209
209
|
var other = 1000000000;
|
|
210
210
|
// Inline function 'kotlin.Long.times' call
|
|
211
211
|
var this_0 = multiply(tmp0, fromInt(other));
|
|
212
212
|
var total = multiply(this_0, fromInt(3600));
|
|
213
213
|
var tmp = total;
|
|
214
|
-
var tmp0_0 = fromInt(this.
|
|
214
|
+
var tmp0_0 = fromInt(this.z46_1);
|
|
215
215
|
// Inline function 'kotlin.Long.times' call
|
|
216
216
|
var other_0 = 1000000000;
|
|
217
217
|
// Inline function 'kotlin.Long.times' call
|
|
@@ -219,12 +219,12 @@ function LocalTime() {
|
|
|
219
219
|
var tmp$ret$3 = multiply(this_1, fromInt(60));
|
|
220
220
|
total = add(tmp, tmp$ret$3);
|
|
221
221
|
var tmp_0 = total;
|
|
222
|
-
var tmp0_1 = fromInt(this.
|
|
222
|
+
var tmp0_1 = fromInt(this.a47_1);
|
|
223
223
|
// Inline function 'kotlin.Long.times' call
|
|
224
224
|
var other_1 = 1000000000;
|
|
225
225
|
var tmp$ret$4 = multiply(tmp0_1, fromInt(other_1));
|
|
226
226
|
total = add(tmp_0, tmp$ret$4);
|
|
227
|
-
total = add(total, fromInt(this.
|
|
227
|
+
total = add(total, fromInt(this.b47_1));
|
|
228
228
|
return total;
|
|
229
229
|
}
|
|
230
230
|
toString() {
|
|
@@ -233,7 +233,7 @@ function LocalTime() {
|
|
|
233
233
|
equals(other) {
|
|
234
234
|
var tmp;
|
|
235
235
|
if (other instanceof LocalTime()) {
|
|
236
|
-
tmp = this.
|
|
236
|
+
tmp = this.t4h(other) === 0;
|
|
237
237
|
} else {
|
|
238
238
|
tmp = false;
|
|
239
239
|
}
|
|
@@ -248,27 +248,27 @@ function LocalTime() {
|
|
|
248
248
|
function ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda() {
|
|
249
249
|
_init_properties_LocalTime_kt__nmhi56();
|
|
250
250
|
var tmp = Companion_instance;
|
|
251
|
-
return tmp.
|
|
251
|
+
return tmp.c47(ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda);
|
|
252
252
|
}
|
|
253
253
|
function ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda($this$build) {
|
|
254
254
|
_init_properties_LocalTime_kt__nmhi56();
|
|
255
|
-
$this$build.
|
|
255
|
+
$this$build.c43();
|
|
256
256
|
char($this$build, _Char___init__impl__6a9atx(58));
|
|
257
|
-
$this$build.
|
|
257
|
+
$this$build.e43();
|
|
258
258
|
optional($this$build, VOID, ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda$lambda);
|
|
259
259
|
return Unit_instance;
|
|
260
260
|
}
|
|
261
261
|
function ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda$lambda($this$optional) {
|
|
262
262
|
_init_properties_LocalTime_kt__nmhi56();
|
|
263
263
|
char($this$optional, _Char___init__impl__6a9atx(58));
|
|
264
|
-
$this$optional.
|
|
264
|
+
$this$optional.g43();
|
|
265
265
|
optional($this$optional, VOID, ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda$lambda$lambda);
|
|
266
266
|
return Unit_instance;
|
|
267
267
|
}
|
|
268
268
|
function ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS$delegate$lambda$lambda$lambda$lambda($this$optional) {
|
|
269
269
|
_init_properties_LocalTime_kt__nmhi56();
|
|
270
270
|
char($this$optional, _Char___init__impl__6a9atx(46));
|
|
271
|
-
secondFractionInternal($this$optional, 1, 9, Companion_getInstance().
|
|
271
|
+
secondFractionInternal($this$optional, 1, 9, Companion_getInstance().d48_1);
|
|
272
272
|
return Unit_instance;
|
|
273
273
|
}
|
|
274
274
|
function _get_ISO_TIME_OPTIONAL_SECONDS_TRAILING_ZEROS_$ref_fmwpvv() {
|
|
@@ -73,9 +73,9 @@ function get_lenientOffsetFormat() {
|
|
|
73
73
|
}
|
|
74
74
|
var lenientOffsetFormat;
|
|
75
75
|
function atStartOfDayIn(_this__u8e3s4, timeZone, youShallNotPass) {
|
|
76
|
-
youShallNotPass = youShallNotPass === VOID ? Companion_getInstance().
|
|
76
|
+
youShallNotPass = youShallNotPass === VOID ? Companion_getInstance().f42_1 : youShallNotPass;
|
|
77
77
|
_init_properties_TimeZone_kt__dwyks9();
|
|
78
|
-
return timeZone.
|
|
78
|
+
return timeZone.d4h(_this__u8e3s4);
|
|
79
79
|
}
|
|
80
80
|
var CompanionClass;
|
|
81
81
|
function Companion() {
|
|
@@ -94,32 +94,32 @@ var FixedOffsetTimeZoneClass;
|
|
|
94
94
|
function FixedOffsetTimeZone() {
|
|
95
95
|
if (FixedOffsetTimeZoneClass === VOID) {
|
|
96
96
|
class $ extends TimeZone() {
|
|
97
|
-
static
|
|
98
|
-
var $this = this.
|
|
99
|
-
$this.
|
|
100
|
-
$this.
|
|
97
|
+
static a4i(offset, id) {
|
|
98
|
+
var $this = this.c4h();
|
|
99
|
+
$this.g42_1 = offset;
|
|
100
|
+
$this.h42_1 = id;
|
|
101
101
|
return $this;
|
|
102
102
|
}
|
|
103
|
-
|
|
104
|
-
return this.
|
|
103
|
+
q4g() {
|
|
104
|
+
return this.h42_1;
|
|
105
105
|
}
|
|
106
|
-
static
|
|
107
|
-
return this.
|
|
106
|
+
static i42(offset) {
|
|
107
|
+
return this.a4i(offset, offset.toString());
|
|
108
108
|
}
|
|
109
|
-
|
|
110
|
-
return toInstant_0(new (LocalDateTime())(date, Companion_getInstance_0().
|
|
109
|
+
d4h(date) {
|
|
110
|
+
return toInstant_0(new (LocalDateTime())(date, Companion_getInstance_0().g4g_1), this.g42_1);
|
|
111
111
|
}
|
|
112
|
-
|
|
113
|
-
return this.
|
|
112
|
+
f4h(instant) {
|
|
113
|
+
return this.g42_1;
|
|
114
114
|
}
|
|
115
|
-
|
|
116
|
-
return new (ZonedDateTime())(dateTime, this, this.
|
|
115
|
+
g4h(dateTime, preferred) {
|
|
116
|
+
return new (ZonedDateTime())(dateTime, this, this.g42_1);
|
|
117
117
|
}
|
|
118
|
-
|
|
119
|
-
return toLocalDateTime_0(instant, this.
|
|
118
|
+
h4h(instant) {
|
|
119
|
+
return toLocalDateTime_0(instant, this.g42_1);
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
return toInstant_0(dateTime, this.
|
|
121
|
+
i4h(dateTime) {
|
|
122
|
+
return toInstant_0(dateTime, this.g42_1);
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
initMetadataForClass($, 'FixedOffsetTimeZone', VOID, VOID, VOID, VOID, VOID, {0: FixedOffsetTimeZoneSerializer_getInstance});
|
|
@@ -133,50 +133,50 @@ function Companion_0() {
|
|
|
133
133
|
class $ {
|
|
134
134
|
constructor() {
|
|
135
135
|
Companion_instance_1 = this;
|
|
136
|
-
this.
|
|
136
|
+
this.l4g_1 = FixedOffsetTimeZone().a4i(Companion_getInstance_1().s4g_1, 'UTC');
|
|
137
137
|
}
|
|
138
|
-
|
|
138
|
+
b4i() {
|
|
139
139
|
var _destruct__k2r9zo = currentSystemDefaultZone();
|
|
140
|
-
var name = _destruct__k2r9zo.
|
|
141
|
-
var zone = _destruct__k2r9zo.
|
|
142
|
-
return zone == null ? this.
|
|
140
|
+
var name = _destruct__k2r9zo.bf();
|
|
141
|
+
var zone = _destruct__k2r9zo.cf();
|
|
142
|
+
return zone == null ? this.m4g(name) : zone;
|
|
143
143
|
}
|
|
144
|
-
|
|
144
|
+
m4g(zoneId) {
|
|
145
145
|
if (zoneId === 'UTC') {
|
|
146
|
-
return this.
|
|
146
|
+
return this.l4g_1;
|
|
147
147
|
}
|
|
148
148
|
if (zoneId === 'Z' || zoneId === 'z') {
|
|
149
|
-
return asTimeZone(Companion_getInstance_1().
|
|
149
|
+
return asTimeZone(Companion_getInstance_1().s4g_1);
|
|
150
150
|
}
|
|
151
151
|
if (zoneId === 'SYSTEM') {
|
|
152
|
-
return this.
|
|
152
|
+
return this.b4i();
|
|
153
153
|
}
|
|
154
154
|
if (zoneId.length === 1) {
|
|
155
|
-
throw IllegalTimeZoneException().
|
|
155
|
+
throw IllegalTimeZoneException().t41('Invalid zone ID: ' + zoneId);
|
|
156
156
|
}
|
|
157
157
|
try {
|
|
158
158
|
if (startsWith(zoneId, '+') || startsWith(zoneId, '-')) {
|
|
159
|
-
return asTimeZone(get_lenientOffsetFormat().
|
|
159
|
+
return asTimeZone(get_lenientOffsetFormat().jp(zoneId));
|
|
160
160
|
}
|
|
161
161
|
switch (zoneId) {
|
|
162
162
|
case 'UTC':
|
|
163
163
|
case 'GMT':
|
|
164
164
|
case 'UT':
|
|
165
|
-
return FixedOffsetTimeZone().
|
|
165
|
+
return FixedOffsetTimeZone().a4i(Companion_getInstance_1().s4g_1, zoneId);
|
|
166
166
|
}
|
|
167
167
|
if (startsWith(zoneId, 'UTC+') || startsWith(zoneId, 'GMT+') || startsWith(zoneId, 'UTC-') || startsWith(zoneId, 'GMT-')) {
|
|
168
168
|
var prefix = take(zoneId, 3);
|
|
169
|
-
var offset = get_lenientOffsetFormat().
|
|
170
|
-
return offset.
|
|
169
|
+
var offset = get_lenientOffsetFormat().jp(substring(zoneId, 3));
|
|
170
|
+
return offset.c49_1 === 0 ? FixedOffsetTimeZone().a4i(offset, prefix) : FixedOffsetTimeZone().a4i(offset, prefix + offset.toString());
|
|
171
171
|
}
|
|
172
172
|
if (startsWith(zoneId, 'UT+') || startsWith(zoneId, 'UT-')) {
|
|
173
|
-
var offset_0 = get_lenientOffsetFormat().
|
|
174
|
-
return offset_0.
|
|
173
|
+
var offset_0 = get_lenientOffsetFormat().jp(substring(zoneId, 2));
|
|
174
|
+
return offset_0.c49_1 === 0 ? FixedOffsetTimeZone().a4i(offset_0, 'UT') : FixedOffsetTimeZone().a4i(offset_0, 'UT' + offset_0.toString());
|
|
175
175
|
}
|
|
176
176
|
} catch ($p) {
|
|
177
177
|
if ($p instanceof DateTimeFormatException()) {
|
|
178
178
|
var e = $p;
|
|
179
|
-
throw IllegalTimeZoneException().
|
|
179
|
+
throw IllegalTimeZoneException().u41(e);
|
|
180
180
|
} else {
|
|
181
181
|
throw $p;
|
|
182
182
|
}
|
|
@@ -188,7 +188,7 @@ function Companion_0() {
|
|
|
188
188
|
var tmp_0;
|
|
189
189
|
if ($p instanceof Exception()) {
|
|
190
190
|
var e_0 = $p;
|
|
191
|
-
throw IllegalTimeZoneException().
|
|
191
|
+
throw IllegalTimeZoneException().v41('Invalid zone ID: ' + zoneId, e_0);
|
|
192
192
|
} else {
|
|
193
193
|
throw $p;
|
|
194
194
|
}
|
|
@@ -211,47 +211,47 @@ var TimeZoneClass;
|
|
|
211
211
|
function TimeZone() {
|
|
212
212
|
if (TimeZoneClass === VOID) {
|
|
213
213
|
class $ {
|
|
214
|
-
static
|
|
214
|
+
static c4h() {
|
|
215
215
|
Companion_getInstance_5();
|
|
216
216
|
return createThis(this);
|
|
217
217
|
}
|
|
218
|
-
|
|
218
|
+
q4g() {
|
|
219
219
|
var message = 'Should be overridden';
|
|
220
220
|
throw IllegalStateException().o(toString(message));
|
|
221
221
|
}
|
|
222
|
-
|
|
222
|
+
d4h(date) {
|
|
223
223
|
var message = 'Should be overridden';
|
|
224
224
|
throw IllegalStateException().o(toString(message));
|
|
225
225
|
}
|
|
226
|
-
|
|
226
|
+
f4h(instant) {
|
|
227
227
|
var message = 'Should be overridden';
|
|
228
228
|
throw IllegalStateException().o(toString(message));
|
|
229
229
|
}
|
|
230
|
-
|
|
230
|
+
h4h(instant) {
|
|
231
231
|
var tmp;
|
|
232
232
|
try {
|
|
233
|
-
tmp = toLocalDateTimeImpl(instant, this.
|
|
233
|
+
tmp = toLocalDateTimeImpl(instant, this.f4h(instant));
|
|
234
234
|
} catch ($p) {
|
|
235
235
|
var tmp_0;
|
|
236
236
|
if ($p instanceof IllegalArgumentException()) {
|
|
237
237
|
var e = $p;
|
|
238
|
-
throw DateTimeArithmeticException().
|
|
238
|
+
throw DateTimeArithmeticException().a42('Instant ' + instant.toString() + ' is not representable as LocalDateTime.', e);
|
|
239
239
|
} else {
|
|
240
240
|
throw $p;
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
return tmp;
|
|
244
244
|
}
|
|
245
|
-
|
|
246
|
-
return toInstant(this.
|
|
245
|
+
i4h(dateTime) {
|
|
246
|
+
return toInstant(this.e4h(dateTime));
|
|
247
247
|
}
|
|
248
|
-
|
|
248
|
+
g4h(dateTime, preferred) {
|
|
249
249
|
var message = 'Should be overridden';
|
|
250
250
|
throw IllegalStateException().o(toString(message));
|
|
251
251
|
}
|
|
252
|
-
|
|
252
|
+
e4h(dateTime, preferred, $super) {
|
|
253
253
|
preferred = preferred === VOID ? null : preferred;
|
|
254
|
-
return $super === VOID ? this.
|
|
254
|
+
return $super === VOID ? this.g4h(dateTime, preferred) : $super.g4h.call(this, dateTime, preferred);
|
|
255
255
|
}
|
|
256
256
|
equals(other) {
|
|
257
257
|
var tmp;
|
|
@@ -260,7 +260,7 @@ function TimeZone() {
|
|
|
260
260
|
} else {
|
|
261
261
|
var tmp_0;
|
|
262
262
|
if (other instanceof TimeZone()) {
|
|
263
|
-
tmp_0 = this.
|
|
263
|
+
tmp_0 = this.q4g() === other.q4g();
|
|
264
264
|
} else {
|
|
265
265
|
tmp_0 = false;
|
|
266
266
|
}
|
|
@@ -269,10 +269,10 @@ function TimeZone() {
|
|
|
269
269
|
return tmp;
|
|
270
270
|
}
|
|
271
271
|
hashCode() {
|
|
272
|
-
return getStringHashCode(this.
|
|
272
|
+
return getStringHashCode(this.q4g());
|
|
273
273
|
}
|
|
274
274
|
toString() {
|
|
275
|
-
return this.
|
|
275
|
+
return this.q4g();
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
initMetadataForClass($, 'TimeZone', VOID, VOID, VOID, VOID, VOID, {0: TimeZoneSerializer_getInstance});
|
|
@@ -282,12 +282,12 @@ function TimeZone() {
|
|
|
282
282
|
}
|
|
283
283
|
function toLocalDateTime(_this__u8e3s4, timeZone) {
|
|
284
284
|
_init_properties_TimeZone_kt__dwyks9();
|
|
285
|
-
return timeZone.
|
|
285
|
+
return timeZone.h4h(_this__u8e3s4);
|
|
286
286
|
}
|
|
287
287
|
function toInstant_0(_this__u8e3s4, offset, youShallNotPass) {
|
|
288
|
-
youShallNotPass = youShallNotPass === VOID ? Companion_getInstance().
|
|
288
|
+
youShallNotPass = youShallNotPass === VOID ? Companion_getInstance().f42_1 : youShallNotPass;
|
|
289
289
|
_init_properties_TimeZone_kt__dwyks9();
|
|
290
|
-
return Companion_getInstance_2().
|
|
290
|
+
return Companion_getInstance_2().gp(_this__u8e3s4.u4h(offset), _this__u8e3s4.m46());
|
|
291
291
|
}
|
|
292
292
|
function toLocalDateTime_0(_this__u8e3s4, offset) {
|
|
293
293
|
_init_properties_TimeZone_kt__dwyks9();
|
|
@@ -298,7 +298,7 @@ function toLocalDateTime_0(_this__u8e3s4, offset) {
|
|
|
298
298
|
var tmp_0;
|
|
299
299
|
if ($p instanceof IllegalArgumentException()) {
|
|
300
300
|
var e = $p;
|
|
301
|
-
throw DateTimeArithmeticException().
|
|
301
|
+
throw DateTimeArithmeticException().a42('Instant ' + _this__u8e3s4.toString() + ' is not representable as LocalDateTime', e);
|
|
302
302
|
} else {
|
|
303
303
|
throw $p;
|
|
304
304
|
}
|
|
@@ -307,9 +307,9 @@ function toLocalDateTime_0(_this__u8e3s4, offset) {
|
|
|
307
307
|
}
|
|
308
308
|
function toLocalDateTimeImpl(_this__u8e3s4, offset) {
|
|
309
309
|
_init_properties_TimeZone_kt__dwyks9();
|
|
310
|
-
var tmp0 = _this__u8e3s4.
|
|
310
|
+
var tmp0 = _this__u8e3s4.lp_1;
|
|
311
311
|
// Inline function 'kotlin.Long.plus' call
|
|
312
|
-
var other = offset.
|
|
312
|
+
var other = offset.c49_1;
|
|
313
313
|
var localSecond = add(tmp0, fromInt(other));
|
|
314
314
|
// Inline function 'kotlin.floorDiv' call
|
|
315
315
|
var q = divide(localSecond, 86400n);
|
|
@@ -322,14 +322,14 @@ function toLocalDateTimeImpl(_this__u8e3s4, offset) {
|
|
|
322
322
|
var r = modulo(localSecond, 86400n);
|
|
323
323
|
var tmp$ret$2 = add(r, 86400n & shiftRight((r ^ 86400n) & (r | negate(r)), 63));
|
|
324
324
|
var secsOfDay = convertToInt(tmp$ret$2);
|
|
325
|
-
var date = Companion_getInstance_3().
|
|
326
|
-
var time = Companion_getInstance_0().
|
|
325
|
+
var date = Companion_getInstance_3().m4h(localEpochDay);
|
|
326
|
+
var time = Companion_getInstance_0().z4h(secsOfDay, _this__u8e3s4.mp_1);
|
|
327
327
|
return new (LocalDateTime())(date, time);
|
|
328
328
|
}
|
|
329
329
|
function toInstant_1(_this__u8e3s4, timeZone, youShallNotPass) {
|
|
330
|
-
youShallNotPass = youShallNotPass === VOID ? Companion_getInstance().
|
|
330
|
+
youShallNotPass = youShallNotPass === VOID ? Companion_getInstance().f42_1 : youShallNotPass;
|
|
331
331
|
_init_properties_TimeZone_kt__dwyks9();
|
|
332
|
-
return timeZone.
|
|
332
|
+
return timeZone.i4h(_this__u8e3s4);
|
|
333
333
|
}
|
|
334
334
|
function lenientOffsetFormat$lambda($this$build) {
|
|
335
335
|
_init_properties_TimeZone_kt__dwyks9();
|
|
@@ -340,7 +340,7 @@ function lenientOffsetFormat$lambda($this$build) {
|
|
|
340
340
|
}
|
|
341
341
|
function lenientOffsetFormat$lambda$lambda($this$alternativeParsing) {
|
|
342
342
|
_init_properties_TimeZone_kt__dwyks9();
|
|
343
|
-
$this$alternativeParsing.
|
|
343
|
+
$this$alternativeParsing.j43(Padding_NONE_getInstance());
|
|
344
344
|
return Unit_instance;
|
|
345
345
|
}
|
|
346
346
|
function lenientOffsetFormat$lambda$lambda_0($this$alternativeParsing) {
|
|
@@ -358,7 +358,7 @@ function _init_properties_TimeZone_kt__dwyks9() {
|
|
|
358
358
|
if (!properties_initialized_TimeZone_kt_fgsidh) {
|
|
359
359
|
properties_initialized_TimeZone_kt_fgsidh = true;
|
|
360
360
|
var tmp = Companion_instance;
|
|
361
|
-
lenientOffsetFormat = tmp.
|
|
361
|
+
lenientOffsetFormat = tmp.m49(lenientOffsetFormat$lambda);
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
//region block: init
|