@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
|
@@ -129,42 +129,42 @@ function CharArraySerializer() {
|
|
|
129
129
|
super(serializer(Companion_getInstance()));
|
|
130
130
|
CharArraySerializer_instance = this;
|
|
131
131
|
}
|
|
132
|
-
|
|
132
|
+
u17(_this__u8e3s4) {
|
|
133
133
|
return _this__u8e3s4.length;
|
|
134
134
|
}
|
|
135
|
-
|
|
136
|
-
return this.
|
|
135
|
+
a13(_this__u8e3s4) {
|
|
136
|
+
return this.u17((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
137
137
|
}
|
|
138
|
-
|
|
138
|
+
v17(_this__u8e3s4) {
|
|
139
139
|
return new (CharArrayBuilder())(_this__u8e3s4);
|
|
140
140
|
}
|
|
141
|
-
|
|
142
|
-
return this.
|
|
141
|
+
i12(_this__u8e3s4) {
|
|
142
|
+
return this.v17((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
143
143
|
}
|
|
144
|
-
|
|
144
|
+
y14() {
|
|
145
145
|
return charArray(0);
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
builder.
|
|
147
|
+
w17(decoder, index, builder, checkIndex) {
|
|
148
|
+
builder.z17(decoder.lz(this.p14_1, index));
|
|
149
149
|
}
|
|
150
|
-
|
|
151
|
-
return this.
|
|
150
|
+
t12(decoder, index, builder, checkIndex) {
|
|
151
|
+
return this.w17(decoder, index, builder instanceof CharArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
152
152
|
}
|
|
153
|
-
|
|
154
|
-
return this.
|
|
153
|
+
z14(decoder, index, builder, checkIndex) {
|
|
154
|
+
return this.w17(decoder, index, builder instanceof CharArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
a18(encoder, content, size) {
|
|
157
157
|
var inductionVariable = 0;
|
|
158
158
|
if (inductionVariable < size)
|
|
159
159
|
do {
|
|
160
160
|
var i = inductionVariable;
|
|
161
161
|
inductionVariable = inductionVariable + 1 | 0;
|
|
162
|
-
encoder.
|
|
162
|
+
encoder.q10(this.p14_1, i, content[i]);
|
|
163
163
|
}
|
|
164
164
|
while (inductionVariable < size);
|
|
165
165
|
}
|
|
166
|
-
|
|
167
|
-
return this.
|
|
166
|
+
a15(encoder, content, size) {
|
|
167
|
+
return this.a18(encoder, (!(content == null) ? isCharArray(content) : false) ? content : THROW_CCE(), size);
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
initMetadataForObject($, 'CharArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -187,42 +187,42 @@ function DoubleArraySerializer() {
|
|
|
187
187
|
super(serializer_0(DoubleCompanionObject_instance));
|
|
188
188
|
DoubleArraySerializer_instance = this;
|
|
189
189
|
}
|
|
190
|
-
|
|
190
|
+
d18(_this__u8e3s4) {
|
|
191
191
|
return _this__u8e3s4.length;
|
|
192
192
|
}
|
|
193
|
-
|
|
194
|
-
return this.
|
|
193
|
+
a13(_this__u8e3s4) {
|
|
194
|
+
return this.d18((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
195
195
|
}
|
|
196
|
-
|
|
196
|
+
e18(_this__u8e3s4) {
|
|
197
197
|
return new (DoubleArrayBuilder())(_this__u8e3s4);
|
|
198
198
|
}
|
|
199
|
-
|
|
200
|
-
return this.
|
|
199
|
+
i12(_this__u8e3s4) {
|
|
200
|
+
return this.e18((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
y14() {
|
|
203
203
|
return new Float64Array(0);
|
|
204
204
|
}
|
|
205
|
-
|
|
206
|
-
builder.
|
|
205
|
+
f18(decoder, index, builder, checkIndex) {
|
|
206
|
+
builder.i18(decoder.kz(this.p14_1, index));
|
|
207
207
|
}
|
|
208
|
-
|
|
209
|
-
return this.
|
|
208
|
+
t12(decoder, index, builder, checkIndex) {
|
|
209
|
+
return this.f18(decoder, index, builder instanceof DoubleArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
210
210
|
}
|
|
211
|
-
|
|
212
|
-
return this.
|
|
211
|
+
z14(decoder, index, builder, checkIndex) {
|
|
212
|
+
return this.f18(decoder, index, builder instanceof DoubleArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
213
213
|
}
|
|
214
|
-
|
|
214
|
+
j18(encoder, content, size) {
|
|
215
215
|
var inductionVariable = 0;
|
|
216
216
|
if (inductionVariable < size)
|
|
217
217
|
do {
|
|
218
218
|
var i = inductionVariable;
|
|
219
219
|
inductionVariable = inductionVariable + 1 | 0;
|
|
220
|
-
encoder.
|
|
220
|
+
encoder.p10(this.p14_1, i, content[i]);
|
|
221
221
|
}
|
|
222
222
|
while (inductionVariable < size);
|
|
223
223
|
}
|
|
224
|
-
|
|
225
|
-
return this.
|
|
224
|
+
a15(encoder, content, size) {
|
|
225
|
+
return this.j18(encoder, (!(content == null) ? isDoubleArray(content) : false) ? content : THROW_CCE(), size);
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
initMetadataForObject($, 'DoubleArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -245,42 +245,42 @@ function FloatArraySerializer() {
|
|
|
245
245
|
super(serializer_1(FloatCompanionObject_instance));
|
|
246
246
|
FloatArraySerializer_instance = this;
|
|
247
247
|
}
|
|
248
|
-
|
|
248
|
+
m18(_this__u8e3s4) {
|
|
249
249
|
return _this__u8e3s4.length;
|
|
250
250
|
}
|
|
251
|
-
|
|
252
|
-
return this.
|
|
251
|
+
a13(_this__u8e3s4) {
|
|
252
|
+
return this.m18((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
253
253
|
}
|
|
254
|
-
|
|
254
|
+
n18(_this__u8e3s4) {
|
|
255
255
|
return new (FloatArrayBuilder())(_this__u8e3s4);
|
|
256
256
|
}
|
|
257
|
-
|
|
258
|
-
return this.
|
|
257
|
+
i12(_this__u8e3s4) {
|
|
258
|
+
return this.n18((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
259
259
|
}
|
|
260
|
-
|
|
260
|
+
y14() {
|
|
261
261
|
return new Float32Array(0);
|
|
262
262
|
}
|
|
263
|
-
|
|
264
|
-
builder.
|
|
263
|
+
o18(decoder, index, builder, checkIndex) {
|
|
264
|
+
builder.r18(decoder.jz(this.p14_1, index));
|
|
265
265
|
}
|
|
266
|
-
|
|
267
|
-
return this.
|
|
266
|
+
t12(decoder, index, builder, checkIndex) {
|
|
267
|
+
return this.o18(decoder, index, builder instanceof FloatArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
268
268
|
}
|
|
269
|
-
|
|
270
|
-
return this.
|
|
269
|
+
z14(decoder, index, builder, checkIndex) {
|
|
270
|
+
return this.o18(decoder, index, builder instanceof FloatArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
271
271
|
}
|
|
272
|
-
|
|
272
|
+
s18(encoder, content, size) {
|
|
273
273
|
var inductionVariable = 0;
|
|
274
274
|
if (inductionVariable < size)
|
|
275
275
|
do {
|
|
276
276
|
var i = inductionVariable;
|
|
277
277
|
inductionVariable = inductionVariable + 1 | 0;
|
|
278
|
-
encoder.
|
|
278
|
+
encoder.o10(this.p14_1, i, content[i]);
|
|
279
279
|
}
|
|
280
280
|
while (inductionVariable < size);
|
|
281
281
|
}
|
|
282
|
-
|
|
283
|
-
return this.
|
|
282
|
+
a15(encoder, content, size) {
|
|
283
|
+
return this.s18(encoder, (!(content == null) ? isFloatArray(content) : false) ? content : THROW_CCE(), size);
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
initMetadataForObject($, 'FloatArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -303,42 +303,42 @@ function LongArraySerializer() {
|
|
|
303
303
|
super(serializer_2(Companion_instance));
|
|
304
304
|
LongArraySerializer_instance = this;
|
|
305
305
|
}
|
|
306
|
-
|
|
306
|
+
v18(_this__u8e3s4) {
|
|
307
307
|
return _this__u8e3s4.length;
|
|
308
308
|
}
|
|
309
|
-
|
|
310
|
-
return this.
|
|
309
|
+
a13(_this__u8e3s4) {
|
|
310
|
+
return this.v18((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
311
311
|
}
|
|
312
|
-
|
|
312
|
+
w18(_this__u8e3s4) {
|
|
313
313
|
return new (LongArrayBuilder())(_this__u8e3s4);
|
|
314
314
|
}
|
|
315
|
-
|
|
316
|
-
return this.
|
|
315
|
+
i12(_this__u8e3s4) {
|
|
316
|
+
return this.w18((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
317
317
|
}
|
|
318
|
-
|
|
318
|
+
y14() {
|
|
319
319
|
return new BigInt64Array(0);
|
|
320
320
|
}
|
|
321
|
-
|
|
322
|
-
builder.
|
|
321
|
+
x18(decoder, index, builder, checkIndex) {
|
|
322
|
+
builder.a19(decoder.iz(this.p14_1, index));
|
|
323
323
|
}
|
|
324
|
-
|
|
325
|
-
return this.
|
|
324
|
+
t12(decoder, index, builder, checkIndex) {
|
|
325
|
+
return this.x18(decoder, index, builder instanceof LongArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
326
326
|
}
|
|
327
|
-
|
|
328
|
-
return this.
|
|
327
|
+
z14(decoder, index, builder, checkIndex) {
|
|
328
|
+
return this.x18(decoder, index, builder instanceof LongArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
329
329
|
}
|
|
330
|
-
|
|
330
|
+
b19(encoder, content, size) {
|
|
331
331
|
var inductionVariable = 0;
|
|
332
332
|
if (inductionVariable < size)
|
|
333
333
|
do {
|
|
334
334
|
var i = inductionVariable;
|
|
335
335
|
inductionVariable = inductionVariable + 1 | 0;
|
|
336
|
-
encoder.
|
|
336
|
+
encoder.n10(this.p14_1, i, content[i]);
|
|
337
337
|
}
|
|
338
338
|
while (inductionVariable < size);
|
|
339
339
|
}
|
|
340
|
-
|
|
341
|
-
return this.
|
|
340
|
+
a15(encoder, content, size) {
|
|
341
|
+
return this.b19(encoder, (!(content == null) ? isLongArray(content) : false) ? content : THROW_CCE(), size);
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
initMetadataForObject($, 'LongArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -361,52 +361,52 @@ function ULongArraySerializer() {
|
|
|
361
361
|
super(serializer_3(Companion_getInstance_0()));
|
|
362
362
|
ULongArraySerializer_instance = this;
|
|
363
363
|
}
|
|
364
|
-
|
|
364
|
+
e19(_this__u8e3s4) {
|
|
365
365
|
return _ULongArray___get_size__impl__ju6dtr(_this__u8e3s4);
|
|
366
366
|
}
|
|
367
|
-
|
|
368
|
-
return this.
|
|
367
|
+
a13(_this__u8e3s4) {
|
|
368
|
+
return this.e19(_this__u8e3s4 instanceof ULongArray() ? _this__u8e3s4.qs_1 : THROW_CCE());
|
|
369
369
|
}
|
|
370
|
-
|
|
370
|
+
f19(_this__u8e3s4) {
|
|
371
371
|
return new (ULongArrayBuilder())(_this__u8e3s4);
|
|
372
372
|
}
|
|
373
|
-
|
|
374
|
-
return this.
|
|
373
|
+
i12(_this__u8e3s4) {
|
|
374
|
+
return this.f19(_this__u8e3s4 instanceof ULongArray() ? _this__u8e3s4.qs_1 : THROW_CCE());
|
|
375
375
|
}
|
|
376
|
-
|
|
376
|
+
g19() {
|
|
377
377
|
return _ULongArray___init__impl__twm1l3(0);
|
|
378
378
|
}
|
|
379
|
-
|
|
380
|
-
return new (ULongArray())(this.
|
|
379
|
+
y14() {
|
|
380
|
+
return new (ULongArray())(this.g19());
|
|
381
381
|
}
|
|
382
|
-
|
|
382
|
+
h19(decoder, index, builder, checkIndex) {
|
|
383
383
|
// Inline function 'kotlin.toULong' call
|
|
384
|
-
var this_0 = decoder.
|
|
384
|
+
var this_0 = decoder.nz(this.p14_1, index).ty();
|
|
385
385
|
var tmp$ret$0 = _ULong___init__impl__c78o9k(this_0);
|
|
386
|
-
builder.
|
|
386
|
+
builder.k19(tmp$ret$0);
|
|
387
387
|
}
|
|
388
|
-
|
|
389
|
-
return this.
|
|
388
|
+
t12(decoder, index, builder, checkIndex) {
|
|
389
|
+
return this.h19(decoder, index, builder instanceof ULongArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
390
390
|
}
|
|
391
|
-
|
|
392
|
-
return this.
|
|
391
|
+
z14(decoder, index, builder, checkIndex) {
|
|
392
|
+
return this.h19(decoder, index, builder instanceof ULongArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
393
393
|
}
|
|
394
|
-
|
|
394
|
+
l19(encoder, content, size) {
|
|
395
395
|
var inductionVariable = 0;
|
|
396
396
|
if (inductionVariable < size)
|
|
397
397
|
do {
|
|
398
398
|
var i = inductionVariable;
|
|
399
399
|
inductionVariable = inductionVariable + 1 | 0;
|
|
400
|
-
var tmp = encoder.
|
|
400
|
+
var tmp = encoder.s10(this.p14_1, i);
|
|
401
401
|
// Inline function 'kotlin.ULong.toLong' call
|
|
402
402
|
var this_0 = ULongArray__get_impl_pr71q9(content, i);
|
|
403
403
|
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(this_0);
|
|
404
|
-
tmp.
|
|
404
|
+
tmp.c10(tmp$ret$0);
|
|
405
405
|
}
|
|
406
406
|
while (inductionVariable < size);
|
|
407
407
|
}
|
|
408
|
-
|
|
409
|
-
return this.
|
|
408
|
+
a15(encoder, content, size) {
|
|
409
|
+
return this.l19(encoder, content instanceof ULongArray() ? content.qs_1 : THROW_CCE(), size);
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
initMetadataForObject($, 'ULongArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -429,42 +429,42 @@ function IntArraySerializer() {
|
|
|
429
429
|
super(serializer_4(IntCompanionObject_instance));
|
|
430
430
|
IntArraySerializer_instance = this;
|
|
431
431
|
}
|
|
432
|
-
|
|
432
|
+
o19(_this__u8e3s4) {
|
|
433
433
|
return _this__u8e3s4.length;
|
|
434
434
|
}
|
|
435
|
-
|
|
436
|
-
return this.
|
|
435
|
+
a13(_this__u8e3s4) {
|
|
436
|
+
return this.o19((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
437
437
|
}
|
|
438
|
-
|
|
438
|
+
p19(_this__u8e3s4) {
|
|
439
439
|
return new (IntArrayBuilder())(_this__u8e3s4);
|
|
440
440
|
}
|
|
441
|
-
|
|
442
|
-
return this.
|
|
441
|
+
i12(_this__u8e3s4) {
|
|
442
|
+
return this.p19((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
443
443
|
}
|
|
444
|
-
|
|
444
|
+
y14() {
|
|
445
445
|
return new Int32Array(0);
|
|
446
446
|
}
|
|
447
|
-
|
|
448
|
-
builder.
|
|
447
|
+
q19(decoder, index, builder, checkIndex) {
|
|
448
|
+
builder.t19(decoder.hz(this.p14_1, index));
|
|
449
449
|
}
|
|
450
|
-
|
|
451
|
-
return this.
|
|
450
|
+
t12(decoder, index, builder, checkIndex) {
|
|
451
|
+
return this.q19(decoder, index, builder instanceof IntArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
452
452
|
}
|
|
453
|
-
|
|
454
|
-
return this.
|
|
453
|
+
z14(decoder, index, builder, checkIndex) {
|
|
454
|
+
return this.q19(decoder, index, builder instanceof IntArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
455
455
|
}
|
|
456
|
-
|
|
456
|
+
u19(encoder, content, size) {
|
|
457
457
|
var inductionVariable = 0;
|
|
458
458
|
if (inductionVariable < size)
|
|
459
459
|
do {
|
|
460
460
|
var i = inductionVariable;
|
|
461
461
|
inductionVariable = inductionVariable + 1 | 0;
|
|
462
|
-
encoder.
|
|
462
|
+
encoder.m10(this.p14_1, i, content[i]);
|
|
463
463
|
}
|
|
464
464
|
while (inductionVariable < size);
|
|
465
465
|
}
|
|
466
|
-
|
|
467
|
-
return this.
|
|
466
|
+
a15(encoder, content, size) {
|
|
467
|
+
return this.u19(encoder, (!(content == null) ? isIntArray(content) : false) ? content : THROW_CCE(), size);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
470
|
initMetadataForObject($, 'IntArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -487,52 +487,52 @@ function UIntArraySerializer() {
|
|
|
487
487
|
super(serializer_5(Companion_getInstance_1()));
|
|
488
488
|
UIntArraySerializer_instance = this;
|
|
489
489
|
}
|
|
490
|
-
|
|
490
|
+
x19(_this__u8e3s4) {
|
|
491
491
|
return _UIntArray___get_size__impl__r6l8ci(_this__u8e3s4);
|
|
492
492
|
}
|
|
493
|
-
|
|
494
|
-
return this.
|
|
493
|
+
a13(_this__u8e3s4) {
|
|
494
|
+
return this.x19(_this__u8e3s4 instanceof UIntArray() ? _this__u8e3s4.es_1 : THROW_CCE());
|
|
495
495
|
}
|
|
496
|
-
|
|
496
|
+
y19(_this__u8e3s4) {
|
|
497
497
|
return new (UIntArrayBuilder())(_this__u8e3s4);
|
|
498
498
|
}
|
|
499
|
-
|
|
500
|
-
return this.
|
|
499
|
+
i12(_this__u8e3s4) {
|
|
500
|
+
return this.y19(_this__u8e3s4 instanceof UIntArray() ? _this__u8e3s4.es_1 : THROW_CCE());
|
|
501
501
|
}
|
|
502
|
-
|
|
502
|
+
z19() {
|
|
503
503
|
return _UIntArray___init__impl__ghjpc6(0);
|
|
504
504
|
}
|
|
505
|
-
|
|
506
|
-
return new (UIntArray())(this.
|
|
505
|
+
y14() {
|
|
506
|
+
return new (UIntArray())(this.z19());
|
|
507
507
|
}
|
|
508
|
-
|
|
508
|
+
a1a(decoder, index, builder, checkIndex) {
|
|
509
509
|
// Inline function 'kotlin.toUInt' call
|
|
510
|
-
var this_0 = decoder.
|
|
510
|
+
var this_0 = decoder.nz(this.p14_1, index).sy();
|
|
511
511
|
var tmp$ret$0 = _UInt___init__impl__l7qpdl(this_0);
|
|
512
|
-
builder.
|
|
512
|
+
builder.d1a(tmp$ret$0);
|
|
513
513
|
}
|
|
514
|
-
|
|
515
|
-
return this.
|
|
514
|
+
t12(decoder, index, builder, checkIndex) {
|
|
515
|
+
return this.a1a(decoder, index, builder instanceof UIntArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
516
516
|
}
|
|
517
|
-
|
|
518
|
-
return this.
|
|
517
|
+
z14(decoder, index, builder, checkIndex) {
|
|
518
|
+
return this.a1a(decoder, index, builder instanceof UIntArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
519
519
|
}
|
|
520
|
-
|
|
520
|
+
e1a(encoder, content, size) {
|
|
521
521
|
var inductionVariable = 0;
|
|
522
522
|
if (inductionVariable < size)
|
|
523
523
|
do {
|
|
524
524
|
var i = inductionVariable;
|
|
525
525
|
inductionVariable = inductionVariable + 1 | 0;
|
|
526
|
-
var tmp = encoder.
|
|
526
|
+
var tmp = encoder.s10(this.p14_1, i);
|
|
527
527
|
// Inline function 'kotlin.UInt.toInt' call
|
|
528
528
|
var this_0 = UIntArray__get_impl_gp5kza(content, i);
|
|
529
529
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(this_0);
|
|
530
|
-
tmp.
|
|
530
|
+
tmp.b10(tmp$ret$0);
|
|
531
531
|
}
|
|
532
532
|
while (inductionVariable < size);
|
|
533
533
|
}
|
|
534
|
-
|
|
535
|
-
return this.
|
|
534
|
+
a15(encoder, content, size) {
|
|
535
|
+
return this.e1a(encoder, content instanceof UIntArray() ? content.es_1 : THROW_CCE(), size);
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
initMetadataForObject($, 'UIntArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -555,42 +555,42 @@ function ShortArraySerializer() {
|
|
|
555
555
|
super(serializer_6(ShortCompanionObject_instance));
|
|
556
556
|
ShortArraySerializer_instance = this;
|
|
557
557
|
}
|
|
558
|
-
|
|
558
|
+
h1a(_this__u8e3s4) {
|
|
559
559
|
return _this__u8e3s4.length;
|
|
560
560
|
}
|
|
561
|
-
|
|
562
|
-
return this.
|
|
561
|
+
a13(_this__u8e3s4) {
|
|
562
|
+
return this.h1a((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
563
563
|
}
|
|
564
|
-
|
|
564
|
+
i1a(_this__u8e3s4) {
|
|
565
565
|
return new (ShortArrayBuilder())(_this__u8e3s4);
|
|
566
566
|
}
|
|
567
|
-
|
|
568
|
-
return this.
|
|
567
|
+
i12(_this__u8e3s4) {
|
|
568
|
+
return this.i1a((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
569
569
|
}
|
|
570
|
-
|
|
570
|
+
y14() {
|
|
571
571
|
return new Int16Array(0);
|
|
572
572
|
}
|
|
573
|
-
|
|
574
|
-
builder.
|
|
573
|
+
j1a(decoder, index, builder, checkIndex) {
|
|
574
|
+
builder.m1a(decoder.gz(this.p14_1, index));
|
|
575
575
|
}
|
|
576
|
-
|
|
577
|
-
return this.
|
|
576
|
+
t12(decoder, index, builder, checkIndex) {
|
|
577
|
+
return this.j1a(decoder, index, builder instanceof ShortArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
578
578
|
}
|
|
579
|
-
|
|
580
|
-
return this.
|
|
579
|
+
z14(decoder, index, builder, checkIndex) {
|
|
580
|
+
return this.j1a(decoder, index, builder instanceof ShortArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
581
581
|
}
|
|
582
|
-
|
|
582
|
+
n1a(encoder, content, size) {
|
|
583
583
|
var inductionVariable = 0;
|
|
584
584
|
if (inductionVariable < size)
|
|
585
585
|
do {
|
|
586
586
|
var i = inductionVariable;
|
|
587
587
|
inductionVariable = inductionVariable + 1 | 0;
|
|
588
|
-
encoder.
|
|
588
|
+
encoder.l10(this.p14_1, i, content[i]);
|
|
589
589
|
}
|
|
590
590
|
while (inductionVariable < size);
|
|
591
591
|
}
|
|
592
|
-
|
|
593
|
-
return this.
|
|
592
|
+
a15(encoder, content, size) {
|
|
593
|
+
return this.n1a(encoder, (!(content == null) ? isShortArray(content) : false) ? content : THROW_CCE(), size);
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
596
|
initMetadataForObject($, 'ShortArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -613,52 +613,52 @@ function UShortArraySerializer() {
|
|
|
613
613
|
super(serializer_7(Companion_getInstance_2()));
|
|
614
614
|
UShortArraySerializer_instance = this;
|
|
615
615
|
}
|
|
616
|
-
|
|
616
|
+
q1a(_this__u8e3s4) {
|
|
617
617
|
return _UShortArray___get_size__impl__jqto1b(_this__u8e3s4);
|
|
618
618
|
}
|
|
619
|
-
|
|
620
|
-
return this.
|
|
619
|
+
a13(_this__u8e3s4) {
|
|
620
|
+
return this.q1a(_this__u8e3s4 instanceof UShortArray() ? _this__u8e3s4.ct_1 : THROW_CCE());
|
|
621
621
|
}
|
|
622
|
-
|
|
622
|
+
r1a(_this__u8e3s4) {
|
|
623
623
|
return new (UShortArrayBuilder())(_this__u8e3s4);
|
|
624
624
|
}
|
|
625
|
-
|
|
626
|
-
return this.
|
|
625
|
+
i12(_this__u8e3s4) {
|
|
626
|
+
return this.r1a(_this__u8e3s4 instanceof UShortArray() ? _this__u8e3s4.ct_1 : THROW_CCE());
|
|
627
627
|
}
|
|
628
|
-
|
|
628
|
+
s1a() {
|
|
629
629
|
return _UShortArray___init__impl__9b26ef(0);
|
|
630
630
|
}
|
|
631
|
-
|
|
632
|
-
return new (UShortArray())(this.
|
|
631
|
+
y14() {
|
|
632
|
+
return new (UShortArray())(this.s1a());
|
|
633
633
|
}
|
|
634
|
-
|
|
634
|
+
t1a(decoder, index, builder, checkIndex) {
|
|
635
635
|
// Inline function 'kotlin.toUShort' call
|
|
636
|
-
var this_0 = decoder.
|
|
636
|
+
var this_0 = decoder.nz(this.p14_1, index).ry();
|
|
637
637
|
var tmp$ret$0 = _UShort___init__impl__jigrne(this_0);
|
|
638
|
-
builder.
|
|
638
|
+
builder.w1a(tmp$ret$0);
|
|
639
639
|
}
|
|
640
|
-
|
|
641
|
-
return this.
|
|
640
|
+
t12(decoder, index, builder, checkIndex) {
|
|
641
|
+
return this.t1a(decoder, index, builder instanceof UShortArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
642
642
|
}
|
|
643
|
-
|
|
644
|
-
return this.
|
|
643
|
+
z14(decoder, index, builder, checkIndex) {
|
|
644
|
+
return this.t1a(decoder, index, builder instanceof UShortArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
645
645
|
}
|
|
646
|
-
|
|
646
|
+
x1a(encoder, content, size) {
|
|
647
647
|
var inductionVariable = 0;
|
|
648
648
|
if (inductionVariable < size)
|
|
649
649
|
do {
|
|
650
650
|
var i = inductionVariable;
|
|
651
651
|
inductionVariable = inductionVariable + 1 | 0;
|
|
652
|
-
var tmp = encoder.
|
|
652
|
+
var tmp = encoder.s10(this.p14_1, i);
|
|
653
653
|
// Inline function 'kotlin.UShort.toShort' call
|
|
654
654
|
var this_0 = UShortArray__get_impl_fnbhmx(content, i);
|
|
655
655
|
var tmp$ret$0 = _UShort___get_data__impl__g0245(this_0);
|
|
656
|
-
tmp.
|
|
656
|
+
tmp.a10(tmp$ret$0);
|
|
657
657
|
}
|
|
658
658
|
while (inductionVariable < size);
|
|
659
659
|
}
|
|
660
|
-
|
|
661
|
-
return this.
|
|
660
|
+
a15(encoder, content, size) {
|
|
661
|
+
return this.x1a(encoder, content instanceof UShortArray() ? content.ct_1 : THROW_CCE(), size);
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
664
|
initMetadataForObject($, 'UShortArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -681,42 +681,42 @@ function ByteArraySerializer() {
|
|
|
681
681
|
super(serializer_8(ByteCompanionObject_instance));
|
|
682
682
|
ByteArraySerializer_instance = this;
|
|
683
683
|
}
|
|
684
|
-
|
|
684
|
+
a1b(_this__u8e3s4) {
|
|
685
685
|
return _this__u8e3s4.length;
|
|
686
686
|
}
|
|
687
|
-
|
|
688
|
-
return this.
|
|
687
|
+
a13(_this__u8e3s4) {
|
|
688
|
+
return this.a1b((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
689
689
|
}
|
|
690
|
-
|
|
690
|
+
b1b(_this__u8e3s4) {
|
|
691
691
|
return new (ByteArrayBuilder())(_this__u8e3s4);
|
|
692
692
|
}
|
|
693
|
-
|
|
694
|
-
return this.
|
|
693
|
+
i12(_this__u8e3s4) {
|
|
694
|
+
return this.b1b((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
695
695
|
}
|
|
696
|
-
|
|
696
|
+
y14() {
|
|
697
697
|
return new Int8Array(0);
|
|
698
698
|
}
|
|
699
|
-
|
|
700
|
-
builder.
|
|
699
|
+
c1b(decoder, index, builder, checkIndex) {
|
|
700
|
+
builder.f1b(decoder.fz(this.p14_1, index));
|
|
701
701
|
}
|
|
702
|
-
|
|
703
|
-
return this.
|
|
702
|
+
t12(decoder, index, builder, checkIndex) {
|
|
703
|
+
return this.c1b(decoder, index, builder instanceof ByteArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
704
704
|
}
|
|
705
|
-
|
|
706
|
-
return this.
|
|
705
|
+
z14(decoder, index, builder, checkIndex) {
|
|
706
|
+
return this.c1b(decoder, index, builder instanceof ByteArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
707
707
|
}
|
|
708
|
-
|
|
708
|
+
g1b(encoder, content, size) {
|
|
709
709
|
var inductionVariable = 0;
|
|
710
710
|
if (inductionVariable < size)
|
|
711
711
|
do {
|
|
712
712
|
var i = inductionVariable;
|
|
713
713
|
inductionVariable = inductionVariable + 1 | 0;
|
|
714
|
-
encoder.
|
|
714
|
+
encoder.k10(this.p14_1, i, content[i]);
|
|
715
715
|
}
|
|
716
716
|
while (inductionVariable < size);
|
|
717
717
|
}
|
|
718
|
-
|
|
719
|
-
return this.
|
|
718
|
+
a15(encoder, content, size) {
|
|
719
|
+
return this.g1b(encoder, (!(content == null) ? isByteArray(content) : false) ? content : THROW_CCE(), size);
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
722
|
initMetadataForObject($, 'ByteArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -739,52 +739,52 @@ function UByteArraySerializer() {
|
|
|
739
739
|
super(serializer_9(Companion_getInstance_3()));
|
|
740
740
|
UByteArraySerializer_instance = this;
|
|
741
741
|
}
|
|
742
|
-
|
|
742
|
+
j1b(_this__u8e3s4) {
|
|
743
743
|
return _UByteArray___get_size__impl__h6pkdv(_this__u8e3s4);
|
|
744
744
|
}
|
|
745
|
-
|
|
746
|
-
return this.
|
|
745
|
+
a13(_this__u8e3s4) {
|
|
746
|
+
return this.j1b(_this__u8e3s4 instanceof UByteArray() ? _this__u8e3s4.sr_1 : THROW_CCE());
|
|
747
747
|
}
|
|
748
|
-
|
|
748
|
+
k1b(_this__u8e3s4) {
|
|
749
749
|
return new (UByteArrayBuilder())(_this__u8e3s4);
|
|
750
750
|
}
|
|
751
|
-
|
|
752
|
-
return this.
|
|
751
|
+
i12(_this__u8e3s4) {
|
|
752
|
+
return this.k1b(_this__u8e3s4 instanceof UByteArray() ? _this__u8e3s4.sr_1 : THROW_CCE());
|
|
753
753
|
}
|
|
754
|
-
|
|
754
|
+
l1b() {
|
|
755
755
|
return _UByteArray___init__impl__ip4y9n(0);
|
|
756
756
|
}
|
|
757
|
-
|
|
758
|
-
return new (UByteArray())(this.
|
|
757
|
+
y14() {
|
|
758
|
+
return new (UByteArray())(this.l1b());
|
|
759
759
|
}
|
|
760
|
-
|
|
760
|
+
m1b(decoder, index, builder, checkIndex) {
|
|
761
761
|
// Inline function 'kotlin.toUByte' call
|
|
762
|
-
var this_0 = decoder.
|
|
762
|
+
var this_0 = decoder.nz(this.p14_1, index).qy();
|
|
763
763
|
var tmp$ret$0 = _UByte___init__impl__g9hnc4(this_0);
|
|
764
|
-
builder.
|
|
764
|
+
builder.p1b(tmp$ret$0);
|
|
765
765
|
}
|
|
766
|
-
|
|
767
|
-
return this.
|
|
766
|
+
t12(decoder, index, builder, checkIndex) {
|
|
767
|
+
return this.m1b(decoder, index, builder instanceof UByteArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
768
768
|
}
|
|
769
|
-
|
|
770
|
-
return this.
|
|
769
|
+
z14(decoder, index, builder, checkIndex) {
|
|
770
|
+
return this.m1b(decoder, index, builder instanceof UByteArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
771
771
|
}
|
|
772
|
-
|
|
772
|
+
q1b(encoder, content, size) {
|
|
773
773
|
var inductionVariable = 0;
|
|
774
774
|
if (inductionVariable < size)
|
|
775
775
|
do {
|
|
776
776
|
var i = inductionVariable;
|
|
777
777
|
inductionVariable = inductionVariable + 1 | 0;
|
|
778
|
-
var tmp = encoder.
|
|
778
|
+
var tmp = encoder.s10(this.p14_1, i);
|
|
779
779
|
// Inline function 'kotlin.UByte.toByte' call
|
|
780
780
|
var this_0 = UByteArray__get_impl_t5f3hv(content, i);
|
|
781
781
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(this_0);
|
|
782
|
-
tmp.
|
|
782
|
+
tmp.zz(tmp$ret$0);
|
|
783
783
|
}
|
|
784
784
|
while (inductionVariable < size);
|
|
785
785
|
}
|
|
786
|
-
|
|
787
|
-
return this.
|
|
786
|
+
a15(encoder, content, size) {
|
|
787
|
+
return this.q1b(encoder, content instanceof UByteArray() ? content.sr_1 : THROW_CCE(), size);
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
initMetadataForObject($, 'UByteArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -807,42 +807,42 @@ function BooleanArraySerializer() {
|
|
|
807
807
|
super(serializer_10(BooleanCompanionObject_instance));
|
|
808
808
|
BooleanArraySerializer_instance = this;
|
|
809
809
|
}
|
|
810
|
-
|
|
810
|
+
t1b(_this__u8e3s4) {
|
|
811
811
|
return _this__u8e3s4.length;
|
|
812
812
|
}
|
|
813
|
-
|
|
814
|
-
return this.
|
|
813
|
+
a13(_this__u8e3s4) {
|
|
814
|
+
return this.t1b((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
815
815
|
}
|
|
816
|
-
|
|
816
|
+
u1b(_this__u8e3s4) {
|
|
817
817
|
return new (BooleanArrayBuilder())(_this__u8e3s4);
|
|
818
818
|
}
|
|
819
|
-
|
|
820
|
-
return this.
|
|
819
|
+
i12(_this__u8e3s4) {
|
|
820
|
+
return this.u1b((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
821
821
|
}
|
|
822
|
-
|
|
822
|
+
y14() {
|
|
823
823
|
return booleanArray(0);
|
|
824
824
|
}
|
|
825
|
-
|
|
826
|
-
builder.
|
|
825
|
+
v1b(decoder, index, builder, checkIndex) {
|
|
826
|
+
builder.y1b(decoder.ez(this.p14_1, index));
|
|
827
827
|
}
|
|
828
|
-
|
|
829
|
-
return this.
|
|
828
|
+
t12(decoder, index, builder, checkIndex) {
|
|
829
|
+
return this.v1b(decoder, index, builder instanceof BooleanArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
830
830
|
}
|
|
831
|
-
|
|
832
|
-
return this.
|
|
831
|
+
z14(decoder, index, builder, checkIndex) {
|
|
832
|
+
return this.v1b(decoder, index, builder instanceof BooleanArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
833
833
|
}
|
|
834
|
-
|
|
834
|
+
z1b(encoder, content, size) {
|
|
835
835
|
var inductionVariable = 0;
|
|
836
836
|
if (inductionVariable < size)
|
|
837
837
|
do {
|
|
838
838
|
var i = inductionVariable;
|
|
839
839
|
inductionVariable = inductionVariable + 1 | 0;
|
|
840
|
-
encoder.
|
|
840
|
+
encoder.j10(this.p14_1, i, content[i]);
|
|
841
841
|
}
|
|
842
842
|
while (inductionVariable < size);
|
|
843
843
|
}
|
|
844
|
-
|
|
845
|
-
return this.
|
|
844
|
+
a15(encoder, content, size) {
|
|
845
|
+
return this.z1b(encoder, (!(content == null) ? isBooleanArray(content) : false) ? content : THROW_CCE(), size);
|
|
846
846
|
}
|
|
847
847
|
}
|
|
848
848
|
initMetadataForObject($, 'BooleanArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -862,26 +862,26 @@ function CharArrayBuilder() {
|
|
|
862
862
|
class $ extends PrimitiveArrayBuilder() {
|
|
863
863
|
constructor(bufferWithData) {
|
|
864
864
|
super();
|
|
865
|
-
this.
|
|
866
|
-
this.
|
|
867
|
-
this.
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
return this.
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
if (this.
|
|
874
|
-
this.
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
this.
|
|
878
|
-
var tmp = this.
|
|
879
|
-
var _unary__edvuaz = this.
|
|
880
|
-
this.
|
|
865
|
+
this.x17_1 = bufferWithData;
|
|
866
|
+
this.y17_1 = bufferWithData.length;
|
|
867
|
+
this.v14(10);
|
|
868
|
+
}
|
|
869
|
+
r14() {
|
|
870
|
+
return this.y17_1;
|
|
871
|
+
}
|
|
872
|
+
v14(requiredCapacity) {
|
|
873
|
+
if (this.x17_1.length < requiredCapacity)
|
|
874
|
+
this.x17_1 = copyOf(this.x17_1, coerceAtLeast(requiredCapacity, imul(this.x17_1.length, 2)));
|
|
875
|
+
}
|
|
876
|
+
z17(c) {
|
|
877
|
+
this.c15();
|
|
878
|
+
var tmp = this.x17_1;
|
|
879
|
+
var _unary__edvuaz = this.y17_1;
|
|
880
|
+
this.y17_1 = _unary__edvuaz + 1 | 0;
|
|
881
881
|
tmp[_unary__edvuaz] = c;
|
|
882
882
|
}
|
|
883
|
-
|
|
884
|
-
return copyOf(this.
|
|
883
|
+
t14() {
|
|
884
|
+
return copyOf(this.x17_1, this.y17_1);
|
|
885
885
|
}
|
|
886
886
|
}
|
|
887
887
|
initMetadataForClass($, 'CharArrayBuilder');
|
|
@@ -895,26 +895,26 @@ function DoubleArrayBuilder() {
|
|
|
895
895
|
class $ extends PrimitiveArrayBuilder() {
|
|
896
896
|
constructor(bufferWithData) {
|
|
897
897
|
super();
|
|
898
|
-
this.
|
|
899
|
-
this.
|
|
900
|
-
this.
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
return this.
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
if (this.
|
|
907
|
-
this.
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
this.
|
|
911
|
-
var tmp = this.
|
|
912
|
-
var _unary__edvuaz = this.
|
|
913
|
-
this.
|
|
898
|
+
this.g18_1 = bufferWithData;
|
|
899
|
+
this.h18_1 = bufferWithData.length;
|
|
900
|
+
this.v14(10);
|
|
901
|
+
}
|
|
902
|
+
r14() {
|
|
903
|
+
return this.h18_1;
|
|
904
|
+
}
|
|
905
|
+
v14(requiredCapacity) {
|
|
906
|
+
if (this.g18_1.length < requiredCapacity)
|
|
907
|
+
this.g18_1 = copyOf_0(this.g18_1, coerceAtLeast(requiredCapacity, imul(this.g18_1.length, 2)));
|
|
908
|
+
}
|
|
909
|
+
i18(c) {
|
|
910
|
+
this.c15();
|
|
911
|
+
var tmp = this.g18_1;
|
|
912
|
+
var _unary__edvuaz = this.h18_1;
|
|
913
|
+
this.h18_1 = _unary__edvuaz + 1 | 0;
|
|
914
914
|
tmp[_unary__edvuaz] = c;
|
|
915
915
|
}
|
|
916
|
-
|
|
917
|
-
return copyOf_0(this.
|
|
916
|
+
t14() {
|
|
917
|
+
return copyOf_0(this.g18_1, this.h18_1);
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
920
|
initMetadataForClass($, 'DoubleArrayBuilder');
|
|
@@ -928,26 +928,26 @@ function FloatArrayBuilder() {
|
|
|
928
928
|
class $ extends PrimitiveArrayBuilder() {
|
|
929
929
|
constructor(bufferWithData) {
|
|
930
930
|
super();
|
|
931
|
-
this.
|
|
932
|
-
this.
|
|
933
|
-
this.
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
return this.
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
if (this.
|
|
940
|
-
this.
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
this.
|
|
944
|
-
var tmp = this.
|
|
945
|
-
var _unary__edvuaz = this.
|
|
946
|
-
this.
|
|
931
|
+
this.p18_1 = bufferWithData;
|
|
932
|
+
this.q18_1 = bufferWithData.length;
|
|
933
|
+
this.v14(10);
|
|
934
|
+
}
|
|
935
|
+
r14() {
|
|
936
|
+
return this.q18_1;
|
|
937
|
+
}
|
|
938
|
+
v14(requiredCapacity) {
|
|
939
|
+
if (this.p18_1.length < requiredCapacity)
|
|
940
|
+
this.p18_1 = copyOf_1(this.p18_1, coerceAtLeast(requiredCapacity, imul(this.p18_1.length, 2)));
|
|
941
|
+
}
|
|
942
|
+
r18(c) {
|
|
943
|
+
this.c15();
|
|
944
|
+
var tmp = this.p18_1;
|
|
945
|
+
var _unary__edvuaz = this.q18_1;
|
|
946
|
+
this.q18_1 = _unary__edvuaz + 1 | 0;
|
|
947
947
|
tmp[_unary__edvuaz] = c;
|
|
948
948
|
}
|
|
949
|
-
|
|
950
|
-
return copyOf_1(this.
|
|
949
|
+
t14() {
|
|
950
|
+
return copyOf_1(this.p18_1, this.q18_1);
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
initMetadataForClass($, 'FloatArrayBuilder');
|
|
@@ -961,26 +961,26 @@ function LongArrayBuilder() {
|
|
|
961
961
|
class $ extends PrimitiveArrayBuilder() {
|
|
962
962
|
constructor(bufferWithData) {
|
|
963
963
|
super();
|
|
964
|
-
this.
|
|
965
|
-
this.
|
|
966
|
-
this.
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
return this.
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
if (this.
|
|
973
|
-
this.
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
this.
|
|
977
|
-
var tmp = this.
|
|
978
|
-
var _unary__edvuaz = this.
|
|
979
|
-
this.
|
|
964
|
+
this.y18_1 = bufferWithData;
|
|
965
|
+
this.z18_1 = bufferWithData.length;
|
|
966
|
+
this.v14(10);
|
|
967
|
+
}
|
|
968
|
+
r14() {
|
|
969
|
+
return this.z18_1;
|
|
970
|
+
}
|
|
971
|
+
v14(requiredCapacity) {
|
|
972
|
+
if (this.y18_1.length < requiredCapacity)
|
|
973
|
+
this.y18_1 = copyOf_2(this.y18_1, coerceAtLeast(requiredCapacity, imul(this.y18_1.length, 2)));
|
|
974
|
+
}
|
|
975
|
+
a19(c) {
|
|
976
|
+
this.c15();
|
|
977
|
+
var tmp = this.y18_1;
|
|
978
|
+
var _unary__edvuaz = this.z18_1;
|
|
979
|
+
this.z18_1 = _unary__edvuaz + 1 | 0;
|
|
980
980
|
tmp[_unary__edvuaz] = c;
|
|
981
981
|
}
|
|
982
|
-
|
|
983
|
-
return copyOf_2(this.
|
|
982
|
+
t14() {
|
|
983
|
+
return copyOf_2(this.y18_1, this.z18_1);
|
|
984
984
|
}
|
|
985
985
|
}
|
|
986
986
|
initMetadataForClass($, 'LongArrayBuilder');
|
|
@@ -994,37 +994,37 @@ function ULongArrayBuilder() {
|
|
|
994
994
|
class $ extends PrimitiveArrayBuilder() {
|
|
995
995
|
constructor(bufferWithData) {
|
|
996
996
|
super();
|
|
997
|
-
this.
|
|
998
|
-
this.
|
|
999
|
-
this.
|
|
997
|
+
this.i19_1 = bufferWithData;
|
|
998
|
+
this.j19_1 = _ULongArray___get_size__impl__ju6dtr(bufferWithData);
|
|
999
|
+
this.v14(10);
|
|
1000
1000
|
}
|
|
1001
|
-
|
|
1002
|
-
return this.
|
|
1001
|
+
r14() {
|
|
1002
|
+
return this.j19_1;
|
|
1003
1003
|
}
|
|
1004
|
-
|
|
1005
|
-
if (_ULongArray___get_size__impl__ju6dtr(this.
|
|
1004
|
+
v14(requiredCapacity) {
|
|
1005
|
+
if (_ULongArray___get_size__impl__ju6dtr(this.i19_1) < requiredCapacity) {
|
|
1006
1006
|
var tmp = this;
|
|
1007
|
-
var tmp0 = this.
|
|
1007
|
+
var tmp0 = this.i19_1;
|
|
1008
1008
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1009
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_ULongArray___get_size__impl__ju6dtr(this.
|
|
1010
|
-
tmp.
|
|
1009
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_ULongArray___get_size__impl__ju6dtr(this.i19_1), 2));
|
|
1010
|
+
tmp.i19_1 = _ULongArray___init__impl__twm1l3_0(copyOf_2(_ULongArray___get_storage__impl__28e64j(tmp0), newSize));
|
|
1011
1011
|
}
|
|
1012
1012
|
}
|
|
1013
|
-
|
|
1014
|
-
this.
|
|
1015
|
-
var tmp = this.
|
|
1016
|
-
var _unary__edvuaz = this.
|
|
1017
|
-
this.
|
|
1013
|
+
k19(c) {
|
|
1014
|
+
this.c15();
|
|
1015
|
+
var tmp = this.i19_1;
|
|
1016
|
+
var _unary__edvuaz = this.j19_1;
|
|
1017
|
+
this.j19_1 = _unary__edvuaz + 1 | 0;
|
|
1018
1018
|
ULongArray__set_impl_z19mvh(tmp, _unary__edvuaz, c);
|
|
1019
1019
|
}
|
|
1020
|
-
|
|
1021
|
-
var tmp0 = this.
|
|
1020
|
+
a1c() {
|
|
1021
|
+
var tmp0 = this.i19_1;
|
|
1022
1022
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1023
|
-
var newSize = this.
|
|
1023
|
+
var newSize = this.j19_1;
|
|
1024
1024
|
return _ULongArray___init__impl__twm1l3_0(copyOf_2(_ULongArray___get_storage__impl__28e64j(tmp0), newSize));
|
|
1025
1025
|
}
|
|
1026
|
-
|
|
1027
|
-
return new (ULongArray())(this.
|
|
1026
|
+
t14() {
|
|
1027
|
+
return new (ULongArray())(this.a1c());
|
|
1028
1028
|
}
|
|
1029
1029
|
}
|
|
1030
1030
|
initMetadataForClass($, 'ULongArrayBuilder');
|
|
@@ -1038,26 +1038,26 @@ function IntArrayBuilder() {
|
|
|
1038
1038
|
class $ extends PrimitiveArrayBuilder() {
|
|
1039
1039
|
constructor(bufferWithData) {
|
|
1040
1040
|
super();
|
|
1041
|
-
this.
|
|
1042
|
-
this.
|
|
1043
|
-
this.
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
return this.
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
if (this.
|
|
1050
|
-
this.
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
this.
|
|
1054
|
-
var tmp = this.
|
|
1055
|
-
var _unary__edvuaz = this.
|
|
1056
|
-
this.
|
|
1041
|
+
this.r19_1 = bufferWithData;
|
|
1042
|
+
this.s19_1 = bufferWithData.length;
|
|
1043
|
+
this.v14(10);
|
|
1044
|
+
}
|
|
1045
|
+
r14() {
|
|
1046
|
+
return this.s19_1;
|
|
1047
|
+
}
|
|
1048
|
+
v14(requiredCapacity) {
|
|
1049
|
+
if (this.r19_1.length < requiredCapacity)
|
|
1050
|
+
this.r19_1 = copyOf_3(this.r19_1, coerceAtLeast(requiredCapacity, imul(this.r19_1.length, 2)));
|
|
1051
|
+
}
|
|
1052
|
+
t19(c) {
|
|
1053
|
+
this.c15();
|
|
1054
|
+
var tmp = this.r19_1;
|
|
1055
|
+
var _unary__edvuaz = this.s19_1;
|
|
1056
|
+
this.s19_1 = _unary__edvuaz + 1 | 0;
|
|
1057
1057
|
tmp[_unary__edvuaz] = c;
|
|
1058
1058
|
}
|
|
1059
|
-
|
|
1060
|
-
return copyOf_3(this.
|
|
1059
|
+
t14() {
|
|
1060
|
+
return copyOf_3(this.r19_1, this.s19_1);
|
|
1061
1061
|
}
|
|
1062
1062
|
}
|
|
1063
1063
|
initMetadataForClass($, 'IntArrayBuilder');
|
|
@@ -1071,37 +1071,37 @@ function UIntArrayBuilder() {
|
|
|
1071
1071
|
class $ extends PrimitiveArrayBuilder() {
|
|
1072
1072
|
constructor(bufferWithData) {
|
|
1073
1073
|
super();
|
|
1074
|
-
this.
|
|
1075
|
-
this.
|
|
1076
|
-
this.
|
|
1074
|
+
this.b1a_1 = bufferWithData;
|
|
1075
|
+
this.c1a_1 = _UIntArray___get_size__impl__r6l8ci(bufferWithData);
|
|
1076
|
+
this.v14(10);
|
|
1077
1077
|
}
|
|
1078
|
-
|
|
1079
|
-
return this.
|
|
1078
|
+
r14() {
|
|
1079
|
+
return this.c1a_1;
|
|
1080
1080
|
}
|
|
1081
|
-
|
|
1082
|
-
if (_UIntArray___get_size__impl__r6l8ci(this.
|
|
1081
|
+
v14(requiredCapacity) {
|
|
1082
|
+
if (_UIntArray___get_size__impl__r6l8ci(this.b1a_1) < requiredCapacity) {
|
|
1083
1083
|
var tmp = this;
|
|
1084
|
-
var tmp0 = this.
|
|
1084
|
+
var tmp0 = this.b1a_1;
|
|
1085
1085
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1086
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UIntArray___get_size__impl__r6l8ci(this.
|
|
1087
|
-
tmp.
|
|
1086
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UIntArray___get_size__impl__r6l8ci(this.b1a_1), 2));
|
|
1087
|
+
tmp.b1a_1 = _UIntArray___init__impl__ghjpc6_0(copyOf_3(_UIntArray___get_storage__impl__92a0v0(tmp0), newSize));
|
|
1088
1088
|
}
|
|
1089
1089
|
}
|
|
1090
|
-
|
|
1091
|
-
this.
|
|
1092
|
-
var tmp = this.
|
|
1093
|
-
var _unary__edvuaz = this.
|
|
1094
|
-
this.
|
|
1090
|
+
d1a(c) {
|
|
1091
|
+
this.c15();
|
|
1092
|
+
var tmp = this.b1a_1;
|
|
1093
|
+
var _unary__edvuaz = this.c1a_1;
|
|
1094
|
+
this.c1a_1 = _unary__edvuaz + 1 | 0;
|
|
1095
1095
|
UIntArray__set_impl_7f2zu2(tmp, _unary__edvuaz, c);
|
|
1096
1096
|
}
|
|
1097
|
-
|
|
1098
|
-
var tmp0 = this.
|
|
1097
|
+
b1c() {
|
|
1098
|
+
var tmp0 = this.b1a_1;
|
|
1099
1099
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1100
|
-
var newSize = this.
|
|
1100
|
+
var newSize = this.c1a_1;
|
|
1101
1101
|
return _UIntArray___init__impl__ghjpc6_0(copyOf_3(_UIntArray___get_storage__impl__92a0v0(tmp0), newSize));
|
|
1102
1102
|
}
|
|
1103
|
-
|
|
1104
|
-
return new (UIntArray())(this.
|
|
1103
|
+
t14() {
|
|
1104
|
+
return new (UIntArray())(this.b1c());
|
|
1105
1105
|
}
|
|
1106
1106
|
}
|
|
1107
1107
|
initMetadataForClass($, 'UIntArrayBuilder');
|
|
@@ -1115,26 +1115,26 @@ function ShortArrayBuilder() {
|
|
|
1115
1115
|
class $ extends PrimitiveArrayBuilder() {
|
|
1116
1116
|
constructor(bufferWithData) {
|
|
1117
1117
|
super();
|
|
1118
|
-
this.
|
|
1119
|
-
this.
|
|
1120
|
-
this.
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
return this.
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
if (this.
|
|
1127
|
-
this.
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
this.
|
|
1131
|
-
var tmp = this.
|
|
1132
|
-
var _unary__edvuaz = this.
|
|
1133
|
-
this.
|
|
1118
|
+
this.k1a_1 = bufferWithData;
|
|
1119
|
+
this.l1a_1 = bufferWithData.length;
|
|
1120
|
+
this.v14(10);
|
|
1121
|
+
}
|
|
1122
|
+
r14() {
|
|
1123
|
+
return this.l1a_1;
|
|
1124
|
+
}
|
|
1125
|
+
v14(requiredCapacity) {
|
|
1126
|
+
if (this.k1a_1.length < requiredCapacity)
|
|
1127
|
+
this.k1a_1 = copyOf_4(this.k1a_1, coerceAtLeast(requiredCapacity, imul(this.k1a_1.length, 2)));
|
|
1128
|
+
}
|
|
1129
|
+
m1a(c) {
|
|
1130
|
+
this.c15();
|
|
1131
|
+
var tmp = this.k1a_1;
|
|
1132
|
+
var _unary__edvuaz = this.l1a_1;
|
|
1133
|
+
this.l1a_1 = _unary__edvuaz + 1 | 0;
|
|
1134
1134
|
tmp[_unary__edvuaz] = c;
|
|
1135
1135
|
}
|
|
1136
|
-
|
|
1137
|
-
return copyOf_4(this.
|
|
1136
|
+
t14() {
|
|
1137
|
+
return copyOf_4(this.k1a_1, this.l1a_1);
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
1140
|
initMetadataForClass($, 'ShortArrayBuilder');
|
|
@@ -1148,37 +1148,37 @@ function UShortArrayBuilder() {
|
|
|
1148
1148
|
class $ extends PrimitiveArrayBuilder() {
|
|
1149
1149
|
constructor(bufferWithData) {
|
|
1150
1150
|
super();
|
|
1151
|
-
this.
|
|
1152
|
-
this.
|
|
1153
|
-
this.
|
|
1151
|
+
this.u1a_1 = bufferWithData;
|
|
1152
|
+
this.v1a_1 = _UShortArray___get_size__impl__jqto1b(bufferWithData);
|
|
1153
|
+
this.v14(10);
|
|
1154
1154
|
}
|
|
1155
|
-
|
|
1156
|
-
return this.
|
|
1155
|
+
r14() {
|
|
1156
|
+
return this.v1a_1;
|
|
1157
1157
|
}
|
|
1158
|
-
|
|
1159
|
-
if (_UShortArray___get_size__impl__jqto1b(this.
|
|
1158
|
+
v14(requiredCapacity) {
|
|
1159
|
+
if (_UShortArray___get_size__impl__jqto1b(this.u1a_1) < requiredCapacity) {
|
|
1160
1160
|
var tmp = this;
|
|
1161
|
-
var tmp0 = this.
|
|
1161
|
+
var tmp0 = this.u1a_1;
|
|
1162
1162
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1163
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UShortArray___get_size__impl__jqto1b(this.
|
|
1164
|
-
tmp.
|
|
1163
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UShortArray___get_size__impl__jqto1b(this.u1a_1), 2));
|
|
1164
|
+
tmp.u1a_1 = _UShortArray___init__impl__9b26ef_0(copyOf_4(_UShortArray___get_storage__impl__t2jpv5(tmp0), newSize));
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
1167
|
-
|
|
1168
|
-
this.
|
|
1169
|
-
var tmp = this.
|
|
1170
|
-
var _unary__edvuaz = this.
|
|
1171
|
-
this.
|
|
1167
|
+
w1a(c) {
|
|
1168
|
+
this.c15();
|
|
1169
|
+
var tmp = this.u1a_1;
|
|
1170
|
+
var _unary__edvuaz = this.v1a_1;
|
|
1171
|
+
this.v1a_1 = _unary__edvuaz + 1 | 0;
|
|
1172
1172
|
UShortArray__set_impl_6d8whp(tmp, _unary__edvuaz, c);
|
|
1173
1173
|
}
|
|
1174
|
-
|
|
1175
|
-
var tmp0 = this.
|
|
1174
|
+
c1c() {
|
|
1175
|
+
var tmp0 = this.u1a_1;
|
|
1176
1176
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1177
|
-
var newSize = this.
|
|
1177
|
+
var newSize = this.v1a_1;
|
|
1178
1178
|
return _UShortArray___init__impl__9b26ef_0(copyOf_4(_UShortArray___get_storage__impl__t2jpv5(tmp0), newSize));
|
|
1179
1179
|
}
|
|
1180
|
-
|
|
1181
|
-
return new (UShortArray())(this.
|
|
1180
|
+
t14() {
|
|
1181
|
+
return new (UShortArray())(this.c1c());
|
|
1182
1182
|
}
|
|
1183
1183
|
}
|
|
1184
1184
|
initMetadataForClass($, 'UShortArrayBuilder');
|
|
@@ -1192,26 +1192,26 @@ function ByteArrayBuilder() {
|
|
|
1192
1192
|
class $ extends PrimitiveArrayBuilder() {
|
|
1193
1193
|
constructor(bufferWithData) {
|
|
1194
1194
|
super();
|
|
1195
|
-
this.
|
|
1196
|
-
this.
|
|
1197
|
-
this.
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
return this.
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
if (this.
|
|
1204
|
-
this.
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
this.
|
|
1208
|
-
var tmp = this.
|
|
1209
|
-
var _unary__edvuaz = this.
|
|
1210
|
-
this.
|
|
1195
|
+
this.d1b_1 = bufferWithData;
|
|
1196
|
+
this.e1b_1 = bufferWithData.length;
|
|
1197
|
+
this.v14(10);
|
|
1198
|
+
}
|
|
1199
|
+
r14() {
|
|
1200
|
+
return this.e1b_1;
|
|
1201
|
+
}
|
|
1202
|
+
v14(requiredCapacity) {
|
|
1203
|
+
if (this.d1b_1.length < requiredCapacity)
|
|
1204
|
+
this.d1b_1 = copyOf_5(this.d1b_1, coerceAtLeast(requiredCapacity, imul(this.d1b_1.length, 2)));
|
|
1205
|
+
}
|
|
1206
|
+
f1b(c) {
|
|
1207
|
+
this.c15();
|
|
1208
|
+
var tmp = this.d1b_1;
|
|
1209
|
+
var _unary__edvuaz = this.e1b_1;
|
|
1210
|
+
this.e1b_1 = _unary__edvuaz + 1 | 0;
|
|
1211
1211
|
tmp[_unary__edvuaz] = c;
|
|
1212
1212
|
}
|
|
1213
|
-
|
|
1214
|
-
return copyOf_5(this.
|
|
1213
|
+
t14() {
|
|
1214
|
+
return copyOf_5(this.d1b_1, this.e1b_1);
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
|
1217
1217
|
initMetadataForClass($, 'ByteArrayBuilder');
|
|
@@ -1225,37 +1225,37 @@ function UByteArrayBuilder() {
|
|
|
1225
1225
|
class $ extends PrimitiveArrayBuilder() {
|
|
1226
1226
|
constructor(bufferWithData) {
|
|
1227
1227
|
super();
|
|
1228
|
-
this.
|
|
1229
|
-
this.
|
|
1230
|
-
this.
|
|
1228
|
+
this.n1b_1 = bufferWithData;
|
|
1229
|
+
this.o1b_1 = _UByteArray___get_size__impl__h6pkdv(bufferWithData);
|
|
1230
|
+
this.v14(10);
|
|
1231
1231
|
}
|
|
1232
|
-
|
|
1233
|
-
return this.
|
|
1232
|
+
r14() {
|
|
1233
|
+
return this.o1b_1;
|
|
1234
1234
|
}
|
|
1235
|
-
|
|
1236
|
-
if (_UByteArray___get_size__impl__h6pkdv(this.
|
|
1235
|
+
v14(requiredCapacity) {
|
|
1236
|
+
if (_UByteArray___get_size__impl__h6pkdv(this.n1b_1) < requiredCapacity) {
|
|
1237
1237
|
var tmp = this;
|
|
1238
|
-
var tmp0 = this.
|
|
1238
|
+
var tmp0 = this.n1b_1;
|
|
1239
1239
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1240
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UByteArray___get_size__impl__h6pkdv(this.
|
|
1241
|
-
tmp.
|
|
1240
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UByteArray___get_size__impl__h6pkdv(this.n1b_1), 2));
|
|
1241
|
+
tmp.n1b_1 = _UByteArray___init__impl__ip4y9n_0(copyOf_5(_UByteArray___get_storage__impl__d4kctt(tmp0), newSize));
|
|
1242
1242
|
}
|
|
1243
1243
|
}
|
|
1244
|
-
|
|
1245
|
-
this.
|
|
1246
|
-
var tmp = this.
|
|
1247
|
-
var _unary__edvuaz = this.
|
|
1248
|
-
this.
|
|
1244
|
+
p1b(c) {
|
|
1245
|
+
this.c15();
|
|
1246
|
+
var tmp = this.n1b_1;
|
|
1247
|
+
var _unary__edvuaz = this.o1b_1;
|
|
1248
|
+
this.o1b_1 = _unary__edvuaz + 1 | 0;
|
|
1249
1249
|
UByteArray__set_impl_jvcicn(tmp, _unary__edvuaz, c);
|
|
1250
1250
|
}
|
|
1251
|
-
|
|
1252
|
-
var tmp0 = this.
|
|
1251
|
+
d1c() {
|
|
1252
|
+
var tmp0 = this.n1b_1;
|
|
1253
1253
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1254
|
-
var newSize = this.
|
|
1254
|
+
var newSize = this.o1b_1;
|
|
1255
1255
|
return _UByteArray___init__impl__ip4y9n_0(copyOf_5(_UByteArray___get_storage__impl__d4kctt(tmp0), newSize));
|
|
1256
1256
|
}
|
|
1257
|
-
|
|
1258
|
-
return new (UByteArray())(this.
|
|
1257
|
+
t14() {
|
|
1258
|
+
return new (UByteArray())(this.d1c());
|
|
1259
1259
|
}
|
|
1260
1260
|
}
|
|
1261
1261
|
initMetadataForClass($, 'UByteArrayBuilder');
|
|
@@ -1269,26 +1269,26 @@ function BooleanArrayBuilder() {
|
|
|
1269
1269
|
class $ extends PrimitiveArrayBuilder() {
|
|
1270
1270
|
constructor(bufferWithData) {
|
|
1271
1271
|
super();
|
|
1272
|
-
this.
|
|
1273
|
-
this.
|
|
1274
|
-
this.
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
return this.
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
if (this.
|
|
1281
|
-
this.
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
this.
|
|
1285
|
-
var tmp = this.
|
|
1286
|
-
var _unary__edvuaz = this.
|
|
1287
|
-
this.
|
|
1272
|
+
this.w1b_1 = bufferWithData;
|
|
1273
|
+
this.x1b_1 = bufferWithData.length;
|
|
1274
|
+
this.v14(10);
|
|
1275
|
+
}
|
|
1276
|
+
r14() {
|
|
1277
|
+
return this.x1b_1;
|
|
1278
|
+
}
|
|
1279
|
+
v14(requiredCapacity) {
|
|
1280
|
+
if (this.w1b_1.length < requiredCapacity)
|
|
1281
|
+
this.w1b_1 = copyOf_6(this.w1b_1, coerceAtLeast(requiredCapacity, imul(this.w1b_1.length, 2)));
|
|
1282
|
+
}
|
|
1283
|
+
y1b(c) {
|
|
1284
|
+
this.c15();
|
|
1285
|
+
var tmp = this.w1b_1;
|
|
1286
|
+
var _unary__edvuaz = this.x1b_1;
|
|
1287
|
+
this.x1b_1 = _unary__edvuaz + 1 | 0;
|
|
1288
1288
|
tmp[_unary__edvuaz] = c;
|
|
1289
1289
|
}
|
|
1290
|
-
|
|
1291
|
-
return copyOf_6(this.
|
|
1290
|
+
t14() {
|
|
1291
|
+
return copyOf_6(this.w1b_1, this.x1b_1);
|
|
1292
1292
|
}
|
|
1293
1293
|
}
|
|
1294
1294
|
initMetadataForClass($, 'BooleanArrayBuilder');
|