@attocash/commons-js 5.0.0 → 5.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/DateTimeComponents.mjs +2 -2
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +68 -68
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +56 -56
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +14 -14
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +10 -10
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +26 -26
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +661 -661
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +17 -17
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +26 -26
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +42 -42
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +67 -67
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +5 -5
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +35 -35
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +37 -37
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +10 -10
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/serialiazer/AttoAddressAsByteArraySerializer.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/serialiazer/InstantMillisSerializer.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.export.d.ts +3 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +19 -5
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +72 -72
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
- 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 +189 -189
- 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 +56 -56
- 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 +50 -50
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
- 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/JsonExceptions.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +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 +84 -84
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
- 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 +141 -141
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
- 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 +151 -151
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
- 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 +85 -85
- 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 +41 -41
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
- 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 +60 -60
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
- 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 +11 -11
- 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 +35 -35
- 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 +45 -45
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
- 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 +17 -17
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
- 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 +24 -24
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
- 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-events/io/ktor/events/Events.mjs +5 -5
- 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 +114 -114
- 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 +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
- 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 +25 -25
- package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
- 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 +4 -4
- package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
- package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
- package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
- package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
- 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 +21 -21
- 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-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
- package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- 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 +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
- 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 +27 -27
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
- package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
- package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
- package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +104 -104
- package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
- package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
- package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
- package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
- 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 +33 -33
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
- package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
- 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/network/NetworkAddressJs.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
- 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 +49 -49
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
- package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
- package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
- package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
- package/package.json +1 -1
|
@@ -74,14 +74,14 @@ var WorkerRemote$_init_$slambda_6gmo0oClass;
|
|
|
74
74
|
function WorkerRemote$_init_$slambda_6gmo0o() {
|
|
75
75
|
if (WorkerRemote$_init_$slambda_6gmo0oClass === VOID) {
|
|
76
76
|
class $ extends CoroutineImpl() {
|
|
77
|
-
|
|
78
|
-
var tmp = this.
|
|
77
|
+
y7i($completion) {
|
|
78
|
+
var tmp = this.r3m($completion);
|
|
79
79
|
tmp.cc_1 = Unit_instance;
|
|
80
80
|
tmp.dc_1 = null;
|
|
81
81
|
return tmp.ic();
|
|
82
82
|
}
|
|
83
83
|
pe($completion) {
|
|
84
|
-
return this.
|
|
84
|
+
return this.y7i($completion);
|
|
85
85
|
}
|
|
86
86
|
ic() {
|
|
87
87
|
var suspendResult = this.cc_1;
|
|
@@ -100,7 +100,7 @@ function WorkerRemote$_init_$slambda_6gmo0o() {
|
|
|
100
100
|
}
|
|
101
101
|
while (true);
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
r3m(completion) {
|
|
104
104
|
return new (WorkerRemote$_init_$slambda_6gmo0o())(completion);
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -112,7 +112,7 @@ function WorkerRemote$_init_$slambda_6gmo0o() {
|
|
|
112
112
|
function WorkerRemote$_init_$slambda_6gmo0o_0(resultContinuation) {
|
|
113
113
|
var i = new (WorkerRemote$_init_$slambda_6gmo0o())(resultContinuation);
|
|
114
114
|
var l = function ($completion) {
|
|
115
|
-
return i.
|
|
115
|
+
return i.y7i($completion);
|
|
116
116
|
};
|
|
117
117
|
l.$arity = 0;
|
|
118
118
|
return l;
|
|
@@ -128,7 +128,7 @@ function WorkerRemote$work$lambda($headers) {
|
|
|
128
128
|
var key = element.r1();
|
|
129
129
|
// Inline function 'kotlin.collections.component2' call
|
|
130
130
|
var value = element.s1();
|
|
131
|
-
$this$headers.
|
|
131
|
+
$this$headers.r3t(key, value);
|
|
132
132
|
}
|
|
133
133
|
return Unit_instance;
|
|
134
134
|
};
|
|
@@ -137,7 +137,7 @@ function WorkerRemote$work$lambda_0($this$timeout) {
|
|
|
137
137
|
// Inline function 'kotlin.time.Companion.minutes' call
|
|
138
138
|
Companion_getInstance();
|
|
139
139
|
var tmp$ret$0 = toDuration(5, DurationUnit_MINUTES_getInstance());
|
|
140
|
-
$this$timeout.
|
|
140
|
+
$this$timeout.o5r(_Duration___get_inWholeMilliseconds__impl__msfiry(tmp$ret$0));
|
|
141
141
|
return Unit_instance;
|
|
142
142
|
}
|
|
143
143
|
var $workCOROUTINE$Class;
|
|
@@ -146,8 +146,8 @@ function $workCOROUTINE$() {
|
|
|
146
146
|
class $ extends CoroutineImpl() {
|
|
147
147
|
constructor(_this__u8e3s4, request, resultContinuation) {
|
|
148
148
|
super(resultContinuation);
|
|
149
|
-
this.
|
|
150
|
-
this.
|
|
149
|
+
this.l7u_1 = _this__u8e3s4;
|
|
150
|
+
this.m7u_1 = request;
|
|
151
151
|
}
|
|
152
152
|
ic() {
|
|
153
153
|
var suspendResult = this.cc_1;
|
|
@@ -158,36 +158,36 @@ function $workCOROUTINE$() {
|
|
|
158
158
|
case 0:
|
|
159
159
|
this.bc_1 = 4;
|
|
160
160
|
this.ac_1 = 1;
|
|
161
|
-
suspendResult = this.
|
|
161
|
+
suspendResult = this.l7u_1.d7v_1(this);
|
|
162
162
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
163
163
|
return suspendResult;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
continue $sm;
|
|
167
167
|
case 1:
|
|
168
|
-
this.
|
|
169
|
-
this.
|
|
168
|
+
this.n7u_1 = suspendResult;
|
|
169
|
+
this.o7u_1 = this.l7u_1.c7v_1 + '/works';
|
|
170
170
|
var tmp_0 = this;
|
|
171
|
-
tmp_0.
|
|
171
|
+
tmp_0.p7u_1 = get_httpClient();
|
|
172
172
|
var tmp_1 = this;
|
|
173
|
-
tmp_1.
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
173
|
+
tmp_1.q7u_1 = this.o7u_1;
|
|
174
|
+
this.r7u_1 = this.p7u_1;
|
|
175
|
+
this.s7u_1 = this.q7u_1;
|
|
176
176
|
var tmp_2 = this;
|
|
177
|
-
tmp_2.
|
|
178
|
-
this.
|
|
179
|
-
this.
|
|
180
|
-
this.
|
|
177
|
+
tmp_2.t7u_1 = this.r7u_1;
|
|
178
|
+
this.u7u_1 = this.t7u_1;
|
|
179
|
+
this.v7u_1 = new (HttpRequestBuilder())();
|
|
180
|
+
this.v7u_1.o50_1 = Companion_getInstance_0().b46_1;
|
|
181
181
|
var tmp_3 = this;
|
|
182
|
-
tmp_3.
|
|
182
|
+
tmp_3.w7u_1 = this.u7u_1;
|
|
183
183
|
var tmp_4 = this;
|
|
184
|
-
var this_0 = this.
|
|
185
|
-
url(this_0, this.
|
|
186
|
-
contentType(this_0, Application_getInstance().
|
|
187
|
-
accept(this_0, Application_getInstance().
|
|
188
|
-
var body = this.
|
|
184
|
+
var this_0 = this.v7u_1;
|
|
185
|
+
url(this_0, this.s7u_1);
|
|
186
|
+
contentType(this_0, Application_getInstance().i3z_1);
|
|
187
|
+
accept(this_0, Application_getInstance().i3z_1);
|
|
188
|
+
var body = this.m7u_1;
|
|
189
189
|
if (body == null) {
|
|
190
|
-
this_0.
|
|
190
|
+
this_0.q50_1 = NullBody_instance;
|
|
191
191
|
var tmp_5 = getKClass(Request());
|
|
192
192
|
var tmp_6;
|
|
193
193
|
try {
|
|
@@ -202,13 +202,13 @@ function $workCOROUTINE$() {
|
|
|
202
202
|
}
|
|
203
203
|
tmp_6 = tmp_7;
|
|
204
204
|
}
|
|
205
|
-
this_0.
|
|
205
|
+
this_0.q57(new (TypeInfo())(tmp_5, tmp_6));
|
|
206
206
|
} else {
|
|
207
207
|
if (body instanceof OutgoingContent()) {
|
|
208
|
-
this_0.
|
|
209
|
-
this_0.
|
|
208
|
+
this_0.q50_1 = body;
|
|
209
|
+
this_0.q57(null);
|
|
210
210
|
} else {
|
|
211
|
-
this_0.
|
|
211
|
+
this_0.q50_1 = body;
|
|
212
212
|
var tmp_8 = getKClass(Request());
|
|
213
213
|
var tmp_9;
|
|
214
214
|
try {
|
|
@@ -223,27 +223,27 @@ function $workCOROUTINE$() {
|
|
|
223
223
|
}
|
|
224
224
|
tmp_9 = tmp_10;
|
|
225
225
|
}
|
|
226
|
-
this_0.
|
|
226
|
+
this_0.q57(new (TypeInfo())(tmp_8, tmp_9));
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
headers(this_0, WorkerRemote$work$lambda(this.
|
|
230
|
+
headers(this_0, WorkerRemote$work$lambda(this.n7u_1));
|
|
231
231
|
timeout(this_0, WorkerRemote$work$lambda_0);
|
|
232
|
-
tmp_4.
|
|
233
|
-
this.
|
|
234
|
-
this.
|
|
232
|
+
tmp_4.x7u_1 = this_0;
|
|
233
|
+
this.y7u_1 = this.w7u_1;
|
|
234
|
+
this.z7u_1 = this.x7u_1;
|
|
235
235
|
this.ac_1 = 2;
|
|
236
|
-
suspendResult = (new (HttpStatement())(this.
|
|
236
|
+
suspendResult = (new (HttpStatement())(this.z7u_1, this.y7u_1)).q61(this);
|
|
237
237
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
238
238
|
return suspendResult;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
continue $sm;
|
|
242
242
|
case 2:
|
|
243
|
-
this.
|
|
244
|
-
this.
|
|
243
|
+
this.a7v_1 = suspendResult;
|
|
244
|
+
this.b7v_1 = this.a7v_1;
|
|
245
245
|
this.ac_1 = 3;
|
|
246
|
-
var tmp_11 = this.
|
|
246
|
+
var tmp_11 = this.b7v_1.l52();
|
|
247
247
|
var tmp_12 = getKClass(Response());
|
|
248
248
|
var tmp_13;
|
|
249
249
|
try {
|
|
@@ -259,7 +259,7 @@ function $workCOROUTINE$() {
|
|
|
259
259
|
tmp_13 = tmp_14;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
suspendResult = tmp_11.
|
|
262
|
+
suspendResult = tmp_11.i52(new (TypeInfo())(tmp_12, tmp_13), this);
|
|
263
263
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
264
264
|
return suspendResult;
|
|
265
265
|
}
|
|
@@ -299,13 +299,13 @@ function WorkerRemote() {
|
|
|
299
299
|
tmp = headerProvider;
|
|
300
300
|
}
|
|
301
301
|
headerProvider = tmp;
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
302
|
+
this.c7v_1 = url;
|
|
303
|
+
this.d7v_1 = headerProvider;
|
|
304
304
|
}
|
|
305
|
-
|
|
305
|
+
t7s(threshold, target, $completion) {
|
|
306
306
|
throw NotImplementedError().jd();
|
|
307
307
|
}
|
|
308
|
-
|
|
308
|
+
u7t(request, $completion) {
|
|
309
309
|
var tmp = new ($workCOROUTINE$())(this, request, $completion);
|
|
310
310
|
tmp.cc_1 = Unit_instance;
|
|
311
311
|
tmp.dc_1 = null;
|
|
@@ -314,8 +314,8 @@ function WorkerRemote() {
|
|
|
314
314
|
v5() {
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
|
-
protoOf($).
|
|
318
|
-
protoOf($).
|
|
317
|
+
protoOf($).u7s = work;
|
|
318
|
+
protoOf($).v7s = work_0;
|
|
319
319
|
initMetadataForClass($, 'WorkerRemote', VOID, VOID, [AttoWorkerOperations()], [2, 1, 3]);
|
|
320
320
|
WorkerRemoteClass = $;
|
|
321
321
|
}
|
|
@@ -324,9 +324,9 @@ function WorkerRemote() {
|
|
|
324
324
|
function httpClient$lambda($this$HttpClient) {
|
|
325
325
|
_init_properties_AttoWorkerRemote_kt__jggsya();
|
|
326
326
|
var tmp = get_ContentNegotiation();
|
|
327
|
-
$this$HttpClient.
|
|
328
|
-
$this$HttpClient.
|
|
329
|
-
$this$HttpClient.
|
|
327
|
+
$this$HttpClient.w51(tmp, httpClient$lambda$lambda);
|
|
328
|
+
$this$HttpClient.j51(get_HttpTimeout());
|
|
329
|
+
$this$HttpClient.h51_1 = true;
|
|
330
330
|
return Unit_instance;
|
|
331
331
|
}
|
|
332
332
|
function httpClient$lambda$lambda($this$install) {
|
|
@@ -336,21 +336,21 @@ function httpClient$lambda$lambda($this$install) {
|
|
|
336
336
|
}
|
|
337
337
|
function httpClient$lambda$lambda$lambda($this$Json) {
|
|
338
338
|
_init_properties_AttoWorkerRemote_kt__jggsya();
|
|
339
|
-
$this$Json.
|
|
339
|
+
$this$Json.g6h_1 = true;
|
|
340
340
|
return Unit_instance;
|
|
341
341
|
}
|
|
342
342
|
var remote$slambdaClass;
|
|
343
343
|
function remote$slambda() {
|
|
344
344
|
if (remote$slambdaClass === VOID) {
|
|
345
345
|
class $ extends CoroutineImpl() {
|
|
346
|
-
|
|
347
|
-
var tmp = this.
|
|
346
|
+
y7i($completion) {
|
|
347
|
+
var tmp = this.r3m($completion);
|
|
348
348
|
tmp.cc_1 = Unit_instance;
|
|
349
349
|
tmp.dc_1 = null;
|
|
350
350
|
return tmp.ic();
|
|
351
351
|
}
|
|
352
352
|
pe($completion) {
|
|
353
|
-
return this.
|
|
353
|
+
return this.y7i($completion);
|
|
354
354
|
}
|
|
355
355
|
ic() {
|
|
356
356
|
var suspendResult = this.cc_1;
|
|
@@ -369,7 +369,7 @@ function remote$slambda() {
|
|
|
369
369
|
}
|
|
370
370
|
while (true);
|
|
371
371
|
}
|
|
372
|
-
|
|
372
|
+
r3m(completion) {
|
|
373
373
|
return new (remote$slambda())(completion);
|
|
374
374
|
}
|
|
375
375
|
}
|
|
@@ -381,7 +381,7 @@ function remote$slambda() {
|
|
|
381
381
|
function remote$slambda_0(resultContinuation) {
|
|
382
382
|
var i = new (remote$slambda())(resultContinuation);
|
|
383
383
|
var l = function ($completion) {
|
|
384
|
-
return i.
|
|
384
|
+
return i.y7i($completion);
|
|
385
385
|
};
|
|
386
386
|
l.$arity = 0;
|
|
387
387
|
return l;
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
//region block: polyfills
|
|
2
|
-
if (typeof String.prototype.startsWith === 'undefined') {
|
|
3
|
-
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
4
|
-
position = position || 0;
|
|
5
|
-
return this.lastIndexOf(searchString, position) === position;
|
|
6
|
-
}});
|
|
7
|
-
}
|
|
8
2
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
9
3
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
10
4
|
var subjectString = this.toString();
|
|
@@ -16,6 +10,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
16
10
|
return lastIndex !== -1 && lastIndex === position;
|
|
17
11
|
}});
|
|
18
12
|
}
|
|
13
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
14
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
15
|
+
position = position || 0;
|
|
16
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
17
|
+
}});
|
|
18
|
+
}
|
|
19
19
|
//endregion
|
|
20
20
|
import { VOID3gxj6tk5isa35 as VOID } from '../js/void.mjs';
|
|
21
21
|
import { compareTo3ankvs086tmwq as compareTo } from '../js/compareTo.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["js/src/kotlin/text/stringJs.kt","js/src/generated/_ComparisonsJs.kt","js/src/kotlin/text/charJs.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["searchString","position","subjectString","lastIndex","substring","<this>","startIndex","endIndex","compareTo","other","ignoreCase","n1","n2","min","index","thisChar","otherChar","concatToString","result","char","encodeToByteArray","decodeToString","throwOnInvalidSequence","toCharArray","destination","destinationOffset","destIndex","i","compare","a","b","equals","hashCode","STRING_CASE_INSENSITIVE_ORDER$lambda","<init properties stringJs.kt>"],"mappings":";
|
|
1
|
+
{"version":3,"sources":["js/src/kotlin/text/stringJs.kt","js/src/generated/_ComparisonsJs.kt","js/src/kotlin/text/charJs.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["searchString","position","subjectString","lastIndex","substring","<this>","startIndex","endIndex","compareTo","other","ignoreCase","n1","n2","min","index","thisChar","otherChar","concatToString","result","char","encodeToByteArray","decodeToString","throwOnInvalidSequence","toCharArray","destination","destinationOffset","destIndex","i","compare","a","b","equals","hashCode","STRING_CASE_INSENSITIVE_ORDER$lambda","<init properties stringJs.kt>"],"mappings":"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"}
|
|
@@ -10,11 +10,11 @@ var KotlinLoggingClass;
|
|
|
10
10
|
function KotlinLogging() {
|
|
11
11
|
if (KotlinLoggingClass === VOID) {
|
|
12
12
|
class $ {
|
|
13
|
-
|
|
14
|
-
return this.
|
|
13
|
+
m6s(func) {
|
|
14
|
+
return this.o6s(KLoggerNameResolver_instance.n6s(func));
|
|
15
15
|
}
|
|
16
|
-
|
|
17
|
-
return KLoggerFactory_instance.
|
|
16
|
+
o6s(name) {
|
|
17
|
+
return KLoggerFactory_instance.o6s(name);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
initMetadataForObject($, 'KotlinLogging');
|
|
@@ -16,7 +16,7 @@ var KLoggerNameResolverClass;
|
|
|
16
16
|
function KLoggerNameResolver() {
|
|
17
17
|
if (KLoggerNameResolverClass === VOID) {
|
|
18
18
|
class $ {
|
|
19
|
-
|
|
19
|
+
n6s(func) {
|
|
20
20
|
var found = false;
|
|
21
21
|
var exception = Exception().qe();
|
|
22
22
|
var _iterator__ex2g4s = split(stackTraceToString(exception), ['\n']).d1();
|
|
@@ -141,7 +141,7 @@ var DispatchExceptionClass;
|
|
|
141
141
|
function DispatchException() {
|
|
142
142
|
if (DispatchExceptionClass === VOID) {
|
|
143
143
|
class $ extends Exception() {
|
|
144
|
-
static
|
|
144
|
+
static s2n(cause, dispatcher, context) {
|
|
145
145
|
var $this = this.re('Coroutine dispatcher ' + dispatcher.toString() + ' threw an exception, context = ' + toString(context), cause);
|
|
146
146
|
captureStack($this, $this.k25_1);
|
|
147
147
|
$this.j25_1 = cause;
|
|
@@ -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.n2q_1 = delegate;
|
|
47
|
+
this.o2q_1 = invokeImmediately;
|
|
48
|
+
this.p2q_1 = this.o2q_1 ? this : new (JsMainDispatcher())(this.n2q_1, true);
|
|
49
49
|
}
|
|
50
50
|
i2a() {
|
|
51
|
-
return this.
|
|
51
|
+
return this.p2q_1;
|
|
52
52
|
}
|
|
53
53
|
f25(context) {
|
|
54
|
-
return !this.
|
|
54
|
+
return !this.o2q_1;
|
|
55
55
|
}
|
|
56
56
|
g25(context, block) {
|
|
57
|
-
return this.
|
|
57
|
+
return this.n2q_1.g25(context, block);
|
|
58
58
|
}
|
|
59
59
|
toString() {
|
|
60
60
|
var tmp0_elvis_lhs = this.j2a();
|
|
61
|
-
return tmp0_elvis_lhs == null ? this.
|
|
61
|
+
return tmp0_elvis_lhs == null ? this.n2q_1.toString() : tmp0_elvis_lhs;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
initMetadataForClass($, 'JsMainDispatcher');
|