@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
|
@@ -73,46 +73,46 @@ function buildClassSerialDescriptor(serialName, typeParameters, builderAction) {
|
|
|
73
73
|
}
|
|
74
74
|
var sdBuilder = new (ClassSerialDescriptorBuilder())(serialName);
|
|
75
75
|
builderAction(sdBuilder);
|
|
76
|
-
return new (SerialDescriptorImpl())(serialName, CLASS_getInstance(), sdBuilder.
|
|
76
|
+
return new (SerialDescriptorImpl())(serialName, CLASS_getInstance(), sdBuilder.xs_1.n1(), toList(typeParameters), sdBuilder);
|
|
77
77
|
}
|
|
78
78
|
var ClassSerialDescriptorBuilderClass;
|
|
79
79
|
function ClassSerialDescriptorBuilder() {
|
|
80
80
|
if (ClassSerialDescriptorBuilderClass === VOID) {
|
|
81
81
|
class $ {
|
|
82
82
|
constructor(serialName) {
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
83
|
+
this.us_1 = serialName;
|
|
84
|
+
this.vs_1 = false;
|
|
85
|
+
this.ws_1 = emptyList();
|
|
86
|
+
this.xs_1 = ArrayList().r1();
|
|
87
|
+
this.ys_1 = HashSet().v9();
|
|
88
|
+
this.zs_1 = ArrayList().r1();
|
|
89
|
+
this.at_1 = ArrayList().r1();
|
|
90
|
+
this.bt_1 = ArrayList().r1();
|
|
91
91
|
}
|
|
92
|
-
|
|
92
|
+
xv(elementName, descriptor, annotations, isOptional) {
|
|
93
93
|
// Inline function 'kotlin.require' call
|
|
94
|
-
if (!this.
|
|
95
|
-
var message = "Element with name '" + elementName + "' is already registered in " + this.
|
|
94
|
+
if (!this.ys_1.v(elementName)) {
|
|
95
|
+
var message = "Element with name '" + elementName + "' is already registered in " + this.us_1;
|
|
96
96
|
throw IllegalArgumentException().i1(toString(message));
|
|
97
97
|
}
|
|
98
98
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
99
|
-
this.
|
|
99
|
+
this.xs_1.v(elementName);
|
|
100
100
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
101
|
-
this.
|
|
101
|
+
this.zs_1.v(descriptor);
|
|
102
102
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
103
|
-
this.
|
|
103
|
+
this.at_1.v(annotations);
|
|
104
104
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
105
|
-
this.
|
|
105
|
+
this.bt_1.v(isOptional);
|
|
106
106
|
}
|
|
107
|
-
|
|
107
|
+
ct(elementName, descriptor, annotations, isOptional, $super) {
|
|
108
108
|
annotations = annotations === VOID ? emptyList() : annotations;
|
|
109
109
|
isOptional = isOptional === VOID ? false : isOptional;
|
|
110
110
|
var tmp;
|
|
111
111
|
if ($super === VOID) {
|
|
112
|
-
this.
|
|
112
|
+
this.xv(elementName, descriptor, annotations, isOptional);
|
|
113
113
|
tmp = Unit_instance;
|
|
114
114
|
} else {
|
|
115
|
-
tmp = $super.
|
|
115
|
+
tmp = $super.xv.call(this, elementName, descriptor, annotations, isOptional);
|
|
116
116
|
}
|
|
117
117
|
return tmp;
|
|
118
118
|
}
|
|
@@ -143,17 +143,17 @@ function buildSerialDescriptor(serialName, kind, typeParameters, builder) {
|
|
|
143
143
|
}
|
|
144
144
|
var sdBuilder = new (ClassSerialDescriptorBuilder())(serialName);
|
|
145
145
|
builder(sdBuilder);
|
|
146
|
-
return new (SerialDescriptorImpl())(serialName, kind, sdBuilder.
|
|
146
|
+
return new (SerialDescriptorImpl())(serialName, kind, sdBuilder.xs_1.n1(), toList(typeParameters), sdBuilder);
|
|
147
147
|
}
|
|
148
148
|
function _get__hashCode__tgwhef($this) {
|
|
149
|
-
var tmp0 = $this.
|
|
149
|
+
var tmp0 = $this.jw_1;
|
|
150
150
|
var tmp = KProperty1();
|
|
151
151
|
// Inline function 'kotlin.getValue' call
|
|
152
152
|
getPropertyCallableRef('_hashCode', 1, tmp, SerialDescriptorImpl$_get__hashCode_$ref_2v7wzp(), null);
|
|
153
153
|
return tmp0.z1();
|
|
154
154
|
}
|
|
155
155
|
function SerialDescriptorImpl$_hashCode$delegate$lambda(this$0) {
|
|
156
|
-
return () => hashCodeImpl(this$0, this$0.
|
|
156
|
+
return () => hashCodeImpl(this$0, this$0.iw_1);
|
|
157
157
|
}
|
|
158
158
|
function SerialDescriptorImpl$_get__hashCode_$ref_2v7wzp() {
|
|
159
159
|
return (p0) => _get__hashCode__tgwhef(p0);
|
|
@@ -163,24 +163,24 @@ function SerialDescriptorImpl() {
|
|
|
163
163
|
if (SerialDescriptorImplClass === VOID) {
|
|
164
164
|
class $ {
|
|
165
165
|
constructor(serialName, kind, elementsCount, typeParameters, builder) {
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
168
|
-
this.
|
|
169
|
-
this.
|
|
170
|
-
this.
|
|
166
|
+
this.yv_1 = serialName;
|
|
167
|
+
this.zv_1 = kind;
|
|
168
|
+
this.aw_1 = elementsCount;
|
|
169
|
+
this.bw_1 = builder.ws_1;
|
|
170
|
+
this.cw_1 = toHashSet(builder.xs_1);
|
|
171
171
|
var tmp = this;
|
|
172
172
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
173
|
-
var this_0 = builder.
|
|
174
|
-
tmp.
|
|
175
|
-
this.
|
|
173
|
+
var this_0 = builder.xs_1;
|
|
174
|
+
tmp.dw_1 = copyToArray(this_0);
|
|
175
|
+
this.ew_1 = compactArray(builder.zs_1);
|
|
176
176
|
var tmp_0 = this;
|
|
177
177
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
178
|
-
var this_1 = builder.
|
|
179
|
-
tmp_0.
|
|
180
|
-
this.
|
|
178
|
+
var this_1 = builder.at_1;
|
|
179
|
+
tmp_0.fw_1 = copyToArray(this_1);
|
|
180
|
+
this.gw_1 = toBooleanArray(builder.bt_1);
|
|
181
181
|
var tmp_1 = this;
|
|
182
182
|
// Inline function 'kotlin.collections.map' call
|
|
183
|
-
var this_2 = withIndex(this.
|
|
183
|
+
var this_2 = withIndex(this.dw_1);
|
|
184
184
|
// Inline function 'kotlin.collections.mapTo' call
|
|
185
185
|
var destination = ArrayList().u(collectionSizeOrDefault(this_2, 10));
|
|
186
186
|
var _iterator__ex2g4s = this_2.k1();
|
|
@@ -189,41 +189,41 @@ function SerialDescriptorImpl() {
|
|
|
189
189
|
var tmp$ret$2 = to(item.rj_1, item.qj_1);
|
|
190
190
|
destination.v(tmp$ret$2);
|
|
191
191
|
}
|
|
192
|
-
tmp_1.
|
|
193
|
-
this.
|
|
192
|
+
tmp_1.hw_1 = toMap(destination);
|
|
193
|
+
this.iw_1 = compactArray(typeParameters);
|
|
194
194
|
var tmp_2 = this;
|
|
195
|
-
tmp_2.
|
|
195
|
+
tmp_2.jw_1 = lazy(SerialDescriptorImpl$_hashCode$delegate$lambda(this));
|
|
196
196
|
}
|
|
197
|
-
|
|
198
|
-
return this.
|
|
197
|
+
rt() {
|
|
198
|
+
return this.yv_1;
|
|
199
199
|
}
|
|
200
|
-
|
|
201
|
-
return this.
|
|
200
|
+
iv() {
|
|
201
|
+
return this.zv_1;
|
|
202
202
|
}
|
|
203
|
-
|
|
204
|
-
return this.
|
|
203
|
+
kv() {
|
|
204
|
+
return this.aw_1;
|
|
205
205
|
}
|
|
206
|
-
|
|
207
|
-
return this.
|
|
206
|
+
lv() {
|
|
207
|
+
return this.bw_1;
|
|
208
208
|
}
|
|
209
|
-
|
|
210
|
-
return this.
|
|
209
|
+
kw() {
|
|
210
|
+
return this.cw_1;
|
|
211
211
|
}
|
|
212
|
-
|
|
213
|
-
return getChecked(this.
|
|
212
|
+
mv(index) {
|
|
213
|
+
return getChecked(this.dw_1, index);
|
|
214
214
|
}
|
|
215
|
-
|
|
216
|
-
var tmp0_elvis_lhs = this.
|
|
215
|
+
nv(name) {
|
|
216
|
+
var tmp0_elvis_lhs = this.hw_1.j3(name);
|
|
217
217
|
return tmp0_elvis_lhs == null ? -3 : tmp0_elvis_lhs;
|
|
218
218
|
}
|
|
219
|
-
|
|
220
|
-
return getChecked(this.
|
|
219
|
+
ov(index) {
|
|
220
|
+
return getChecked(this.fw_1, index);
|
|
221
221
|
}
|
|
222
|
-
|
|
223
|
-
return getChecked(this.
|
|
222
|
+
pv(index) {
|
|
223
|
+
return getChecked(this.ew_1, index);
|
|
224
224
|
}
|
|
225
|
-
|
|
226
|
-
return getChecked_0(this.
|
|
225
|
+
qv(index) {
|
|
226
|
+
return getChecked_0(this.gw_1, index);
|
|
227
227
|
}
|
|
228
228
|
equals(other) {
|
|
229
229
|
var tmp$ret$0;
|
|
@@ -237,29 +237,29 @@ function SerialDescriptorImpl() {
|
|
|
237
237
|
tmp$ret$0 = false;
|
|
238
238
|
break $l$block_5;
|
|
239
239
|
}
|
|
240
|
-
if (!(this.
|
|
240
|
+
if (!(this.rt() === other.rt())) {
|
|
241
241
|
tmp$ret$0 = false;
|
|
242
242
|
break $l$block_5;
|
|
243
243
|
}
|
|
244
|
-
if (!contentEquals(this.
|
|
244
|
+
if (!contentEquals(this.iw_1, other.iw_1)) {
|
|
245
245
|
tmp$ret$0 = false;
|
|
246
246
|
break $l$block_5;
|
|
247
247
|
}
|
|
248
|
-
if (!(this.
|
|
248
|
+
if (!(this.kv() === other.kv())) {
|
|
249
249
|
tmp$ret$0 = false;
|
|
250
250
|
break $l$block_5;
|
|
251
251
|
}
|
|
252
252
|
var inductionVariable = 0;
|
|
253
|
-
var last = this.
|
|
253
|
+
var last = this.kv();
|
|
254
254
|
if (inductionVariable < last)
|
|
255
255
|
do {
|
|
256
256
|
var index = inductionVariable;
|
|
257
257
|
inductionVariable = inductionVariable + 1 | 0;
|
|
258
|
-
if (!(this.
|
|
258
|
+
if (!(this.pv(index).rt() === other.pv(index).rt())) {
|
|
259
259
|
tmp$ret$0 = false;
|
|
260
260
|
break $l$block_5;
|
|
261
261
|
}
|
|
262
|
-
if (!equals(this.
|
|
262
|
+
if (!equals(this.pv(index).iv(), other.pv(index).iv())) {
|
|
263
263
|
tmp$ret$0 = false;
|
|
264
264
|
break $l$block_5;
|
|
265
265
|
}
|
|
@@ -276,8 +276,8 @@ function SerialDescriptorImpl() {
|
|
|
276
276
|
return toStringImpl(this);
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
|
-
protoOf($).
|
|
280
|
-
protoOf($).
|
|
279
|
+
protoOf($).bv = get_isNullable;
|
|
280
|
+
protoOf($).jv = get_isInline;
|
|
281
281
|
initMetadataForClass($, 'SerialDescriptorImpl', VOID, VOID, [SerialDescriptor(), CachedNames()]);
|
|
282
282
|
SerialDescriptorImplClass = $;
|
|
283
283
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/descriptors/SerialDescriptors.kt","src/kotlin/util/Preconditions.kt","src/kotlin/text/Strings.kt","src/kotlin/collections/MutableCollections.kt","src/kotlin/util/Lazy.kt","js/src/kotlin/collectionJs.kt","common/src/generated/_Collections.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.kt"],"sourcesContent":[null,null,null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["PrimitiveSerialDescriptor","serialName","kind","message","buildClassSerialDescriptor","typeParameters","builderAction","sdBuilder","element","elementName","descriptor","annotations","isOptional","element$default","buildSerialDescriptor","builder","<get-_hashCode>","SerialDescriptorImpl$_hashCode$delegate$lambda","SerialDescriptorImpl$_hashCode$delegate$lambda$lambda","elementsCount","item","<get-serialName>","<get-kind>","<get-elementsCount>","<get-annotations>","<get-serialNames>","getElementName","index","getElementIndex","name","getElementAnnotations","getElementDescriptor","isElementOptional","equals","other","hashCode","toString","buildClassSerialDescriptor$lambda","buildSerialDescriptor$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAsFAA,CACqCC,U,EAAoBC,IADzDF,EACgG;A;;ECpDxF,KC0R+C,CAAC,QFrO5C,UEqO4C,CD1RhD,C,CAAQ;A,QACRG,UDoD+B,mC;ICnD/B,oCAAuC,SAAR,OAAQ,CAAvC,C;EACJ,C;EDmDA,OAAO,wBAAwB,UAAxB,EAAoC,IAApC,C;AACX,C;mCAvCAC,CACIH,U,EACAI,c,EACAC,aAHJF,EAIoB;A;;UADyC,iC;;;;;;;ECnBrD,KC0R+C,CAAC,QFrQ5C,UEqQ4C,CD1RhD,C,CAAQ;A,QACRD,UDoB+B,mC;ICnB/B,oCAAuC,SAAR,OAAQ,CAAvC,C;EACJ,C;MDmBAI,iDAA6C,UAA7CA,C;EACU,cAAV,SAAU,C;EACV,oCACI,UADJ,uBAGI,SAAuB,CAAb,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/descriptors/SerialDescriptors.kt","src/kotlin/util/Preconditions.kt","src/kotlin/text/Strings.kt","src/kotlin/collections/MutableCollections.kt","src/kotlin/util/Lazy.kt","js/src/kotlin/collectionJs.kt","common/src/generated/_Collections.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.kt"],"sourcesContent":[null,null,null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["PrimitiveSerialDescriptor","serialName","kind","message","buildClassSerialDescriptor","typeParameters","builderAction","sdBuilder","element","elementName","descriptor","annotations","isOptional","element$default","buildSerialDescriptor","builder","<get-_hashCode>","SerialDescriptorImpl$_hashCode$delegate$lambda","SerialDescriptorImpl$_hashCode$delegate$lambda$lambda","elementsCount","item","<get-serialName>","<get-kind>","<get-elementsCount>","<get-annotations>","<get-serialNames>","getElementName","index","getElementIndex","name","getElementAnnotations","getElementDescriptor","isElementOptional","equals","other","hashCode","toString","buildClassSerialDescriptor$lambda","buildSerialDescriptor$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAsFAA,CACqCC,U,EAAoBC,IADzDF,EACgG;A;;ECpDxF,KC0R+C,CAAC,QFrO5C,UEqO4C,CD1RhD,C,CAAQ;A,QACRG,UDoD+B,mC;ICnD/B,oCAAuC,SAAR,OAAQ,CAAvC,C;EACJ,C;EDmDA,OAAO,wBAAwB,UAAxB,EAAoC,IAApC,C;AACX,C;mCAvCAC,CACIH,U,EACAI,c,EACAC,aAHJF,EAIoB;A;;UADyC,iC;;;;;;;ECnBrD,KC0R+C,CAAC,QFrQ5C,UEqQ4C,CD1RhD,C,CAAQ;A,QACRD,UDoB+B,mC;ICnB/B,oCAAuC,SAAR,OAAQ,CAAvC,C;EACJ,C;MDmBAI,iDAA6C,UAA7CA,C;EACU,cAAV,SAAU,C;EACV,oCACI,UADJ,uBAGI,SAAuB,CAAb,IAAa,KAH3B,EAImB,OAAf,cAAe,CAJnB,EAKI,SALJ,C;AAOJ,C;;;;;kBA4NIN,U;QAAA,sB;QAUiC,iB;QAMU,uB;QAEM,4B;QACH,0B;QACmB,4B;QACA,4B;QACT,4B;;QAoBxDO,CACIC,W,EACAC,U,EACAC,W,EACAC,UAJJJ,EAKE;A;QC1SE,KD2SQ,IAAY,CAAZ,IAAY,GAAI,WAAJ,CC3SpB,C,CAAQ;A,cACRL,UD0SyC,qBAAD,GAAqB,WAArB,GAAgC,6BAAhC,GAA4D,IAA5D,CAA4D,I;UCzSpG,oCAAuC,SAAR,OAAQ,CAAvC,C;QACJ,C;;QDySI,IG9RC,CH8RD,IG9RC,GH8Re,WG9Rf,C;;QH+RD,IG/RC,CH+RD,IG/RC,GH+RqB,UG/RrB,C;;QHgSD,IGhSC,CHgSD,IGhSC,GHgSqB,WGhSrB,C;;QHiSD,IGjSC,CHiSD,IGjSC,GHiSqB,UGjSrB,C;MHkSL,C;QAXAU,CACIJ,W,EACAC,U,EACAC,W,EACAC,U,QAJJC,E;6CAGoC,W;2CACV,K;;;;;;;;;O;;;;;;;8BAtL9BC,CAEIb,U,EACAC,I,EACAG,c,EACAU,OALJD,EAMoB;A;;UADmC,4B;;;;;;;ECxH/C,KC0R+C,CAAC,QFhK5C,UEgK4C,CD1RhD,C,CAAQ;A,QACRX,UDyH+B,mC;I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"}
|
|
@@ -24,104 +24,104 @@ var AbstractDecoderClass;
|
|
|
24
24
|
function AbstractDecoder() {
|
|
25
25
|
if (AbstractDecoderClass === VOID) {
|
|
26
26
|
class $ {
|
|
27
|
-
|
|
28
|
-
throw SerializationException().
|
|
27
|
+
lw() {
|
|
28
|
+
throw SerializationException().ju(toString(getKClassFromExpression(this)) + " can't retrieve untyped values");
|
|
29
29
|
}
|
|
30
|
-
|
|
30
|
+
mw() {
|
|
31
31
|
return true;
|
|
32
32
|
}
|
|
33
|
-
|
|
33
|
+
nw() {
|
|
34
34
|
return null;
|
|
35
35
|
}
|
|
36
|
-
|
|
37
|
-
var tmp = this.
|
|
36
|
+
ow() {
|
|
37
|
+
var tmp = this.lw();
|
|
38
38
|
return typeof tmp === 'boolean' ? tmp : THROW_CCE();
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
var tmp = this.
|
|
40
|
+
pw() {
|
|
41
|
+
var tmp = this.lw();
|
|
42
42
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
var tmp = this.
|
|
44
|
+
qw() {
|
|
45
|
+
var tmp = this.lw();
|
|
46
46
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
var tmp = this.
|
|
48
|
+
rw() {
|
|
49
|
+
var tmp = this.lw();
|
|
50
50
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
var tmp = this.
|
|
52
|
+
sw() {
|
|
53
|
+
var tmp = this.lw();
|
|
54
54
|
return typeof tmp === 'bigint' ? tmp : THROW_CCE();
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
var tmp = this.
|
|
56
|
+
tw() {
|
|
57
|
+
var tmp = this.lw();
|
|
58
58
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
var tmp = this.
|
|
60
|
+
uw() {
|
|
61
|
+
var tmp = this.lw();
|
|
62
62
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
63
63
|
}
|
|
64
|
-
|
|
65
|
-
var tmp = this.
|
|
64
|
+
vw() {
|
|
65
|
+
var tmp = this.lw();
|
|
66
66
|
return tmp instanceof Char() ? tmp.q2_1 : THROW_CCE();
|
|
67
67
|
}
|
|
68
|
-
|
|
69
|
-
var tmp = this.
|
|
68
|
+
ww() {
|
|
69
|
+
var tmp = this.lw();
|
|
70
70
|
return typeof tmp === 'string' ? tmp : THROW_CCE();
|
|
71
71
|
}
|
|
72
|
-
|
|
73
|
-
var tmp = this.
|
|
72
|
+
xw(enumDescriptor) {
|
|
73
|
+
var tmp = this.lw();
|
|
74
74
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
yw(descriptor) {
|
|
77
77
|
return this;
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
return this.
|
|
79
|
+
zw(deserializer, previousValue) {
|
|
80
|
+
return this.ax(deserializer);
|
|
81
81
|
}
|
|
82
|
-
|
|
82
|
+
bx(descriptor) {
|
|
83
83
|
return this;
|
|
84
84
|
}
|
|
85
|
-
|
|
85
|
+
cx(descriptor) {
|
|
86
86
|
}
|
|
87
|
-
|
|
88
|
-
return this.
|
|
87
|
+
dx(descriptor, index) {
|
|
88
|
+
return this.ow();
|
|
89
89
|
}
|
|
90
|
-
|
|
91
|
-
return this.
|
|
90
|
+
ex(descriptor, index) {
|
|
91
|
+
return this.pw();
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
return this.
|
|
93
|
+
fx(descriptor, index) {
|
|
94
|
+
return this.qw();
|
|
95
95
|
}
|
|
96
|
-
|
|
97
|
-
return this.
|
|
96
|
+
gx(descriptor, index) {
|
|
97
|
+
return this.rw();
|
|
98
98
|
}
|
|
99
|
-
|
|
100
|
-
return this.
|
|
99
|
+
hx(descriptor, index) {
|
|
100
|
+
return this.sw();
|
|
101
101
|
}
|
|
102
|
-
|
|
103
|
-
return this.
|
|
102
|
+
ix(descriptor, index) {
|
|
103
|
+
return this.tw();
|
|
104
104
|
}
|
|
105
|
-
|
|
106
|
-
return this.
|
|
105
|
+
jx(descriptor, index) {
|
|
106
|
+
return this.uw();
|
|
107
107
|
}
|
|
108
|
-
|
|
109
|
-
return this.
|
|
108
|
+
kx(descriptor, index) {
|
|
109
|
+
return this.vw();
|
|
110
110
|
}
|
|
111
|
-
|
|
112
|
-
return this.
|
|
111
|
+
lx(descriptor, index) {
|
|
112
|
+
return this.ww();
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
return this.
|
|
114
|
+
mx(descriptor, index) {
|
|
115
|
+
return this.yw(descriptor.pv(index));
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
return this.
|
|
117
|
+
nx(descriptor, index, deserializer, previousValue) {
|
|
118
|
+
return this.zw(deserializer, previousValue);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
protoOf($).
|
|
122
|
-
protoOf($).
|
|
123
|
-
protoOf($).
|
|
124
|
-
protoOf($).
|
|
121
|
+
protoOf($).ox = decodeSerializableElement$default;
|
|
122
|
+
protoOf($).ax = decodeSerializableValue;
|
|
123
|
+
protoOf($).qx = decodeSequentially;
|
|
124
|
+
protoOf($).sx = decodeCollectionSize;
|
|
125
125
|
initMetadataForClass($, 'AbstractDecoder', VOID, VOID, [Decoder(), CompositeDecoder()]);
|
|
126
126
|
AbstractDecoderClass = $;
|
|
127
127
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/encoding/AbstractDecoder.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["decodeValue","decodeNotNullMark","decodeNull","decodeBoolean","decodeByte","decodeShort","decodeInt","decodeLong","decodeFloat","decodeDouble","decodeChar","decodeString","decodeEnum","enumDescriptor","decodeInline","descriptor","decodeSerializableValue","deserializer","previousValue","beginStructure","endStructure","decodeBooleanElement","index","decodeByteElement","decodeShortElement","decodeIntElement","decodeLongElement","decodeFloatElement","decodeDoubleElement","decodeCharElement","decodeStringElement","decodeInlineElement","decodeSerializableElement"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/encoding/AbstractDecoder.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["decodeValue","decodeNotNullMark","decodeNull","decodeBoolean","decodeByte","decodeShort","decodeInt","decodeLong","decodeFloat","decodeDouble","decodeChar","decodeString","decodeEnum","enumDescriptor","decodeInline","descriptor","decodeSerializableValue","deserializer","previousValue","beginStructure","endStructure","decodeBooleanElement","index","decodeByteElement","decodeShortElement","decodeIntElement","decodeLongElement","decodeFloatElement","decodeDoubleElement","decodeCharElement","decodeStringElement","decodeInlineElement","decodeSerializableElement"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;QAqBIA,CAAAA,EAAqC;A,QAAA,mEAAgC,IAAhC,KAA4C,gCAA5C,C;MAA2E,C;QAEhHC,CAAAA,EAA4C;A,QAAI,OAAJ,I;MAAG,C;QAC/CC,CAAAA,EAAsC;A,QAAI,OAAJ,I;MAAG,C;QACzCC,CAAAA,EAAwC;A,kBAAA,S;QAAwB,kCAAxB,GAAwB,c;MAAD,C;QAC/DC,CAAAA,EAAkC;A,kBAAA,S;QAAqB,iCAArB,GAAqB,c;MAAD,C;QACtDC,CAAAA,EAAoC;A,kBAAA,S;QAAsB,iCAAtB,GAAsB,c;MAAD,C;QACzDC,CAAAA,EAAgC;A,kBAAA,S;QAAoB,iCAApB,GAAoB,c;MAAD,C;QACnDC,CAAAA,EAAkC;A,kBAAA,S;QAAqB,iCAArB,GAAqB,c;MAAD,C;QACtDC,CAAAA,EAAoC;A,kBAAA,S;QAAsB,iCAAtB,GAAsB,c;MAAD,C;QACzDC,CAAAA,EAAsC;A,kBAAA,S;QAAuB,iCAAvB,GAAuB,c;MAAD,C;QAC5DC,CAAAA,EAAkC;A,kBAAA,S;QAAqB,qD;MAAD,C;QACtDC,CAAAA,EAAsC;A,kBAAA,S;QAAuB,iCAAvB,GAAuB,c;MAAD,C;QAC5DC,CAAwBC,cAAxBD,EAAiE;A,kBAAA,S;QAAoB,iCAApB,GAAoB,c;MAAD,C;QAEpFE,CAA0BC,UAA1BD,EAAmE;A,QAAI,OAAJ,I;MAAG,C;QAGtEE,CACIC,Y,EACAC,aAFJF,EAGO;A,QAAqC,OAArC,QAAwB,YAAxB,C;MAAoC,C;QAE3CG,CAA4BJ,UAA5BI,EAA8E;A,QAAI,OAAJ,I;MAAG,C;QAEjFC,CAA0BL,UAA1BK,EAAwD;A,MACxD,C;QAEAC,CAAwCN,U,EAA8BO,KAAtED,EAA6F;A,QAAe,OAAf,S;MAAc,C;QAC3GE,CAAqCR,U,EAA8BO,KAAnEC,EAAuF;A,QAAY,OAAZ,S;MAAW,C;QAClGC,CAAsCT,U,EAA8BO,KAApEE,EAAyF;A,QAAa,OAAb,S;MAAY,C;QACrGC,CAAoCV,U,EAA8BO,KAAlEG,EAAqF;A,QAAW,OAAX,S;MAAU,C;QAC/FC,CAAqCX,U,EAA8BO,KAAnEI,EAAuF;A,QAAY,OAAZ,S;MAAW,C;QAClGC,CAAsCZ,U,EAA8BO,KAApEK,EAAyF;A,QAAa,OAAb,S;MAAY,C;QACrGC,CAAuCb,U,EAA8BO,KAArEM,EAA2F;A,QAAc,OAAd,S;MAAa,C;QACxGC,CAAqCd,U,EAA8BO,KAAnEO,EAAuF;A,QAAY,OAAZ,S;MAAW,C;QAClGC,CAAuCf,U,EAA8BO,KAArEQ,EAA2F;A,QAAc,OAAd,S;MAAa,C;QAExGC,CACIhB,U,EACAO,KAFJS,EAGa;A,QAAoD,OAApD,QAAa,UAAW,IAAqB,KAArB,CAAxB,C;MAAmD,C;QAEhEC,CACIjB,U,EACAO,K,EACAL,Y,EACAC,aAJJc,EAKO;A,QAAoD,OAApD,QAAwB,YAAxB,EAAsC,aAAtC,C;MAAmD,C;;;;;;;;;;;;;;;"}
|
|
@@ -26,114 +26,114 @@ var AbstractEncoderClass;
|
|
|
26
26
|
function AbstractEncoder() {
|
|
27
27
|
if (AbstractEncoderClass === VOID) {
|
|
28
28
|
class $ {
|
|
29
|
-
static
|
|
29
|
+
static tx() {
|
|
30
30
|
return createThis(this);
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
bx(descriptor) {
|
|
33
33
|
return this;
|
|
34
34
|
}
|
|
35
|
-
|
|
35
|
+
cx(descriptor) {
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
ux(descriptor, index) {
|
|
38
38
|
return true;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
throw SerializationException().
|
|
40
|
+
vx(value) {
|
|
41
|
+
throw SerializationException().ju('Non-serializable ' + toString(getKClassFromExpression(value)) + ' is not supported by ' + toString(getKClassFromExpression(this)) + ' encoder');
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
throw SerializationException().
|
|
43
|
+
wx() {
|
|
44
|
+
throw SerializationException().ju("'null' is not supported by default");
|
|
45
45
|
}
|
|
46
|
-
|
|
47
|
-
return this.
|
|
46
|
+
xx(value) {
|
|
47
|
+
return this.vx(value);
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
return this.
|
|
49
|
+
yx(value) {
|
|
50
|
+
return this.vx(value);
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
return this.
|
|
52
|
+
zx(value) {
|
|
53
|
+
return this.vx(value);
|
|
54
54
|
}
|
|
55
|
-
|
|
56
|
-
return this.
|
|
55
|
+
ay(value) {
|
|
56
|
+
return this.vx(value);
|
|
57
57
|
}
|
|
58
|
-
|
|
59
|
-
return this.
|
|
58
|
+
by(value) {
|
|
59
|
+
return this.vx(value);
|
|
60
60
|
}
|
|
61
|
-
|
|
62
|
-
return this.
|
|
61
|
+
cy(value) {
|
|
62
|
+
return this.vx(value);
|
|
63
63
|
}
|
|
64
|
-
|
|
65
|
-
return this.
|
|
64
|
+
dy(value) {
|
|
65
|
+
return this.vx(value);
|
|
66
66
|
}
|
|
67
|
-
|
|
68
|
-
return this.
|
|
67
|
+
ey(value) {
|
|
68
|
+
return this.vx(new (Char())(value));
|
|
69
69
|
}
|
|
70
|
-
|
|
71
|
-
return this.
|
|
70
|
+
fy(value) {
|
|
71
|
+
return this.vx(value);
|
|
72
72
|
}
|
|
73
|
-
|
|
74
|
-
return this.
|
|
73
|
+
gy(enumDescriptor, index) {
|
|
74
|
+
return this.vx(index);
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
hy(descriptor) {
|
|
77
77
|
return this;
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
if (this.
|
|
81
|
-
this.
|
|
79
|
+
iy(descriptor, index, value) {
|
|
80
|
+
if (this.ux(descriptor, index)) {
|
|
81
|
+
this.xx(value);
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
|
|
85
|
-
if (this.
|
|
86
|
-
this.
|
|
84
|
+
jy(descriptor, index, value) {
|
|
85
|
+
if (this.ux(descriptor, index)) {
|
|
86
|
+
this.yx(value);
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
|
|
90
|
-
if (this.
|
|
91
|
-
this.
|
|
89
|
+
ky(descriptor, index, value) {
|
|
90
|
+
if (this.ux(descriptor, index)) {
|
|
91
|
+
this.zx(value);
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
|
|
95
|
-
if (this.
|
|
96
|
-
this.
|
|
94
|
+
ly(descriptor, index, value) {
|
|
95
|
+
if (this.ux(descriptor, index)) {
|
|
96
|
+
this.ay(value);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
|
|
100
|
-
if (this.
|
|
101
|
-
this.
|
|
99
|
+
my(descriptor, index, value) {
|
|
100
|
+
if (this.ux(descriptor, index)) {
|
|
101
|
+
this.by(value);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
|
|
105
|
-
if (this.
|
|
106
|
-
this.
|
|
104
|
+
ny(descriptor, index, value) {
|
|
105
|
+
if (this.ux(descriptor, index)) {
|
|
106
|
+
this.cy(value);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
|
-
|
|
110
|
-
if (this.
|
|
111
|
-
this.
|
|
109
|
+
oy(descriptor, index, value) {
|
|
110
|
+
if (this.ux(descriptor, index)) {
|
|
111
|
+
this.dy(value);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
if (this.
|
|
116
|
-
this.
|
|
114
|
+
py(descriptor, index, value) {
|
|
115
|
+
if (this.ux(descriptor, index)) {
|
|
116
|
+
this.ey(value);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
if (this.
|
|
121
|
-
this.
|
|
119
|
+
qy(descriptor, index, value) {
|
|
120
|
+
if (this.ux(descriptor, index)) {
|
|
121
|
+
this.fy(value);
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
return this.
|
|
124
|
+
ry(descriptor, index) {
|
|
125
|
+
return this.ux(descriptor, index) ? this.hy(descriptor.pv(index)) : NoOpEncoder_getInstance();
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
if (this.
|
|
129
|
-
this.
|
|
127
|
+
sy(descriptor, index, serializer, value) {
|
|
128
|
+
if (this.ux(descriptor, index)) {
|
|
129
|
+
this.ty(serializer, value);
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
protoOf($).
|
|
134
|
-
protoOf($).
|
|
135
|
-
protoOf($).
|
|
136
|
-
protoOf($).
|
|
133
|
+
protoOf($).uy = encodeNotNullMark;
|
|
134
|
+
protoOf($).vy = beginCollection;
|
|
135
|
+
protoOf($).ty = encodeSerializableValue;
|
|
136
|
+
protoOf($).wy = shouldEncodeElementDefault;
|
|
137
137
|
initMetadataForClass($, 'AbstractEncoder', VOID, VOID, [Encoder(), CompositeEncoder()]);
|
|
138
138
|
AbstractEncoderClass = $;
|
|
139
139
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/encoding/AbstractEncoder.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["beginStructure","descriptor","endStructure","encodeElement","index","encodeValue","value","encodeNull","encodeBoolean","encodeByte","encodeShort","encodeInt","encodeLong","encodeFloat","encodeDouble","encodeChar","encodeString","encodeEnum","enumDescriptor","encodeInline","encodeBooleanElement","encodeByteElement","encodeShortElement","encodeIntElement","encodeLongElement","encodeFloatElement","encodeDoubleElement","encodeCharElement","encodeStringElement","encodeInlineElement","encodeSerializableElement","serializer"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/encoding/AbstractEncoder.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["beginStructure","descriptor","endStructure","encodeElement","index","encodeValue","value","encodeNull","encodeBoolean","encodeByte","encodeShort","encodeInt","encodeLong","encodeFloat","encodeDouble","encodeChar","encodeString","encodeEnum","enumDescriptor","encodeInline","encodeBooleanElement","encodeByteElement","encodeShortElement","encodeIntElement","encodeLongElement","encodeFloatElement","encodeDoubleElement","encodeCharElement","encodeStringElement","encodeInlineElement","encodeSerializableElement","serializer"],"mappings":"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"}
|