@attocash/commons-js 6.2.0 → 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 +22 -22
- 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 +122 -122
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +104 -104
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +150 -150
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +131 -131
- 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 +26 -26
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +20 -20
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +49 -49
- 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 +108 -108
- 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 +29 -29
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +48 -48
- 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 +54 -54
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +60 -60
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +16 -16
- 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/DateTimeUnitSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +28 -28
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
- 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 +15 -15
- 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 +63 -55
- 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 +561 -553
- 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.export.d.mts +2 -3
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +35 -26
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +7 -7
- 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 +20 -20
- 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 +91 -91
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +7 -7
- 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.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 +67 -15
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +46 -6
- 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 +26 -26
- 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 +6 -6
- 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-js/cash/atto/commons/js/Placeholder.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} +401 -409
- 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 +8 -8
- 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} +76 -47
- 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} +20 -20
- 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 +55 -55
- 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} +140 -135
- 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 +65 -65
- 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 +8 -8
- 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} +76 -47
- 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} +20 -20
- 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 +10 -10
- 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 +344 -344
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
- package/commons-commons-node.mjs +6 -6
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.export.d.mts +15 -0
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.export.mjs +13 -0
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs +245 -232
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs.map +1 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.js.export.d.mts +25 -0
- package/commons-commons-wallet/cash/atto/commons/wallet/{AttoWalletAsync.export.mjs → AttoWalletAsync.js.export.mjs} +2 -2
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.js.mjs +405 -0
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.js.mjs.map +1 -0
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.export.d.mts +6 -0
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs +46 -37
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs.map +1 -1
- package/commons-commons-wallet.mjs +2 -1
- package/commons-commons-wallet.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 +79 -79
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.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 +16 -16
- 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 +33 -33
- 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/AutoCloseableJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +24 -24
- package/kotlin-kotlin-stdlib/kotlin/Enum.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +9 -9
- package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs +16 -11
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Standard.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +20 -20
- package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +26 -26
- package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +26 -26
- package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +26 -26
- package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +26 -26
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +49 -95
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +40 -40
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +13 -13
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +67 -92
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +205 -252
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +41 -47
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.d.mts +0 -9
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs +1 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +24 -52
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +72 -109
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +35 -35
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +61 -61
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +44 -44
- package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +18 -18
- package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +211 -211
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +18 -18
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +28 -55
- package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +33 -33
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +30 -125
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +10 -1
- 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 +4 -4
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +38 -38
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +38 -38
- package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +112 -21
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +10 -30
- package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +71 -71
- package/kotlin-kotlin-stdlib/kotlin/hacks.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +26 -26
- 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 +26 -26
- 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 +23 -23
- 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 +34 -34
- package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +27 -27
- package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +3 -3
- 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/Indent.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +18 -18
- package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +67 -67
- package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +20 -20
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +13 -13
- 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 +81 -81
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +85 -85
- 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/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
- package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
- package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +5 -5
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +3 -3
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +3 -3
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +7 -7
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +2 -2
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +27 -27
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +173 -173
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +49 -49
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +29 -29
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +93 -115
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +17 -17
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +324 -324
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +16 -16
- 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/Supervisor.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +462 -462
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +19 -19
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +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/channels/Produce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +15 -15
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +34 -34
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +18 -18
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +13 -13
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +45 -45
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +53 -53
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +50 -50
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +25 -25
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +81 -81
- 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 +41 -41
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +10 -10
- 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 +49 -49
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +77 -77
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
- 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/Scopes.mjs.map +1 -1
- 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 +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +12 -12
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +15 -15
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +54 -54
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +65 -65
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +36 -36
- 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 +191 -191
- 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 +21 -21
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +54 -54
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +151 -151
- 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/PolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +46 -46
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +23 -23
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
- 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/builtins/BuiltinSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +66 -66
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +65 -65
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +26 -26
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
- 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 +245 -245
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +7 -7
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +72 -72
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +116 -116
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +106 -106
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +92 -92
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
- 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/Json.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +68 -90
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +152 -152
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
- 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/JsonElementMarker.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +24 -24
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +39 -39
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
- 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 +67 -67
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +176 -176
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +139 -139
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
- 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 +220 -220
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
- 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 +76 -76
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
- 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/DelegatedCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +51 -51
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +49 -49
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +23 -23
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +57 -57
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +23 -23
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
- 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 +25 -25
- 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 +34 -34
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +17 -17
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +14 -14
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +9 -9
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +40 -40
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +74 -74
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +83 -83
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +60 -60
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +34 -34
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +32 -32
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +116 -116
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +53 -53
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +84 -84
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +24 -24
- 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 +12 -12
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +28 -28
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
- 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 +39 -39
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +49 -49
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
- 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/DefaultHttpRequest.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +60 -60
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
- 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 +25 -25
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
- 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/statement/HttpStatement.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +17 -17
- 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 +15 -15
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +93 -93
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +19 -19
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +42 -42
- 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 +68 -68
- 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 +71 -71
- 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 +22 -22
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +20 -20
- package/ktor-ktor-http/io/ktor/http/Url.mjs +69 -69
- package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
- 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/CIOMultipartDataBase.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +93 -93
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +53 -53
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +15 -15
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +75 -75
- 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 +127 -127
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- 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 +62 -62
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +39 -39
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
- 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 +37 -37
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +5 -5
- 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 +29 -29
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +42 -42
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +89 -89
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +11 -11
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
- 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 +45 -45
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +44 -44
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +9 -9
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +106 -106
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
- 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/DebugPipelineContext.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +26 -26
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +55 -55
- 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 +58 -58
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
- 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 +18 -18
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +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.mjs.map +0 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.export.d.mts +0 -26
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs +0 -440
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs.map +0 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.export.d.mts +0 -8
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.export.mjs +0 -4
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.mjs +0 -17
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.mjs.map +0 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.mjs.map +0 -1
- /package/{commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.export.mjs.map → commons-commons-core/cash/atto/commons/AttoSerializable.export.mjs.map} +0 -0
- /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-wallet/cash/atto/commons/wallet/AttoWallet.export.mjs.map} +0 -0
- /package/{commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.mjs.map → commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.js.export.mjs.map} +0 -0
- /package/{commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.export.mjs.map → commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.js.export.mjs.map} +0 -0
|
@@ -22,25 +22,25 @@ function NullableSerializer() {
|
|
|
22
22
|
if (NullableSerializerClass === VOID) {
|
|
23
23
|
class $ {
|
|
24
24
|
constructor(serializer) {
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
25
|
+
this.l17_1 = serializer;
|
|
26
|
+
this.m17_1 = new (SerialDescriptorForNullable())(this.l17_1.nu());
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
return this.
|
|
28
|
+
nu() {
|
|
29
|
+
return this.m17_1;
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
n17(encoder, value) {
|
|
32
32
|
if (!(value == null)) {
|
|
33
|
-
encoder.
|
|
34
|
-
encoder.
|
|
33
|
+
encoder.v10();
|
|
34
|
+
encoder.u10(this.l17_1, value);
|
|
35
35
|
} else {
|
|
36
|
-
encoder.
|
|
36
|
+
encoder.xz();
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
return this.
|
|
39
|
+
ou(encoder, value) {
|
|
40
|
+
return this.n17(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
return decoder.
|
|
42
|
+
pu(decoder) {
|
|
43
|
+
return decoder.ny() ? decoder.bz(this.l17_1) : decoder.oy();
|
|
44
44
|
}
|
|
45
45
|
equals(other) {
|
|
46
46
|
if (this === other)
|
|
@@ -49,12 +49,12 @@ function NullableSerializer() {
|
|
|
49
49
|
return false;
|
|
50
50
|
if (!(other instanceof NullableSerializer()))
|
|
51
51
|
THROW_CCE();
|
|
52
|
-
if (!equals(this.
|
|
52
|
+
if (!equals(this.l17_1, other.l17_1))
|
|
53
53
|
return false;
|
|
54
54
|
return true;
|
|
55
55
|
}
|
|
56
56
|
hashCode() {
|
|
57
|
-
return hashCode(this.
|
|
57
|
+
return hashCode(this.l17_1);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
initMetadataForClass($, 'NullableSerializer', VOID, VOID, [KSerializer()]);
|
|
@@ -67,17 +67,17 @@ function SerialDescriptorForNullable() {
|
|
|
67
67
|
if (SerialDescriptorForNullableClass === VOID) {
|
|
68
68
|
class $ {
|
|
69
69
|
constructor(original) {
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
70
|
+
this.dx_1 = original;
|
|
71
|
+
this.ex_1 = this.dx_1.qv() + '?';
|
|
72
|
+
this.fx_1 = cachedSerialNames(this.dx_1);
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
return this.
|
|
74
|
+
qv() {
|
|
75
|
+
return this.ex_1;
|
|
76
76
|
}
|
|
77
|
-
|
|
78
|
-
return this.
|
|
77
|
+
ly() {
|
|
78
|
+
return this.fx_1;
|
|
79
79
|
}
|
|
80
|
-
|
|
80
|
+
cx() {
|
|
81
81
|
return true;
|
|
82
82
|
}
|
|
83
83
|
equals(other) {
|
|
@@ -85,42 +85,42 @@ function SerialDescriptorForNullable() {
|
|
|
85
85
|
return true;
|
|
86
86
|
if (!(other instanceof SerialDescriptorForNullable()))
|
|
87
87
|
return false;
|
|
88
|
-
if (!equals(this.
|
|
88
|
+
if (!equals(this.dx_1, other.dx_1))
|
|
89
89
|
return false;
|
|
90
90
|
return true;
|
|
91
91
|
}
|
|
92
92
|
toString() {
|
|
93
|
-
return toString(this.
|
|
93
|
+
return toString(this.dx_1) + '?';
|
|
94
94
|
}
|
|
95
95
|
hashCode() {
|
|
96
|
-
return imul(hashCode(this.
|
|
96
|
+
return imul(hashCode(this.dx_1), 31);
|
|
97
97
|
}
|
|
98
|
-
|
|
99
|
-
return this.
|
|
98
|
+
jx() {
|
|
99
|
+
return this.dx_1.jx();
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
return this.
|
|
101
|
+
kx() {
|
|
102
|
+
return this.dx_1.kx();
|
|
103
103
|
}
|
|
104
|
-
|
|
105
|
-
return this.
|
|
104
|
+
lx() {
|
|
105
|
+
return this.dx_1.lx();
|
|
106
106
|
}
|
|
107
|
-
|
|
108
|
-
return this.
|
|
107
|
+
mx() {
|
|
108
|
+
return this.dx_1.mx();
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
return this.
|
|
110
|
+
nx(index) {
|
|
111
|
+
return this.dx_1.nx(index);
|
|
112
112
|
}
|
|
113
|
-
|
|
114
|
-
return this.
|
|
113
|
+
ox(name) {
|
|
114
|
+
return this.dx_1.ox(name);
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
return this.
|
|
116
|
+
px(index) {
|
|
117
|
+
return this.dx_1.px(index);
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
return this.
|
|
119
|
+
qx(index) {
|
|
120
|
+
return this.dx_1.qx(index);
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
return this.
|
|
122
|
+
rx(index) {
|
|
123
|
+
return this.dx_1.rx(index);
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
initMetadataForClass($, 'SerialDescriptorForNullable', VOID, VOID, [SerialDescriptor(), CachedNames()]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/NullableSerializer.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["serializer","<get-descriptor>","serialize","encoder","value","deserialize","decoder","equals","other","hashCode","original","<get-serialName>","<get-serialNames>","<get-isNullable>","toString","<get-kind>","<get-isInline>","<get-elementsCount>","<get-annotations>","getElementName","index","getElementIndex","name","getElementAnnotations","getElementDescriptor","isElementOptional"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;kBAgBmDA,U;QAAR,uB;QACK,iDAA4B,IAAW,CAAX,KAAW,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/NullableSerializer.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["serializer","<get-descriptor>","serialize","encoder","value","deserialize","decoder","equals","other","hashCode","original","<get-serialName>","<get-serialNames>","<get-isNullable>","toString","<get-kind>","<get-isInline>","<get-elementsCount>","<get-annotations>","getElementName","index","getElementIndex","name","getElementAnnotations","getElementDescriptor","isElementOptional"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;kBAgBmDA,U;QAAR,uB;QACK,iDAA4B,IAAW,CAAX,KAAW,KAAvC,C;;QAAnCC,CAAAA,EAAA;A,QAAA,iB;MAA+B,C;SAE/BC,CAAcC,O,EAAkBC,KAAhCF,EAA2C;A,QAC5C,eAAS,IAAT,E,CAAe;A,UACf,OAAQ,M;UACR,OAAQ,KAAwB,IAAxB,CAAwB,KAAxB,EAAoC,KAApC,C;QACZ,C,MAAO;A,UACH,OAAQ,K;QACZ,C;MACJ,C;SA2CqkJC,O,EAAkBC,K;;;QAzC9kJC,CAAgBC,OAAhBD,EAAsC;A,QAC3C,OAAW,OAAQ,KAAR,GAA6B,OAAQ,IAAwB,IAAxB,CAAwB,KAAxB,CAArC,GAA8E,OAAQ,K;MACrG,C;YAESE,CAAWC,KAAXD,EAAiC;A,QAClC,aAAS,KAAT,C;UAAgB,OAAO,I;QACvB,aAAS,IAAT,IAAiB,8DAAe,KAAf,EAAjB,C;UAA8C,OAAO,K;cACzD,K;;QACI,wBAAc,KAAd,CAAoB,KAApB,E;UAAgC,OAAO,K;QAC3C,OAAO,I;MACX,C;cAESE,CAAAA,EAAoB;A,QACzB,OAAkB,SAAX,IAAW,CAAX,KAAW,C;MACtB,C;;;;;;;;;;;kBAISC,Q;QAAT,oB;QAGkC,YAAA,IAAS,CAAT,IAAS,KAAT,GAAsB,G;QACP,8BAAT,IAAS,CAAT,IAAS,C;;QADxCC,CAAAA,EAAA;A,QAAA,gB;MAAqB,C;QACrBC,CAAAA,EAAA;A,QAAA,gB;MAA2B,C;QAEhCC,CAAAA,EAAQ;A,QAAI,OAAJ,I;MAAG,C;YAENN,CAAWC,KAAXD,EAAiC;A,QAClC,aAAS,KAAT,C;UAAgB,OAAO,I;QACvB,sD;UAAuC,OAAO,K;QAC9C,uBAAY,KAAZ,CAAkB,IAAlB,E;UAA4B,OAAO,K;QACvC,OAAO,I;MACX,C;cAESO,CAAAA,EAAuB;A,QAC5B,gBAAS,IAAT,CAAS,IAAT,IAAiB,G;MACrB,C;cAESL,CAAAA,EAAoB;A,QACzB,OAAO,KAAS,SAAT,IAAS,CAAT,IAAS,CAAT,EAAsB,EAAtB,C;MACX,C;QAnEJM,CAAAA,EAAA;A,QAAA,qB;MAAA,C;QAAAC,CAAAA,EAAA;A,QAAA,qB;MAAA,C;QAAAC,CAAAA,EAAA;A,QAAA,qB;MAAA,C;QAAAC,CAAAA,EAAA;A,QAAA,qB;MAAA,C;QAAAC,CA6CAC,KA7CAD,EAAA;A,QAAA,0B;MAAA,C;QAAAE,CA6CAC,IA7CAD,EAAA;A,QAAA,yB;MAAA,C;QAAAE,CA6CAH,KA7CAG,EAAA;A,QAAA,0B;MAAA,C;QAAAC,CA6CAJ,KA7CAI,EAAA;A,QAAA,0B;MAAA,C;QAAAC,CA6CAL,KA7CAK,EAAA;A,QAAA,0B;MAAA,C;;;;;;;;;;;"}
|
|
@@ -17,7 +17,7 @@ import { VOID3gxj6tk5isa35 as VOID } from '../../../../kotlin-kotlin-stdlib/kotl
|
|
|
17
17
|
//endregion
|
|
18
18
|
function ObjectSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
19
19
|
return ($this$buildSerialDescriptor) => {
|
|
20
|
-
$this$buildSerialDescriptor.
|
|
20
|
+
$this$buildSerialDescriptor.vu_1 = this$0.p17_1;
|
|
21
21
|
return Unit_instance;
|
|
22
22
|
};
|
|
23
23
|
}
|
|
@@ -28,52 +28,52 @@ function ObjectSerializer$descriptor$delegate$lambda($serialName, this$0) {
|
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
30
|
function ObjectSerializer$_get_descriptor_$ref_7z4xb6() {
|
|
31
|
-
return (p0) => p0.
|
|
31
|
+
return (p0) => p0.nu();
|
|
32
32
|
}
|
|
33
33
|
var ObjectSerializerClass;
|
|
34
34
|
function ObjectSerializer() {
|
|
35
35
|
if (ObjectSerializerClass === VOID) {
|
|
36
36
|
class $ {
|
|
37
37
|
constructor(serialName, objectInstance) {
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
38
|
+
this.o17_1 = objectInstance;
|
|
39
|
+
this.p17_1 = emptyList();
|
|
40
40
|
var tmp = this;
|
|
41
41
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
42
|
-
tmp.
|
|
42
|
+
tmp.q17_1 = lazy(tmp_0, ObjectSerializer$descriptor$delegate$lambda(serialName, this));
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
var tmp0 = this.
|
|
44
|
+
nu() {
|
|
45
|
+
var tmp0 = this.q17_1;
|
|
46
46
|
var tmp = KProperty1();
|
|
47
47
|
// Inline function 'kotlin.getValue' call
|
|
48
48
|
getPropertyCallableRef('descriptor', 1, tmp, ObjectSerializer$_get_descriptor_$ref_7z4xb6(), null);
|
|
49
49
|
return tmp0.g3();
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
encoder.
|
|
51
|
+
hv(encoder, value) {
|
|
52
|
+
encoder.cz(this.nu()).dz(this.nu());
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
return this.
|
|
54
|
+
ou(encoder, value) {
|
|
55
|
+
return this.hv(encoder, !(value == null) ? value : THROW_CCE());
|
|
56
56
|
}
|
|
57
|
-
|
|
57
|
+
pu(decoder) {
|
|
58
58
|
// Inline function 'kotlinx.serialization.encoding.decodeStructure' call
|
|
59
|
-
var descriptor = this.
|
|
60
|
-
var composite = decoder.
|
|
59
|
+
var descriptor = this.nu();
|
|
60
|
+
var composite = decoder.cz(descriptor);
|
|
61
61
|
var tmp$ret$0;
|
|
62
62
|
$l$block_0: {
|
|
63
|
-
if (composite.
|
|
63
|
+
if (composite.rz()) {
|
|
64
64
|
tmp$ret$0 = Unit_instance;
|
|
65
65
|
break $l$block_0;
|
|
66
66
|
}
|
|
67
|
-
var index = composite.
|
|
67
|
+
var index = composite.sz(this.nu());
|
|
68
68
|
if (index === -1) {
|
|
69
69
|
tmp$ret$0 = Unit_instance;
|
|
70
70
|
break $l$block_0;
|
|
71
71
|
} else
|
|
72
|
-
throw SerializationException().
|
|
72
|
+
throw SerializationException().iw('Unexpected index ' + index);
|
|
73
73
|
}
|
|
74
74
|
var result = tmp$ret$0;
|
|
75
|
-
composite.
|
|
76
|
-
return this.
|
|
75
|
+
composite.dz(descriptor);
|
|
76
|
+
return this.o17_1;
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
initMetadataForClass($, 'ObjectSerializer', VOID, VOID, [KSerializer()]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/ObjectSerializer.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/util/Lazy.kt","../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/encoding/Decoding.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["ObjectSerializer$descriptor$delegate$lambda$lambda","ObjectSerializer$descriptor$delegate$lambda$lambda$lambda","ObjectSerializer$descriptor$delegate$lambda","$serialName","serialName","objectInstance","<get-descriptor>","serialize","encoder","value","deserialize","decoder","composite","index","result"],"mappings":";;;;;;;;;;;;;;;;;2DAgCgEA,CAhBhE,MAgBgEA,E;SAAAC,CAAA,2BAAAA,KAAA;A,IACpD,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/ObjectSerializer.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/util/Lazy.kt","../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/encoding/Decoding.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["ObjectSerializer$descriptor$delegate$lambda$lambda","ObjectSerializer$descriptor$delegate$lambda$lambda$lambda","ObjectSerializer$descriptor$delegate$lambda","$serialName","serialName","objectInstance","<get-descriptor>","serialize","encoder","value","deserialize","decoder","composite","index","result"],"mappings":";;;;;;;;;;;;;;;;;2DAgCgEA,CAhBhE,MAgBgEA,E;SAAAC,CAAA,2BAAAA,KAAA;A,IACpD,mCAAc,MAAd,CAAc,K;IAClB,oB;EAAA,C;C;oDAHgFC,CAb/CC,W,EAFzC,MAewFD,E;SAAAF,CAAAA,KAAA;A;IAG/E,OAFD,sBAAsB,WAAtB,WAAwD,0DAAxD,C;EAGJ,C;C;;iBAJ6C,O;;;;;;kBAbRI,U,EAA4BC,c;QAAR,2B;QAWZ,wB;kBAEA,I;oBAA0B,8C;QAA1B,wBAAuC,6DAAvC,C;;QAApCC,CAAAA,EAAoC;A,mBAAA,I,CAAA,K;;;QAAA,kG;QAAA,OCoB2C,S;MDhBxF,C;QAESC,CAAcC,O,EAAkBC,KAAhCF,EAA0C;A,QAC/C,OAAQ,IAAe,SAAf,CAA2B,IAAa,SAAb,C;MACvC,C;SAiB00JC,O,EAAkBC,K;;;QAfn1JC,CAAgBC,OAAhBD,EAAqC;A;yBAClB,S;YEghB5BE,YFhhBI,OEghBY,IAAe,UAAf,C;;;UF/gBJ,IEghBC,SFhhBD,M;YACA,yB;;;cAEEC,QE6gBD,SF7gBa,IAAmB,SAAnB,C;UACd,cAAiB,EAAjB,C;YACI,yB;;;YAEI,kCAA8B,mBAA9B,GAAgD,KAAhD,C;;YEygBpBC,SAAuB,S;QACvB,SAAU,IAAa,UAAb,C;QFvgBN,OAAO,IAAP,CAAO,K;MACX,C;;;;;;;;;;;"}
|
|
@@ -21,7 +21,7 @@ function get_EMPTY_DESCRIPTOR_ARRAY() {
|
|
|
21
21
|
var EMPTY_DESCRIPTOR_ARRAY;
|
|
22
22
|
function serializerNotRegistered(_this__u8e3s4) {
|
|
23
23
|
_init_properties_Platform_common_kt__3qzecs();
|
|
24
|
-
throw SerializationException().
|
|
24
|
+
throw SerializationException().iw(notRegisteredMessage(_this__u8e3s4));
|
|
25
25
|
}
|
|
26
26
|
function kclass(_this__u8e3s4) {
|
|
27
27
|
_init_properties_Platform_common_kt__3qzecs();
|
|
@@ -41,12 +41,12 @@ function kclass(_this__u8e3s4) {
|
|
|
41
41
|
}
|
|
42
42
|
function typeOrThrow(_this__u8e3s4) {
|
|
43
43
|
_init_properties_Platform_common_kt__3qzecs();
|
|
44
|
-
var tmp0 = _this__u8e3s4.
|
|
44
|
+
var tmp0 = _this__u8e3s4.en_1;
|
|
45
45
|
var tmp$ret$1;
|
|
46
46
|
$l$block: {
|
|
47
47
|
// Inline function 'kotlin.requireNotNull' call
|
|
48
48
|
if (tmp0 == null) {
|
|
49
|
-
var message = 'Star projections in type arguments are not allowed, but had ' + toString(_this__u8e3s4.
|
|
49
|
+
var message = 'Star projections in type arguments are not allowed, but had ' + toString(_this__u8e3s4.en_1);
|
|
50
50
|
throw IllegalArgumentException().t2(toString_0(message));
|
|
51
51
|
} else {
|
|
52
52
|
tmp$ret$1 = tmp0;
|
|
@@ -79,16 +79,16 @@ function compactArray(_this__u8e3s4) {
|
|
|
79
79
|
function cachedSerialNames(_this__u8e3s4) {
|
|
80
80
|
_init_properties_Platform_common_kt__3qzecs();
|
|
81
81
|
if (isInterface(_this__u8e3s4, CachedNames()))
|
|
82
|
-
return _this__u8e3s4.
|
|
83
|
-
var result = HashSet().c3(_this__u8e3s4.
|
|
82
|
+
return _this__u8e3s4.ly();
|
|
83
|
+
var result = HashSet().c3(_this__u8e3s4.lx());
|
|
84
84
|
var inductionVariable = 0;
|
|
85
|
-
var last = _this__u8e3s4.
|
|
85
|
+
var last = _this__u8e3s4.lx();
|
|
86
86
|
if (inductionVariable < last)
|
|
87
87
|
do {
|
|
88
88
|
var i = inductionVariable;
|
|
89
89
|
inductionVariable = inductionVariable + 1 | 0;
|
|
90
90
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
91
|
-
var element = _this__u8e3s4.
|
|
91
|
+
var element = _this__u8e3s4.nx(i);
|
|
92
92
|
result.h2(element);
|
|
93
93
|
}
|
|
94
94
|
while (inductionVariable < last);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/Platform.common.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/util/Preconditions.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/util/Standard.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/Collections.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/js/src/kotlin/collectionJs.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/MutableCollections.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-EMPTY_DESCRIPTOR_ARRAY>","serializerNotRegistered","<this>","kclass","t","typeOrThrow","message","compactArray","cachedSerialNames","result","i","notRegisteredMessage","className","<init properties Platform.common.kt>"],"mappings":";;;;;;;;;;;;;;;;mCAkEQA,CAAAA,EAAA;A;EAAA,6B;AAAkD,C;;gCAsBjDC,CAAIC,aAAJD,EAAiD;A;EACtD,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/Platform.common.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/util/Preconditions.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/util/Standard.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/Collections.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/js/src/kotlin/collectionJs.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/MutableCollections.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-EMPTY_DESCRIPTOR_ARRAY>","serializerNotRegistered","<this>","kclass","t","typeOrThrow","message","compactArray","cachedSerialNames","result","i","notRegisteredMessage","className","<init properties Platform.common.kt>"],"mappings":";;;;;;;;;;;;;;;;mCAkEQA,CAAAA,EAAA;A;EAAA,6B;AAAkD,C;;gCAsBjDC,CAAIC,aAAJD,EAAiD;A;EACtD,kCAA6B,mCAA7B,C;AACJ,C;eAUSE,CAAID,aAAJC,EAAqB;A;MAAMC,IAAQ,kB;;EACxC,oD;UAAgB,C;;IAChB,4D;MAGI,oCACK,0BADL,cAC8B,CAD9B,IAC+B,sCAD/B,IAEa,iDAFb,cAE6D,CAF7D,IAE8D,2DAF9D,KAGa,uCAHb,cAGmD,CAHnD,IAGoD,GAHpD,E;;MAOK,oCAAgC,2CAAhC,YAA0E,CAA1E,E;;;;EACG,sCAbc,KAad,c;AAAD,C;oBAINC,CAAIH,aAAJG,EAA2C;A;aAAe,a,CAAA,I;;;;ICnD3D,YAAS,IAAT,C;UACAC,UDkDoE,8DAAD,YAA8D,aAA9D,CAA8D,IAA9D,C;MCjDnE,oCAAuC,WAAR,OAAQ,CAAvC,C;;MAEA,gB;;;;ED+CwI,OAA5F,S;AAA2F,C;qBA7CtIC,CAAIL,aAAJK,EACL;A;;;;EEwEW,MFxEX,aGuLO,IAAQ,ID/GJ,IFxEX,aGuL4B,KD/GjB,E;UFxEX,a;;UEwEuC,I;;MFxEvC,qBEwEO,G;;EFxE4B,+B;YAAA,I;;;YI/C+B,YJ+ClE,kBI/CkE,C;;MJ+ClE,sB;EAA2E,OAA3E,yBAAqD,4BAArD,iB;AAA0E,C;0BAhBrEC,CAAIN,aAAJM,EAAsD;A;EACvD,8C;IAAqB,OAAO,kB;MAChCC,sBAA6B,kBAA7BA,C;MACU,qB;MAAQ,yB;EAAlB,wBAAU,IAAV,C;OAAA;A,UAAKC,IAAK,iB;MAAA,6C;;oBACI,iBAAe,CAAf,C;MAAV,MKTC,IAAI,OAAJ,C;;ILQL,4BAAU,IAAV,C;EAGA,OAAO,M;AACX,C;6BA4BSC,CAAIT,aAAJS,EAA+C;A;MAAqB,mC;EAAiD,OAAtE,uBAAqB,yBAAc,kCAAd,iBAArB,C;AAAqE,C;+BAEpHA,CAAyBC,SAAzBD,EAAsD;A;EACyD,OADxD,wBACwD,GADjC,SACiC,GADxB,mBACwB,GAAhH,gH;AAA+G,C;;oDA/FvHE,CAAAA,E;;;;;;;;C;;;;;"}
|
package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs
CHANGED
|
@@ -120,7 +120,7 @@ function compiledSerializerImpl(_this__u8e3s4) {
|
|
|
120
120
|
var tmp;
|
|
121
121
|
if (tmp0_elvis_lhs == null) {
|
|
122
122
|
var tmp_0;
|
|
123
|
-
if (_this__u8e3s4 === PrimitiveClasses_getInstance().
|
|
123
|
+
if (_this__u8e3s4 === PrimitiveClasses_getInstance().bg()) {
|
|
124
124
|
tmp_0 = NothingSerializer_getInstance();
|
|
125
125
|
} else {
|
|
126
126
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -135,10 +135,10 @@ function compiledSerializerImpl(_this__u8e3s4) {
|
|
|
135
135
|
return tmp;
|
|
136
136
|
}
|
|
137
137
|
function platformSpecificSerializerNotRegistered(_this__u8e3s4) {
|
|
138
|
-
throw SerializationException().
|
|
138
|
+
throw SerializationException().iw(notRegisteredMessage(_this__u8e3s4) + 'To get enum serializer on Kotlin/JS, it should be annotated with @Serializable annotation.');
|
|
139
139
|
}
|
|
140
140
|
function isReferenceArray(rootClass) {
|
|
141
|
-
return rootClass.equals(PrimitiveClasses_getInstance().
|
|
141
|
+
return rootClass.equals(PrimitiveClasses_getInstance().jg());
|
|
142
142
|
}
|
|
143
143
|
function constructSerializerForGivenTypeArgs(_this__u8e3s4, args) {
|
|
144
144
|
var tmp;
|
|
@@ -150,7 +150,7 @@ function constructSerializerForGivenTypeArgs(_this__u8e3s4, args) {
|
|
|
150
150
|
tmp_0 = isInterface(assocObject, KSerializer()) ? assocObject : THROW_CCE();
|
|
151
151
|
} else {
|
|
152
152
|
if (!(assocObject == null) ? isInterface(assocObject, SerializerFactory()) : false) {
|
|
153
|
-
var tmp_1 = assocObject.
|
|
153
|
+
var tmp_1 = assocObject.r17(args.slice());
|
|
154
154
|
tmp_0 = isInterface(tmp_1, KSerializer()) ? tmp_1 : THROW_CCE();
|
|
155
155
|
} else {
|
|
156
156
|
tmp_0 = null;
|
|
@@ -173,12 +173,12 @@ function createParametrizedCache(factory) {
|
|
|
173
173
|
}
|
|
174
174
|
function getChecked(_this__u8e3s4, index) {
|
|
175
175
|
if (!(0 <= index ? index <= (_this__u8e3s4.length - 1 | 0) : false))
|
|
176
|
-
throw IndexOutOfBoundsException().
|
|
176
|
+
throw IndexOutOfBoundsException().me('Index ' + index + ' out of bounds ' + get_indices(_this__u8e3s4).toString());
|
|
177
177
|
return _this__u8e3s4[index];
|
|
178
178
|
}
|
|
179
179
|
function getChecked_0(_this__u8e3s4, index) {
|
|
180
180
|
if (!(0 <= index ? index <= (_this__u8e3s4.length - 1 | 0) : false))
|
|
181
|
-
throw IndexOutOfBoundsException().
|
|
181
|
+
throw IndexOutOfBoundsException().me('Index ' + index + ' out of bounds ' + get_indices_0(_this__u8e3s4).toString());
|
|
182
182
|
return _this__u8e3s4[index];
|
|
183
183
|
}
|
|
184
184
|
function toNativeArrayImpl(_this__u8e3s4, eClass) {
|
|
@@ -186,10 +186,10 @@ function toNativeArrayImpl(_this__u8e3s4, eClass) {
|
|
|
186
186
|
return copyToArray(_this__u8e3s4);
|
|
187
187
|
}
|
|
188
188
|
function initBuiltins() {
|
|
189
|
-
return mapOf([to(PrimitiveClasses_getInstance().
|
|
189
|
+
return mapOf([to(PrimitiveClasses_getInstance().kg(), serializer(StringCompanionObject_instance)), to(getKClass(Char()), serializer_0(Companion_getInstance())), to(PrimitiveClasses_getInstance().ng(), CharArraySerializer()), to(PrimitiveClasses_getInstance().ig(), serializer_1(DoubleCompanionObject_instance)), to(PrimitiveClasses_getInstance().sg(), DoubleArraySerializer()), to(PrimitiveClasses_getInstance().hg(), serializer_2(FloatCompanionObject_instance)), to(PrimitiveClasses_getInstance().rg(), FloatArraySerializer()), to(PrimitiveClasses_getInstance().gg(), serializer_3(Companion_instance)), to(get_longArrayClass(), LongArraySerializer()), to(getKClass(ULong()), serializer_4(Companion_getInstance_0())), to(getKClass(ULongArray()), ULongArraySerializer()), to(PrimitiveClasses_getInstance().fg(), serializer_5(IntCompanionObject_instance)), to(PrimitiveClasses_getInstance().qg(), IntArraySerializer()), to(getKClass(UInt()), serializer_6(Companion_getInstance_1())), to(getKClass(UIntArray()), UIntArraySerializer()), to(PrimitiveClasses_getInstance().eg(), serializer_7(ShortCompanionObject_instance)), to(PrimitiveClasses_getInstance().pg(), ShortArraySerializer()), to(getKClass(UShort()), serializer_8(Companion_getInstance_2())), to(getKClass(UShortArray()), UShortArraySerializer()), to(PrimitiveClasses_getInstance().dg(), serializer_9(ByteCompanionObject_instance)), to(PrimitiveClasses_getInstance().og(), ByteArraySerializer()), to(getKClass(UByte()), serializer_10(Companion_getInstance_3())), to(getKClass(UByteArray()), UByteArraySerializer()), to(PrimitiveClasses_getInstance().cg(), serializer_11(BooleanCompanionObject_instance)), to(PrimitiveClasses_getInstance().mg(), BooleanArraySerializer()), to(getKClass(Unit()), serializer_12(Unit_instance)), to(PrimitiveClasses_getInstance().bg(), NothingSerializer()), to(getKClass(Duration()), serializer_13(Companion_getInstance_4())), to(getKClass(Instant()), serializer_14(Companion_getInstance_5())), to(getKClass(Uuid()), serializer_15(Companion_getInstance_6()))]);
|
|
190
190
|
}
|
|
191
191
|
function get_isInterfaceHack(_this__u8e3s4) {
|
|
192
|
-
if (_this__u8e3s4 === PrimitiveClasses_getInstance().
|
|
192
|
+
if (_this__u8e3s4 === PrimitiveClasses_getInstance().bg())
|
|
193
193
|
return false;
|
|
194
194
|
// Inline function 'kotlin.js.asDynamic' call
|
|
195
195
|
var tmp0_safe_receiver = get_js(_this__u8e3s4).$metadata$;
|
|
@@ -200,10 +200,10 @@ function createCache$1() {
|
|
|
200
200
|
if (createCache$1Class === VOID) {
|
|
201
201
|
class $ {
|
|
202
202
|
constructor($factory) {
|
|
203
|
-
this.
|
|
203
|
+
this.a1g_1 = $factory;
|
|
204
204
|
}
|
|
205
|
-
|
|
206
|
-
return this.
|
|
205
|
+
ax(key) {
|
|
206
|
+
return this.a1g_1(key);
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
initMetadataForClass($);
|
|
@@ -216,14 +216,14 @@ function createParametrizedCache$1() {
|
|
|
216
216
|
if (createParametrizedCache$1Class === VOID) {
|
|
217
217
|
class $ {
|
|
218
218
|
constructor($factory) {
|
|
219
|
-
this.
|
|
219
|
+
this.b1g_1 = $factory;
|
|
220
220
|
}
|
|
221
|
-
|
|
221
|
+
bx(key, types) {
|
|
222
222
|
// Inline function 'kotlin.runCatching' call
|
|
223
223
|
var tmp;
|
|
224
224
|
try {
|
|
225
225
|
// Inline function 'kotlin.Companion.success' call
|
|
226
|
-
var value = this.
|
|
226
|
+
var value = this.b1g_1(key, types);
|
|
227
227
|
tmp = _Result___init__impl__xyqfz8(value);
|
|
228
228
|
} catch ($p) {
|
|
229
229
|
var tmp_0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/jsMain/src/kotlinx/serialization/internal/Platform.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/js/src/kotlin/reflect/AssociatedObjects.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/js/src/kotlin/collectionJs.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/util/Result.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["isInterface","<this>","compiledSerializerImpl","platformSpecificSerializerNotRegistered","isReferenceArray","rootClass","constructSerializerForGivenTypeArgs","args","assocObject","e","createCache","factory","createParametrizedCache","getChecked","index","toNativeArrayImpl","eClass","initBuiltins","<get-isInterfaceHack>","$factory","get","key","types"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA4BgBA,CAAaC,aAAbD,EAAgD;A,EAAe,OAAf,kC;AAAc,C;+BAN9DE,CAAcD,aAAdC,EACZ;A,MAAA,iBAAK,oCAAL,aAAK,K;;EAAL,2B;;IACQ,0D;;;;UACqB,qBAAf,OAAL,aAAK,CAAe,U;cAAW,oCAA/B,kBAA+B,a;;;2EAFM,K;;UAA9C,c;;EAGwB,U;AAAD,C;gDAsBXC,CAAIF,aAAJE,EAAiE;A,EAC7E,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/jsMain/src/kotlinx/serialization/internal/Platform.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/js/src/kotlin/reflect/AssociatedObjects.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/js/src/kotlin/collectionJs.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/util/Result.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["isInterface","<this>","compiledSerializerImpl","platformSpecificSerializerNotRegistered","isReferenceArray","rootClass","constructSerializerForGivenTypeArgs","args","assocObject","e","createCache","factory","createParametrizedCache","getChecked","index","toNativeArrayImpl","eClass","initBuiltins","<get-isInterfaceHack>","$factory","get","key","types"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA4BgBA,CAAaC,aAAbD,EAAgD;A,EAAe,OAAf,kC;AAAc,C;+BAN9DE,CAAcD,aAAdC,EACZ;A,MAAA,iBAAK,oCAAL,aAAK,K;;EAAL,2B;;IACQ,0D;;;;UACqB,qBAAf,OAAL,aAAK,CAAe,U;cAAW,oCAA/B,kBAA+B,a;;;2EAFM,K;;UAA9C,c;;EAGwB,U;AAAD,C;gDAsBXC,CAAIF,aAAJE,EAAiE;A,EAC7E,kCACI,sCACQ,4FAFZ,C;AAIJ,C;yBAgBgBC,CAAqBC,SAArBD,EAAwD;A,EAAyB,OAAzB,qD;AAAwB,C;4CAZhFE,CAAcL,a,EAA8CM,IAA5DD,EACZ;A;EAAA,I;;QACIE,cC1CC,qBD0CiB,aC1CjB,gC;;ID4CG,6E;0BAAiC,W,mBAAA,W;;MACjC,mF;oBAAoC,WAAY,KAAY,IAAD,QAAX,C;oDAAZ,K;;gBAC5B,I;;;;;;QAEPC,M;YACL,I;;;EACH,U;AAAD,C;oBArCYC,CAAoBC,OAApBD,EAAiF;A,EAC7F,6BAAO,OAAP,C;AAKJ,C;gCAEgBE,CAAgCD,OAAhCC,EAAwH;A,EACpI,yCAAO,OAAP,C;AAKJ,C;mBAhCgBC,CAAQZ,a,EAAoBa,KAA5BD,EAA2C;A,EACnD,MAAU,CAAV,sBAAU,wBAAV,e;IAAmB,qCAAiC,QAAjC,GAAwC,KAAxC,GAA6C,iBAA7C,GAA6D,0BAA7D,Y;EACvB,OAAO,cAAI,KAAJ,C;AACX,C;qBAEgBA,CAAIZ,a,EAAwBa,KAA5BD,EAAiD;A,EACzD,MAAU,CAAV,sBAAU,wBAAV,e;IAAmB,qCAAiC,QAAjC,GAAwC,KAAxC,GAA6C,iBAA7C,GAA6D,4BAA7D,Y;EACvB,OAAO,cAAI,KAAJ,C;AACX,C;0BA0BgBE,CAAsBd,a,EAA+Be,MAArDD,EAAoF;A;EAAc,OEpB5C,YFoB8B,aEpB9B,C;AFoB2C,C;qBAyCjGE,CAAAA,EAAqD;A,EA+BpE,OA/BoE,MACjE,yCAAwB,0CAAxB,GACA,sBAAoB,qCAApB,CADA,EAEA,wCAAoB,qBAApB,CAFA,EAGA,wCAAwB,4CAAxB,CAHA,EAIA,wCAAsB,uBAAtB,CAJA,EAKA,wCAAsB,2CAAtB,CALA,EAMA,wCAAqB,sBAArB,CANA,EAOA,wCAAoB,gCAApB,CAPA,EAQA,yBAAoB,qBAApB,CARA,EASA,uBAAsB,uCAAtB,CATA,EAUA,4BAAqB,sBAArB,CAVA,EAWA,wCAAkB,yCAAlB,CAXA,EAYA,wCAAmB,oBAAnB,CAZA,EAaA,sBAAoB,uCAApB,CAbA,EAcA,2BAAoB,qBAApB,CAdA,EAeA,wCAAsB,2CAAtB,CAfA,EAgBA,wCAAqB,sBAArB,CAhBA,EAiBA,wBAAwB,uCAAxB,CAjBA,EAkBA,6BAAsB,uBAAtB,CAlBA,EAmBA,wCAAoB,0CAApB,CAnBA,EAoBA,wCAAoB,qBAApB,CApBA,EAqBA,uBAAsB,wCAAtB,CArBA,EAsBA,4BAAqB,sBAArB,CAtBA,EAuBA,wCAA0B,8CAA1B,CAvBA,EAwBA,wCAAuB,wBAAvB,CAxBA,EAyBA,sBAAoB,4BAApB,CAzBA,EA0BA,wCAAkB,mBAAlB,CA1BA,EA2BA,0BAA4B,wCAA5B,CA3BA,EA4BA,yBAA0B,wCAA1B,CA5BA,EA6BA,sBAAoB,wCAApB,CA7BA,CADiE,C;AA+BrE,C;4BAvCIC,CADQjB,aACRiB,EAAe;A,EAEP,0D;IAAyB,OAAO,K;;MACd,qBAAf,qBAAe,W;EAAtB,OAAO,CAA6B,oCAA7B,kBAA6B,KAA7B,KAAqC,W;AAChD,C;;;;;kBArDgCC,Q;;;QAEnBC,CAAQC,GAARD,EAA2C;A,QAChD,OAAO,WAAQ,GAAR,C;MACX,C;;;;;;;;;;;kBAIwCD,Q;;;QAE/BC,CAAQC,G,EAAkBC,KAA1BF,EAAuE;A;;QGqG7E,I;;sBHpG6B,WAAQ,GAAR,EAAa,KAAb,C;gBGmD5B,6BAAO,KAAP,C;;;;gBAmDCX,M;;oBA1CD,6BAAO,cA2CI,CA3CJ,CAAP,C;;;;;;QH5DA,OGoGD,G;MHnGH,C;;;;;;;;;;;"}
|
|
@@ -16,13 +16,13 @@ function throwMissingFieldException(seen, goldenMask, descriptor) {
|
|
|
16
16
|
inductionVariable = inductionVariable + 1 | 0;
|
|
17
17
|
if (!((missingFieldsBits & 1) === 0)) {
|
|
18
18
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
19
|
-
var element = descriptor.
|
|
19
|
+
var element = descriptor.nx(i);
|
|
20
20
|
missingFields.h2(element);
|
|
21
21
|
}
|
|
22
22
|
missingFieldsBits = missingFieldsBits >>> 1 | 0;
|
|
23
23
|
}
|
|
24
24
|
while (inductionVariable < 32);
|
|
25
|
-
throw MissingFieldException().
|
|
25
|
+
throw MissingFieldException().uw(missingFields, descriptor.qv());
|
|
26
26
|
}
|
|
27
27
|
//region block: exports
|
|
28
28
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/PluginExceptions.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/Collections.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/MutableCollections.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["throwMissingFieldException","seen","goldenMask","descriptor","missingFields","missingFieldsBits","i"],"mappings":";;;;;;;mCASOA,CAA+BC,I,EAAWC,U,EAAiBC,UAA3DH,EAAyF;A;MAC5FI,gBC+FoD,gB;MD7FpDC,oBAAwB,aAAoB,CAAL,I;MAC7B,qB;EAAV,wBAAkB,EAAlB,C;OAAA;A,UAAKC,IAAK,iB;MAAA,6C;MACF,2BAAsB,CAAtB,MAA2B,CAA3B,E,CAA8B;A;sBACb,UAAW,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../opt/buildAgent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/PluginExceptions.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/Collections.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/MutableCollections.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["throwMissingFieldException","seen","goldenMask","descriptor","missingFields","missingFieldsBits","i"],"mappings":";;;;;;;mCASOA,CAA+BC,I,EAAWC,U,EAAiBC,UAA3DH,EAAyF;A;MAC5FI,gBC+FoD,gB;MD7FpDC,oBAAwB,aAAoB,CAAL,I;MAC7B,qB;EAAV,wBAAkB,EAAlB,C;OAAA;A,UAAKC,IAAK,iB;MAAA,6C;MACF,2BAAsB,CAAtB,MAA2B,CAA3B,E,CAA8B;A;sBACb,UAAW,IAAe,CAAf,C;QAA5B,aEqCH,IAAI,OAAJ,C;MFpCD,C;MACA,oBAAoB,sBAAuB,CAA3C,I;;IAJJ,4BAAkB,EAAlB,C;EAMA,iCAA4B,aAA5B,EAA2C,UAAW,KAAtD,C;AACJ,C;;;;;"}
|