@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
|
@@ -16,14 +16,14 @@ function Dispatchers() {
|
|
|
16
16
|
class $ {
|
|
17
17
|
constructor() {
|
|
18
18
|
Dispatchers_instance = this;
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
19
|
+
this.g20_1 = createDefaultDispatcher();
|
|
20
|
+
this.h20_1 = Unconfined_getInstance();
|
|
21
|
+
this.i20_1 = new (JsMainDispatcher())(this.g20_1, false);
|
|
22
|
+
this.j20_1 = null;
|
|
23
23
|
}
|
|
24
|
-
|
|
25
|
-
var tmp0_elvis_lhs = this.
|
|
26
|
-
return tmp0_elvis_lhs == null ? this.
|
|
24
|
+
k20() {
|
|
25
|
+
var tmp0_elvis_lhs = this.j20_1;
|
|
26
|
+
return tmp0_elvis_lhs == null ? this.i20_1 : tmp0_elvis_lhs;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
initMetadataForObject($, 'Dispatchers');
|
|
@@ -43,22 +43,22 @@ function JsMainDispatcher() {
|
|
|
43
43
|
class $ extends MainCoroutineDispatcher() {
|
|
44
44
|
constructor(delegate, invokeImmediately) {
|
|
45
45
|
super();
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
46
|
+
this.e2g_1 = delegate;
|
|
47
|
+
this.f2g_1 = invokeImmediately;
|
|
48
|
+
this.g2g_1 = this.f2g_1 ? this : new (JsMainDispatcher())(this.e2g_1, true);
|
|
49
49
|
}
|
|
50
|
-
|
|
51
|
-
return this.
|
|
50
|
+
e20() {
|
|
51
|
+
return this.g2g_1;
|
|
52
52
|
}
|
|
53
|
-
|
|
54
|
-
return !this.
|
|
53
|
+
e1w(context) {
|
|
54
|
+
return !this.f2g_1;
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
return this.
|
|
56
|
+
h1w(context, block) {
|
|
57
|
+
return this.e2g_1.h1w(context, block);
|
|
58
58
|
}
|
|
59
59
|
toString() {
|
|
60
|
-
var tmp0_elvis_lhs = this.
|
|
61
|
-
return tmp0_elvis_lhs == null ? this.
|
|
60
|
+
var tmp0_elvis_lhs = this.f20();
|
|
61
|
+
return tmp0_elvis_lhs == null ? this.e2g_1.toString() : tmp0_elvis_lhs;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
initMetadataForClass($, 'JsMainDispatcher');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/jsAndWasmShared/src/Dispatchers.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-Main>","delegate","invokeImmediately","<get-immediate>","isDispatchNeeded","context","dispatch","block","toString"],"mappings":";;;;;;;;;;;;;;;;;;QAOqD,sC;QAGG,qC;QAEvB,sCAAiB,IAAjB,CAAiB,KAAjB,EAA0B,KAA1B,C;QACkC,iB;;SAJ3DA,CAAAA,EAAQ;A,YAAA,2B;QAAwC,OAAxC,yBAA0B,IAA1B,CAA0B,KAA1B,iB;MAAuC,C;;;;;;;;;;;;;;;;;kBAanDC,Q,EACAC,iB;;QADA,qB;QACA,8B;QAGI,aAAI,aAAmB,IAAnB,4BAA8C,IAA9C,CAA8C,KAA9C,EAAwD,IAAxD,C;;SADRC,CAAAA,EAAA;A,QAAA,iB;MAA8C,C;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/jsAndWasmShared/src/Dispatchers.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-Main>","delegate","invokeImmediately","<get-immediate>","isDispatchNeeded","context","dispatch","block","toString"],"mappings":";;;;;;;;;;;;;;;;;;QAOqD,sC;QAGG,qC;QAEvB,sCAAiB,IAAjB,CAAiB,KAAjB,EAA0B,KAA1B,C;QACkC,iB;;SAJ3DA,CAAAA,EAAQ;A,YAAA,2B;QAAwC,OAAxC,yBAA0B,IAA1B,CAA0B,KAA1B,iB;MAAuC,C;;;;;;;;;;;;;;;;;kBAanDC,Q,EACAC,iB;;QADA,qB;QACA,8B;QAGI,aAAI,aAAmB,IAAnB,4BAA8C,IAA9C,CAA8C,KAA9C,EAAwD,IAAxD,C;;SADRC,CAAAA,EAAA;A,QAAA,iB;MAA8C,C;SAE9CC,CAA8BC,OAA9BD,EAAoE;A,QAAkB,OAAlB,CAAC,IAAD,CAAC,K;MAAgB,C;SACrFE,CAAsBD,O,EAA2BE,KAAjDD,EAAoE;A,QAAiC,OAAjC,IAAS,CAAT,KAAS,KAAS,OAAT,EAAkB,KAAlB,C;MAAuB,C;cAEpGE,CAAAA,EAAkC;A,YAAA,2B;QAA6C,OAA7C,yBAA0B,IAAS,CAAT,KAAS,WAAnC,iB;MAA4C,C;;;;;;;;;;;"}
|
|
@@ -30,12 +30,12 @@ function EventLoop() {
|
|
|
30
30
|
class $ extends CoroutineDispatcher() {
|
|
31
31
|
constructor() {
|
|
32
32
|
super();
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
33
|
+
this.s1w_1 = 0n;
|
|
34
|
+
this.t1w_1 = false;
|
|
35
|
+
this.u1w_1 = null;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
var tmp0_elvis_lhs = this.
|
|
37
|
+
v1w() {
|
|
38
|
+
var tmp0_elvis_lhs = this.u1w_1;
|
|
39
39
|
var tmp;
|
|
40
40
|
if (tmp0_elvis_lhs == null) {
|
|
41
41
|
return false;
|
|
@@ -51,16 +51,16 @@ function EventLoop() {
|
|
|
51
51
|
tmp_0 = tmp1_elvis_lhs;
|
|
52
52
|
}
|
|
53
53
|
var task = tmp_0;
|
|
54
|
-
task.
|
|
54
|
+
task.d1v();
|
|
55
55
|
return true;
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
var tmp0_elvis_lhs = this.
|
|
57
|
+
w1w(task) {
|
|
58
|
+
var tmp0_elvis_lhs = this.u1w_1;
|
|
59
59
|
var tmp;
|
|
60
60
|
if (tmp0_elvis_lhs == null) {
|
|
61
61
|
// Inline function 'kotlin.also' call
|
|
62
62
|
var this_0 = ArrayDeque().aj();
|
|
63
|
-
this.
|
|
63
|
+
this.u1w_1 = this_0;
|
|
64
64
|
tmp = this_0;
|
|
65
65
|
} else {
|
|
66
66
|
tmp = tmp0_elvis_lhs;
|
|
@@ -68,33 +68,33 @@ function EventLoop() {
|
|
|
68
68
|
var queue = tmp;
|
|
69
69
|
queue.cj(task);
|
|
70
70
|
}
|
|
71
|
-
|
|
72
|
-
return this.
|
|
71
|
+
x1w() {
|
|
72
|
+
return this.s1w_1 >= delta(this, true);
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
var tmp0_safe_receiver = this.
|
|
74
|
+
y1w() {
|
|
75
|
+
var tmp0_safe_receiver = this.u1w_1;
|
|
76
76
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.o();
|
|
77
77
|
return tmp1_elvis_lhs == null ? true : tmp1_elvis_lhs;
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
this.
|
|
79
|
+
z1w(unconfined) {
|
|
80
|
+
this.s1w_1 = add(this.s1w_1, delta(this, unconfined));
|
|
81
81
|
if (!unconfined)
|
|
82
|
-
this.
|
|
82
|
+
this.t1w_1 = true;
|
|
83
83
|
}
|
|
84
|
-
|
|
85
|
-
this.
|
|
86
|
-
if (this.
|
|
84
|
+
a1x(unconfined) {
|
|
85
|
+
this.s1w_1 = subtract(this.s1w_1, delta(this, unconfined));
|
|
86
|
+
if (this.s1w_1 > 0n)
|
|
87
87
|
return Unit_instance;
|
|
88
88
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
89
|
-
if (this.
|
|
90
|
-
this.
|
|
89
|
+
if (this.t1w_1) {
|
|
90
|
+
this.b1x();
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
|
|
93
|
+
f1w(parallelism, name) {
|
|
94
94
|
checkParallelism(parallelism);
|
|
95
95
|
return namedOrThis(this, name);
|
|
96
96
|
}
|
|
97
|
-
|
|
97
|
+
b1x() {
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
initMetadataForClass($, 'EventLoop');
|
|
@@ -108,15 +108,15 @@ function ThreadLocalEventLoop() {
|
|
|
108
108
|
class $ {
|
|
109
109
|
constructor() {
|
|
110
110
|
ThreadLocalEventLoop_instance = this;
|
|
111
|
-
this.
|
|
111
|
+
this.c1x_1 = commonThreadLocal(new (Symbol())('ThreadLocalEventLoop'));
|
|
112
112
|
}
|
|
113
|
-
|
|
114
|
-
var tmp0_elvis_lhs = this.
|
|
113
|
+
d1x() {
|
|
114
|
+
var tmp0_elvis_lhs = this.c1x_1.f1x();
|
|
115
115
|
var tmp;
|
|
116
116
|
if (tmp0_elvis_lhs == null) {
|
|
117
117
|
// Inline function 'kotlin.also' call
|
|
118
118
|
var this_0 = createEventLoop();
|
|
119
|
-
ThreadLocalEventLoop_getInstance().
|
|
119
|
+
ThreadLocalEventLoop_getInstance().c1x_1.g1x(this_0);
|
|
120
120
|
tmp = this_0;
|
|
121
121
|
} else {
|
|
122
122
|
tmp = tmp0_elvis_lhs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/EventLoop.common.kt","src/kotlin/util/Standard.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["delta","unconfined","processUnconfinedEvent","queue","task","dispatchUnconfined","<get-isUnconfinedLoopActive>","<get-isUnconfinedQueueEmpty>","incrementUseCount","decrementUseCount","limitedParallelism","parallelism","name","shutdown","<get-eventLoop>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;cA+FIA,CAAA,K,EAAkBC,UAAlBD,EACI;A,EAAmC,OAA/B,aAAa,WAAb,GAA6B,E;AAAC,C;;;;;;;QA1Ef,e;QAOF,kB;QAMyC,iB;;SA0B9DE,CAAAA,EAAsC;A,YACtB,2B;;QAAA,2B;UAAmB,OAAO,K;;gBAA1B,c;;YAAZC,W;YACW,iBAAA,KAAM,K;;QAAN,2B;UAA6B,OAAO,K;;kBAApC,c;;YAAXC,Y;QACA,IAAK,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/EventLoop.common.kt","src/kotlin/util/Standard.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["delta","unconfined","processUnconfinedEvent","queue","task","dispatchUnconfined","<get-isUnconfinedLoopActive>","<get-isUnconfinedQueueEmpty>","incrementUseCount","decrementUseCount","limitedParallelism","parallelism","name","shutdown","<get-eventLoop>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;cA+FIA,CAAA,K,EAAkBC,UAAlBD,EACI;A,EAAmC,OAA/B,aAAa,WAAb,GAA6B,E;AAAC,C;;;;;;;QA1Ef,e;QAOF,kB;QAMyC,iB;;SA0B9DE,CAAAA,EAAsC;A,YACtB,2B;;QAAA,2B;UAAmB,OAAO,K;;gBAA1B,c;;YAAZC,W;YACW,iBAAA,KAAM,K;;QAAN,2B;UAA6B,OAAO,K;;kBAApC,c;;YAAXC,Y;QACA,IAAK,M;QACL,OAAO,I;MACX,C;SAaAC,CAAuBD,IAAvBC,EAAgD;A,YAChC,2B;;QAAA,2B;;uBACR,iB;UAAuC,aCgBzC,M;gBACC,M;;gBDlBS,c;;YAAZF,W;QAEA,KAAM,IAAQ,IAAR,C;MACV,C;SAMIG,CAAAA,EAAQ;A,QAAoC,OAApC,cAAY,YAAmB,IAAnB,C;MAAuB,C;SAI3CC,CAAAA,EAAQ;A,YAAA,+B;YAAA,iBAAiB,oCAAjB,kBAAiB,I;QAAiB,OAAlC,yBAA8B,IAA9B,iB;MAAiC,C;SAK7CC,CAAsBP,UAAtBO,EAAmD;A,QAC/C,6BAAY,YAAM,UAAN,CAAZ,C;QACI,KAAC,UAAD,C;UAAa,aAAS,I;MAC9B,C;SAEAC,CAAsBR,UAAtBQ,EAAmD;A,QAC/C,kCAAY,YAAM,UAAN,CAAZ,C;QACI,iBAAW,EAAX,C;UAAc,oB;;QAEd,e,CAAQ;A,UAER,U;QACJ,C;MACJ,C;SAEAC,CAAsCC,W,EAAkBC,IAAxDF,EAA4F;A,QAC5E,iBAAZ,WAAY,C;QACZ,OAAO,kBAAY,IAAZ,C;MACX,C;SAEAG,CAAAA,EAAoB;A,MAAC,C;;;;;;;;;;;;;QAIH,8CAAqC,sBAArC,E;;SAGdC,CAAAA,EAAQ;A,YAAA,iBAAA,IAAI,CAAJ,KAAI,M;;QAAJ,2B;;uBAAa,iB;UAA6B,mCAAJ,KAAI,KC5BhD,MD4BgD,C;gBC3B/C,M;;gBD2BK,c;;QAAmD,U;MAAD,C;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/jsAndWasmJsShared/src/EventLoop.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["createEventLoop","dispatch","context","block","unsupported"],"mappings":";;;;;;;;wBAIAA,CAAAA,EAAmD;A,EAAqB,oC;AAAD,C;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/jsAndWasmJsShared/src/EventLoop.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["createEventLoop","dispatch","context","block","unsupported"],"mappings":";;;;;;;;wBAIAA,CAAAA,EAAmD;A,EAAqB,oC;AAAD,C;;;;;SAKnEC,CAAsBC,O,EAA2BC,KAAjDF,EAA0E;A,QAAA,a;MAAY,C;;;;;;;oBAY1FG,CAAAA,EACI;A,EAAA,yCAAoC,yCAApC,C;AAA6E,C;;;;;"}
|
|
@@ -13,9 +13,9 @@ var CompletionHandlerExceptionClass;
|
|
|
13
13
|
function CompletionHandlerException() {
|
|
14
14
|
if (CompletionHandlerExceptionClass === VOID) {
|
|
15
15
|
class $ extends RuntimeException() {
|
|
16
|
-
static
|
|
16
|
+
static v1t(message, cause) {
|
|
17
17
|
var $this = this.ld(message, cause);
|
|
18
|
-
captureStack($this, $this.
|
|
18
|
+
captureStack($this, $this.u1t_1);
|
|
19
19
|
return $this;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -28,9 +28,9 @@ var CoroutinesInternalErrorClass;
|
|
|
28
28
|
function CoroutinesInternalError() {
|
|
29
29
|
if (CoroutinesInternalErrorClass === VOID) {
|
|
30
30
|
class $ extends Error_0() {
|
|
31
|
-
static
|
|
31
|
+
static j1x(message, cause) {
|
|
32
32
|
var $this = this.pd(message, cause);
|
|
33
|
-
captureStack($this, $this.
|
|
33
|
+
captureStack($this, $this.i1x_1);
|
|
34
34
|
return $this;
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/Exceptions.common.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["message","cause"],"mappings":";;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/Exceptions.common.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["message","cause"],"mappings":";;;;;;;;;;;;;;;iBAQwCA,O,EAAiBC,K;4BAAqC,O,EAAS,K;;;;;;;;;;;;;;iBAchED,O,EAAiBC,K;4BAA0B,O,EAAS,K;;;;;;;;;;;;;;"}
|
|
@@ -21,14 +21,14 @@ var JobCancellationExceptionClass;
|
|
|
21
21
|
function JobCancellationException() {
|
|
22
22
|
if (JobCancellationExceptionClass === VOID) {
|
|
23
23
|
class $ extends CancellationException() {
|
|
24
|
-
static
|
|
24
|
+
static x1x(message, cause, job) {
|
|
25
25
|
var $this = this.wc(message, cause);
|
|
26
|
-
captureStack($this, $this.
|
|
27
|
-
$this.
|
|
26
|
+
captureStack($this, $this.w1x_1);
|
|
27
|
+
$this.v1x_1 = job;
|
|
28
28
|
return $this;
|
|
29
29
|
}
|
|
30
30
|
toString() {
|
|
31
|
-
return super.toString() + '; job=' + toString(this.
|
|
31
|
+
return super.toString() + '; job=' + toString(this.v1x_1);
|
|
32
32
|
}
|
|
33
33
|
equals(other) {
|
|
34
34
|
var tmp;
|
|
@@ -44,7 +44,7 @@ function JobCancellationException() {
|
|
|
44
44
|
tmp_2 = false;
|
|
45
45
|
}
|
|
46
46
|
if (tmp_2) {
|
|
47
|
-
tmp_1 = equals(other.
|
|
47
|
+
tmp_1 = equals(other.v1x_1, this.v1x_1);
|
|
48
48
|
} else {
|
|
49
49
|
tmp_1 = false;
|
|
50
50
|
}
|
|
@@ -58,7 +58,7 @@ function JobCancellationException() {
|
|
|
58
58
|
return tmp;
|
|
59
59
|
}
|
|
60
60
|
hashCode() {
|
|
61
|
-
var tmp = imul(imul(getStringHashCode(ensureNotNull(this.message)), 31) + hashCode(this.
|
|
61
|
+
var tmp = imul(imul(getStringHashCode(ensureNotNull(this.message)), 31) + hashCode(this.v1x_1) | 0, 31);
|
|
62
62
|
var tmp0_safe_receiver = this.cause;
|
|
63
63
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
64
64
|
return tmp + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
@@ -34,8 +34,8 @@ function NodeDispatcher() {
|
|
|
34
34
|
super();
|
|
35
35
|
NodeDispatcher_instance = this;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
process.nextTick(this.
|
|
37
|
+
o2e() {
|
|
38
|
+
process.nextTick(this.v2e_1.t2e_1);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
initMetadataForObject($, 'NodeDispatcher', VOID, VOID, VOID, [1]);
|
|
@@ -51,7 +51,7 @@ function NodeDispatcher_getInstance() {
|
|
|
51
51
|
}
|
|
52
52
|
function ScheduledMessageQueue$processQueue$lambda(this$0) {
|
|
53
53
|
return () => {
|
|
54
|
-
this$0.
|
|
54
|
+
this$0.z2e();
|
|
55
55
|
return Unit_instance;
|
|
56
56
|
};
|
|
57
57
|
}
|
|
@@ -61,18 +61,18 @@ function ScheduledMessageQueue() {
|
|
|
61
61
|
class $ extends MessageQueue() {
|
|
62
62
|
constructor(dispatcher) {
|
|
63
63
|
super();
|
|
64
|
-
this.
|
|
64
|
+
this.s2e_1 = dispatcher;
|
|
65
65
|
var tmp = this;
|
|
66
|
-
tmp.
|
|
66
|
+
tmp.t2e_1 = ScheduledMessageQueue$processQueue$lambda(this);
|
|
67
67
|
}
|
|
68
|
-
|
|
69
|
-
this.
|
|
68
|
+
a2f() {
|
|
69
|
+
this.s2e_1.o2e();
|
|
70
70
|
}
|
|
71
|
-
|
|
72
|
-
setTimeout(this.
|
|
71
|
+
b2f() {
|
|
72
|
+
setTimeout(this.t2e_1, 0);
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
setTimeout(this.
|
|
74
|
+
c2f(timeout) {
|
|
75
|
+
setTimeout(this.t2e_1, timeout);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
initMetadataForClass($, 'ScheduledMessageQueue');
|
|
@@ -86,9 +86,9 @@ function w3cSetTimeout(handler, timeout) {
|
|
|
86
86
|
function WindowMessageQueue$lambda(this$0) {
|
|
87
87
|
return (event) => {
|
|
88
88
|
var tmp;
|
|
89
|
-
if (event.source == this$0.
|
|
89
|
+
if (event.source == this$0.p2f_1 && event.data == this$0.q2f_1) {
|
|
90
90
|
event.stopPropagation();
|
|
91
|
-
this$0.
|
|
91
|
+
this$0.z2e();
|
|
92
92
|
tmp = Unit_instance;
|
|
93
93
|
}
|
|
94
94
|
return Unit_instance;
|
|
@@ -96,7 +96,7 @@ function WindowMessageQueue$lambda(this$0) {
|
|
|
96
96
|
}
|
|
97
97
|
function WindowMessageQueue$schedule$lambda(this$0) {
|
|
98
98
|
return (it) => {
|
|
99
|
-
this$0.
|
|
99
|
+
this$0.z2e();
|
|
100
100
|
return Unit_instance;
|
|
101
101
|
};
|
|
102
102
|
}
|
|
@@ -106,16 +106,16 @@ function WindowMessageQueue() {
|
|
|
106
106
|
class $ extends MessageQueue() {
|
|
107
107
|
constructor(window_0) {
|
|
108
108
|
super();
|
|
109
|
-
this.
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
109
|
+
this.p2f_1 = window_0;
|
|
110
|
+
this.q2f_1 = 'dispatchCoroutine';
|
|
111
|
+
this.p2f_1.addEventListener('message', WindowMessageQueue$lambda(this), true);
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
a2f() {
|
|
114
114
|
var tmp = Promise.resolve(Unit_instance);
|
|
115
115
|
tmp.then(WindowMessageQueue$schedule$lambda(this));
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
this.
|
|
117
|
+
b2f() {
|
|
118
|
+
this.p2f_1.postMessage(this.q2f_1, '*');
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
initMetadataForClass($, 'WindowMessageQueue');
|
|
@@ -144,8 +144,8 @@ function SetTimeoutDispatcher() {
|
|
|
144
144
|
super();
|
|
145
145
|
SetTimeoutDispatcher_instance = this;
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
this.
|
|
147
|
+
o2e() {
|
|
148
|
+
this.v2e_1.c2f(0);
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
initMetadataForObject($, 'SetTimeoutDispatcher', VOID, VOID, VOID, [1]);
|
|
@@ -162,7 +162,7 @@ function SetTimeoutDispatcher_getInstance() {
|
|
|
162
162
|
function SetTimeoutBasedDispatcher$scheduleResumeAfterDelay$lambda($continuation, this$0) {
|
|
163
163
|
return () => {
|
|
164
164
|
// Inline function 'kotlin.with' call
|
|
165
|
-
$continuation.
|
|
165
|
+
$continuation.p1s(this$0, Unit_instance);
|
|
166
166
|
return Unit_instance;
|
|
167
167
|
};
|
|
168
168
|
}
|
|
@@ -172,16 +172,16 @@ function SetTimeoutBasedDispatcher() {
|
|
|
172
172
|
class $ extends CoroutineDispatcher() {
|
|
173
173
|
constructor() {
|
|
174
174
|
super();
|
|
175
|
-
this.
|
|
175
|
+
this.v2e_1 = new (ScheduledMessageQueue())(this);
|
|
176
176
|
}
|
|
177
|
-
|
|
177
|
+
f1w(parallelism, name) {
|
|
178
178
|
checkParallelism(parallelism);
|
|
179
179
|
return namedOrThis(this, name);
|
|
180
180
|
}
|
|
181
|
-
|
|
182
|
-
this.
|
|
181
|
+
h1w(context, block) {
|
|
182
|
+
this.v2e_1.d2f(block);
|
|
183
183
|
}
|
|
184
|
-
|
|
184
|
+
q1w(timeMillis, continuation) {
|
|
185
185
|
var handle = w3cSetTimeout(SetTimeoutBasedDispatcher$scheduleResumeAfterDelay$lambda(continuation, this), delayToInt(timeMillis));
|
|
186
186
|
invokeOnCancellation(continuation, new (ClearTimeout())(handle));
|
|
187
187
|
}
|
|
@@ -196,21 +196,21 @@ function MessageQueue() {
|
|
|
196
196
|
if (MessageQueueClass === VOID) {
|
|
197
197
|
class $ {
|
|
198
198
|
constructor() {
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
this.
|
|
205
|
-
if (!this.
|
|
206
|
-
this.
|
|
207
|
-
this.
|
|
199
|
+
this.w2e_1 = ArrayDeque().aj();
|
|
200
|
+
this.x2e_1 = 16;
|
|
201
|
+
this.y2e_1 = false;
|
|
202
|
+
}
|
|
203
|
+
d2f(element) {
|
|
204
|
+
this.e2f(element);
|
|
205
|
+
if (!this.y2e_1) {
|
|
206
|
+
this.y2e_1 = true;
|
|
207
|
+
this.a2f();
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
|
-
|
|
210
|
+
z2e() {
|
|
211
211
|
try {
|
|
212
212
|
// Inline function 'kotlin.repeat' call
|
|
213
|
-
var times = this.
|
|
213
|
+
var times = this.x2e_1;
|
|
214
214
|
var inductionVariable = 0;
|
|
215
215
|
if (inductionVariable < times)
|
|
216
216
|
do {
|
|
@@ -224,100 +224,100 @@ function MessageQueue() {
|
|
|
224
224
|
tmp = tmp0_elvis_lhs;
|
|
225
225
|
}
|
|
226
226
|
var element = tmp;
|
|
227
|
-
element.
|
|
227
|
+
element.d1v();
|
|
228
228
|
}
|
|
229
229
|
while (inductionVariable < times);
|
|
230
230
|
}finally {
|
|
231
231
|
if (this.o()) {
|
|
232
|
-
this.
|
|
232
|
+
this.y2e_1 = false;
|
|
233
233
|
} else {
|
|
234
|
-
this.
|
|
234
|
+
this.b2f();
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
|
|
239
|
-
return this.
|
|
238
|
+
e2f(element) {
|
|
239
|
+
return this.w2e_1.v(element);
|
|
240
240
|
}
|
|
241
241
|
v(element) {
|
|
242
|
-
return this.
|
|
242
|
+
return this.e2f((!(element == null) ? isInterface(element, Runnable()) : false) ? element : THROW_CCE());
|
|
243
243
|
}
|
|
244
|
-
|
|
245
|
-
this.
|
|
244
|
+
f2f(index, element) {
|
|
245
|
+
this.w2e_1.s3(index, element);
|
|
246
246
|
}
|
|
247
247
|
s3(index, element) {
|
|
248
|
-
return this.
|
|
248
|
+
return this.f2f(index, (!(element == null) ? isInterface(element, Runnable()) : false) ? element : THROW_CCE());
|
|
249
249
|
}
|
|
250
|
-
|
|
251
|
-
return this.
|
|
250
|
+
g2f(elements) {
|
|
251
|
+
return this.w2e_1.t1(elements);
|
|
252
252
|
}
|
|
253
253
|
t1(elements) {
|
|
254
|
-
return this.
|
|
254
|
+
return this.g2f(elements);
|
|
255
255
|
}
|
|
256
256
|
p3() {
|
|
257
|
-
this.
|
|
257
|
+
this.w2e_1.p3();
|
|
258
258
|
}
|
|
259
|
-
|
|
260
|
-
return this.
|
|
259
|
+
h2f(index, element) {
|
|
260
|
+
return this.w2e_1.r3(index, element);
|
|
261
261
|
}
|
|
262
262
|
r3(index, element) {
|
|
263
|
-
return this.
|
|
263
|
+
return this.h2f(index, (!(element == null) ? isInterface(element, Runnable()) : false) ? element : THROW_CCE());
|
|
264
264
|
}
|
|
265
265
|
t3(index) {
|
|
266
|
-
return this.
|
|
266
|
+
return this.w2e_1.t3(index);
|
|
267
267
|
}
|
|
268
268
|
f3() {
|
|
269
|
-
return this.
|
|
269
|
+
return this.w2e_1.f3();
|
|
270
270
|
}
|
|
271
271
|
s1(index) {
|
|
272
|
-
return this.
|
|
272
|
+
return this.w2e_1.s1(index);
|
|
273
273
|
}
|
|
274
274
|
g3(fromIndex, toIndex) {
|
|
275
|
-
return this.
|
|
275
|
+
return this.w2e_1.g3(fromIndex, toIndex);
|
|
276
276
|
}
|
|
277
277
|
o() {
|
|
278
|
-
return this.
|
|
278
|
+
return this.w2e_1.o();
|
|
279
279
|
}
|
|
280
|
-
|
|
281
|
-
return this.
|
|
280
|
+
i2f(element) {
|
|
281
|
+
return this.w2e_1.h2(element);
|
|
282
282
|
}
|
|
283
283
|
h2(element) {
|
|
284
284
|
if (!(!(element == null) ? isInterface(element, Runnable()) : false))
|
|
285
285
|
return false;
|
|
286
|
-
return this.
|
|
286
|
+
return this.i2f((!(element == null) ? isInterface(element, Runnable()) : false) ? element : THROW_CCE());
|
|
287
287
|
}
|
|
288
288
|
k1() {
|
|
289
|
-
return this.
|
|
289
|
+
return this.w2e_1.k1();
|
|
290
290
|
}
|
|
291
|
-
|
|
292
|
-
return this.
|
|
291
|
+
j2f(elements) {
|
|
292
|
+
return this.w2e_1.c3(elements);
|
|
293
293
|
}
|
|
294
294
|
c3(elements) {
|
|
295
|
-
return this.
|
|
295
|
+
return this.j2f(elements);
|
|
296
296
|
}
|
|
297
297
|
o1(index) {
|
|
298
|
-
return this.
|
|
298
|
+
return this.w2e_1.o1(index);
|
|
299
299
|
}
|
|
300
|
-
|
|
301
|
-
return this.
|
|
300
|
+
k2f(element) {
|
|
301
|
+
return this.w2e_1.d3(element);
|
|
302
302
|
}
|
|
303
303
|
d3(element) {
|
|
304
304
|
if (!(!(element == null) ? isInterface(element, Runnable()) : false))
|
|
305
305
|
return -1;
|
|
306
|
-
return this.
|
|
306
|
+
return this.k2f((!(element == null) ? isInterface(element, Runnable()) : false) ? element : THROW_CCE());
|
|
307
307
|
}
|
|
308
|
-
|
|
309
|
-
return this.
|
|
308
|
+
l2f(element) {
|
|
309
|
+
return this.w2e_1.e3(element);
|
|
310
310
|
}
|
|
311
311
|
e3(element) {
|
|
312
312
|
if (!(!(element == null) ? isInterface(element, Runnable()) : false))
|
|
313
313
|
return -1;
|
|
314
|
-
return this.
|
|
314
|
+
return this.l2f((!(element == null) ? isInterface(element, Runnable()) : false) ? element : THROW_CCE());
|
|
315
315
|
}
|
|
316
316
|
asJsReadonlyArrayView() {
|
|
317
|
-
return this.
|
|
317
|
+
return this.w2e_1.asJsReadonlyArrayView();
|
|
318
318
|
}
|
|
319
319
|
n1() {
|
|
320
|
-
return this.
|
|
320
|
+
return this.w2e_1.xi_1;
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
initMetadataForClass($, 'MessageQueue', VOID, VOID, [KtMutableList()]);
|
|
@@ -332,11 +332,11 @@ function WindowClearTimeout() {
|
|
|
332
332
|
constructor($outer, handle, $box) {
|
|
333
333
|
if ($box === VOID)
|
|
334
334
|
$box = {};
|
|
335
|
-
$box.
|
|
335
|
+
$box.y2f_1 = $outer;
|
|
336
336
|
super(handle, $box);
|
|
337
337
|
}
|
|
338
|
-
|
|
339
|
-
w3cClearTimeout(this.
|
|
338
|
+
a1t() {
|
|
339
|
+
w3cClearTimeout(this.y2f_1.a2g_1, this.c2g_1);
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
initMetadataForClass($, 'WindowClearTimeout');
|
|
@@ -347,7 +347,7 @@ function WindowClearTimeout() {
|
|
|
347
347
|
function WindowDispatcher$scheduleResumeAfterDelay$lambda($continuation, this$0) {
|
|
348
348
|
return () => {
|
|
349
349
|
// Inline function 'kotlin.with' call
|
|
350
|
-
$continuation.
|
|
350
|
+
$continuation.p1s(this$0, Unit_instance);
|
|
351
351
|
return Unit_instance;
|
|
352
352
|
};
|
|
353
353
|
}
|
|
@@ -357,14 +357,14 @@ function WindowDispatcher() {
|
|
|
357
357
|
class $ extends CoroutineDispatcher() {
|
|
358
358
|
constructor(window_0) {
|
|
359
359
|
super();
|
|
360
|
-
this.
|
|
361
|
-
this.
|
|
360
|
+
this.a2g_1 = window_0;
|
|
361
|
+
this.b2g_1 = new (WindowMessageQueue())(this.a2g_1);
|
|
362
362
|
}
|
|
363
|
-
|
|
364
|
-
return this.
|
|
363
|
+
h1w(context, block) {
|
|
364
|
+
return this.b2g_1.d2f(block);
|
|
365
365
|
}
|
|
366
|
-
|
|
367
|
-
var handle = w3cSetTimeout_0(this.
|
|
366
|
+
q1w(timeMillis, continuation) {
|
|
367
|
+
var handle = w3cSetTimeout_0(this.a2g_1, WindowDispatcher$scheduleResumeAfterDelay$lambda(continuation, this), delayToInt(timeMillis));
|
|
368
368
|
invokeOnCancellation(continuation, new (WindowClearTimeout())(this, handle));
|
|
369
369
|
}
|
|
370
370
|
}
|
|
@@ -382,16 +382,16 @@ function ClearTimeout() {
|
|
|
382
382
|
class $ {
|
|
383
383
|
constructor(handle, $box) {
|
|
384
384
|
boxApply(this, $box);
|
|
385
|
-
this.
|
|
385
|
+
this.c2g_1 = handle;
|
|
386
386
|
}
|
|
387
|
-
|
|
388
|
-
w3cClearTimeout_0(this.
|
|
387
|
+
a1t() {
|
|
388
|
+
w3cClearTimeout_0(this.c2g_1);
|
|
389
389
|
}
|
|
390
|
-
|
|
391
|
-
this.
|
|
390
|
+
z1s(cause) {
|
|
391
|
+
this.a1t();
|
|
392
392
|
}
|
|
393
393
|
toString() {
|
|
394
|
-
return 'ClearTimeout[' + this.
|
|
394
|
+
return 'ClearTimeout[' + this.c2g_1 + ']';
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
397
|
initMetadataForClass($, 'ClearTimeout', VOID, VOID, [CancelHandler()]);
|