@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
|
@@ -38,7 +38,7 @@ var NO_CALLBACK;
|
|
|
38
38
|
function *_generator_writeFully__hb5mir(_this__u8e3s4, value, startIndex, endIndex, $completion) {
|
|
39
39
|
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
40
40
|
endIndex = endIndex === VOID ? value.length : endIndex;
|
|
41
|
-
_this__u8e3s4.
|
|
41
|
+
_this__u8e3s4.g2m().r2i(value, startIndex, endIndex);
|
|
42
42
|
var tmp = flushIfNeeded(_this__u8e3s4, $completion);
|
|
43
43
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
44
44
|
tmp = yield tmp;
|
|
@@ -54,11 +54,11 @@ function WriterJob() {
|
|
|
54
54
|
if (WriterJobClass === VOID) {
|
|
55
55
|
class $ {
|
|
56
56
|
constructor(channel, job) {
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
57
|
+
this.m2n_1 = channel;
|
|
58
|
+
this.n2n_1 = job;
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
return this.
|
|
60
|
+
q1v() {
|
|
61
|
+
return this.n2n_1;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
initMetadataForClass($, 'WriterJob');
|
|
@@ -77,11 +77,11 @@ function WriterScope() {
|
|
|
77
77
|
if (WriterScopeClass === VOID) {
|
|
78
78
|
class $ {
|
|
79
79
|
constructor(channel, coroutineContext) {
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
80
|
+
this.o2n_1 = channel;
|
|
81
|
+
this.p2n_1 = coroutineContext;
|
|
82
82
|
}
|
|
83
|
-
|
|
84
|
-
return this.
|
|
83
|
+
t1p() {
|
|
84
|
+
return this.p2n_1;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
initMetadataForClass($, 'WriterScope', VOID, VOID, [CoroutineScope()]);
|
|
@@ -91,14 +91,14 @@ function WriterScope() {
|
|
|
91
91
|
}
|
|
92
92
|
function invokeOnCompletion(_this__u8e3s4, block) {
|
|
93
93
|
_init_properties_ByteWriteChannelOperations_kt__i7slrs();
|
|
94
|
-
return _this__u8e3s4.
|
|
94
|
+
return _this__u8e3s4.q1v().w1q(block);
|
|
95
95
|
}
|
|
96
96
|
function close(_this__u8e3s4, cause) {
|
|
97
97
|
_init_properties_ByteWriteChannelOperations_kt__i7slrs();
|
|
98
98
|
if (cause == null) {
|
|
99
99
|
fireAndForget(ByteWriteChannel$flushAndClose$ref_0(_this__u8e3s4));
|
|
100
100
|
} else {
|
|
101
|
-
_this__u8e3s4.
|
|
101
|
+
_this__u8e3s4.o2m(cause);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
function writer_0(_this__u8e3s4, coroutineContext, channel, block) {
|
|
@@ -106,7 +106,7 @@ function writer_0(_this__u8e3s4, coroutineContext, channel, block) {
|
|
|
106
106
|
_init_properties_ByteWriteChannelOperations_kt__i7slrs();
|
|
107
107
|
// Inline function 'kotlin.apply' call
|
|
108
108
|
var this_0 = launch(_this__u8e3s4, coroutineContext, VOID, writer$slambda_0(block, channel));
|
|
109
|
-
this_0.
|
|
109
|
+
this_0.w1q(writer$lambda(channel));
|
|
110
110
|
var job = this_0;
|
|
111
111
|
return new (WriterJob())(channel, job);
|
|
112
112
|
}
|
|
@@ -115,7 +115,7 @@ function fireAndForget(_this__u8e3s4) {
|
|
|
115
115
|
startCoroutineCancellable(_this__u8e3s4, get_NO_CALLBACK());
|
|
116
116
|
}
|
|
117
117
|
function *_generator_writeByte__k05tl9(_this__u8e3s4, value, $completion) {
|
|
118
|
-
_this__u8e3s4.
|
|
118
|
+
_this__u8e3s4.g2m().a2j(value);
|
|
119
119
|
var tmp = flushIfNeeded(_this__u8e3s4, $completion);
|
|
120
120
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
121
121
|
tmp = yield tmp;
|
|
@@ -129,10 +129,10 @@ function NO_CALLBACK$1() {
|
|
|
129
129
|
if (NO_CALLBACK$1Class === VOID) {
|
|
130
130
|
class $ {
|
|
131
131
|
constructor() {
|
|
132
|
-
this.
|
|
132
|
+
this.q2n_1 = EmptyCoroutineContext_instance;
|
|
133
133
|
}
|
|
134
134
|
tb() {
|
|
135
|
-
return this.
|
|
135
|
+
return this.q2n_1;
|
|
136
136
|
}
|
|
137
137
|
ub(result) {
|
|
138
138
|
return Unit_instance;
|
|
@@ -151,10 +151,10 @@ function ByteWriteChannel$flushAndClose$ref() {
|
|
|
151
151
|
if (ByteWriteChannel$flushAndClose$refClass === VOID) {
|
|
152
152
|
class $ {
|
|
153
153
|
constructor(p0) {
|
|
154
|
-
this.
|
|
154
|
+
this.r2n_1 = p0;
|
|
155
155
|
}
|
|
156
156
|
dd($completion) {
|
|
157
|
-
return this.
|
|
157
|
+
return this.r2n_1.n2m($completion);
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
initMetadataForFunctionReference($, VOID, VOID, [0]);
|
|
@@ -170,32 +170,32 @@ function ByteWriteChannel$flushAndClose$ref_0(p0) {
|
|
|
170
170
|
return l;
|
|
171
171
|
}
|
|
172
172
|
function *_generator_invoke__zhh2q8($this, $this$launch, $completion) {
|
|
173
|
-
var nested = Job(get_job($this$launch.
|
|
173
|
+
var nested = Job(get_job($this$launch.t1p()));
|
|
174
174
|
try {
|
|
175
|
-
var tmp = $this.
|
|
175
|
+
var tmp = $this.s2n_1(new (WriterScope())($this.t2n_1, $this$launch.t1p().cl(nested)), $completion);
|
|
176
176
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
177
177
|
tmp = yield tmp;
|
|
178
|
-
nested.
|
|
179
|
-
if (get_job($this$launch.
|
|
180
|
-
$this.
|
|
178
|
+
nested.c1w();
|
|
179
|
+
if (get_job($this$launch.t1p()).q1q()) {
|
|
180
|
+
$this.t2n_1.o2m(get_job($this$launch.t1p()).t1q());
|
|
181
181
|
}
|
|
182
182
|
} catch ($p) {
|
|
183
183
|
if ($p instanceof Error) {
|
|
184
184
|
var cause = $p;
|
|
185
185
|
cancel(nested, 'Exception thrown while writing to channel', cause);
|
|
186
|
-
$this.
|
|
186
|
+
$this.t2n_1.o2m(cause);
|
|
187
187
|
} else {
|
|
188
188
|
throw $p;
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
finally {
|
|
192
|
-
var tmp_0 = nested.
|
|
192
|
+
var tmp_0 = nested.a1r($completion);
|
|
193
193
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
194
194
|
tmp_0 = yield tmp_0;
|
|
195
195
|
// Inline function 'kotlin.runCatching' call
|
|
196
196
|
var tmp_1;
|
|
197
197
|
try {
|
|
198
|
-
var tmp_2 = $this.
|
|
198
|
+
var tmp_2 = $this.t2n_1.n2m($completion);
|
|
199
199
|
if (tmp_2 === get_COROUTINE_SUSPENDED())
|
|
200
200
|
tmp_2 = yield tmp_2;
|
|
201
201
|
// Inline function 'kotlin.Companion.success' call
|
|
@@ -219,14 +219,14 @@ function writer$slambda() {
|
|
|
219
219
|
if (writer$slambdaClass === VOID) {
|
|
220
220
|
class $ {
|
|
221
221
|
constructor($block, $channel) {
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
222
|
+
this.s2n_1 = $block;
|
|
223
|
+
this.t2n_1 = $channel;
|
|
224
224
|
}
|
|
225
|
-
|
|
225
|
+
t28($this$launch, $completion) {
|
|
226
226
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$launch), $completion);
|
|
227
227
|
}
|
|
228
228
|
bd(p1, $completion) {
|
|
229
|
-
return this.
|
|
229
|
+
return this.t28((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -236,15 +236,15 @@ function writer$slambda() {
|
|
|
236
236
|
}
|
|
237
237
|
function writer$slambda_0($block, $channel) {
|
|
238
238
|
var i = new (writer$slambda())($block, $channel);
|
|
239
|
-
var l = ($this$launch, $completion) => i.
|
|
239
|
+
var l = ($this$launch, $completion) => i.t28($this$launch, $completion);
|
|
240
240
|
l.$arity = 1;
|
|
241
241
|
return l;
|
|
242
242
|
}
|
|
243
243
|
function writer$lambda($channel) {
|
|
244
244
|
return (it) => {
|
|
245
245
|
var tmp;
|
|
246
|
-
if (!(it == null) && !$channel.
|
|
247
|
-
$channel.
|
|
246
|
+
if (!(it == null) && !$channel.h2m()) {
|
|
247
|
+
$channel.o2m(it);
|
|
248
248
|
tmp = Unit_instance;
|
|
249
249
|
}
|
|
250
250
|
return Unit_instance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-io/common/src/io/ktor/utils/io/ByteWriteChannelOperations.kt","src/kotlin/util/Standard.kt","src/kotlin/util/Result.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-NO_CALLBACK>","<generator-writeFully>","<this>","value","startIndex","endIndex","$completion","writeFully","channel","job","<get-job>","writer","coroutineContext","autoFlush","block","<get-coroutineContext>","invokeOnCompletion","close","cause","fireAndForget","<generator-writeByte>","writeByte","<get-context>","resumeWith","result","p0","invoke","ByteWriteChannel$flushAndClose$ref","ByteWriteChannel$flushAndClose$ref$lambda","<generator-invoke>","nested","e","$block","$channel","writer$slambda","writer$slambda$lambda","writer$lambda","writer$lambda$lambda","<init properties ByteWriteChannelOperations.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAkPQA,CAAAA,EAAA;A;EAAA,kB;AAAc,C;;uCA/JPC,CAAIC,a,EAA4BC,K,EAAkBC,U,EAAqBC,Q,EAAvEC,WAAAL,EAAmG;A,qCAA/B,C;iCAAmB,K,CAAM,M;EACxG,mBAAY,KAAM,KAAN,EAAa,UAAb,EAAyB,QAAzB,C;MACZ,+C;;;EACJ,oB;AAAA,C;mBAHeM,CAAIL,a,EAA4BC,K,EAAkBC,U,EAAqBC,Q,EAAvEC,WAAAC,E;qCAAoE,C;iCAAmB,K,CAAM,M;;C;;;;;kBAiFjGC,O,EACSC,G;QADhB,oB;QACA,gB;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-io/common/src/io/ktor/utils/io/ByteWriteChannelOperations.kt","src/kotlin/util/Standard.kt","src/kotlin/util/Result.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-NO_CALLBACK>","<generator-writeFully>","<this>","value","startIndex","endIndex","$completion","writeFully","channel","job","<get-job>","writer","coroutineContext","autoFlush","block","<get-coroutineContext>","invokeOnCompletion","close","cause","fireAndForget","<generator-writeByte>","writeByte","<get-context>","resumeWith","result","p0","invoke","ByteWriteChannel$flushAndClose$ref","ByteWriteChannel$flushAndClose$ref$lambda","<generator-invoke>","nested","e","$block","$channel","writer$slambda","writer$slambda$lambda","writer$lambda","writer$lambda$lambda","<init properties ByteWriteChannelOperations.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAkPQA,CAAAA,EAAA;A;EAAA,kB;AAAc,C;;uCA/JPC,CAAIC,a,EAA4BC,K,EAAkBC,U,EAAqBC,Q,EAAvEC,WAAAL,EAAmG;A,qCAA/B,C;iCAAmB,K,CAAM,M;EACxG,mBAAY,KAAM,KAAN,EAAa,UAAb,EAAyB,QAAzB,C;MACZ,+C;;;EACJ,oB;AAAA,C;mBAHeM,CAAIL,a,EAA4BC,K,EAAkBC,U,EAAqBC,Q,EAAvEC,WAAAC,E;qCAAoE,C;iCAAmB,K,CAAM,M;;C;;;;;kBAiFjGC,O,EACSC,G;QADhB,oB;QACA,gB;;SAAgBC,CAAAA,EAAA;A,QAAA,iB;MAAW,C;;;;;;;eAIxBC,CAAIT,a,EACPU,gB,EACAC,S,EACAC,KAHGH,EAIQ;A;mCAFU,K;;EAEoC,OAA9C,wBAAO,gBAAP,yBAAwC,KAAxC,C;AAA6C,C;;;;;kBAvCjDH,O,EACEI,gB;QADT,oB;QACA,6B;;SAASG,CAAAA,EAAA;A,QAAA,iB;MAAqC,C;;;;;;;2BAkB3CC,CAAId,a,EAA8BY,KAAlCE,EACH;A;EAA6B,OAA7B,mBAAI,KAAmB,KAAnB,C;AAAwB,C;cA7BzBC,CAAIf,a,EAAuBgB,KAA3BD,EAA8C;A;EAC7C,aAAS,IAAT,C,CAAe;A,IACC,cAAhB,mDAAgB,C;EACpB,C,MAAO;A,IACH,kBAAO,KAAP,C;EACJ,C;AACJ,C;iBA6CON,CAAIT,a,EACPU,gB,EACAJ,O,EACAM,KAHGH,EAIM;A;;;eACC,sBAAO,gBAAP,QAAyB,gCAAzB,C;EAiBN,WAAmB,sBAAnB,C;MAjBJF,MClGO,M;ED0HP,yBAAiB,OAAjB,EAA0B,GAA1B,C;AACJ,C;sBAgCSU,CAAQjB,aAARiB,EAA0C;A;EAC1C,0BAAL,aAAK,EAA0B,iBAA1B,C;AACT,C;sCA/NeC,CAAIlB,a,EAA2BC,K,EAA/BG,WAAAc,EAA4C;A,EACvD,mBAAY,KAAU,KAAV,C;MACZ,+C;;;EACJ,oB;AAAA,C;kBAHeC,CAAInB,a,EAA2BC,K,EAA/BG,WAAAe,E;;C;;;;;;QAkO8B,2C;;QAAhCC,CAAAA,EAAA;A,QAAA,iB;MAA4B,C;QAE5BC,CAAeC,MAAfD,EAAuC;A,QAAI,oB;MAAD,C;SAxNpCC,M;;;;;;;;;;;;;kBAkGXC,E;QAAA,e;;QAAAC,CAAApB,WAAAoB,E;eAAA,2B;O;;;;;;;6CAAAC,CAAAF,EAAAE,E;;UAAAC,CAAAtB,WAAAsB,sB;;;;C;mCAsD+BC,CAAA,K,EAAA,Y,EAAAvB,WAAAuB,EAC/B;A,MAAAC,SAAa,IAA0B,QAAtB,YAAK,MAAiB,CAA1B,C;EACb,IAAI;A,QACA,sCAAkB,KAAlB,CAAkB,KAAlB,EAA2B,YAAK,MAAL,IAAwB,MAAxB,CAA3B,e;;;IACA,MAAO,M;IAEH,IAAsB,QAAtB,YAAK,MAAiB,CAAI,MAA1B,C,CAAuC;A,MACvC,KAAQ,CAAR,KAAQ,KAA6B,QAAtB,YAAK,MAAiB,CAAI,MAAjC,C;IACZ,C;EACJ,C;6BAA2B;A,UAAlBZ,U;MACE,OAAP,MAAO,EAAO,2CAAP,EAAoD,KAApD,C;MACP,KAAQ,CAAR,KAAQ,KAAO,KAAP,C;IACZ,C;;;;UAAU;A,QACC,QAAP,MAAO,iB;;;;;IEvCR,I;UFwCuB,QAAR,KAAQ,CAAR,KAAQ,iB;;;;cEvGtB,2C;;;;YAiECa,M;;gBAxDD,6BAAO,cAyDI,CAzDJ,CAAP,C;;;;;;EF+FJ,C;EAAA,oB;AAAA,C;;;;;kBAjBJC,M,EADAC,Q;;;;SAGmCP,CAAA,Y,EAAApB,WAAAoB,E;;O;SArLvC,E,EAAApB,W;;;;;;;;;yBAqLuC4B,CAFnCF,M,EADAC,QAGmCC,E;;UAAAC,CAAA,Y,EAAA7B,WAAA6B,qC;;;C;sBAiBZC,CApBvBH,QAoBuBG,E;SAAAC,CAAA,EAAAA,KAAA;A;IACX,YAAM,IAAN,KAAc,CAAC,QAAQ,MAAvB,C;MACA,QAAQ,KAAO,EAAP,C;;;IAEhB,oB;EAAA,C;C;;+DA1MRC,CAAAA,E;;;;;C;;;;;"}
|
|
@@ -14,7 +14,7 @@ function get_CLOSED() {
|
|
|
14
14
|
}
|
|
15
15
|
var CLOSED;
|
|
16
16
|
function ClosedByteChannelException$_init_$ref_yjp351() {
|
|
17
|
-
var l = (p0) => ClosedByteChannelException().
|
|
17
|
+
var l = (p0) => ClosedByteChannelException().x2n(p0);
|
|
18
18
|
l.callableName = '<init>';
|
|
19
19
|
return l;
|
|
20
20
|
}
|
|
@@ -23,27 +23,27 @@ function CloseToken() {
|
|
|
23
23
|
if (CloseTokenClass === VOID) {
|
|
24
24
|
class $ {
|
|
25
25
|
constructor(origin) {
|
|
26
|
-
this.
|
|
26
|
+
this.e2m_1 = origin;
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
var tmp0_subject = this.
|
|
28
|
+
y2n(wrap) {
|
|
29
|
+
var tmp0_subject = this.e2m_1;
|
|
30
30
|
var tmp;
|
|
31
31
|
if (tmp0_subject == null) {
|
|
32
32
|
tmp = null;
|
|
33
33
|
} else {
|
|
34
34
|
if (isInterface(tmp0_subject, CopyableThrowable())) {
|
|
35
|
-
tmp = this.
|
|
35
|
+
tmp = this.e2m_1.p1w();
|
|
36
36
|
} else {
|
|
37
37
|
if (tmp0_subject instanceof CancellationException()) {
|
|
38
|
-
tmp = CancellationException().wc(this.
|
|
38
|
+
tmp = CancellationException().wc(this.e2m_1.message, this.e2m_1);
|
|
39
39
|
} else {
|
|
40
|
-
tmp = wrap(this.
|
|
40
|
+
tmp = wrap(this.e2m_1);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
return tmp;
|
|
45
45
|
}
|
|
46
|
-
|
|
46
|
+
j2m(wrap, $super) {
|
|
47
47
|
var tmp;
|
|
48
48
|
if (wrap === VOID) {
|
|
49
49
|
tmp = ClosedByteChannelException$_init_$ref_yjp351();
|
|
@@ -51,10 +51,10 @@ function CloseToken() {
|
|
|
51
51
|
tmp = wrap;
|
|
52
52
|
}
|
|
53
53
|
wrap = tmp;
|
|
54
|
-
return $super === VOID ? this.
|
|
54
|
+
return $super === VOID ? this.y2n(wrap) : $super.y2n.call(this, wrap);
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
var tmp0_safe_receiver = this.
|
|
56
|
+
f2m(wrap) {
|
|
57
|
+
var tmp0_safe_receiver = this.y2n(wrap);
|
|
58
58
|
var tmp;
|
|
59
59
|
if (tmp0_safe_receiver == null) {
|
|
60
60
|
tmp = null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-io/common/src/io/ktor/utils/io/CloseToken.kt","src/kotlin/util/Standard.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-CLOSED>","ClosedByteChannelException$<init>$ref","ClosedByteChannelException$<init>$ref$lambda","origin","wrapCause","wrap","wrapCause$default","throwOrNull","<init properties CloseToken.kt>"],"mappings":";;;;;;;;;;mBAUSA,CAAAA,EAAA;A;EAAA,a;AAAS,C;;qDAKiCC,CAAAA,E;UAAAC,C,EAAAA,yC;;;C;;;;;kBAFjBC,M;QAAR,mB;;SAEtBC,CAAcC,IAAdD,EAAyF;A,YACxE,yB;;QACT,yB;gBAAQ,I;;UACR,mD;kBAA2B,IAAO,CAAP,KAAO,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-io/common/src/io/ktor/utils/io/CloseToken.kt","src/kotlin/util/Standard.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-CLOSED>","ClosedByteChannelException$<init>$ref","ClosedByteChannelException$<init>$ref$lambda","origin","wrapCause","wrap","wrapCause$default","throwOrNull","<init properties CloseToken.kt>"],"mappings":";;;;;;;;;;mBAUSA,CAAAA,EAAA;A;EAAA,a;AAAS,C;;qDAKiCC,CAAAA,E;UAAAC,C,EAAAA,yC;;;C;;;;;kBAFjBC,M;QAAR,mB;;SAEtBC,CAAcC,IAAdD,EAAyF;A,YACxE,yB;;QACT,yB;gBAAQ,I;;UACR,mD;kBAA2B,IAAO,CAAP,KAAO,M;;YAClC,oD;+CAAkD,I,CAAA,K,CAAO,O,EAAS,I,CAAA,K;;oBAC1D,KAAK,IAAL,CAAK,KAAL,C;;;;QAJZ,U;MAMJ,C;SAPAE,CAAcD,I,QAAdC,E;;;gBAA+C,8C;;;;;;O;SAS/CC,CAAgBF,IAAhBE,EACI;A,YAAA,8BAAU,IAAV,C;;QAAiB,+B;gBAAA,I;;;UCGnB,MDHE,kB;;QAAiC,U;MAAD,C;;;;;;;;+CAzBxCC,CAAAA,E;;;gCAUiC,I;;C;;;;;"}
|
|
@@ -18,10 +18,10 @@ import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../
|
|
|
18
18
|
//region block: pre-declaration
|
|
19
19
|
//endregion
|
|
20
20
|
function *_generator_awaitContent__vf28kb($this, min, $completion) {
|
|
21
|
-
if ($this.
|
|
21
|
+
if ($this.d2m().n1() >= fromInt(min)) {
|
|
22
22
|
return true;
|
|
23
23
|
}
|
|
24
|
-
var tmp = $this.
|
|
24
|
+
var tmp = $this.z2n_1.l2m(min, $completion);
|
|
25
25
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
26
26
|
tmp = yield tmp;
|
|
27
27
|
if (tmp) {
|
|
@@ -32,46 +32,46 @@ function *_generator_awaitContent__vf28kb($this, min, $completion) {
|
|
|
32
32
|
}
|
|
33
33
|
function transferFromDelegate($this) {
|
|
34
34
|
updateConsumed($this);
|
|
35
|
-
var appended = $this.
|
|
36
|
-
$this.
|
|
35
|
+
var appended = $this.a2o_1.z2i($this.z2n_1.d2m());
|
|
36
|
+
$this.b2o_1 = add($this.b2o_1, appended);
|
|
37
37
|
}
|
|
38
38
|
function updateConsumed($this) {
|
|
39
|
-
$this.
|
|
40
|
-
$this.
|
|
39
|
+
$this.c2o_1 = add($this.c2o_1, subtract($this.b2o_1, $this.a2o_1.n1()));
|
|
40
|
+
$this.b2o_1 = $this.a2o_1.n1();
|
|
41
41
|
}
|
|
42
42
|
var CountedByteReadChannelClass;
|
|
43
43
|
function CountedByteReadChannel() {
|
|
44
44
|
if (CountedByteReadChannelClass === VOID) {
|
|
45
45
|
class $ {
|
|
46
46
|
constructor(delegate) {
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
47
|
+
this.z2n_1 = delegate;
|
|
48
|
+
this.a2o_1 = new (Buffer())();
|
|
49
|
+
this.b2o_1 = 0n;
|
|
50
|
+
this.c2o_1 = 0n;
|
|
51
51
|
}
|
|
52
|
-
|
|
52
|
+
d2o() {
|
|
53
53
|
updateConsumed(this);
|
|
54
|
-
return this.
|
|
54
|
+
return this.c2o_1;
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
return this.
|
|
56
|
+
i2m() {
|
|
57
|
+
return this.z2n_1.i2m();
|
|
58
58
|
}
|
|
59
|
-
|
|
60
|
-
return this.
|
|
59
|
+
k2m() {
|
|
60
|
+
return this.a2o_1.e2h() && this.z2n_1.k2m();
|
|
61
61
|
}
|
|
62
|
-
|
|
62
|
+
d2m() {
|
|
63
63
|
transferFromDelegate(this);
|
|
64
|
-
return this.
|
|
64
|
+
return this.a2o_1;
|
|
65
65
|
}
|
|
66
|
-
|
|
66
|
+
l2m(min, $completion) {
|
|
67
67
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_awaitContent__vf28kb.bind(VOID, this, min), $completion);
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
69
|
+
o2m(cause) {
|
|
70
|
+
this.z2n_1.o2m(cause);
|
|
71
|
+
this.a2o_1.a6();
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
protoOf($).
|
|
74
|
+
protoOf($).m2m = awaitContent$default;
|
|
75
75
|
initMetadataForClass($, 'CountedByteReadChannel', VOID, VOID, [ByteReadChannel()], [1]);
|
|
76
76
|
CountedByteReadChannelClass = $;
|
|
77
77
|
}
|
|
@@ -10,14 +10,14 @@ var ClosedByteChannelExceptionClass;
|
|
|
10
10
|
function ClosedByteChannelException() {
|
|
11
11
|
if (ClosedByteChannelExceptionClass === VOID) {
|
|
12
12
|
class $ extends IOException() {
|
|
13
|
-
static
|
|
13
|
+
static x2n(cause) {
|
|
14
14
|
cause = cause === VOID ? null : cause;
|
|
15
|
-
var $this = this.
|
|
16
|
-
captureStack($this, $this.
|
|
15
|
+
var $this = this.p2k(cause == null ? null : cause.message, cause);
|
|
16
|
+
captureStack($this, $this.w2n_1);
|
|
17
17
|
return $this;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
initMetadataForClass($, 'ClosedByteChannelException', $.
|
|
20
|
+
initMetadataForClass($, 'ClosedByteChannelException', $.x2n);
|
|
21
21
|
ClosedByteChannelExceptionClass = $;
|
|
22
22
|
}
|
|
23
23
|
return ClosedByteChannelExceptionClass;
|
|
@@ -26,14 +26,14 @@ var ClosedReadChannelExceptionClass;
|
|
|
26
26
|
function ClosedReadChannelException() {
|
|
27
27
|
if (ClosedReadChannelExceptionClass === VOID) {
|
|
28
28
|
class $ extends ClosedByteChannelException() {
|
|
29
|
-
static
|
|
29
|
+
static w2l(cause) {
|
|
30
30
|
cause = cause === VOID ? null : cause;
|
|
31
|
-
var $this = this.
|
|
32
|
-
captureStack($this, $this.
|
|
31
|
+
var $this = this.x2n(cause);
|
|
32
|
+
captureStack($this, $this.v2l_1);
|
|
33
33
|
return $this;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
initMetadataForClass($, 'ClosedReadChannelException', $.
|
|
36
|
+
initMetadataForClass($, 'ClosedReadChannelException', $.w2l);
|
|
37
37
|
ClosedReadChannelExceptionClass = $;
|
|
38
38
|
}
|
|
39
39
|
return ClosedReadChannelExceptionClass;
|
|
@@ -42,14 +42,14 @@ var ClosedWriteChannelExceptionClass;
|
|
|
42
42
|
function ClosedWriteChannelException() {
|
|
43
43
|
if (ClosedWriteChannelExceptionClass === VOID) {
|
|
44
44
|
class $ extends ClosedByteChannelException() {
|
|
45
|
-
static
|
|
45
|
+
static b2m(cause) {
|
|
46
46
|
cause = cause === VOID ? null : cause;
|
|
47
|
-
var $this = this.
|
|
48
|
-
captureStack($this, $this.
|
|
47
|
+
var $this = this.x2n(cause);
|
|
48
|
+
captureStack($this, $this.a2m_1);
|
|
49
49
|
return $this;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
initMetadataForClass($, 'ClosedWriteChannelException', $.
|
|
52
|
+
initMetadataForClass($, 'ClosedWriteChannelException', $.b2m);
|
|
53
53
|
ClosedWriteChannelExceptionClass = $;
|
|
54
54
|
}
|
|
55
55
|
return ClosedWriteChannelExceptionClass;
|
|
@@ -4,7 +4,7 @@ import { Dispatchers_getInstanceitgtkvqfcnx3 as Dispatchers_getInstance } from '
|
|
|
4
4
|
//region block: pre-declaration
|
|
5
5
|
//endregion
|
|
6
6
|
function ioDispatcher() {
|
|
7
|
-
return Dispatchers_getInstance().
|
|
7
|
+
return Dispatchers_getInstance().g20_1;
|
|
8
8
|
}
|
|
9
9
|
//region block: exports
|
|
10
10
|
export {
|
|
@@ -25,21 +25,21 @@ function LineEndingMode__plus_impl_ttpz2j($this, other) {
|
|
|
25
25
|
}
|
|
26
26
|
function LineEndingMode__toString_impl_j4h76r($this) {
|
|
27
27
|
var tmp;
|
|
28
|
-
if ($this === Companion_getInstance().
|
|
28
|
+
if ($this === Companion_getInstance().c2n_1) {
|
|
29
29
|
tmp = 'CR';
|
|
30
|
-
} else if ($this === Companion_getInstance().
|
|
30
|
+
} else if ($this === Companion_getInstance().d2n_1) {
|
|
31
31
|
tmp = 'LF';
|
|
32
|
-
} else if ($this === Companion_getInstance().
|
|
32
|
+
} else if ($this === Companion_getInstance().e2n_1) {
|
|
33
33
|
tmp = 'CRLF';
|
|
34
34
|
} else {
|
|
35
35
|
// Inline function 'kotlin.collections.filter' call
|
|
36
|
-
var tmp0 = Companion_getInstance().
|
|
36
|
+
var tmp0 = Companion_getInstance().g2n_1;
|
|
37
37
|
// Inline function 'kotlin.collections.filterTo' call
|
|
38
38
|
var destination = ArrayList().r1();
|
|
39
39
|
var _iterator__ex2g4s = tmp0.k1();
|
|
40
40
|
while (_iterator__ex2g4s.l1()) {
|
|
41
41
|
var element = _iterator__ex2g4s.m1();
|
|
42
|
-
var it = element.
|
|
42
|
+
var it = element.e2o_1;
|
|
43
43
|
if (LineEndingMode__contains_impl_q5pr68($this, it)) {
|
|
44
44
|
destination.v(element);
|
|
45
45
|
}
|
|
@@ -54,11 +54,11 @@ function Companion() {
|
|
|
54
54
|
class $ {
|
|
55
55
|
constructor() {
|
|
56
56
|
Companion_instance = this;
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
57
|
+
this.c2n_1 = _LineEndingMode___init__impl__jo5bul(1);
|
|
58
|
+
this.d2n_1 = _LineEndingMode___init__impl__jo5bul(2);
|
|
59
|
+
this.e2n_1 = _LineEndingMode___init__impl__jo5bul(4);
|
|
60
|
+
this.f2n_1 = _LineEndingMode___init__impl__jo5bul(7);
|
|
61
|
+
this.g2n_1 = listOf([new (LineEndingMode())(this.c2n_1), new (LineEndingMode())(this.d2n_1), new (LineEndingMode())(this.e2n_1)]);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
initMetadataForCompanion($);
|
|
@@ -78,7 +78,7 @@ function LineEndingMode__hashCode_impl_2mopm4($this) {
|
|
|
78
78
|
function LineEndingMode__equals_impl_qyr4nk($this, other) {
|
|
79
79
|
if (!(other instanceof LineEndingMode()))
|
|
80
80
|
return false;
|
|
81
|
-
if (!($this === other.
|
|
81
|
+
if (!($this === other.e2o_1))
|
|
82
82
|
return false;
|
|
83
83
|
return true;
|
|
84
84
|
}
|
|
@@ -88,16 +88,16 @@ function LineEndingMode() {
|
|
|
88
88
|
class $ {
|
|
89
89
|
constructor(mode) {
|
|
90
90
|
Companion_getInstance();
|
|
91
|
-
this.
|
|
91
|
+
this.e2o_1 = mode;
|
|
92
92
|
}
|
|
93
93
|
toString() {
|
|
94
|
-
return LineEndingMode__toString_impl_j4h76r(this.
|
|
94
|
+
return LineEndingMode__toString_impl_j4h76r(this.e2o_1);
|
|
95
95
|
}
|
|
96
96
|
hashCode() {
|
|
97
|
-
return LineEndingMode__hashCode_impl_2mopm4(this.
|
|
97
|
+
return LineEndingMode__hashCode_impl_2mopm4(this.e2o_1);
|
|
98
98
|
}
|
|
99
99
|
equals(other) {
|
|
100
|
-
return LineEndingMode__equals_impl_qyr4nk(this.
|
|
100
|
+
return LineEndingMode__equals_impl_qyr4nk(this.e2o_1, other);
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
initMetadataForClass($, 'LineEndingMode');
|
|
@@ -18,46 +18,46 @@ function SourceByteReadChannel() {
|
|
|
18
18
|
if (SourceByteReadChannelClass === VOID) {
|
|
19
19
|
class $ {
|
|
20
20
|
constructor(source) {
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
21
|
+
this.f2o_1 = source;
|
|
22
|
+
this.g2o_1 = null;
|
|
23
23
|
}
|
|
24
|
-
|
|
25
|
-
var tmp0_safe_receiver = this.
|
|
26
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
24
|
+
i2m() {
|
|
25
|
+
var tmp0_safe_receiver = this.g2o_1;
|
|
26
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.j2m();
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
return this.
|
|
28
|
+
k2m() {
|
|
29
|
+
return this.f2o_1.e2h();
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
var tmp0_safe_receiver = this.
|
|
31
|
+
d2m() {
|
|
32
|
+
var tmp0_safe_receiver = this.i2m();
|
|
33
33
|
if (tmp0_safe_receiver == null)
|
|
34
34
|
null;
|
|
35
35
|
else {
|
|
36
36
|
// Inline function 'kotlin.let' call
|
|
37
37
|
throw tmp0_safe_receiver;
|
|
38
38
|
}
|
|
39
|
-
return this.
|
|
39
|
+
return this.f2o_1.d2h();
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
var tmp0_safe_receiver = this.
|
|
41
|
+
l2m(min, $completion) {
|
|
42
|
+
var tmp0_safe_receiver = this.i2m();
|
|
43
43
|
if (tmp0_safe_receiver == null)
|
|
44
44
|
null;
|
|
45
45
|
else {
|
|
46
46
|
// Inline function 'kotlin.let' call
|
|
47
47
|
throw tmp0_safe_receiver;
|
|
48
48
|
}
|
|
49
|
-
return this.
|
|
49
|
+
return this.f2o_1.g2h(fromInt(min));
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
if (!(this.
|
|
51
|
+
o2m(cause) {
|
|
52
|
+
if (!(this.g2o_1 == null))
|
|
53
53
|
return Unit_instance;
|
|
54
|
-
this.
|
|
54
|
+
this.f2o_1.a6();
|
|
55
55
|
var tmp = this;
|
|
56
56
|
var tmp1_elvis_lhs = cause == null ? null : cause.message;
|
|
57
|
-
tmp.
|
|
57
|
+
tmp.g2o_1 = new (CloseToken())(IOException().p2k(tmp1_elvis_lhs == null ? 'Channel was cancelled' : tmp1_elvis_lhs, cause));
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
protoOf($).
|
|
60
|
+
protoOf($).m2m = awaitContent$default;
|
|
61
61
|
initMetadataForClass($, 'SourceByteReadChannel', VOID, VOID, [ByteReadChannel()], [1]);
|
|
62
62
|
SourceByteReadChannelClass = $;
|
|
63
63
|
}
|