@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
|
@@ -69,25 +69,25 @@ function *_generator_invoke__zhh2q8($this, $this$intercept, call, $completion) {
|
|
|
69
69
|
var message = 'Error: HttpClientCall expected, but found ' + toString(call) + '(' + toString(getKClassFromExpression(call)) + ').';
|
|
70
70
|
throw IllegalStateException().o(toString(message));
|
|
71
71
|
}
|
|
72
|
-
var tmp = $this.
|
|
72
|
+
var tmp = $this.h4n_1.c4n_1.x41(Unit_instance, call.n4n(), $completion);
|
|
73
73
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
74
74
|
tmp = yield tmp;
|
|
75
75
|
var response = tmp;
|
|
76
|
-
call.
|
|
77
|
-
var tmp_0 = $this$intercept.
|
|
76
|
+
call.o4n(response);
|
|
77
|
+
var tmp_0 = $this$intercept.a41(call, $completion);
|
|
78
78
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
79
79
|
tmp_0 = yield tmp_0;
|
|
80
80
|
return Unit_instance;
|
|
81
81
|
}
|
|
82
82
|
function *_generator_invoke__zhh2q8_0($this, $this$intercept, it, $completion) {
|
|
83
83
|
try {
|
|
84
|
-
var tmp = $this$intercept.
|
|
84
|
+
var tmp = $this$intercept.b41($completion);
|
|
85
85
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
86
86
|
tmp = yield tmp;
|
|
87
87
|
} catch ($p) {
|
|
88
88
|
if ($p instanceof Error) {
|
|
89
89
|
var cause = $p;
|
|
90
|
-
$this.
|
|
90
|
+
$this.p4n_1.f4n_1.e43(get_HttpResponseReceiveFailed(), new (HttpResponseReceiveFail())($this$intercept.y41_1.n4n(), cause));
|
|
91
91
|
throw cause;
|
|
92
92
|
} else {
|
|
93
93
|
throw $p;
|
|
@@ -96,8 +96,8 @@ function *_generator_invoke__zhh2q8_0($this, $this$intercept, it, $completion) {
|
|
|
96
96
|
return Unit_instance;
|
|
97
97
|
}
|
|
98
98
|
function *_generator_execute__d6syw1($this, builder, $completion) {
|
|
99
|
-
$this.
|
|
100
|
-
var tmp = $this.
|
|
99
|
+
$this.f4n_1.e43(get_HttpRequestCreated(), builder);
|
|
100
|
+
var tmp = $this.z4m_1.x41(builder, builder.t4n_1, $completion);
|
|
101
101
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
102
102
|
tmp = yield tmp;
|
|
103
103
|
var tmp_0 = tmp;
|
|
@@ -107,7 +107,7 @@ function HttpClient$lambda(this$0) {
|
|
|
107
107
|
return (it) => {
|
|
108
108
|
var tmp;
|
|
109
109
|
if (!(it == null)) {
|
|
110
|
-
cancel(this$0.
|
|
110
|
+
cancel(this$0.t4m_1);
|
|
111
111
|
tmp = Unit_instance;
|
|
112
112
|
}
|
|
113
113
|
return Unit_instance;
|
|
@@ -118,14 +118,14 @@ function HttpClient$slambda() {
|
|
|
118
118
|
if (HttpClient$slambdaClass === VOID) {
|
|
119
119
|
class $ {
|
|
120
120
|
constructor(this$0) {
|
|
121
|
-
this.
|
|
121
|
+
this.h4n_1 = this$0;
|
|
122
122
|
}
|
|
123
|
-
|
|
123
|
+
w4n($this$intercept, call, $completion) {
|
|
124
124
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$intercept, call), $completion);
|
|
125
125
|
}
|
|
126
|
-
|
|
126
|
+
td(p1, p2, $completion) {
|
|
127
127
|
var tmp = p1 instanceof PipelineContext() ? p1 : THROW_CCE();
|
|
128
|
-
return this.
|
|
128
|
+
return this.w4n(tmp, !(p2 == null) ? p2 : THROW_CCE(), $completion);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
initMetadataForLambda($, VOID, VOID, [2]);
|
|
@@ -135,7 +135,7 @@ function HttpClient$slambda() {
|
|
|
135
135
|
}
|
|
136
136
|
function HttpClient$slambda_0(this$0) {
|
|
137
137
|
var i = new (HttpClient$slambda())(this$0);
|
|
138
|
-
var l = ($this$intercept, call, $completion) => i.
|
|
138
|
+
var l = ($this$intercept, call, $completion) => i.w4n($this$intercept, call, $completion);
|
|
139
139
|
l.$arity = 2;
|
|
140
140
|
return l;
|
|
141
141
|
}
|
|
@@ -148,14 +148,14 @@ function HttpClient$slambda_1() {
|
|
|
148
148
|
if (HttpClient$slambdaClass_0 === VOID) {
|
|
149
149
|
class $ {
|
|
150
150
|
constructor(this$0) {
|
|
151
|
-
this.
|
|
151
|
+
this.p4n_1 = this$0;
|
|
152
152
|
}
|
|
153
|
-
|
|
153
|
+
x4n($this$intercept, it, $completion) {
|
|
154
154
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8_0.bind(VOID, this, $this$intercept, it), $completion);
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
td(p1, p2, $completion) {
|
|
157
157
|
var tmp = p1 instanceof PipelineContext() ? p1 : THROW_CCE();
|
|
158
|
-
return this.
|
|
158
|
+
return this.x4n(tmp, p2 instanceof HttpResponseContainer() ? p2 : THROW_CCE(), $completion);
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
initMetadataForLambda($, VOID, VOID, [2]);
|
|
@@ -165,7 +165,7 @@ function HttpClient$slambda_1() {
|
|
|
165
165
|
}
|
|
166
166
|
function HttpClient$slambda_2(this$0) {
|
|
167
167
|
var i = new (HttpClient$slambda_1())(this$0);
|
|
168
|
-
var l = ($this$intercept, it, $completion) => i.
|
|
168
|
+
var l = ($this$intercept, it, $completion) => i.x4n($this$intercept, it, $completion);
|
|
169
169
|
l.$arity = 2;
|
|
170
170
|
return l;
|
|
171
171
|
}
|
|
@@ -173,84 +173,84 @@ var HttpClientClass;
|
|
|
173
173
|
function HttpClient() {
|
|
174
174
|
if (HttpClientClass === VOID) {
|
|
175
175
|
class $ {
|
|
176
|
-
static
|
|
176
|
+
static y4n(engine, userConfig) {
|
|
177
177
|
userConfig = userConfig === VOID ? new (HttpClientConfig())() : userConfig;
|
|
178
178
|
var $this = createThis(this);
|
|
179
|
-
$this.
|
|
180
|
-
$this.
|
|
181
|
-
$this.
|
|
182
|
-
$this.
|
|
183
|
-
$this.
|
|
184
|
-
$this.
|
|
185
|
-
$this.
|
|
186
|
-
$this.
|
|
187
|
-
$this.
|
|
188
|
-
$this.
|
|
189
|
-
$this.
|
|
190
|
-
$this.
|
|
191
|
-
$this.
|
|
192
|
-
$this.
|
|
193
|
-
if ($this.
|
|
194
|
-
$this.
|
|
179
|
+
$this.t4m_1 = engine;
|
|
180
|
+
$this.u4m_1 = userConfig;
|
|
181
|
+
$this.v4m_1 = false;
|
|
182
|
+
$this.w4m_1 = atomic$boolean$1(false);
|
|
183
|
+
$this.x4m_1 = Job($this.t4m_1.x1k().gd(Key_instance));
|
|
184
|
+
$this.y4m_1 = $this.t4m_1.x1k().ml($this.x4m_1);
|
|
185
|
+
$this.z4m_1 = new (HttpRequestPipeline())();
|
|
186
|
+
$this.a4n_1 = new (HttpResponsePipeline())();
|
|
187
|
+
$this.b4n_1 = new (HttpSendPipeline())();
|
|
188
|
+
$this.c4n_1 = new (HttpReceivePipeline())();
|
|
189
|
+
$this.d4n_1 = AttributesJsFn(true);
|
|
190
|
+
$this.e4n_1 = $this.t4m_1.z4n();
|
|
191
|
+
$this.f4n_1 = new (Events())();
|
|
192
|
+
$this.g4n_1 = new (HttpClientConfig())();
|
|
193
|
+
if ($this.v4m_1) {
|
|
194
|
+
$this.x4m_1.a1m(HttpClient$lambda($this));
|
|
195
195
|
}
|
|
196
|
-
$this.
|
|
197
|
-
var tmp = Phases_getInstance_0().
|
|
198
|
-
$this.
|
|
196
|
+
$this.t4m_1.a4o($this);
|
|
197
|
+
var tmp = Phases_getInstance_0().f4o_1;
|
|
198
|
+
$this.b4n_1.c42(tmp, HttpClient$slambda_0($this));
|
|
199
199
|
// Inline function 'kotlin.with' call
|
|
200
|
-
var $this$with = $this.
|
|
201
|
-
$this.
|
|
202
|
-
$this.
|
|
203
|
-
$this.
|
|
204
|
-
if ($this$with.
|
|
205
|
-
$this.
|
|
200
|
+
var $this$with = $this.u4m_1;
|
|
201
|
+
$this.g4n_1.o4o(get_HttpRequestLifecycle());
|
|
202
|
+
$this.g4n_1.o4o(get_BodyProgress());
|
|
203
|
+
$this.g4n_1.o4o(get_SaveBody());
|
|
204
|
+
if ($this$with.l4o_1) {
|
|
205
|
+
$this.g4n_1.p4o('DefaultTransformers', HttpClient$lambda_0);
|
|
206
206
|
}
|
|
207
|
-
$this.
|
|
208
|
-
$this.
|
|
209
|
-
if ($this$with.
|
|
210
|
-
$this.
|
|
207
|
+
$this.g4n_1.o4o(Plugin_getInstance());
|
|
208
|
+
$this.g4n_1.o4o(get_HttpCallValidator());
|
|
209
|
+
if ($this$with.k4o_1) {
|
|
210
|
+
$this.g4n_1.o4o(get_HttpRedirect());
|
|
211
211
|
}
|
|
212
|
-
$this.
|
|
213
|
-
if ($this$with.
|
|
214
|
-
$this.
|
|
212
|
+
$this.g4n_1.q4o($this$with);
|
|
213
|
+
if ($this$with.l4o_1) {
|
|
214
|
+
$this.g4n_1.o4o(get_HttpPlainText());
|
|
215
215
|
}
|
|
216
|
-
addDefaultResponseValidation($this.
|
|
217
|
-
$this.
|
|
218
|
-
var tmp_0 = Phases_getInstance().
|
|
219
|
-
$this.
|
|
216
|
+
addDefaultResponseValidation($this.g4n_1);
|
|
217
|
+
$this.g4n_1.a4o($this);
|
|
218
|
+
var tmp_0 = Phases_getInstance().r4o_1;
|
|
219
|
+
$this.a4n_1.c42(tmp_0, HttpClient$slambda_2($this));
|
|
220
220
|
return $this;
|
|
221
221
|
}
|
|
222
|
-
static
|
|
223
|
-
var $this = this.
|
|
224
|
-
$this.
|
|
222
|
+
static w4o(engine, userConfig, manageEngine) {
|
|
223
|
+
var $this = this.y4n(engine, userConfig);
|
|
224
|
+
$this.v4m_1 = manageEngine;
|
|
225
225
|
return $this;
|
|
226
226
|
}
|
|
227
|
-
|
|
228
|
-
return this.
|
|
227
|
+
x1k() {
|
|
228
|
+
return this.y4m_1;
|
|
229
229
|
}
|
|
230
|
-
|
|
230
|
+
x4o(builder, $completion) {
|
|
231
231
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_execute__d6syw1.bind(VOID, this, builder), $completion);
|
|
232
232
|
}
|
|
233
|
-
|
|
234
|
-
var success = this.
|
|
233
|
+
v6() {
|
|
234
|
+
var success = this.w4m_1.atomicfu$compareAndSet(false, true);
|
|
235
235
|
if (!success)
|
|
236
236
|
return Unit_instance;
|
|
237
|
-
var installedFeatures = this.
|
|
237
|
+
var installedFeatures = this.d4n_1.g3x(get_PLUGIN_INSTALLED_LIST());
|
|
238
238
|
// Inline function 'kotlin.collections.forEach' call
|
|
239
|
-
var _iterator__ex2g4s = installedFeatures.
|
|
239
|
+
var _iterator__ex2g4s = installedFeatures.m3x().q1();
|
|
240
240
|
while (_iterator__ex2g4s.r1()) {
|
|
241
241
|
var element = _iterator__ex2g4s.s1();
|
|
242
|
-
var plugin = installedFeatures.
|
|
242
|
+
var plugin = installedFeatures.g3x(element instanceof AttributeKey() ? element : THROW_CCE());
|
|
243
243
|
if (isInterface(plugin, AutoCloseable())) {
|
|
244
|
-
plugin.
|
|
244
|
+
plugin.v6();
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
|
-
this.
|
|
248
|
-
if (this.
|
|
249
|
-
this.
|
|
247
|
+
this.x4m_1.g1r();
|
|
248
|
+
if (this.v4m_1) {
|
|
249
|
+
this.t4m_1.v6();
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
toString() {
|
|
253
|
-
return 'HttpClient[' + toString(this.
|
|
253
|
+
return 'HttpClient[' + toString(this.t4m_1) + ']';
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
initMetadataForClass($, 'HttpClient', VOID, VOID, [CoroutineScope(), AutoCloseable()], [1]);
|
|
@@ -270,10 +270,10 @@ function HttpClient_0(engineFactory, block) {
|
|
|
270
270
|
var this_0 = new (HttpClientConfig())();
|
|
271
271
|
block(this_0);
|
|
272
272
|
var config = this_0;
|
|
273
|
-
var engine = engineFactory.
|
|
274
|
-
var client = HttpClient().
|
|
275
|
-
var tmp_0 = ensureNotNull(client.
|
|
276
|
-
tmp_0.
|
|
273
|
+
var engine = engineFactory.y4o(config.j4o_1);
|
|
274
|
+
var client = HttpClient().w4o(engine, config, true);
|
|
275
|
+
var tmp_0 = ensureNotNull(client.y4m_1.gd(Key_instance));
|
|
276
|
+
tmp_0.a1m(HttpClient$lambda_2(engine));
|
|
277
277
|
return client;
|
|
278
278
|
}
|
|
279
279
|
function HttpClient$lambda_1(_this__u8e3s4) {
|
|
@@ -281,7 +281,7 @@ function HttpClient$lambda_1(_this__u8e3s4) {
|
|
|
281
281
|
}
|
|
282
282
|
function HttpClient$lambda_2($engine) {
|
|
283
283
|
return (it) => {
|
|
284
|
-
$engine.
|
|
284
|
+
$engine.v6();
|
|
285
285
|
return Unit_instance;
|
|
286
286
|
};
|
|
287
287
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-core/common/src/io/ktor/client/HttpClient.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/ktor-ktor-client-core/io/ktor/client/src/kotlin/util/Preconditions.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/ktor-ktor-client-core/io/ktor/client/common/src/generated/_Collections.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/ktor-ktor-client-core/io/ktor/client/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<generator-invoke>","$completion","message","response","cause","<generator-execute>","builder","HttpClient$lambda","HttpClient$lambda$lambda","invoke","HttpClient$slambda","HttpClient$slambda$lambda","engine","userConfig","manageEngine","<get-coroutineContext>","execute","close","success","installedFeatures","element","plugin","toString","HttpClient","engineFactory","block","config","client","$engine"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAo1CyDA,CAAA,K,EAAA,e,EAAE,I,EAAFC,WAAAD,EAC7C;A;EClvCJ,MDkvCU,IClvCV,8B,CAAQ;A,QACRE,UDivCqC,4CAAD,YAA4C,IAA5C,IAAgD,GAAhD,oCAAmD,IAAnD,KAA+D,I;IChvCnG,gCAAoC,SAAR,OAAQ,CAApC,C;EACJ,C;MDgvCuC,MAAhB,KAAgB,CAAhB,KAAgB,CAAhB,KAAgB,oBAAc,IAAK,MAAnB,c;;;MAA/BC,c;EACA,IAAK,KAAY,QAAZ,C;MACL,4BAAY,IAAZ,c;;;EAAgB,oB;AAAA,C;qCA8BqCH,CAAA,K,EAAA,e,EAAA,E,EAAAC,WAAAD,EACrD;A,EAAA,IAAI;A,QACA,sC;;;EACJ,C;6BAA2B;A,UAAlBI,U;MACL,KAAQ,CAAR,KAAQ,CAAR,KAAQ,KAAM,+BAAN,kCAAyD,eAAQ,CAAR,KAAQ,MAAjE,EAA2E,KAA3E,E;MACR,MAAM,K;IACV,C;;;;EAAA,oB;AAAA,C;oCAOSC,CAAA,K,EAAYC,O,EAAZL,WAAAI,EAAyD;A,EACtE,KAAQ,CAAR,KAAQ,KAAM,wBAAN,EAA0B,OAA1B,C;MAEe,MAAhB,KAAgB,CAAhB,KAAgB,KAAQ,OAAR,EAAiB,OAAjB,CAAyB,KAAzB,c;;;;EAAvB,2CAAO,KAAP,c;AACJ,C;0BA5DqCE,CA1EzC,MA0EyCA,E;SAAAC,CAAA,EAAAA,KAAA;A;IACrB,YAAM,IAAN,E;MACO,OAAP,MAAO,CAAP,KAAO,C;;;IAEf,oB;EAAA,C;C;;;;;kBA9EZ,M;;;SAmFyDC,CAAA,e,EAAE,I,EAAFR,WAAAQ,E;;O;SAp1CzD,E,EAAA,E,EAAAR,W;;;;;;;;;;6BAo1CyDS,CAnFzD,MAmFyDA,E;;UAAAC,CAAA,e,EAAE,I,EAAFV,WAAAU,8C;;;C;4BAaHJ,CAAA,aAAAA,EAAA;A,EAAE,kC;EAAsB,oB;AAAA,C;;;;;kBAhG9E,M;;;SAqHiEE,CAAA,e,EAAA,E,EAAAR,WAAAQ,E;;O;SAt3CjE,E,EAAA,E,EAAAR,W;;;;;;;;;;6BAs3CiES,CArHjE,MAqHiEA,E;;UAAAC,CAAA,e,EAAA,E,EAAAV,WAAAU,4C;;;C;;;;;iBAnHtDC,M,EACCC,U;;;QADR,oB;QACA,wB;QAEoC,mB;QAUf,+BAAO,KAAP,C;QAEmB,kBAAI,KAAO,CAAP,KAAO,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-core/common/src/io/ktor/client/HttpClient.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/ktor-ktor-client-core/io/ktor/client/src/kotlin/util/Preconditions.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/ktor-ktor-client-core/io/ktor/client/common/src/generated/_Collections.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/ktor-ktor-client-core/io/ktor/client/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<generator-invoke>","$completion","message","response","cause","<generator-execute>","builder","HttpClient$lambda","HttpClient$lambda$lambda","invoke","HttpClient$slambda","HttpClient$slambda$lambda","engine","userConfig","manageEngine","<get-coroutineContext>","execute","close","success","installedFeatures","element","plugin","toString","HttpClient","engineFactory","block","config","client","$engine"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAo1CyDA,CAAA,K,EAAA,e,EAAE,I,EAAFC,WAAAD,EAC7C;A;EClvCJ,MDkvCU,IClvCV,8B,CAAQ;A,QACRE,UDivCqC,4CAAD,YAA4C,IAA5C,IAAgD,GAAhD,oCAAmD,IAAnD,KAA+D,I;IChvCnG,gCAAoC,SAAR,OAAQ,CAApC,C;EACJ,C;MDgvCuC,MAAhB,KAAgB,CAAhB,KAAgB,CAAhB,KAAgB,oBAAc,IAAK,MAAnB,c;;;MAA/BC,c;EACA,IAAK,KAAY,QAAZ,C;MACL,4BAAY,IAAZ,c;;;EAAgB,oB;AAAA,C;qCA8BqCH,CAAA,K,EAAA,e,EAAA,E,EAAAC,WAAAD,EACrD;A,EAAA,IAAI;A,QACA,sC;;;EACJ,C;6BAA2B;A,UAAlBI,U;MACL,KAAQ,CAAR,KAAQ,CAAR,KAAQ,KAAM,+BAAN,kCAAyD,eAAQ,CAAR,KAAQ,MAAjE,EAA2E,KAA3E,E;MACR,MAAM,K;IACV,C;;;;EAAA,oB;AAAA,C;oCAOSC,CAAA,K,EAAYC,O,EAAZL,WAAAI,EAAyD;A,EACtE,KAAQ,CAAR,KAAQ,KAAM,wBAAN,EAA0B,OAA1B,C;MAEe,MAAhB,KAAgB,CAAhB,KAAgB,KAAQ,OAAR,EAAiB,OAAjB,CAAyB,KAAzB,c;;;;EAAvB,2CAAO,KAAP,c;AACJ,C;0BA5DqCE,CA1EzC,MA0EyCA,E;SAAAC,CAAA,EAAAA,KAAA;A;IACrB,YAAM,IAAN,E;MACO,OAAP,MAAO,CAAP,KAAO,C;;;IAEf,oB;EAAA,C;C;;;;;kBA9EZ,M;;;SAmFyDC,CAAA,e,EAAE,I,EAAFR,WAAAQ,E;;O;SAp1CzD,E,EAAA,E,EAAAR,W;;;;;;;;;;6BAo1CyDS,CAnFzD,MAmFyDA,E;;UAAAC,CAAA,e,EAAE,I,EAAFV,WAAAU,8C;;;C;4BAaHJ,CAAA,aAAAA,EAAA;A,EAAE,kC;EAAsB,oB;AAAA,C;;;;;kBAhG9E,M;;;SAqHiEE,CAAA,e,EAAA,E,EAAAR,WAAAQ,E;;O;SAt3CjE,E,EAAA,E,EAAAR,W;;;;;;;;;;6BAs3CiES,CArHjE,MAqHiEA,E;;UAAAC,CAAA,e,EAAA,E,EAAAV,WAAAU,4C;;;C;;;;;iBAnHtDC,M,EACCC,U;;;QADR,oB;QACA,wB;QAEoC,mB;QAUf,+BAAO,KAAP,C;QAEmB,kBAAI,KAAO,CAAP,KAAO,MAAP,iBAAJ,C;QAEiB,cAAA,KAAO,CAAP,KAAO,MAAP,IAA0B,KAA1B,CAA0B,KAA1B,C;QAOP,2C;QAOE,4C;QAOR,wC;QAOM,2C;QAOd,6BAAwB,IAAxB,C;QAOqB,cAAP,KAAO,CAAP,KAAO,M;QAO5B,8B;QAEP,wC;QAGd,gB,CAAc;A,UACd,KAAU,CAAV,KAAU,KAAmB,wBAAnB,C;QAKd,C;QAEA,KAAO,CAAP,KAAO,KAAQ,KAAR,C;yCAEiC,K;QAAxC,KAAa,CAAb,KAAa,UAAoC,2BAApC,C;;yBAOR,K,CAAA,K;QACD,KAAO,CAAP,KAAO,KAAQ,0BAAR,C;QACP,KAAO,CAAP,KAAO,KAAQ,kBAAR,C;QACP,KAAO,CAAP,KAAO,KAAQ,cAAR,C;QAEH,qB,CAAwB;A,UACxB,KAAO,CAAP,KAAO,KAAQ,qBAAR,EAA+B,mBAA/B,C;QACX,C;QAEA,KAAO,CAAP,KAAO,0B;QACP,KAAO,CAAP,KAAO,KAAQ,uBAAR,C;QAEH,qB,CAAiB;A,UACjB,KAAO,CAAP,KAAO,KAAQ,kBAAR,C;QACX,C;QAEA,gBAAU,UAAV,C;QAEI,qB,CAAwB;A,UACxB,KAAO,CAAP,KAAO,KAAQ,mBAAR,C;QACX,C;QAEO,6BAAP,KAAO,CAAP,KAAO,C;QAEP,KAAO,CAAP,KAAO,KAAQ,KAAR,C;yCAGqC,K;QAAhD,KAAiB,CAAjB,KAAiB,YAAwC,2BAAxC,C;;;iBA7GjBD,M,EACAC,U,EACAC,Y;6BACK,M,EAAQ,U;QACb,KAAK,SAAe,Y;;;SAORC,CAAAA,EAAA;A,QAAA,iB;MAAqC,C;SA+GpCC,CAAYV,O,EAAZL,WAAAe,E;;O;QA2DRC,CAAAA,EAAY;A,YACjBC,UAAc,IAAO,CAAP,KAAO,wBAAc,KAAd,EAAqB,IAArB,C;QACjB,KAAC,OAAD,C;UAAU,oB;YAEdC,oBAAwB,eAAW,2BAAX,C;;YEwbZ,oBFvbZ,iBAAkB,MEubN,K;eAAA,sB,EAAM;A,cAAjBC,UAAW,sB;cFrbRC,SAAa,sBEqbQ,OFrbR,6BEqbQ,OFrbR,e;UAET,yC,CAAyB;A,YACzB,MAAO,K;UACX,C;QEib4B,C;QF9ahC,IAAU,CAAV,KAAU,M;QACN,e,CAAc;A,UACd,IAAO,CAAP,KAAO,K;QACX,C;MACJ,C;cAESC,CAAAA,EAAyB;A,QAAqB,OAApB,aAAoB,YAAR,IAAQ,CAAR,KAAQ,IAAF,G;MAAC,C;;;;;;;qBA/0BnDC,CACHC,a,EACAC,KAFGF,EAGO;A;;UAD8B,mB;;;;;;eAEN,0B;EAA4B,KGjjB9D,Q;MHijBAG,SGhjBO,M;MHijBPd,SAAa,aAAc,KAAO,MAAP,CAAc,KAAd,C;MAC3Be,0BAAwB,MAAxBA,EAAgC,MAAhCA,EAAuD,IAAvDA,C;cAIA,qBAAO,KAAP,kB;EAA+B,UAAmB,2BAAnB,C;EAI/B,OAAO,M;AACX,C;4BAb4CpB,CAAA,aAAAA,EAAA;A,EAAE,oB;AAAD,C;4BAQSA,CALlDqB,OAKkDrB,E;SAAAC,CAAA,EAAAA,KAAA;A,IAC9C,OAAO,K;IACX,oB;EAAA,C;C;;;;;"}
|
|
@@ -36,11 +36,11 @@ function HttpClientConfig$install$lambda$lambda() {
|
|
|
36
36
|
function HttpClientConfig$install$lambda_1($plugin) {
|
|
37
37
|
return (scope) => {
|
|
38
38
|
var tmp = get_PLUGIN_INSTALLED_LIST();
|
|
39
|
-
var attributes = scope.
|
|
40
|
-
var config = ensureNotNull(scope.
|
|
41
|
-
var pluginData = $plugin.
|
|
42
|
-
$plugin.
|
|
43
|
-
attributes.
|
|
39
|
+
var attributes = scope.d4n_1.l3x(tmp, HttpClientConfig$install$lambda$lambda);
|
|
40
|
+
var config = ensureNotNull(scope.g4n_1.h4o_1.t4($plugin.f3()));
|
|
41
|
+
var pluginData = $plugin.z4o(config);
|
|
42
|
+
$plugin.a4p(pluginData, scope);
|
|
43
|
+
attributes.j3x($plugin.f3(), pluginData);
|
|
44
44
|
return Unit_instance;
|
|
45
45
|
};
|
|
46
46
|
}
|
|
@@ -51,36 +51,36 @@ function HttpClientConfig() {
|
|
|
51
51
|
constructor() {
|
|
52
52
|
var tmp = this;
|
|
53
53
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
54
|
-
tmp.
|
|
54
|
+
tmp.g4o_1 = LinkedHashMap().t5();
|
|
55
55
|
var tmp_0 = this;
|
|
56
56
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
57
|
-
tmp_0.
|
|
57
|
+
tmp_0.h4o_1 = LinkedHashMap().t5();
|
|
58
58
|
var tmp_1 = this;
|
|
59
59
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
60
|
-
tmp_1.
|
|
60
|
+
tmp_1.i4o_1 = LinkedHashMap().t5();
|
|
61
61
|
var tmp_2 = this;
|
|
62
|
-
tmp_2.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
62
|
+
tmp_2.j4o_1 = HttpClientConfig$engineConfig$lambda;
|
|
63
|
+
this.k4o_1 = true;
|
|
64
|
+
this.l4o_1 = true;
|
|
65
|
+
this.m4o_1 = false;
|
|
66
|
+
this.n4o_1 = PlatformUtils_getInstance().t3y_1;
|
|
67
67
|
}
|
|
68
|
-
|
|
69
|
-
var previousConfigBlock = this.
|
|
70
|
-
var tmp0 = this.
|
|
68
|
+
b4p(plugin, configure) {
|
|
69
|
+
var previousConfigBlock = this.h4o_1.t4(plugin.f3());
|
|
70
|
+
var tmp0 = this.h4o_1;
|
|
71
71
|
var tmp2 = plugin.f3();
|
|
72
72
|
// Inline function 'kotlin.collections.set' call
|
|
73
73
|
var value = HttpClientConfig$install$lambda_0(previousConfigBlock, configure);
|
|
74
|
-
tmp0.
|
|
75
|
-
if (this.
|
|
74
|
+
tmp0.l4(tmp2, value);
|
|
75
|
+
if (this.g4o_1.r4(plugin.f3()))
|
|
76
76
|
return Unit_instance;
|
|
77
|
-
var tmp0_0 = this.
|
|
77
|
+
var tmp0_0 = this.g4o_1;
|
|
78
78
|
var tmp2_0 = plugin.f3();
|
|
79
79
|
// Inline function 'kotlin.collections.set' call
|
|
80
80
|
var value_0 = HttpClientConfig$install$lambda_1(plugin);
|
|
81
|
-
tmp0_0.
|
|
81
|
+
tmp0_0.l4(tmp2_0, value_0);
|
|
82
82
|
}
|
|
83
|
-
|
|
83
|
+
o4o(plugin, configure, $super) {
|
|
84
84
|
var tmp;
|
|
85
85
|
if (configure === VOID) {
|
|
86
86
|
tmp = HttpClientConfig$install$lambda;
|
|
@@ -90,49 +90,49 @@ function HttpClientConfig() {
|
|
|
90
90
|
configure = tmp;
|
|
91
91
|
var tmp_0;
|
|
92
92
|
if ($super === VOID) {
|
|
93
|
-
this.
|
|
93
|
+
this.b4p(plugin, configure);
|
|
94
94
|
tmp_0 = Unit_instance;
|
|
95
95
|
} else {
|
|
96
|
-
tmp_0 = $super.
|
|
96
|
+
tmp_0 = $super.b4p.call(this, plugin, configure);
|
|
97
97
|
}
|
|
98
98
|
return tmp_0;
|
|
99
99
|
}
|
|
100
|
-
|
|
100
|
+
p4o(key, block) {
|
|
101
101
|
// Inline function 'kotlin.collections.set' call
|
|
102
|
-
this.
|
|
102
|
+
this.i4o_1.l4(key, block);
|
|
103
103
|
}
|
|
104
|
-
|
|
104
|
+
a4o(client) {
|
|
105
105
|
// Inline function 'kotlin.collections.forEach' call
|
|
106
|
-
var _iterator__ex2g4s = this.
|
|
106
|
+
var _iterator__ex2g4s = this.g4o_1.q4().q1();
|
|
107
107
|
while (_iterator__ex2g4s.r1()) {
|
|
108
108
|
var element = _iterator__ex2g4s.s1();
|
|
109
109
|
// Inline function 'kotlin.apply' call
|
|
110
110
|
element(client);
|
|
111
111
|
}
|
|
112
112
|
// Inline function 'kotlin.collections.forEach' call
|
|
113
|
-
var _iterator__ex2g4s_0 = this.
|
|
113
|
+
var _iterator__ex2g4s_0 = this.i4o_1.q4().q1();
|
|
114
114
|
while (_iterator__ex2g4s_0.r1()) {
|
|
115
115
|
var element_0 = _iterator__ex2g4s_0.s1();
|
|
116
116
|
// Inline function 'kotlin.apply' call
|
|
117
117
|
element_0(client);
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
123
|
-
this.
|
|
124
|
-
var tmp0 = this.
|
|
120
|
+
q4o(other) {
|
|
121
|
+
this.k4o_1 = other.k4o_1;
|
|
122
|
+
this.l4o_1 = other.l4o_1;
|
|
123
|
+
this.m4o_1 = other.m4o_1;
|
|
124
|
+
var tmp0 = this.g4o_1;
|
|
125
125
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
126
|
-
var map = other.
|
|
127
|
-
tmp0.
|
|
128
|
-
var tmp0_0 = this.
|
|
126
|
+
var map = other.g4o_1;
|
|
127
|
+
tmp0.n4(map);
|
|
128
|
+
var tmp0_0 = this.h4o_1;
|
|
129
129
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
130
|
-
var map_0 = other.
|
|
131
|
-
tmp0_0.
|
|
132
|
-
var tmp0_1 = this.
|
|
130
|
+
var map_0 = other.h4o_1;
|
|
131
|
+
tmp0_0.n4(map_0);
|
|
132
|
+
var tmp0_1 = this.i4o_1;
|
|
133
133
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
134
|
-
var map_1 = other.
|
|
135
|
-
tmp0_1.
|
|
134
|
+
var map_1 = other.i4o_1;
|
|
135
|
+
tmp0_1.n4(map_1);
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
initMetadataForClass($, 'HttpClientConfig', HttpClientConfig);
|
|
@@ -8,18 +8,18 @@ import { HttpResponse1532ob1hsse1y as HttpResponse } from '../statement/HttpResp
|
|
|
8
8
|
//region block: pre-declaration
|
|
9
9
|
//endregion
|
|
10
10
|
function replaceResponse(_this__u8e3s4, headers, content) {
|
|
11
|
-
headers = headers === VOID ? _this__u8e3s4.
|
|
12
|
-
return DelegatedCall().
|
|
11
|
+
headers = headers === VOID ? _this__u8e3s4.n4n().x4a() : headers;
|
|
12
|
+
return DelegatedCall().h4p(_this__u8e3s4.i4n_1, _this__u8e3s4, content, headers);
|
|
13
13
|
}
|
|
14
14
|
var DelegatedCallClass;
|
|
15
15
|
function DelegatedCall() {
|
|
16
16
|
if (DelegatedCallClass === VOID) {
|
|
17
17
|
class $ extends HttpClientCall() {
|
|
18
|
-
static
|
|
19
|
-
responseHeaders = responseHeaders === VOID ? originCall.
|
|
20
|
-
var $this = this.
|
|
21
|
-
$this.
|
|
22
|
-
$this.
|
|
18
|
+
static h4p(client, originCall, responseContent, responseHeaders) {
|
|
19
|
+
responseHeaders = responseHeaders === VOID ? originCall.n4n().x4a() : responseHeaders;
|
|
20
|
+
var $this = this.i4p(client);
|
|
21
|
+
$this.k4n_1 = new (DelegatedRequest())($this, originCall.j4p());
|
|
22
|
+
$this.l4n_1 = new (DelegatedResponse())($this, originCall.n4n(), responseContent, responseHeaders);
|
|
23
23
|
return $this;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -33,26 +33,26 @@ function DelegatedRequest() {
|
|
|
33
33
|
if (DelegatedRequestClass === VOID) {
|
|
34
34
|
class $ {
|
|
35
35
|
constructor(call, origin) {
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
36
|
+
this.o4p_1 = origin;
|
|
37
|
+
this.p4p_1 = call;
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
return this.
|
|
39
|
+
q4p() {
|
|
40
|
+
return this.p4p_1;
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
return this.
|
|
42
|
+
x1k() {
|
|
43
|
+
return this.o4p_1.x1k();
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
return this.
|
|
45
|
+
r4p() {
|
|
46
|
+
return this.o4p_1.r4p();
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
return this.
|
|
48
|
+
s4p() {
|
|
49
|
+
return this.o4p_1.s4p();
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
return this.
|
|
51
|
+
k4p() {
|
|
52
|
+
return this.o4p_1.k4p();
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
return this.
|
|
54
|
+
x4a() {
|
|
55
|
+
return this.o4p_1.x4a();
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
initMetadataForClass($, 'DelegatedRequest', VOID, VOID, [HttpRequest()]);
|
|
@@ -65,37 +65,37 @@ function DelegatedResponse() {
|
|
|
65
65
|
if (DelegatedResponseClass === VOID) {
|
|
66
66
|
class $ extends HttpResponse() {
|
|
67
67
|
constructor(call, origin, content, headers) {
|
|
68
|
-
headers = headers === VOID ? origin.
|
|
68
|
+
headers = headers === VOID ? origin.x4a() : headers;
|
|
69
69
|
super();
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
70
|
+
this.t4p_1 = call;
|
|
71
|
+
this.u4p_1 = origin;
|
|
72
|
+
this.v4p_1 = content;
|
|
73
|
+
this.w4p_1 = headers;
|
|
74
|
+
this.x4p_1 = this.u4p_1.x1k();
|
|
75
75
|
}
|
|
76
|
-
|
|
77
|
-
return this.
|
|
76
|
+
q4p() {
|
|
77
|
+
return this.t4p_1;
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
return this.
|
|
79
|
+
x4a() {
|
|
80
|
+
return this.w4p_1;
|
|
81
81
|
}
|
|
82
|
-
|
|
83
|
-
return this.
|
|
82
|
+
y4p() {
|
|
83
|
+
return this.v4p_1(this.u4p_1);
|
|
84
84
|
}
|
|
85
|
-
|
|
86
|
-
return this.
|
|
85
|
+
x1k() {
|
|
86
|
+
return this.x4p_1;
|
|
87
87
|
}
|
|
88
|
-
|
|
89
|
-
return this.
|
|
88
|
+
z4p() {
|
|
89
|
+
return this.u4p_1.z4p();
|
|
90
90
|
}
|
|
91
|
-
|
|
92
|
-
return this.
|
|
91
|
+
z2u() {
|
|
92
|
+
return this.u4p_1.z2u();
|
|
93
93
|
}
|
|
94
|
-
|
|
95
|
-
return this.
|
|
94
|
+
a4q() {
|
|
95
|
+
return this.u4p_1.a4q();
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
return this.
|
|
97
|
+
b4q() {
|
|
98
|
+
return this.u4p_1.b4q();
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
initMetadataForClass($, 'DelegatedResponse');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-core/common/src/io/ktor/client/call/DelegatedCall.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["replaceResponse","<this>","headers","content","client","originCall","responseContent","responseHeaders","call","origin","<get-call>","<get-coroutineContext>","<get-method>","<get-url>","<get-attributes>","<get-headers>","<get-rawContent>","<get-status>","<get-version>","<get-requestTime>","<get-responseTime>"],"mappings":";;;;;;;;;wBAkCOA,CAAIC,a,EACPC,O,EACAC,OAFGH,EAGW;A,+BAFK,mBAAS,M;EAG5B,2BAAqB,aAArB,CAAqB,KAArB,EAA6B,aAA7B,EAAmC,OAAnC,EAA4C,OAA5C,C;AACJ,C;;;;;iBAGII,M,EACAC,U,EACAC,e,EACAC,e;qDAA2B,UAAW,MAAS,M;6BAChC,M;QAGX,uCAA2B,KAA3B,EAAiC,UAAW,MAA5C,C;QACA,wCAA6B,KAA7B,EAAmC,UAAW,MAA9C,EAAwD,eAAxD,EAAyE,eAAzE,C;;;;;;;;;;;;;kBAKKC,I,EACTC,M;QACe,mB;QAFf,iB;;SAASC,CAAAA,EAAA;A,QAAA,iB;MAAuB,C;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-core/common/src/io/ktor/client/call/DelegatedCall.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["replaceResponse","<this>","headers","content","client","originCall","responseContent","responseHeaders","call","origin","<get-call>","<get-coroutineContext>","<get-method>","<get-url>","<get-attributes>","<get-headers>","<get-rawContent>","<get-status>","<get-version>","<get-requestTime>","<get-responseTime>"],"mappings":";;;;;;;;;wBAkCOA,CAAIC,a,EACPC,O,EACAC,OAFGH,EAGW;A,+BAFK,mBAAS,M;EAG5B,2BAAqB,aAArB,CAAqB,KAArB,EAA6B,aAA7B,EAAmC,OAAnC,EAA4C,OAA5C,C;AACJ,C;;;;;iBAGII,M,EACAC,U,EACAC,e,EACAC,e;qDAA2B,UAAW,MAAS,M;6BAChC,M;QAGX,uCAA2B,KAA3B,EAAiC,UAAW,MAA5C,C;QACA,wCAA6B,KAA7B,EAAmC,UAAW,MAA9C,EAAwD,eAAxD,EAAyE,eAAzE,C;;;;;;;;;;;;;kBAKKC,I,EACTC,M;QACe,mB;QAFf,iB;;SAASC,CAAAA,EAAA;A,QAAA,iB;MAAuB,C;SAvDpCC,CAAAA,EAAA;A,QAAA,uB;MAAA,C;SAAAC,CAAAA,EAAA;A,QAAA,uB;MAAA,C;SAAAC,CAAAA,EAAA;A,QAAA,uB;MAAA,C;SAAAC,CAAAA,EAAA;A,QAAA,uB;MAAA,C;SAAAC,CAAAA,EAAA;A,QAAA,uB;MAAA,C;;;;;;;;;;;kBA6DaP,I,EACDC,M,EACAN,O,EACCD,O;qCAAuB,MAAO,M;;QAHvC,iB;QACA,mB;QACA,oB;QACA,oB;QAKyD,aAAP,IAAO,CAAP,KAAO,M;;SARhDQ,CAAAA,EAAA;A,QAAA,iB;MAAuB,C;SAGvBK,CAAAA,EAAA;A,QAAA,iB;MAAoC,C;SAGJC,CAAAA,EAAQ;A,QAAgB,OAAhB,IAAO,OAAP,IAAO,CAAP,KAAO,C;MAAQ,C;SAEvDL,CAAAA,EAAA;A,QAAA,iB;MAAqC,C;SAEVM,CAAAA,EAAQ;A,QAAa,OAAb,IAAO,CAAP,KAAO,M;MAAK,C;SAEdC,CAAAA,EAAQ;A,QAAc,OAAd,IAAO,CAAP,KAAO,M;MAAM,C;SAE7BC,CAAAA,EAAQ;A,QAAkB,OAAlB,IAAO,CAAP,KAAO,M;MAAU,C;SAExBC,CAAAA,EAAQ;A,QAAmB,OAAnB,IAAO,CAAP,KAAO,M;MAAW,C;;;;;;;;;;;"}
|