@attocash/commons-test 6.0.0 → 6.1.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/format/DateTimeFormatBuilder.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +6 -6
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +73 -73
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +16 -16
- 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 +5 -5
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +57 -57
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +65 -65
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +274 -274
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +53 -53
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +27 -27
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +41 -41
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +5 -5
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +2 -2
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +66 -66
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +85 -85
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +52 -25
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +9 -9
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +5 -5
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +9 -9
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +13 -13
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +9 -9
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +389 -642
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +2 -2
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +18 -18
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs +9 -9
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +40 -40
- 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 +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +31 -25
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- 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 +25 -25
- 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 +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +168 -168
- 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 +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
- 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 +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +42 -42
- 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/Dispatchers.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +27 -27
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +4 -4
- 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 +92 -92
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +14 -14
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +315 -315
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +5 -5
- 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 +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +435 -435
- 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 +12 -12
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +45 -45
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +48 -48
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +24 -24
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +56 -56
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +33 -33
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +46 -46
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/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.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +71 -71
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +37 -37
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +72 -72
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- 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 +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +9 -9
- 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 +50 -50
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +61 -61
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +187 -187
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +53 -53
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
- 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/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 +39 -39
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +18 -18
- 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 +65 -65
- 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 +231 -231
- 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 +5 -5
- 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 +8 -8
- 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 +70 -70
- 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 +114 -114
- 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 +90 -90
- 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 +30 -30
- 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 +69 -69
- 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 +151 -151
- 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 +71 -71
- 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 +20 -20
- 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/JsonStreams.mjs.map +1 -1
- 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 +61 -61
- 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 +8 -8
- 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/TreeJsonDecoder.mjs +214 -214
- 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/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +70 -70
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +71 -71
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
- 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 +48 -48
- 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 +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +49 -49
- 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 +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +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 +20 -20
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +16 -16
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +6 -6
- 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 +36 -36
- 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 +32 -32
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +66 -66
- 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 +75 -75
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +48 -48
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +28 -28
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +108 -108
- 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 +52 -52
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +82 -82
- 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 +23 -23
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +26 -26
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
- 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 +48 -48
- 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 +56 -56
- 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 +9 -9
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- 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 +16 -16
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
- 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 +12 -12
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
- 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 +66 -66
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
- package/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +15 -15
- package/ktor-ktor-http/io/ktor/http/Url.mjs +68 -68
- package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
- 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 +88 -88
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +50 -50
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +10 -10
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
- 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 +4 -4
- 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 +126 -126
- 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 +60 -60
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +32 -32
- package/ktor-ktor-io/io/ktor/utils/io/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/CloseToken.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +23 -23
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +28 -28
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +36 -36
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +36 -36
- 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 +8 -8
- 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 +11 -11
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +36 -36
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +34 -34
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +79 -79
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
- 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 +25 -25
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +50 -50
- 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-websockets/io/ktor/websocket/CloseReason.mjs +16 -16
- 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
|
@@ -44,14 +44,14 @@ function *_generator_deserialize__why6p7(_this__u8e3s4, body, typeInfo, charset,
|
|
|
44
44
|
if (!(result == null)) {
|
|
45
45
|
tmp_1 = result;
|
|
46
46
|
} else {
|
|
47
|
-
if (!body.
|
|
47
|
+
if (!body.k2m()) {
|
|
48
48
|
tmp_1 = body;
|
|
49
49
|
} else {
|
|
50
|
-
var tmp0_safe_receiver = typeInfo.
|
|
50
|
+
var tmp0_safe_receiver = typeInfo.a2v_1;
|
|
51
51
|
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.gf()) === true) {
|
|
52
52
|
tmp_1 = NullBody_instance;
|
|
53
53
|
} else {
|
|
54
|
-
throw ContentConvertException().
|
|
54
|
+
throw ContentConvertException().p3e('No suitable converter found for ' + typeInfo.toString());
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -61,7 +61,7 @@ function deserialize(_this__u8e3s4, body, typeInfo, charset, $completion) {
|
|
|
61
61
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_deserialize__why6p7.bind(VOID, _this__u8e3s4, body, typeInfo, charset), $completion);
|
|
62
62
|
}
|
|
63
63
|
function suitableCharset(_this__u8e3s4, defaultCharset) {
|
|
64
|
-
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().
|
|
64
|
+
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().l2o_1 : defaultCharset;
|
|
65
65
|
var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
|
|
66
66
|
return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
|
|
67
67
|
}
|
|
@@ -78,10 +78,10 @@ function register$default(contentType, converter, configuration, $super) {
|
|
|
78
78
|
configuration = tmp;
|
|
79
79
|
var tmp_0;
|
|
80
80
|
if ($super === VOID) {
|
|
81
|
-
this.
|
|
81
|
+
this.q3e(contentType, converter, configuration);
|
|
82
82
|
tmp_0 = Unit_instance;
|
|
83
83
|
} else {
|
|
84
|
-
tmp_0 = $super.
|
|
84
|
+
tmp_0 = $super.q3e.call(this, contentType, converter, configuration);
|
|
85
85
|
}
|
|
86
86
|
return tmp_0;
|
|
87
87
|
}
|
|
@@ -95,8 +95,8 @@ function Configuration() {
|
|
|
95
95
|
return ConfigurationClass;
|
|
96
96
|
}
|
|
97
97
|
function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
|
|
98
|
-
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().
|
|
99
|
-
var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.
|
|
98
|
+
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().l2o_1 : defaultCharset;
|
|
99
|
+
var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.j1g(HttpHeaders_getInstance().n2y_1)).k1();
|
|
100
100
|
while (_iterator__ex2g4s.l1()) {
|
|
101
101
|
var charset = _iterator__ex2g4s.m1().ne();
|
|
102
102
|
if (charset === '*')
|
|
@@ -107,19 +107,19 @@ function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
|
|
|
107
107
|
return null;
|
|
108
108
|
}
|
|
109
109
|
function *_generator_invoke__zhh2q8($this, value, $completion) {
|
|
110
|
-
var $this$transform = $this.
|
|
111
|
-
var tmp = value.
|
|
110
|
+
var $this$transform = $this.s3e_1;
|
|
111
|
+
var tmp = value.w3e($this.t3e_1, $this.u3e_1, $this.v3e_1, $completion);
|
|
112
112
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
113
113
|
tmp = yield tmp;
|
|
114
114
|
var tmp$ret$0 = tmp;
|
|
115
|
-
var tmp_0 = $this$transform.
|
|
115
|
+
var tmp_0 = $this$transform.p25(tmp$ret$0, $completion);
|
|
116
116
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
117
117
|
tmp_0 = yield tmp_0;
|
|
118
118
|
return Unit_instance;
|
|
119
119
|
}
|
|
120
120
|
function *_generator_collect__dlomyy($this, collector, $completion) {
|
|
121
|
-
var tmp = deserialize$o$collect$slambda_0(collector, $this.
|
|
122
|
-
var tmp_0 = $this.
|
|
121
|
+
var tmp = deserialize$o$collect$slambda_0(collector, $this.y3e_1, $this.z3e_1, $this.a3f_1);
|
|
122
|
+
var tmp_0 = $this.x3e_1.m25(new (sam$kotlinx_coroutines_flow_FlowCollector$0())(tmp), $completion);
|
|
123
123
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
124
124
|
tmp_0 = yield tmp_0;
|
|
125
125
|
return Unit_instance;
|
|
@@ -129,13 +129,13 @@ function sam$kotlinx_coroutines_flow_FlowCollector$0() {
|
|
|
129
129
|
if (sam$kotlinx_coroutines_flow_FlowCollector$0Class === VOID) {
|
|
130
130
|
class $ {
|
|
131
131
|
constructor(function_0) {
|
|
132
|
-
this.
|
|
132
|
+
this.b3f_1 = function_0;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
return this.
|
|
134
|
+
p25(value, $completion) {
|
|
135
|
+
return this.b3f_1(value, $completion);
|
|
136
136
|
}
|
|
137
137
|
d4() {
|
|
138
|
-
return this.
|
|
138
|
+
return this.b3f_1;
|
|
139
139
|
}
|
|
140
140
|
equals(other) {
|
|
141
141
|
var tmp;
|
|
@@ -166,16 +166,16 @@ function deserialize$o$collect$slambda() {
|
|
|
166
166
|
if (deserialize$o$collect$slambdaClass === VOID) {
|
|
167
167
|
class $ {
|
|
168
168
|
constructor($$this$unsafeFlow, $charset, $typeInfo, $body) {
|
|
169
|
-
this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
169
|
+
this.s3e_1 = $$this$unsafeFlow;
|
|
170
|
+
this.t3e_1 = $charset;
|
|
171
|
+
this.u3e_1 = $typeInfo;
|
|
172
|
+
this.v3e_1 = $body;
|
|
173
173
|
}
|
|
174
|
-
|
|
174
|
+
c3f(value, $completion) {
|
|
175
175
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, value), $completion);
|
|
176
176
|
}
|
|
177
177
|
bd(p1, $completion) {
|
|
178
|
-
return this.
|
|
178
|
+
return this.c3f((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -185,7 +185,7 @@ function deserialize$o$collect$slambda() {
|
|
|
185
185
|
}
|
|
186
186
|
function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body) {
|
|
187
187
|
var i = new (deserialize$o$collect$slambda())($$this$unsafeFlow, $charset, $typeInfo, $body);
|
|
188
|
-
var l = (value, $completion) => i.
|
|
188
|
+
var l = (value, $completion) => i.c3f(value, $completion);
|
|
189
189
|
l.$arity = 1;
|
|
190
190
|
return l;
|
|
191
191
|
}
|
|
@@ -194,16 +194,16 @@ function deserialize$$inlined$map$1() {
|
|
|
194
194
|
if (deserialize$$inlined$map$1Class === VOID) {
|
|
195
195
|
class $ {
|
|
196
196
|
constructor($this, $charset, $typeInfo, $body) {
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
197
|
+
this.x3e_1 = $this;
|
|
198
|
+
this.y3e_1 = $charset;
|
|
199
|
+
this.z3e_1 = $typeInfo;
|
|
200
|
+
this.a3f_1 = $body;
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
q25(collector, $completion) {
|
|
203
203
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_collect__dlomyy.bind(VOID, this, collector), $completion);
|
|
204
204
|
}
|
|
205
|
-
|
|
206
|
-
return this.
|
|
205
|
+
m25(collector, $completion) {
|
|
206
|
+
return this.q25(collector, $completion);
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
initMetadataForClass($, VOID, VOID, VOID, VOID, [1]);
|
|
@@ -216,13 +216,13 @@ function deserialize$slambda() {
|
|
|
216
216
|
if (deserialize$slambdaClass === VOID) {
|
|
217
217
|
class $ {
|
|
218
218
|
constructor($body) {
|
|
219
|
-
this.
|
|
219
|
+
this.d3f_1 = $body;
|
|
220
220
|
}
|
|
221
|
-
|
|
222
|
-
return !(it == null) || this.
|
|
221
|
+
c3f(it, $completion) {
|
|
222
|
+
return !(it == null) || this.d3f_1.k2m();
|
|
223
223
|
}
|
|
224
224
|
bd(p1, $completion) {
|
|
225
|
-
return this.
|
|
225
|
+
return this.c3f((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -232,7 +232,7 @@ function deserialize$slambda() {
|
|
|
232
232
|
}
|
|
233
233
|
function deserialize$slambda_0($body) {
|
|
234
234
|
var i = new (deserialize$slambda())($body);
|
|
235
|
-
var l = (it, $completion) => i.
|
|
235
|
+
var l = (it, $completion) => i.c3f(it, $completion);
|
|
236
236
|
l.$arity = 1;
|
|
237
237
|
return l;
|
|
238
238
|
}
|
|
@@ -46,22 +46,22 @@ import { extensionsocv2ha4uem50 as extensions } from './Extensions.mjs';
|
|
|
46
46
|
//region block: pre-declaration
|
|
47
47
|
//endregion
|
|
48
48
|
function serialization(_this__u8e3s4, contentType, format) {
|
|
49
|
-
_this__u8e3s4.
|
|
49
|
+
_this__u8e3s4.r3e(contentType, new (KotlinxSerializationConverter())(format));
|
|
50
50
|
}
|
|
51
51
|
function *_generator_invoke__zhh2q8($this, value, $completion) {
|
|
52
52
|
var $this$transform = $this.e3z_1;
|
|
53
|
-
var tmp = value.
|
|
53
|
+
var tmp = value.v3y($this.f3z_1, $this.g3z_1, $this.h3z_1, $this.i3z_1, $completion);
|
|
54
54
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
55
55
|
tmp = yield tmp;
|
|
56
56
|
var tmp$ret$0 = tmp;
|
|
57
|
-
var tmp_0 = $this$transform.
|
|
57
|
+
var tmp_0 = $this$transform.p25(tmp$ret$0, $completion);
|
|
58
58
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
59
59
|
tmp_0 = yield tmp_0;
|
|
60
60
|
return Unit_instance;
|
|
61
61
|
}
|
|
62
62
|
function *_generator_collect__dlomyy($this, collector, $completion) {
|
|
63
63
|
var tmp = KotlinxSerializationConverter$serialize$o$collect$slambda_0(collector, $this.k3z_1, $this.l3z_1, $this.m3z_1, $this.n3z_1);
|
|
64
|
-
var tmp_0 = $this.j3z_1.
|
|
64
|
+
var tmp_0 = $this.j3z_1.m25(new (sam$kotlinx_coroutines_flow_FlowCollector$0())(tmp), $completion);
|
|
65
65
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
66
66
|
tmp_0 = yield tmp_0;
|
|
67
67
|
return Unit_instance;
|
|
@@ -77,11 +77,11 @@ function KotlinxSerializationConverter$serialize$o$collect$slambda() {
|
|
|
77
77
|
this.h3z_1 = $typeInfo;
|
|
78
78
|
this.i3z_1 = $value;
|
|
79
79
|
}
|
|
80
|
-
|
|
80
|
+
c3f(value, $completion) {
|
|
81
81
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, value), $completion);
|
|
82
82
|
}
|
|
83
83
|
bd(p1, $completion) {
|
|
84
|
-
return this.
|
|
84
|
+
return this.c3f((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -91,24 +91,24 @@ function KotlinxSerializationConverter$serialize$o$collect$slambda() {
|
|
|
91
91
|
}
|
|
92
92
|
function KotlinxSerializationConverter$serialize$o$collect$slambda_0($$this$unsafeFlow, $contentType, $charset, $typeInfo, $value) {
|
|
93
93
|
var i = new (KotlinxSerializationConverter$serialize$o$collect$slambda())($$this$unsafeFlow, $contentType, $charset, $typeInfo, $value);
|
|
94
|
-
var l = (value, $completion) => i.
|
|
94
|
+
var l = (value, $completion) => i.c3f(value, $completion);
|
|
95
95
|
l.$arity = 1;
|
|
96
96
|
return l;
|
|
97
97
|
}
|
|
98
98
|
function *_generator_invoke__zhh2q8_0($this, value, $completion) {
|
|
99
99
|
var $this$transform = $this.o3z_1;
|
|
100
|
-
var tmp = value.
|
|
100
|
+
var tmp = value.w3e($this.p3z_1, $this.q3z_1, $this.r3z_1, $completion);
|
|
101
101
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
102
102
|
tmp = yield tmp;
|
|
103
103
|
var tmp$ret$0 = tmp;
|
|
104
|
-
var tmp_0 = $this$transform.
|
|
104
|
+
var tmp_0 = $this$transform.p25(tmp$ret$0, $completion);
|
|
105
105
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
106
106
|
tmp_0 = yield tmp_0;
|
|
107
107
|
return Unit_instance;
|
|
108
108
|
}
|
|
109
109
|
function *_generator_collect__dlomyy_0($this, collector, $completion) {
|
|
110
110
|
var tmp = KotlinxSerializationConverter$deserialize$o$collect$slambda_0(collector, $this.t3z_1, $this.u3z_1, $this.v3z_1);
|
|
111
|
-
var tmp_0 = $this.s3z_1.
|
|
111
|
+
var tmp_0 = $this.s3z_1.m25(new (sam$kotlinx_coroutines_flow_FlowCollector$0_0())(tmp), $completion);
|
|
112
112
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
113
113
|
tmp_0 = yield tmp_0;
|
|
114
114
|
return Unit_instance;
|
|
@@ -123,11 +123,11 @@ function KotlinxSerializationConverter$deserialize$o$collect$slambda() {
|
|
|
123
123
|
this.q3z_1 = $typeInfo;
|
|
124
124
|
this.r3z_1 = $content;
|
|
125
125
|
}
|
|
126
|
-
|
|
126
|
+
c3f(value, $completion) {
|
|
127
127
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8_0.bind(VOID, this, value), $completion);
|
|
128
128
|
}
|
|
129
129
|
bd(p1, $completion) {
|
|
130
|
-
return this.
|
|
130
|
+
return this.c3f((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -137,7 +137,7 @@ function KotlinxSerializationConverter$deserialize$o$collect$slambda() {
|
|
|
137
137
|
}
|
|
138
138
|
function KotlinxSerializationConverter$deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $content) {
|
|
139
139
|
var i = new (KotlinxSerializationConverter$deserialize$o$collect$slambda())($$this$unsafeFlow, $charset, $typeInfo, $content);
|
|
140
|
-
var l = (value, $completion) => i.
|
|
140
|
+
var l = (value, $completion) => i.c3f(value, $completion);
|
|
141
141
|
l.$arity = 1;
|
|
142
142
|
return l;
|
|
143
143
|
}
|
|
@@ -155,12 +155,12 @@ function *_generator_serialize__l2piac($this, contentType, charset, typeInfo, va
|
|
|
155
155
|
return fromExtension;
|
|
156
156
|
var tmp_1;
|
|
157
157
|
try {
|
|
158
|
-
tmp_1 = serializerForTypeInfo($this.w3z_1.
|
|
158
|
+
tmp_1 = serializerForTypeInfo($this.w3z_1.px(), typeInfo);
|
|
159
159
|
} catch ($p) {
|
|
160
160
|
var tmp_2;
|
|
161
161
|
if ($p instanceof SerializationException()) {
|
|
162
162
|
var cause = $p;
|
|
163
|
-
tmp_2 = guessSerializer(value, $this.w3z_1.
|
|
163
|
+
tmp_2 = guessSerializer(value, $this.w3z_1.px());
|
|
164
164
|
} else {
|
|
165
165
|
throw $p;
|
|
166
166
|
}
|
|
@@ -182,13 +182,13 @@ function *_generator_deserialize__why6p7($this, charset, typeInfo, content, $com
|
|
|
182
182
|
var tmp_1;
|
|
183
183
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
184
184
|
if (!$this.x3z_1.o()) {
|
|
185
|
-
tmp_1 = !(fromExtension == null) || content.
|
|
185
|
+
tmp_1 = !(fromExtension == null) || content.k2m();
|
|
186
186
|
} else {
|
|
187
187
|
tmp_1 = false;
|
|
188
188
|
}
|
|
189
189
|
if (tmp_1)
|
|
190
190
|
return fromExtension;
|
|
191
|
-
var serializer = serializerForTypeInfo($this.w3z_1.
|
|
191
|
+
var serializer = serializerForTypeInfo($this.w3z_1.px(), typeInfo);
|
|
192
192
|
var tmp_2 = readRemaining(content, $completion);
|
|
193
193
|
if (tmp_2 === get_COROUTINE_SUSPENDED())
|
|
194
194
|
tmp_2 = yield tmp_2;
|
|
@@ -197,10 +197,10 @@ function *_generator_deserialize__why6p7($this, charset, typeInfo, content, $com
|
|
|
197
197
|
var tmp0_subject = $this.w3z_1;
|
|
198
198
|
var tmp_3;
|
|
199
199
|
if (isInterface(tmp0_subject, StringFormat())) {
|
|
200
|
-
tmp_3 = $this.w3z_1.
|
|
200
|
+
tmp_3 = $this.w3z_1.wt(serializer, readText(contentPacket, charset));
|
|
201
201
|
} else {
|
|
202
202
|
if (isInterface(tmp0_subject, BinaryFormat())) {
|
|
203
|
-
tmp_3 = $this.w3z_1.
|
|
203
|
+
tmp_3 = $this.w3z_1.yt(serializer, readByteArray(contentPacket));
|
|
204
204
|
} else {
|
|
205
205
|
discard(contentPacket);
|
|
206
206
|
// Inline function 'kotlin.error' call
|
|
@@ -212,7 +212,7 @@ function *_generator_deserialize__why6p7($this, charset, typeInfo, content, $com
|
|
|
212
212
|
} catch ($p) {
|
|
213
213
|
if ($p instanceof Error) {
|
|
214
214
|
var cause = $p;
|
|
215
|
-
throw JsonConvertException().
|
|
215
|
+
throw JsonConvertException().m3e('Illegal input: ' + cause.message, cause);
|
|
216
216
|
} else {
|
|
217
217
|
throw $p;
|
|
218
218
|
}
|
|
@@ -221,11 +221,11 @@ function *_generator_deserialize__why6p7($this, charset, typeInfo, content, $com
|
|
|
221
221
|
function serializeContent($this, serializer, format, value, contentType, charset) {
|
|
222
222
|
var tmp;
|
|
223
223
|
if (isInterface(format, StringFormat())) {
|
|
224
|
-
var content = format.
|
|
224
|
+
var content = format.vt(isInterface(serializer, KSerializer()) ? serializer : THROW_CCE(), value);
|
|
225
225
|
tmp = new (TextContent())(content, withCharsetIfNeeded(contentType, charset));
|
|
226
226
|
} else {
|
|
227
227
|
if (isInterface(format, BinaryFormat())) {
|
|
228
|
-
var content_0 = format.
|
|
228
|
+
var content_0 = format.xt(isInterface(serializer, KSerializer()) ? serializer : THROW_CCE(), value);
|
|
229
229
|
tmp = new (ByteArrayContent())(content_0, contentType);
|
|
230
230
|
} else {
|
|
231
231
|
var message = 'Unsupported format ' + toString(format);
|
|
@@ -241,7 +241,7 @@ function sam$kotlinx_coroutines_flow_FlowCollector$0() {
|
|
|
241
241
|
constructor(function_0) {
|
|
242
242
|
this.y3z_1 = function_0;
|
|
243
243
|
}
|
|
244
|
-
|
|
244
|
+
p25(value, $completion) {
|
|
245
245
|
return this.y3z_1(value, $completion);
|
|
246
246
|
}
|
|
247
247
|
d4() {
|
|
@@ -278,7 +278,7 @@ function sam$kotlinx_coroutines_flow_FlowCollector$0_0() {
|
|
|
278
278
|
constructor(function_0) {
|
|
279
279
|
this.z3z_1 = function_0;
|
|
280
280
|
}
|
|
281
|
-
|
|
281
|
+
p25(value, $completion) {
|
|
282
282
|
return this.z3z_1(value, $completion);
|
|
283
283
|
}
|
|
284
284
|
d4() {
|
|
@@ -319,11 +319,11 @@ function KotlinxSerializationConverter$serialize$$inlined$map$1() {
|
|
|
319
319
|
this.m3z_1 = $typeInfo;
|
|
320
320
|
this.n3z_1 = $value;
|
|
321
321
|
}
|
|
322
|
-
|
|
322
|
+
q25(collector, $completion) {
|
|
323
323
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_collect__dlomyy.bind(VOID, this, collector), $completion);
|
|
324
324
|
}
|
|
325
|
-
|
|
326
|
-
return this.
|
|
325
|
+
m25(collector, $completion) {
|
|
326
|
+
return this.q25(collector, $completion);
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
329
|
initMetadataForClass($, VOID, VOID, VOID, VOID, [1]);
|
|
@@ -363,11 +363,11 @@ function KotlinxSerializationConverter$deserialize$$inlined$map$1() {
|
|
|
363
363
|
this.u3z_1 = $typeInfo;
|
|
364
364
|
this.v3z_1 = $content;
|
|
365
365
|
}
|
|
366
|
-
|
|
366
|
+
q25(collector, $completion) {
|
|
367
367
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_collect__dlomyy_0.bind(VOID, this, collector), $completion);
|
|
368
368
|
}
|
|
369
|
-
|
|
370
|
-
return this.
|
|
369
|
+
m25(collector, $completion) {
|
|
370
|
+
return this.q25(collector, $completion);
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
initMetadataForClass($, VOID, VOID, VOID, VOID, [1]);
|
|
@@ -382,11 +382,11 @@ function KotlinxSerializationConverter$deserialize$slambda() {
|
|
|
382
382
|
constructor($content) {
|
|
383
383
|
this.b40_1 = $content;
|
|
384
384
|
}
|
|
385
|
-
|
|
386
|
-
return !(it == null) || this.b40_1.
|
|
385
|
+
c3f(it, $completion) {
|
|
386
|
+
return !(it == null) || this.b40_1.k2m();
|
|
387
387
|
}
|
|
388
388
|
bd(p1, $completion) {
|
|
389
|
-
return this.
|
|
389
|
+
return this.c3f((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -396,7 +396,7 @@ function KotlinxSerializationConverter$deserialize$slambda() {
|
|
|
396
396
|
}
|
|
397
397
|
function KotlinxSerializationConverter$deserialize$slambda_0($content) {
|
|
398
398
|
var i = new (KotlinxSerializationConverter$deserialize$slambda())($content);
|
|
399
|
-
var l = (it, $completion) => i.
|
|
399
|
+
var l = (it, $completion) => i.c3f(it, $completion);
|
|
400
400
|
l.$arity = 1;
|
|
401
401
|
return l;
|
|
402
402
|
}
|
|
@@ -421,10 +421,10 @@ function KotlinxSerializationConverter() {
|
|
|
421
421
|
throw IllegalArgumentException().i1(toString(message));
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
|
-
|
|
424
|
+
v3y(contentType, charset, typeInfo, value, $completion) {
|
|
425
425
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_serialize__l2piac.bind(VOID, this, contentType, charset, typeInfo, value), $completion);
|
|
426
426
|
}
|
|
427
|
-
|
|
427
|
+
w3e(charset, typeInfo, content, $completion) {
|
|
428
428
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_deserialize__why6p7.bind(VOID, this, charset, typeInfo, content), $completion);
|
|
429
429
|
}
|
|
430
430
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-serialization/ktor-serialization-kotlinx/common/src/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.kt","../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/flow/operators/Transform.kt","../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt","../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/flow/internal/SafeCollector.common.kt","src/kotlin/collections/Collections.kt","src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["serialization","<this>","contentType","format","<generator-invoke>","$completion","<generator-collect>","collector","$contentType","$charset","$typeInfo","$value","invoke","KotlinxSerializationConverter$serialize$o$collect$slambda","KotlinxSerializationConverter$serialize$o$collect$slambda$lambda","$content","KotlinxSerializationConverter$deserialize$o$collect$slambda","KotlinxSerializationConverter$deserialize$o$collect$slambda$lambda","<generator-serialize>","charset","typeInfo","value","fromExtension","cause","serializer","<generator-deserialize>","content","contentPacket","serializeContent","emit","equals","hashCode","collect","KotlinxSerializationConverter$serialize$slambda","KotlinxSerializationConverter$serialize$slambda$lambda","KotlinxSerializationConverter$deserialize$slambda","KotlinxSerializationConverter$deserialize$slambda$lambda","message","serialize","deserialize"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA0HOA,CAAIC,a,EAA4BC,W,EAA0BC,MAA1DH,EAAgF;A,EACnF,kBAAS,WAAT,wCAAoD,MAApD,E;AACJ,C;mCAvE0CI,CAAA,K,EAAE,K,EAAFC,WAAAD,EAGlB;A;MAVF,MAU2B,KAV3B,KAAU,KAAV,CAAU,KAAV,EAAuB,KAAvB,CAAuB,KAAvB,EAAgC,KAAhC,CAAgC,KAAhC,EAA0C,KAA1C,CAA0C,KAA1C,c;;;MAAgD,YAAhD,G;MCGD,4BAAK,SAAL,c;;;EDOG,oB;AAA8B,C;oCAwDlDE,CAAA,K,EAA6BC,S,EAA7BF,WAAAC,EAA0D;A,MElElD,kEFkEgE,SElEhE,qD;MAAR,4EAAQ,GAAR,e;;;EFmES,oB;AAAA,C;;;;;qCC7EgBE,Y,EAAkCC,Q,EAA0BC,S,EAA4BC,M;;;;;;;SAY7EC,CAAE,K,EAAFP,WAAAO,E;;O;SAhDxC,E,EAAAP,W;;;;;;;;;oEDqD0CQ,C,mBAblCL,Y,EACAC,Q,EACAC,S,EACAC,MAUkCE,E;;UAAAC,CAAE,K,EAAFT,WAAAS,8B;;;C;qCAAAV,CAAA,K,EAAE,K,EAAFC,WAAAD,EAGlB;A;MAKF,MAL2B,KAK3B,KAAY,KAAZ,CAAY,KAAZ,EAAqB,KAArB,CAAqB,KAArB,EAA+B,KAA/B,CAA+B,KAA/B,c;;;MAAuC,e;MCZxC,4BAAK,SAAL,c;;;EDOG,oB;AAA8B,C;sCAwDlDE,CAAA,K,EAA6BC,S,EAA7BF,WAAAC,EAA0D;A,MElElD,oEFkEgE,SElEhE,wC;MAAR,8EAAQ,GAAR,e;;;EFmES,oB;AAAA,C;;;;;qCC5D+DG,Q,EAAkBC,S,EAAoBK,Q;;;;;;SAL1EH,CAAE,K,EAAFP,WAAAO,E;;O;SAhDxC,E,EAAAP,W;;;;;;;;;sEDqD0CW,C,mBAMLP,Q,EAAkBC,S,EAAoBK,QANjCC,E;;UAAAC,CAAE,K,EAAFZ,WAAAY,8B;;;C;sCAdrBC,CAAA,K,EACbhB,W,EACAiB,O,EACAC,Q,EACAC,K,EAJahB,WAAAa,EAKE;A;;eACgB,OAAX,KAAW,CAAX,KAAW,C;;YG2D5B,6G;MHzDE,yBAAY,mDAAZ,c;;;MAFLI,qB;EAII,uBAAiB,IAAjB,E;IAAuB,OAAO,a;;EAEjB,I;YACY,sBAAzB,KAAO,CAAP,KAAO,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-serialization/ktor-serialization-kotlinx/common/src/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.kt","../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/flow/operators/Transform.kt","../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt","../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/flow/internal/SafeCollector.common.kt","src/kotlin/collections/Collections.kt","src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["serialization","<this>","contentType","format","<generator-invoke>","$completion","<generator-collect>","collector","$contentType","$charset","$typeInfo","$value","invoke","KotlinxSerializationConverter$serialize$o$collect$slambda","KotlinxSerializationConverter$serialize$o$collect$slambda$lambda","$content","KotlinxSerializationConverter$deserialize$o$collect$slambda","KotlinxSerializationConverter$deserialize$o$collect$slambda$lambda","<generator-serialize>","charset","typeInfo","value","fromExtension","cause","serializer","<generator-deserialize>","content","contentPacket","serializeContent","emit","equals","hashCode","collect","KotlinxSerializationConverter$serialize$slambda","KotlinxSerializationConverter$serialize$slambda$lambda","KotlinxSerializationConverter$deserialize$slambda","KotlinxSerializationConverter$deserialize$slambda$lambda","message","serialize","deserialize"],"mappings":"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"}
|
|
@@ -40,7 +40,7 @@ import { IllegalStateExceptionkoljg5n0nrlr as IllegalStateException } from '../.
|
|
|
40
40
|
//endregion
|
|
41
41
|
function serializerForTypeInfo(_this__u8e3s4, typeInfo) {
|
|
42
42
|
var module_0 = _this__u8e3s4;
|
|
43
|
-
var tmp0_safe_receiver = typeInfo.
|
|
43
|
+
var tmp0_safe_receiver = typeInfo.a2v_1;
|
|
44
44
|
var tmp;
|
|
45
45
|
if (tmp0_safe_receiver == null) {
|
|
46
46
|
tmp = null;
|
|
@@ -57,13 +57,13 @@ function serializerForTypeInfo(_this__u8e3s4, typeInfo) {
|
|
|
57
57
|
var tmp1_elvis_lhs = tmp;
|
|
58
58
|
var tmp_1;
|
|
59
59
|
if (tmp1_elvis_lhs == null) {
|
|
60
|
-
var tmp2_safe_receiver = module_0.
|
|
60
|
+
var tmp2_safe_receiver = module_0.xu(typeInfo.z2u_1);
|
|
61
61
|
tmp_1 = tmp2_safe_receiver == null ? null : maybeNullable(tmp2_safe_receiver, typeInfo);
|
|
62
62
|
} else {
|
|
63
63
|
tmp_1 = tmp1_elvis_lhs;
|
|
64
64
|
}
|
|
65
65
|
var tmp3_elvis_lhs = tmp_1;
|
|
66
|
-
return tmp3_elvis_lhs == null ? maybeNullable(serializer(typeInfo.
|
|
66
|
+
return tmp3_elvis_lhs == null ? maybeNullable(serializer(typeInfo.z2u_1), typeInfo) : tmp3_elvis_lhs;
|
|
67
67
|
}
|
|
68
68
|
function guessSerializer(value, module_0) {
|
|
69
69
|
var tmp;
|
|
@@ -93,7 +93,7 @@ function guessSerializer(value, module_0) {
|
|
|
93
93
|
var valueSerializer = elementSerializer(value.l3(), module_0);
|
|
94
94
|
tmp = MapSerializer(keySerializer, valueSerializer);
|
|
95
95
|
} else {
|
|
96
|
-
var tmp3_elvis_lhs = module_0.
|
|
96
|
+
var tmp3_elvis_lhs = module_0.xu(getKClassFromExpression(value));
|
|
97
97
|
tmp = tmp3_elvis_lhs == null ? serializer(getKClassFromExpression(value)) : tmp3_elvis_lhs;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
@@ -105,7 +105,7 @@ function guessSerializer(value, module_0) {
|
|
|
105
105
|
}
|
|
106
106
|
function maybeNullable(_this__u8e3s4, typeInfo) {
|
|
107
107
|
var tmp;
|
|
108
|
-
var tmp0_safe_receiver = typeInfo.
|
|
108
|
+
var tmp0_safe_receiver = typeInfo.a2v_1;
|
|
109
109
|
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.gf()) === true) {
|
|
110
110
|
tmp = get_nullable(_this__u8e3s4);
|
|
111
111
|
} else {
|
|
@@ -130,7 +130,7 @@ function elementSerializer(_this__u8e3s4, module_0) {
|
|
|
130
130
|
var _iterator__ex2g4s_0 = destination.k1();
|
|
131
131
|
while (_iterator__ex2g4s_0.l1()) {
|
|
132
132
|
var e = _iterator__ex2g4s_0.m1();
|
|
133
|
-
var key = e.
|
|
133
|
+
var key = e.os().rt();
|
|
134
134
|
if (set.v(key)) {
|
|
135
135
|
list.v(e);
|
|
136
136
|
}
|
|
@@ -143,7 +143,7 @@ function elementSerializer(_this__u8e3s4, module_0) {
|
|
|
143
143
|
var _iterator__ex2g4s_1 = serializers.k1();
|
|
144
144
|
while (_iterator__ex2g4s_1.l1()) {
|
|
145
145
|
var item_0 = _iterator__ex2g4s_1.m1();
|
|
146
|
-
var tmp$ret$5 = item_0.
|
|
146
|
+
var tmp$ret$5 = item_0.os().rt();
|
|
147
147
|
destination_0.v(tmp$ret$5);
|
|
148
148
|
}
|
|
149
149
|
// Inline function 'kotlin.error' call
|
|
@@ -152,7 +152,7 @@ function elementSerializer(_this__u8e3s4, module_0) {
|
|
|
152
152
|
}
|
|
153
153
|
var tmp0_elvis_lhs = singleOrNull(serializers);
|
|
154
154
|
var selected = tmp0_elvis_lhs == null ? serializer_0(StringCompanionObject_instance) : tmp0_elvis_lhs;
|
|
155
|
-
if (selected.
|
|
155
|
+
if (selected.os().bv()) {
|
|
156
156
|
return selected;
|
|
157
157
|
}
|
|
158
158
|
if (!isInterface(selected, KSerializer()))
|
package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-serialization/ktor-serialization-kotlinx/common/src/io/ktor/serialization/kotlinx/SerializerLookup.kt","common/src/generated/_Collections.kt","src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["serializerForTypeInfo","<this>","typeInfo","module","guessSerializer","value","keySerializer","valueSerializer","maybeNullable","elementSerializer","item","set","list","e","key","serializers","selected","element"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAmBOA,CAAIC,a,EAAwCC,QAA5CF,EAAgF;A,MACnFG,WAAa,a;MACG,qBAAT,QAAS,M;;EACV,+B;UAAA,I;;;;IACM,IAFL,kBAEU,KAAU,IAAf,C;cACA,I;;cAGO,iBAAP,QAAO,EANZ,kBAMY,C;;UAJX,K;;MAFD,oB;;EAAA,2B;QASO,qBAAP,QAAO,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-serialization/ktor-serialization-kotlinx/common/src/io/ktor/serialization/kotlinx/SerializerLookup.kt","common/src/generated/_Collections.kt","src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["serializerForTypeInfo","<this>","typeInfo","module","guessSerializer","value","keySerializer","valueSerializer","maybeNullable","elementSerializer","item","set","list","e","key","serializers","selected","element"],"mappings":"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"}
|
package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs
CHANGED
|
@@ -14,18 +14,18 @@ function get_DefaultJson() {
|
|
|
14
14
|
var DefaultJson;
|
|
15
15
|
function json(_this__u8e3s4, json, contentType) {
|
|
16
16
|
json = json === VOID ? get_DefaultJson() : json;
|
|
17
|
-
contentType = contentType === VOID ? Application_getInstance().
|
|
17
|
+
contentType = contentType === VOID ? Application_getInstance().o2w_1 : contentType;
|
|
18
18
|
_init_properties_JsonSupport_kt__yf438r();
|
|
19
19
|
serialization(_this__u8e3s4, contentType, json);
|
|
20
20
|
}
|
|
21
21
|
function DefaultJson$lambda($this$Json) {
|
|
22
22
|
_init_properties_JsonSupport_kt__yf438r();
|
|
23
|
-
$this$Json.
|
|
24
|
-
$this$Json.
|
|
25
|
-
$this$Json.
|
|
26
|
-
$this$Json.
|
|
27
|
-
$this$Json.
|
|
28
|
-
$this$Json.
|
|
23
|
+
$this$Json.t1e_1 = true;
|
|
24
|
+
$this$Json.w1e_1 = true;
|
|
25
|
+
$this$Json.h1f_1 = true;
|
|
26
|
+
$this$Json.i1f_1 = true;
|
|
27
|
+
$this$Json.x1e_1 = false;
|
|
28
|
+
$this$Json.j1f_1 = false;
|
|
29
29
|
return Unit_instance;
|
|
30
30
|
}
|
|
31
31
|
var properties_initialized_JsonSupport_kt_9cgd93;
|
|
@@ -52,10 +52,10 @@ function AttributeKey() {
|
|
|
52
52
|
tmp = type;
|
|
53
53
|
}
|
|
54
54
|
type = tmp;
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
55
|
+
this.o2p_1 = name;
|
|
56
|
+
this.p2p_1 = type;
|
|
57
57
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
58
|
-
var this_0 = this.
|
|
58
|
+
var this_0 = this.o2p_1;
|
|
59
59
|
// Inline function 'kotlin.require' call
|
|
60
60
|
if (!!isBlank(this_0)) {
|
|
61
61
|
var message = "Name can't be blank";
|
|
@@ -63,11 +63,11 @@ function AttributeKey() {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
toString() {
|
|
66
|
-
return 'AttributeKey: ' + this.
|
|
66
|
+
return 'AttributeKey: ' + this.o2p_1;
|
|
67
67
|
}
|
|
68
68
|
hashCode() {
|
|
69
|
-
var result = getStringHashCode(this.
|
|
70
|
-
result = imul(result, 31) + this.
|
|
69
|
+
var result = getStringHashCode(this.o2p_1);
|
|
70
|
+
result = imul(result, 31) + this.p2p_1.hashCode() | 0;
|
|
71
71
|
return result;
|
|
72
72
|
}
|
|
73
73
|
equals(other) {
|
|
@@ -75,9 +75,9 @@ function AttributeKey() {
|
|
|
75
75
|
return true;
|
|
76
76
|
if (!(other instanceof AttributeKey()))
|
|
77
77
|
return false;
|
|
78
|
-
if (!(this.
|
|
78
|
+
if (!(this.o2p_1 === other.o2p_1))
|
|
79
79
|
return false;
|
|
80
|
-
if (!this.
|
|
80
|
+
if (!this.p2p_1.equals(other.p2p_1))
|
|
81
81
|
return false;
|
|
82
82
|
return true;
|
|
83
83
|
}
|
|
@@ -88,7 +88,7 @@ function AttributeKey() {
|
|
|
88
88
|
return AttributeKeyClass;
|
|
89
89
|
}
|
|
90
90
|
function get(key) {
|
|
91
|
-
var tmp0_elvis_lhs = this.
|
|
91
|
+
var tmp0_elvis_lhs = this.r2p(key);
|
|
92
92
|
var tmp;
|
|
93
93
|
if (tmp0_elvis_lhs == null) {
|
|
94
94
|
throw IllegalStateException().w4('No instance for key ' + key.toString());
|
|
@@ -108,10 +108,10 @@ function Attributes() {
|
|
|
108
108
|
}
|
|
109
109
|
function putAll(_this__u8e3s4, other) {
|
|
110
110
|
// Inline function 'kotlin.collections.forEach' call
|
|
111
|
-
var _iterator__ex2g4s = other.
|
|
111
|
+
var _iterator__ex2g4s = other.w2p().k1();
|
|
112
112
|
while (_iterator__ex2g4s.l1()) {
|
|
113
113
|
var element = _iterator__ex2g4s.m1();
|
|
114
|
-
_this__u8e3s4.
|
|
114
|
+
_this__u8e3s4.t2p(element instanceof AttributeKey() ? element : THROW_CCE(), other.q2p(element));
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
//region block: exports
|