@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
|
@@ -28,9 +28,9 @@ var SerializersModuleClass;
|
|
|
28
28
|
function SerializersModule() {
|
|
29
29
|
if (SerializersModuleClass === VOID) {
|
|
30
30
|
class $ {
|
|
31
|
-
|
|
31
|
+
xu(kClass, typeArgumentsSerializers, $super) {
|
|
32
32
|
typeArgumentsSerializers = typeArgumentsSerializers === VOID ? emptyList() : typeArgumentsSerializers;
|
|
33
|
-
return $super === VOID ? this.
|
|
33
|
+
return $super === VOID ? this.yu(kClass, typeArgumentsSerializers) : $super.yu.call(this, kClass, typeArgumentsSerializers);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
initMetadataForClass($, 'SerializersModule');
|
|
@@ -44,30 +44,30 @@ function SerialModuleImpl() {
|
|
|
44
44
|
class $ extends SerializersModule() {
|
|
45
45
|
constructor(class2ContextualFactory, polyBase2Serializers, polyBase2DefaultSerializerProvider, polyBase2NamedSerializers, polyBase2DefaultDeserializerProvider, hasInterfaceContextualSerializers) {
|
|
46
46
|
super();
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
47
|
+
this.k1d_1 = class2ContextualFactory;
|
|
48
|
+
this.l1d_1 = polyBase2Serializers;
|
|
49
|
+
this.m1d_1 = polyBase2DefaultSerializerProvider;
|
|
50
|
+
this.n1d_1 = polyBase2NamedSerializers;
|
|
51
|
+
this.o1d_1 = polyBase2DefaultDeserializerProvider;
|
|
52
|
+
this.p1d_1 = hasInterfaceContextualSerializers;
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
return this.
|
|
54
|
+
wu() {
|
|
55
|
+
return this.p1d_1;
|
|
56
56
|
}
|
|
57
|
-
|
|
57
|
+
yy(baseClass, value) {
|
|
58
58
|
if (!baseClass.re(value))
|
|
59
59
|
return null;
|
|
60
|
-
var tmp0_safe_receiver = this.
|
|
60
|
+
var tmp0_safe_receiver = this.l1d_1.j3(baseClass);
|
|
61
61
|
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.j3(getKClassFromExpression(value));
|
|
62
62
|
var registered = (!(tmp == null) ? isInterface(tmp, SerializationStrategy()) : false) ? tmp : null;
|
|
63
63
|
if (!(registered == null))
|
|
64
64
|
return registered;
|
|
65
|
-
var tmp_0 = this.
|
|
65
|
+
var tmp_0 = this.m1d_1.j3(baseClass);
|
|
66
66
|
var tmp1_safe_receiver = (!(tmp_0 == null) ? typeof tmp_0 === 'function' : false) ? tmp_0 : null;
|
|
67
67
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver(value);
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
var tmp0_safe_receiver = this.
|
|
69
|
+
xy(baseClass, serializedClassName) {
|
|
70
|
+
var tmp0_safe_receiver = this.n1d_1.j3(baseClass);
|
|
71
71
|
var tmp;
|
|
72
72
|
if (tmp0_safe_receiver == null) {
|
|
73
73
|
tmp = null;
|
|
@@ -79,19 +79,19 @@ function SerialModuleImpl() {
|
|
|
79
79
|
var registered = (!(tmp_0 == null) ? isInterface(tmp_0, KSerializer()) : false) ? tmp_0 : null;
|
|
80
80
|
if (!(registered == null))
|
|
81
81
|
return registered;
|
|
82
|
-
var tmp_1 = this.
|
|
82
|
+
var tmp_1 = this.o1d_1.j3(baseClass);
|
|
83
83
|
var tmp1_safe_receiver = (!(tmp_1 == null) ? typeof tmp_1 === 'function' : false) ? tmp_1 : null;
|
|
84
84
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver(serializedClassName);
|
|
85
85
|
}
|
|
86
|
-
|
|
87
|
-
var tmp0_safe_receiver = this.
|
|
88
|
-
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
86
|
+
yu(kClass, typeArgumentsSerializers) {
|
|
87
|
+
var tmp0_safe_receiver = this.k1d_1.j3(kClass);
|
|
88
|
+
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q1d(typeArgumentsSerializers);
|
|
89
89
|
return (tmp == null ? true : isInterface(tmp, KSerializer())) ? tmp : null;
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
j1d(collector) {
|
|
92
92
|
// Inline function 'kotlin.collections.forEach' call
|
|
93
93
|
// Inline function 'kotlin.collections.iterator' call
|
|
94
|
-
var _iterator__ex2g4s = this.
|
|
94
|
+
var _iterator__ex2g4s = this.k1d_1.x1().k1();
|
|
95
95
|
while (_iterator__ex2g4s.l1()) {
|
|
96
96
|
var element = _iterator__ex2g4s.m1();
|
|
97
97
|
// Inline function 'kotlin.collections.component1' call
|
|
@@ -100,11 +100,11 @@ function SerialModuleImpl() {
|
|
|
100
100
|
var serial = element.z1();
|
|
101
101
|
if (serial instanceof Argless()) {
|
|
102
102
|
var tmp = isInterface(kclass, KClass()) ? kclass : THROW_CCE();
|
|
103
|
-
var tmp_0 = serial.
|
|
104
|
-
collector.
|
|
103
|
+
var tmp_0 = serial.t1d_1;
|
|
104
|
+
collector.u1d(tmp, isInterface(tmp_0, KSerializer()) ? tmp_0 : THROW_CCE());
|
|
105
105
|
} else {
|
|
106
106
|
if (serial instanceof WithTypeArguments()) {
|
|
107
|
-
collector.
|
|
107
|
+
collector.s1d(kclass, serial.r1d_1);
|
|
108
108
|
} else {
|
|
109
109
|
noWhenBranchMatchedException();
|
|
110
110
|
}
|
|
@@ -112,7 +112,7 @@ function SerialModuleImpl() {
|
|
|
112
112
|
}
|
|
113
113
|
// Inline function 'kotlin.collections.forEach' call
|
|
114
114
|
// Inline function 'kotlin.collections.iterator' call
|
|
115
|
-
var _iterator__ex2g4s_0 = this.
|
|
115
|
+
var _iterator__ex2g4s_0 = this.l1d_1.x1().k1();
|
|
116
116
|
while (_iterator__ex2g4s_0.l1()) {
|
|
117
117
|
var element_0 = _iterator__ex2g4s_0.m1();
|
|
118
118
|
// Inline function 'kotlin.collections.component1' call
|
|
@@ -132,12 +132,12 @@ function SerialModuleImpl() {
|
|
|
132
132
|
var tmp_2 = isInterface(actualClass, KClass()) ? actualClass : THROW_CCE();
|
|
133
133
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
134
134
|
var tmp$ret$11 = isInterface(serializer, KSerializer()) ? serializer : THROW_CCE();
|
|
135
|
-
collector.
|
|
135
|
+
collector.v1d(tmp_1, tmp_2, tmp$ret$11);
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
// Inline function 'kotlin.collections.forEach' call
|
|
139
139
|
// Inline function 'kotlin.collections.iterator' call
|
|
140
|
-
var _iterator__ex2g4s_2 = this.
|
|
140
|
+
var _iterator__ex2g4s_2 = this.m1d_1.x1().k1();
|
|
141
141
|
while (_iterator__ex2g4s_2.l1()) {
|
|
142
142
|
var element_2 = _iterator__ex2g4s_2.m1();
|
|
143
143
|
// Inline function 'kotlin.collections.component1' call
|
|
@@ -145,11 +145,11 @@ function SerialModuleImpl() {
|
|
|
145
145
|
// Inline function 'kotlin.collections.component2' call
|
|
146
146
|
var provider = element_2.z1();
|
|
147
147
|
var tmp_3 = isInterface(baseClass_0, KClass()) ? baseClass_0 : THROW_CCE();
|
|
148
|
-
collector.
|
|
148
|
+
collector.w1d(tmp_3, typeof provider === 'function' ? provider : THROW_CCE());
|
|
149
149
|
}
|
|
150
150
|
// Inline function 'kotlin.collections.forEach' call
|
|
151
151
|
// Inline function 'kotlin.collections.iterator' call
|
|
152
|
-
var _iterator__ex2g4s_3 = this.
|
|
152
|
+
var _iterator__ex2g4s_3 = this.o1d_1.x1().k1();
|
|
153
153
|
while (_iterator__ex2g4s_3.l1()) {
|
|
154
154
|
var element_3 = _iterator__ex2g4s_3.m1();
|
|
155
155
|
// Inline function 'kotlin.collections.component1' call
|
|
@@ -157,7 +157,7 @@ function SerialModuleImpl() {
|
|
|
157
157
|
// Inline function 'kotlin.collections.component2' call
|
|
158
158
|
var provider_0 = element_3.z1();
|
|
159
159
|
var tmp_4 = isInterface(baseClass_1, KClass()) ? baseClass_1 : THROW_CCE();
|
|
160
|
-
collector.
|
|
160
|
+
collector.x1d(tmp_4, typeof provider_0 === 'function' ? provider_0 : THROW_CCE());
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/modules/SerializersModule.kt","src/kotlin/collections/Maps.kt","common/src/generated/_Maps.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/Platform.common.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-EmptySerializersModule>","getContextual$default","kClass","typeArgumentsSerializers","class2ContextualFactory","polyBase2Serializers","polyBase2DefaultSerializerProvider","polyBase2NamedSerializers","polyBase2DefaultDeserializerProvider","hasInterfaceContextualSerializers","<get-hasInterfaceContextualSerializers>","getPolymorphic","baseClass","value","registered","serializedClassName","getContextual","dumpTo","collector","element","<init properties SerializersModule.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;2CA6EAA,CAAAA,EAAA;A;EAAA,6B;AAImD,C;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/modules/SerializersModule.kt","src/kotlin/collections/Maps.kt","common/src/generated/_Maps.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/Platform.common.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-EmptySerializersModule>","getContextual$default","kClass","typeArgumentsSerializers","class2ContextualFactory","polyBase2Serializers","polyBase2DefaultSerializerProvider","polyBase2NamedSerializers","polyBase2DefaultDeserializerProvider","hasInterfaceContextualSerializers","<get-hasInterfaceContextualSerializers>","getPolymorphic","baseClass","value","registered","serializedClassName","getContextual","dumpTo","collector","element","<init properties SerializersModule.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;2CA6EAA,CAAAA,EAAA;A;EAAA,6B;AAImD,C;;;;;;QApC/CC,CAEIC,M,EACAC,wB,QAHJF,E;uEAGqD,W;;O;;;;;;;;;;;kBA2GrDG,uB,EACAC,oB,EACAC,kC,EACAC,yB,EACAC,oC,EACAC,iC;;QALA,oC;QACA,iC;QACA,+C;QACA,sC;QACA,iD;QACA,8C;;QAAAC,CAAAA,EAAA;A,QAAA,iB;MAA+D,C;QAG/DC,CAAsCC,S,EAAyBC,KAA/DF,EAAoG;A,QAC5F,KAAC,SAAU,IAAW,KAAX,CAAX,C;UAA8B,OAAO,I;YAExB,mCAAqB,SAArB,C;kBAAiC,oCAAjC,kBAAiC,4BAAI,KAAJ,E;YAAlDG,oFAAiB,GAAjBA,O;QACI,oBAAc,IAAd,E;UAAoB,OAAO,U;oBAEvB,cAAmC,SAAnC,C;YAAA,4F;QAAR,OAA6F,oCAArF,kBAAqF,CAAO,KAAP,C;MACjG,C;QAEAH,CAAsCC,S,EAAyBG,mBAA/DJ,EAA0H;A,YAErG,mCAA0B,SAA1B,C;;QAAsC,+B;gBAAA,I;;;gBCmFX,aDnF3B,kBCmF2B,aDnF3B,kBCmF2B,mBDnFe,mBCmFf,C;;;YDnF5CG,8EAAiB,KAAjBA,O;QACI,oBAAc,IAAd,E;UAAoB,OAAO,U;oBAEvB,cAAqC,SAArC,C;YAAA,4F;QAAR,OAAiG,oCAAzF,kBAAyF,CAAO,mBAAP,C;MACrG,C;QAEAE,CAAqCd,M,EAAmBC,wBAAxDa,EAAyH;A,YAC7G,mCAAwB,MAAxB,C;kBAAiC,oCAAjC,kBAAiC,KAAO,wBAAP,C;QAAzC,gEAAO,GAAP,O;MACJ,C;SAEAC,CAAoBC,SAApBD,EAA2D;A;;YE+B3C,oBF9BZ,ICoNgF,CDpNhF,KCoNgF,KAAQ,K;eCtL5E,sB,EAAM;A,cAAjBE,UAAW,sB;;cF9BuB,SE8BV,OD+FmC,K;;cD7HjB,SE8BlB,OD4GmC,K;UDxIpD,IADE,MACF,sB;kCACI,M,cAAA,M;wBACA,M,CAAO,K;YAFsB,SAAU,8CAEvC,KAFuC,e;;YAI3C,IALE,MAKF,gC;cAA2C,SAAU,KAAW,MAAX,EAAmB,MAAnB,CAA0B,KAA1B,C;;cALzD,8B;;;QE6B4B,C;;;YAApB,sBFpBZ,IC0MgF,CD1MhF,KC0MgF,KAAQ,K;eCtL5E,wB,EAAM;A,cAAjBA,YAAW,wB;;cFpBoB,YEoBP,SD+FmC,K;;cDnHjB,WEoBlB,SD4GmC,K;;;cC5GhD,sBFnBR,QCyM4E,KAAQ,K;iBCtL5E,wB,EAAM;A,gBAAjBA,YAAW,wB;;gBFnBY,cEmBC,SD+FmC,K;;gBDlHvB,aEmBZ,SD4GmC,K;oCD7HhD,S,cAAA,S;oCACA,W,cAAA,W;;gBG1HkE,aAAtB,YH2H5C,UG3H4C,mBH2H5C,UG3H4C,c;YHwHhD,SAAU,mBAGK,UAHL,C;UEkBc,C;QAAA,C;;;YAApB,sBFVZ,ICgMgF,CDhMhF,KCgMgF,KAAQ,K;eCtL5E,wB,EAAM;A,cAAjBA,YAAW,wB;;cFVkC,cEUrB,SD+FmC,K;;cDzGH,WEUhC,SD4GmC,K;kCDrHjB,W,cAAA,W;UAAvC,SAAU,mBAAuD,QAAvD,kBAAuD,QAAvD,e;QESkB,C;;;YAApB,sBFNZ,IC4LgF,CD5LhF,KC4LgF,KAAQ,K;eCtL5E,wB,EAAM;A,cAAjBA,YAAW,wB;;cFNoC,cEMvB,SD+FmC,K;;cDrGD,aEMlC,SD4GmC,K;kCDjHf,W,cAAA,W;UAAzC,SAAU,mBAAyD,UAAzD,kBAAyD,UAAzD,e;QEKkB,C;MFHpC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDApNJC,CAAAA,E;;;sDAkFI,U,EACA,U,EACA,U,EACA,U,EACA,U,EACA,K;;C;;;;;"}
|
|
@@ -8,7 +8,7 @@ function SerializersModuleCollector$contextual$lambda($serializer) {
|
|
|
8
8
|
return (it) => $serializer;
|
|
9
9
|
}
|
|
10
10
|
function contextual(kClass, serializer) {
|
|
11
|
-
return this.
|
|
11
|
+
return this.s1d(kClass, SerializersModuleCollector$contextual$lambda(serializer));
|
|
12
12
|
}
|
|
13
13
|
var SerializersModuleCollectorClass;
|
|
14
14
|
function SerializersModuleCollector() {
|
package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs
CHANGED
|
@@ -58,27 +58,27 @@ function Json() {
|
|
|
58
58
|
class $ {
|
|
59
59
|
constructor(configuration, serializersModule) {
|
|
60
60
|
Default_getInstance();
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
61
|
+
this.b1e_1 = configuration;
|
|
62
|
+
this.c1e_1 = serializersModule;
|
|
63
|
+
this.d1e_1 = new (DescriptorSchemaCache())();
|
|
64
64
|
}
|
|
65
|
-
|
|
66
|
-
return this.
|
|
65
|
+
px() {
|
|
66
|
+
return this.c1e_1;
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
vt(serializer, value) {
|
|
69
69
|
var result = new (JsonToStringWriter())();
|
|
70
70
|
try {
|
|
71
71
|
encodeByWriter(this, result, serializer, value);
|
|
72
72
|
return result.toString();
|
|
73
73
|
}finally {
|
|
74
|
-
result.
|
|
74
|
+
result.f1e();
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
wt(deserializer, string) {
|
|
78
78
|
var lexer = StringJsonLexer(this, string);
|
|
79
|
-
var input = new (StreamingJsonDecoder())(this, WriteMode_OBJ_getInstance(), lexer, deserializer.
|
|
80
|
-
var result = input.
|
|
81
|
-
lexer.
|
|
79
|
+
var input = new (StreamingJsonDecoder())(this, WriteMode_OBJ_getInstance(), lexer, deserializer.os(), null);
|
|
80
|
+
var result = input.ax(deserializer);
|
|
81
|
+
lexer.s1e();
|
|
82
82
|
return result;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
@@ -91,54 +91,54 @@ function Json_0(from, builderAction) {
|
|
|
91
91
|
from = from === VOID ? Default_getInstance() : from;
|
|
92
92
|
var builder = new (JsonBuilder())(from);
|
|
93
93
|
builderAction(builder);
|
|
94
|
-
var conf = builder.
|
|
95
|
-
return new (JsonImpl())(conf, builder.
|
|
94
|
+
var conf = builder.l1f();
|
|
95
|
+
return new (JsonImpl())(conf, builder.k1f_1);
|
|
96
96
|
}
|
|
97
97
|
var JsonBuilderClass;
|
|
98
98
|
function JsonBuilder() {
|
|
99
99
|
if (JsonBuilderClass === VOID) {
|
|
100
100
|
class $ {
|
|
101
101
|
constructor(json) {
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
115
|
-
this.
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
118
|
-
this.
|
|
119
|
-
this.
|
|
102
|
+
this.t1e_1 = json.b1e_1.m1f_1;
|
|
103
|
+
this.u1e_1 = json.b1e_1.r1f_1;
|
|
104
|
+
this.v1e_1 = json.b1e_1.n1f_1;
|
|
105
|
+
this.w1e_1 = json.b1e_1.o1f_1;
|
|
106
|
+
this.x1e_1 = json.b1e_1.q1f_1;
|
|
107
|
+
this.y1e_1 = json.b1e_1.s1f_1;
|
|
108
|
+
this.z1e_1 = json.b1e_1.t1f_1;
|
|
109
|
+
this.a1f_1 = json.b1e_1.v1f_1;
|
|
110
|
+
this.b1f_1 = json.b1e_1.c1g_1;
|
|
111
|
+
this.c1f_1 = json.b1e_1.x1f_1;
|
|
112
|
+
this.d1f_1 = json.b1e_1.y1f_1;
|
|
113
|
+
this.e1f_1 = json.b1e_1.z1f_1;
|
|
114
|
+
this.f1f_1 = json.b1e_1.a1g_1;
|
|
115
|
+
this.g1f_1 = json.b1e_1.b1g_1;
|
|
116
|
+
this.h1f_1 = json.b1e_1.w1f_1;
|
|
117
|
+
this.i1f_1 = json.b1e_1.p1f_1;
|
|
118
|
+
this.j1f_1 = json.b1e_1.u1f_1;
|
|
119
|
+
this.k1f_1 = json.px();
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
if (this.
|
|
121
|
+
l1f() {
|
|
122
|
+
if (this.j1f_1) {
|
|
123
123
|
// Inline function 'kotlin.require' call
|
|
124
|
-
if (!(this.
|
|
124
|
+
if (!(this.a1f_1 === 'type')) {
|
|
125
125
|
var message = 'Class discriminator should not be specified when array polymorphism is specified';
|
|
126
126
|
throw IllegalArgumentException().i1(toString(message));
|
|
127
127
|
}
|
|
128
128
|
// Inline function 'kotlin.require' call
|
|
129
|
-
if (!this.
|
|
129
|
+
if (!this.b1f_1.equals(ClassDiscriminatorMode_POLYMORPHIC_getInstance())) {
|
|
130
130
|
var message_0 = 'useArrayPolymorphism option can only be used if classDiscriminatorMode in a default POLYMORPHIC state.';
|
|
131
131
|
throw IllegalArgumentException().i1(toString(message_0));
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
if (!this.
|
|
134
|
+
if (!this.x1e_1) {
|
|
135
135
|
// Inline function 'kotlin.require' call
|
|
136
|
-
if (!(this.
|
|
136
|
+
if (!(this.y1e_1 === ' ')) {
|
|
137
137
|
var message_1 = 'Indent should not be specified when default printing mode is used';
|
|
138
138
|
throw IllegalArgumentException().i1(toString(message_1));
|
|
139
139
|
}
|
|
140
|
-
} else if (!(this.
|
|
141
|
-
var tmp0 = this.
|
|
140
|
+
} else if (!(this.y1e_1 === ' ')) {
|
|
141
|
+
var tmp0 = this.y1e_1;
|
|
142
142
|
var tmp$ret$7;
|
|
143
143
|
$l$block: {
|
|
144
144
|
// Inline function 'kotlin.text.all' call
|
|
@@ -156,11 +156,11 @@ function JsonBuilder() {
|
|
|
156
156
|
var allWhitespaces = tmp$ret$7;
|
|
157
157
|
// Inline function 'kotlin.require' call
|
|
158
158
|
if (!allWhitespaces) {
|
|
159
|
-
var message_2 = 'Only whitespace, tab, newline and carriage return are allowed as pretty print symbols. Had ' + this.
|
|
159
|
+
var message_2 = 'Only whitespace, tab, newline and carriage return are allowed as pretty print symbols. Had ' + this.y1e_1;
|
|
160
160
|
throw IllegalArgumentException().i1(toString(message_2));
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
|
-
return new (JsonConfiguration())(this.
|
|
163
|
+
return new (JsonConfiguration())(this.t1e_1, this.v1e_1, this.w1e_1, this.i1f_1, this.x1e_1, this.u1e_1, this.y1e_1, this.z1e_1, this.j1f_1, this.a1f_1, this.h1f_1, this.c1f_1, this.d1f_1, this.e1f_1, this.f1f_1, this.g1f_1, this.b1f_1);
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
initMetadataForClass($, 'JsonBuilder');
|
|
@@ -169,10 +169,10 @@ function JsonBuilder() {
|
|
|
169
169
|
return JsonBuilderClass;
|
|
170
170
|
}
|
|
171
171
|
function validateConfiguration($this) {
|
|
172
|
-
if (equals($this.
|
|
172
|
+
if (equals($this.px(), EmptySerializersModule()))
|
|
173
173
|
return Unit_instance;
|
|
174
|
-
var collector = new (JsonSerializersModuleValidator())($this.
|
|
175
|
-
$this.
|
|
174
|
+
var collector = new (JsonSerializersModuleValidator())($this.b1e_1);
|
|
175
|
+
$this.px().j1d(collector);
|
|
176
176
|
}
|
|
177
177
|
var JsonImplClass;
|
|
178
178
|
function JsonImpl() {
|
package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/formats/json/commonMain/src/kotlinx/serialization/json/Json.kt","src/kotlin/util/Preconditions.kt","common/src/generated/_Strings.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["configuration","serializersModule","<get-serializersModule>","encodeToString","serializer","value","result","decodeFromString","deserializer","string","lexer","input","Json","from","builderAction","builder","conf","json","build","message","element","allWhitespaces","validateConfiguration","collector","module"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAmGgE,wB;;;;;;;;;;;;;;;;;;;kBA1B5DA,a,EACAC,iB;QAFJ,qB;QACI,0B;QACA,8B;QAQmD,4C;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/formats/json/commonMain/src/kotlinx/serialization/json/Json.kt","src/kotlin/util/Preconditions.kt","common/src/generated/_Strings.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["configuration","serializersModule","<get-serializersModule>","encodeToString","serializer","value","result","decodeFromString","deserializer","string","lexer","input","Json","from","builderAction","builder","conf","json","build","message","element","allWhitespaces","validateConfiguration","collector","module"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAmGgE,wB;;;;;;;;;;;;;;;;;;;kBA1B5DA,a,EACAC,iB;QAFJ,qB;QACI,0B;QACA,8B;QAQmD,4C;;QARnDC,CAAAA,EAAA;A,QAAA,iB;MAAgD,C;QA+ChDC,CAA6CC,U,EAAsCC,KAAnFF,EAAqG;A,YACjGG,qC;QACA,IAAI;A,UACA,eAAe,IAAf,EAA0B,MAA1B,EAAkC,UAAlC,EAA8C,KAA9C,C;UACA,OAAO,MAAO,W;QAClB,C,QAAU;A,UACN,MAAO,M;QACX,C;MACJ,C;QAgBAC,CAA+CC,Y,EAA0CC,MAAzFF,EAA4I;A,YACxIG,QAAY,gBAAgB,IAAhB,EAAsB,MAAtB,C;YACZC,qCAAiC,IAAjCA,EAAiD,2BAAjDA,EAAsD,KAAtDA,EAA6D,YAAa,KAA1EA,EAAsF,IAAtFA,C;YACAL,SAAa,KAAM,IAAwB,YAAxB,C;QACnB,KAAM,M;QACN,OAAO,M;MACX,C;;;;;;;eA8JJM,CAAgBC,I,EAA2BC,aAA3CF,EAAwF;A;MACpFG,8BAA0B,IAA1BA,C;EACQ,cAAR,OAAQ,C;MACRC,OAAW,OAAQ,M;EACnB,wBAAgB,IAAhB,EAAsB,OAAtB,CAA8B,KAA9B,C;AACJ,C;;;;;kBAkC8CC,I;QAoBc,aAAnB,IAAmB,CAAd,KAAc,M;QAsDD,aAAnB,IAAmB,CAAd,KAAc,M;QAuBI,aAAnB,IAAmB,CAAd,KAAc,M;QAcR,aAAnB,IAAmB,CAAd,KAAc,M;QAqBE,aAAnB,IAAmB,CAAd,KAAc,M;QAWK,aAAnB,IAAmB,CAAd,KAAc,M;QAgCC,aAAnB,IAAmB,CAAd,KAAc,M;QAaA,aAAnB,IAAmB,CAAd,KAAc,M;QAYoB,aAAnB,IAAmB,CAAd,KAAc,M;QASlB,aAAnB,IAAmB,CAAd,KAAc,M;QAUO,aAAnB,IAAmB,CAAd,KAAc,M;QA+BA,aAAnB,IAAmB,CAAd,KAAc,M;QASR,aAAnB,IAAmB,CAAd,KAAc,M;QAgBL,aAAnB,IAAmB,CAAd,KAAc,M;QAmBkB,aAAnB,IAAmB,CAAd,KAAc,M;QAOT,aAAnB,IAAmB,CAAd,KAAc,M;QASF,aAAnB,IAAmB,CAAd,KAAc,M;QASP,aAAL,IAAK,K;;SAEvDC,CAAAA,EACwC;A,QAChC,e,CAAsB;A;UC5nB1B,MD6nBY,eAAsB,MC7nBlC,E,CAAQ;A,gBACRC,UD6nBQ,kF;YC5nBR,oCAAuC,SAAR,OAAQ,CAAvC,C;UACJ,C;;UAHI,KDgoBY,kBAAiD,gDAAjD,CChoBZ,C,CAAQ;A,gBACRA,YDgoBQ,wG;YC/nBR,oCAAuC,SAAR,SAAQ,CAAvC,C;UACJ,C;QDgoBI,C;QAEI,KAAC,IAAD,CAAC,KAAD,C,CAAc;A;UCroBlB,MDsoBY,eAAqB,MCtoBjC,E,CAAQ;A,gBACRA,YDsoBQ,mE;YCroBR,oCAAuC,SAAR,SAAQ,CAAvC,C;UACJ,C;QDsoBI,C,MAAW,qBAAqB,MAArB,E,CAAoC;A,qBAEtB,I,CAAA,K;;;;gBE8Xb,qB;mBAAhB,oBAAgB,wB,EAAhB;A,kBAAKC,UAAW,wC;cAAA,6C;cAAU,MAAW,OF9XgB,KAAM,8BE8XjC,IAAW,OF9X6B,KAAM,6BE8X9C,IAAW,OF9X2C,KAAM,8BE8X5D,IAAW,OF9XyD,KAAM,8BE8X1E,E;gBAAqB,YAAO,K;;;;YACtD,YAAO,I;;cF/XCC,iBAAuC,S;;UC3oB3C,KD4oBY,cC5oBZ,C,CAAQ;A,gBACRF,YD4oBS,6FAAD,GAA6F,IAA7F,CAA6F,K;YC3oBrG,oCAAuC,SAAR,SAAQ,CAAvC,C;UACJ,C;QD4oBI,C;QAEA,iCACI,IADJ,CACI,KADJ,EACoB,IADpB,CACoB,KADpB,EACuC,IADvC,CACuC,KADvC,EAEI,IAFJ,CAEI,KAFJ,EAE4B,IAF5B,CAE4B,KAF5B,EAEyC,IAFzC,CAEyC,KAFzC,EAEwD,IAFxD,CAEwD,KAFxD,EAGI,IAHJ,CAGI,KAHJ,EAGuB,IAHvB,CAGuB,KAHvB,EAII,IAJJ,CAII,KAJJ,EAIwB,IAJxB,CAIwB,KAJxB,EAIyD,IAJzD,CAIyD,KAJzD,EAKI,IALJ,CAKI,KALJ,EAKoB,IALpB,CAKoB,KALpB,EAKgD,IALhD,CAKgD,KALhD,EAKoE,IALpE,CAKoE,KALpE,EAKmF,IALnF,CAKmF,KALnF,C;MAOJ,C;;;;;;;8BAUAG,CAAA,KAAAA,EAAoC;A,EAC5B,uBAAqB,wBAArB,E;IAA+C,oB;MACnDC,mDAA+C,KAA/CA,CAA+C,KAA/CA,C;EACA,UAAkB,KAAO,SAAP,C;AACtB,C;;;;;kBAVmBvB,a,EAAkCwB,Q;cAAkC,a,EAAe,Q;QAGlG,2B;;;;;;;;;;;;"}
|
|
@@ -29,26 +29,26 @@ function JsonConfiguration() {
|
|
|
29
29
|
allowTrailingComma = allowTrailingComma === VOID ? false : allowTrailingComma;
|
|
30
30
|
allowComments = allowComments === VOID ? false : allowComments;
|
|
31
31
|
classDiscriminatorMode = classDiscriminatorMode === VOID ? ClassDiscriminatorMode_POLYMORPHIC_getInstance() : classDiscriminatorMode;
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
32
|
+
this.m1f_1 = encodeDefaults;
|
|
33
|
+
this.n1f_1 = ignoreUnknownKeys;
|
|
34
|
+
this.o1f_1 = isLenient;
|
|
35
|
+
this.p1f_1 = allowStructuredMapKeys;
|
|
36
|
+
this.q1f_1 = prettyPrint;
|
|
37
|
+
this.r1f_1 = explicitNulls;
|
|
38
|
+
this.s1f_1 = prettyPrintIndent;
|
|
39
|
+
this.t1f_1 = coerceInputValues;
|
|
40
|
+
this.u1f_1 = useArrayPolymorphism;
|
|
41
|
+
this.v1f_1 = classDiscriminator;
|
|
42
|
+
this.w1f_1 = allowSpecialFloatingPointValues;
|
|
43
|
+
this.x1f_1 = useAlternativeNames;
|
|
44
|
+
this.y1f_1 = namingStrategy;
|
|
45
|
+
this.z1f_1 = decodeEnumsCaseInsensitive;
|
|
46
|
+
this.a1g_1 = allowTrailingComma;
|
|
47
|
+
this.b1g_1 = allowComments;
|
|
48
|
+
this.c1g_1 = classDiscriminatorMode;
|
|
49
49
|
}
|
|
50
50
|
toString() {
|
|
51
|
-
return 'JsonConfiguration(encodeDefaults=' + this.
|
|
51
|
+
return 'JsonConfiguration(encodeDefaults=' + this.m1f_1 + ', ignoreUnknownKeys=' + this.n1f_1 + ', isLenient=' + this.o1f_1 + ', ' + ('allowStructuredMapKeys=' + this.p1f_1 + ', prettyPrint=' + this.q1f_1 + ', explicitNulls=' + this.r1f_1 + ', ') + ("prettyPrintIndent='" + this.s1f_1 + "', coerceInputValues=" + this.t1f_1 + ', useArrayPolymorphism=' + this.u1f_1 + ', ') + ("classDiscriminator='" + this.v1f_1 + "', allowSpecialFloatingPointValues=" + this.w1f_1 + ', ') + ('useAlternativeNames=' + this.x1f_1 + ', namingStrategy=' + toString(this.y1f_1) + ', decodeEnumsCaseInsensitive=' + this.z1f_1 + ', ') + ('allowTrailingComma=' + this.a1g_1 + ', allowComments=' + this.b1g_1 + ', classDiscriminatorMode=' + this.c1g_1.toString() + ')');
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
initMetadataForClass($, 'JsonConfiguration');
|