@attocash/commons-js 5.0.0 → 5.1.1
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/cash/atto/commons/node/NodeExtensions.export.d.ts +4 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +16 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +41 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -0
- 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-node.mjs +1 -0
- package/commons-commons-node.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/channels/BufferedChannel.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- 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/ByteString.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
- 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/selector/SelectorManager.jsAndWasmShared.mjs +2 -2
- 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 +106 -106
- 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
|
@@ -14,11 +14,11 @@ function Companion() {
|
|
|
14
14
|
class $ {
|
|
15
15
|
constructor() {
|
|
16
16
|
Companion_instance = this;
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
17
|
+
this.n6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(0));
|
|
18
|
+
this.o6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(2));
|
|
19
|
+
this.p6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(4));
|
|
20
|
+
this.q6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(8));
|
|
21
|
+
this.r6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(16));
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
initMetadataForCompanion($);
|
|
@@ -125,18 +125,18 @@ function _get_nodeNet_$ref_y13ztx() {
|
|
|
125
125
|
}
|
|
126
126
|
function CreateConnectionOptions$lambda($remoteAddress, $socketOptions) {
|
|
127
127
|
return function ($this$TcpCreateConnectionOptions) {
|
|
128
|
-
$this$TcpCreateConnectionOptions.host = $remoteAddress.
|
|
129
|
-
$this$TcpCreateConnectionOptions.port = $remoteAddress.
|
|
130
|
-
$this$TcpCreateConnectionOptions.noDelay = $socketOptions.
|
|
131
|
-
$this$TcpCreateConnectionOptions.timeout = $socketOptions.
|
|
132
|
-
$this$TcpCreateConnectionOptions.keepAlive = $socketOptions.
|
|
128
|
+
$this$TcpCreateConnectionOptions.host = $remoteAddress.i6z_1;
|
|
129
|
+
$this$TcpCreateConnectionOptions.port = $remoteAddress.j6z_1;
|
|
130
|
+
$this$TcpCreateConnectionOptions.noDelay = $socketOptions.j6w_1;
|
|
131
|
+
$this$TcpCreateConnectionOptions.timeout = $socketOptions.m6w_1.equals(new (Long())(-1, 2147483647)) ? 2147483647 : $socketOptions.m6w_1.c2();
|
|
132
|
+
$this$TcpCreateConnectionOptions.keepAlive = $socketOptions.l6w_1;
|
|
133
133
|
return Unit_instance;
|
|
134
134
|
};
|
|
135
135
|
}
|
|
136
136
|
function CreateConnectionOptions$lambda_0($remoteAddress, $socketOptions) {
|
|
137
137
|
return function ($this$IpcCreateConnectionOptions) {
|
|
138
|
-
$this$IpcCreateConnectionOptions.path = $remoteAddress.
|
|
139
|
-
$this$IpcCreateConnectionOptions.timeout = $socketOptions.
|
|
138
|
+
$this$IpcCreateConnectionOptions.path = $remoteAddress.k6z_1;
|
|
139
|
+
$this$IpcCreateConnectionOptions.timeout = $socketOptions.m6w_1.equals(new (Long())(-1, 2147483647)) ? 2147483647 : $socketOptions.m6w_1.c2();
|
|
140
140
|
return Unit_instance;
|
|
141
141
|
};
|
|
142
142
|
}
|
|
@@ -28,9 +28,9 @@ function $tlsCOROUTINE$() {
|
|
|
28
28
|
class $ extends CoroutineImpl() {
|
|
29
29
|
constructor(_this__u8e3s4, coroutineContext, config, resultContinuation) {
|
|
30
30
|
super(resultContinuation);
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
31
|
+
this.v6z_1 = _this__u8e3s4;
|
|
32
|
+
this.w6z_1 = coroutineContext;
|
|
33
|
+
this.x6z_1 = config;
|
|
34
34
|
}
|
|
35
35
|
ic() {
|
|
36
36
|
var suspendResult = this.cc_1;
|
|
@@ -42,14 +42,14 @@ function $tlsCOROUTINE$() {
|
|
|
42
42
|
this.bc_1 = 3;
|
|
43
43
|
this.bc_1 = 2;
|
|
44
44
|
this.ac_1 = 1;
|
|
45
|
-
suspendResult = openTLSSession(this.
|
|
45
|
+
suspendResult = openTLSSession(this.v6z_1.s6w_1, this.v6z_1.t6w_1, this.v6z_1.u6w_1, this.x6z_1, this.w6z_1, this);
|
|
46
46
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
47
47
|
return suspendResult;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
continue $sm;
|
|
51
51
|
case 1:
|
|
52
|
-
this.
|
|
52
|
+
this.y6z_1 = suspendResult;
|
|
53
53
|
this.bc_1 = 3;
|
|
54
54
|
this.ac_1 = 4;
|
|
55
55
|
continue $sm;
|
|
@@ -59,9 +59,9 @@ function $tlsCOROUTINE$() {
|
|
|
59
59
|
if (tmp_0 instanceof Error) {
|
|
60
60
|
var cause = this.dc_1;
|
|
61
61
|
var tmp_1 = this;
|
|
62
|
-
this.
|
|
63
|
-
close(this.
|
|
64
|
-
this.
|
|
62
|
+
this.v6z_1.t6w_1.l3b(cause);
|
|
63
|
+
close(this.v6z_1.u6w_1, cause);
|
|
64
|
+
this.v6z_1.s6w_1.v5();
|
|
65
65
|
throw cause;
|
|
66
66
|
} else {
|
|
67
67
|
throw this.dc_1;
|
|
@@ -71,7 +71,7 @@ function $tlsCOROUTINE$() {
|
|
|
71
71
|
throw this.dc_1;
|
|
72
72
|
case 4:
|
|
73
73
|
this.bc_1 = 3;
|
|
74
|
-
return this.
|
|
74
|
+
return this.y6z_1;
|
|
75
75
|
}
|
|
76
76
|
} catch ($p) {
|
|
77
77
|
var e = $p;
|
|
@@ -10,10 +10,10 @@ var ContentConvertExceptionClass;
|
|
|
10
10
|
function ContentConvertException() {
|
|
11
11
|
if (ContentConvertExceptionClass === VOID) {
|
|
12
12
|
class $ extends Exception() {
|
|
13
|
-
static
|
|
13
|
+
static k4v(message, cause) {
|
|
14
14
|
cause = cause === VOID ? null : cause;
|
|
15
15
|
var $this = this.re(message, cause);
|
|
16
|
-
captureStack($this, $this.
|
|
16
|
+
captureStack($this, $this.j4v_1);
|
|
17
17
|
return $this;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -26,10 +26,10 @@ var JsonConvertExceptionClass;
|
|
|
26
26
|
function JsonConvertException() {
|
|
27
27
|
if (JsonConvertExceptionClass === VOID) {
|
|
28
28
|
class $ extends ContentConvertException() {
|
|
29
|
-
static
|
|
29
|
+
static o4v(message, cause) {
|
|
30
30
|
cause = cause === VOID ? null : cause;
|
|
31
|
-
var $this = this.
|
|
32
|
-
captureStack($this, $this.
|
|
31
|
+
var $this = this.k4v(message, cause);
|
|
32
|
+
captureStack($this, $this.n4v_1);
|
|
33
33
|
return $this;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -38,7 +38,7 @@ function deserialize(_this__u8e3s4, body, typeInfo, charset, $completion) {
|
|
|
38
38
|
return tmp.ic();
|
|
39
39
|
}
|
|
40
40
|
function suitableCharset(_this__u8e3s4, defaultCharset) {
|
|
41
|
-
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().
|
|
41
|
+
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().m3q_1 : defaultCharset;
|
|
42
42
|
var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
|
|
43
43
|
return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
|
|
44
44
|
}
|
|
@@ -55,10 +55,10 @@ function register$default(contentType, converter, configuration, $super) {
|
|
|
55
55
|
configuration = tmp;
|
|
56
56
|
var tmp_0;
|
|
57
57
|
if ($super === VOID) {
|
|
58
|
-
this.
|
|
58
|
+
this.b4w(contentType, converter, configuration);
|
|
59
59
|
tmp_0 = Unit_instance;
|
|
60
60
|
} else {
|
|
61
|
-
tmp_0 = $super.
|
|
61
|
+
tmp_0 = $super.b4w.call(this, contentType, converter, configuration);
|
|
62
62
|
}
|
|
63
63
|
return tmp_0;
|
|
64
64
|
}
|
|
@@ -72,8 +72,8 @@ function Configuration() {
|
|
|
72
72
|
return ConfigurationClass;
|
|
73
73
|
}
|
|
74
74
|
function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
|
|
75
|
-
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().
|
|
76
|
-
var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.
|
|
75
|
+
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().m3q_1 : defaultCharset;
|
|
76
|
+
var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.c3s(HttpHeaders_getInstance().h41_1)).d1();
|
|
77
77
|
while (_iterator__ex2g4s.e1()) {
|
|
78
78
|
var charset = _iterator__ex2g4s.f1().gl();
|
|
79
79
|
if (charset === '*')
|
|
@@ -88,13 +88,13 @@ function sam$kotlinx_coroutines_flow_FlowCollector$0() {
|
|
|
88
88
|
if (sam$kotlinx_coroutines_flow_FlowCollector$0Class === VOID) {
|
|
89
89
|
class $ {
|
|
90
90
|
constructor(function_0) {
|
|
91
|
-
this.
|
|
91
|
+
this.d4w_1 = function_0;
|
|
92
92
|
}
|
|
93
93
|
w2k(value, $completion) {
|
|
94
|
-
return this.
|
|
94
|
+
return this.d4w_1(value, $completion);
|
|
95
95
|
}
|
|
96
96
|
i4() {
|
|
97
|
-
return this.
|
|
97
|
+
return this.d4w_1;
|
|
98
98
|
}
|
|
99
99
|
equals(other) {
|
|
100
100
|
var tmp;
|
|
@@ -127,20 +127,20 @@ function deserialize$o$collect$slambda() {
|
|
|
127
127
|
constructor($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation, $box) {
|
|
128
128
|
if ($box === VOID)
|
|
129
129
|
$box = {};
|
|
130
|
-
$box.
|
|
131
|
-
$box.
|
|
132
|
-
$box.
|
|
133
|
-
$box.
|
|
130
|
+
$box.m4w_1 = $$this$unsafeFlow;
|
|
131
|
+
$box.n4w_1 = $charset;
|
|
132
|
+
$box.o4w_1 = $typeInfo;
|
|
133
|
+
$box.p4w_1 = $body;
|
|
134
134
|
super(resultContinuation, $box);
|
|
135
135
|
}
|
|
136
|
-
|
|
137
|
-
var tmp = this.
|
|
136
|
+
y4w(value, $completion) {
|
|
137
|
+
var tmp = this.z4w(value, $completion);
|
|
138
138
|
tmp.cc_1 = Unit_instance;
|
|
139
139
|
tmp.dc_1 = null;
|
|
140
140
|
return tmp.ic();
|
|
141
141
|
}
|
|
142
142
|
kd(p1, $completion) {
|
|
143
|
-
return this.
|
|
143
|
+
return this.y4w((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
144
144
|
}
|
|
145
145
|
ic() {
|
|
146
146
|
var suspendResult = this.cc_1;
|
|
@@ -151,25 +151,25 @@ function deserialize$o$collect$slambda() {
|
|
|
151
151
|
case 0:
|
|
152
152
|
this.bc_1 = 3;
|
|
153
153
|
var tmp_0 = this;
|
|
154
|
-
tmp_0.
|
|
154
|
+
tmp_0.r4w_1 = this.m4w_1;
|
|
155
155
|
var tmp_1 = this;
|
|
156
|
-
tmp_1.
|
|
157
|
-
this.
|
|
158
|
-
this.
|
|
156
|
+
tmp_1.s4w_1 = this.q4w_1;
|
|
157
|
+
this.t4w_1 = this.r4w_1;
|
|
158
|
+
this.u4w_1 = this.s4w_1;
|
|
159
159
|
var tmp_2 = this;
|
|
160
|
-
tmp_2.
|
|
161
|
-
this.
|
|
160
|
+
tmp_2.v4w_1 = this.u4w_1;
|
|
161
|
+
this.w4w_1 = this.v4w_1;
|
|
162
162
|
this.ac_1 = 1;
|
|
163
|
-
suspendResult = this.
|
|
163
|
+
suspendResult = this.w4w_1.a4x(this.n4w_1, this.o4w_1, this.p4w_1, this);
|
|
164
164
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
165
165
|
return suspendResult;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
continue $sm;
|
|
169
169
|
case 1:
|
|
170
|
-
this.
|
|
170
|
+
this.x4w_1 = suspendResult;
|
|
171
171
|
this.ac_1 = 2;
|
|
172
|
-
suspendResult = this.
|
|
172
|
+
suspendResult = this.t4w_1.w2k(this.x4w_1, this);
|
|
173
173
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
174
174
|
return suspendResult;
|
|
175
175
|
}
|
|
@@ -191,9 +191,9 @@ function deserialize$o$collect$slambda() {
|
|
|
191
191
|
}
|
|
192
192
|
while (true);
|
|
193
193
|
}
|
|
194
|
-
|
|
195
|
-
var i = new (deserialize$o$collect$slambda())(this.
|
|
196
|
-
i.
|
|
194
|
+
z4w(value, completion) {
|
|
195
|
+
var i = new (deserialize$o$collect$slambda())(this.m4w_1, this.n4w_1, this.o4w_1, this.p4w_1, completion);
|
|
196
|
+
i.q4w_1 = value;
|
|
197
197
|
return i;
|
|
198
198
|
}
|
|
199
199
|
}
|
|
@@ -205,7 +205,7 @@ function deserialize$o$collect$slambda() {
|
|
|
205
205
|
function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
|
|
206
206
|
var i = new (deserialize$o$collect$slambda())($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
|
|
207
207
|
var l = function (value, $completion) {
|
|
208
|
-
return i.
|
|
208
|
+
return i.y4w(value, $completion);
|
|
209
209
|
};
|
|
210
210
|
l.$arity = 1;
|
|
211
211
|
return l;
|
|
@@ -216,8 +216,8 @@ function $collectCOROUTINE$() {
|
|
|
216
216
|
class $ extends CoroutineImpl() {
|
|
217
217
|
constructor(_this__u8e3s4, collector, resultContinuation) {
|
|
218
218
|
super(resultContinuation);
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
219
|
+
this.j4x_1 = _this__u8e3s4;
|
|
220
|
+
this.k4x_1 = collector;
|
|
221
221
|
}
|
|
222
222
|
ic() {
|
|
223
223
|
var suspendResult = this.cc_1;
|
|
@@ -228,11 +228,11 @@ function $collectCOROUTINE$() {
|
|
|
228
228
|
case 0:
|
|
229
229
|
this.bc_1 = 2;
|
|
230
230
|
var tmp_0 = this;
|
|
231
|
-
tmp_0.
|
|
232
|
-
this.
|
|
231
|
+
tmp_0.l4x_1 = this.k4x_1;
|
|
232
|
+
this.m4x_1 = this.l4x_1;
|
|
233
233
|
this.ac_1 = 1;
|
|
234
|
-
var tmp_1 = deserialize$o$collect$slambda_0(this.
|
|
235
|
-
suspendResult = this.
|
|
234
|
+
var tmp_1 = deserialize$o$collect$slambda_0(this.m4x_1, this.j4x_1.o4x_1, this.j4x_1.p4x_1, this.j4x_1.q4x_1, null);
|
|
235
|
+
suspendResult = this.j4x_1.n4x_1.c2k(new (sam$kotlinx_coroutines_flow_FlowCollector$0())(tmp_1), this);
|
|
236
236
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
237
237
|
return suspendResult;
|
|
238
238
|
}
|
|
@@ -265,10 +265,10 @@ function deserialize$$inlined$map$1() {
|
|
|
265
265
|
if (deserialize$$inlined$map$1Class === VOID) {
|
|
266
266
|
class $ {
|
|
267
267
|
constructor($this, $charset, $typeInfo, $body) {
|
|
268
|
-
this.
|
|
269
|
-
this.
|
|
270
|
-
this.
|
|
271
|
-
this.
|
|
268
|
+
this.n4x_1 = $this;
|
|
269
|
+
this.o4x_1 = $charset;
|
|
270
|
+
this.p4x_1 = $typeInfo;
|
|
271
|
+
this.q4x_1 = $body;
|
|
272
272
|
}
|
|
273
273
|
x2k(collector, $completion) {
|
|
274
274
|
var tmp = new ($collectCOROUTINE$())(this, collector, $completion);
|
|
@@ -292,17 +292,17 @@ function deserialize$slambda() {
|
|
|
292
292
|
constructor($body, resultContinuation, $box) {
|
|
293
293
|
if ($box === VOID)
|
|
294
294
|
$box = {};
|
|
295
|
-
$box.
|
|
295
|
+
$box.z4x_1 = $body;
|
|
296
296
|
super(resultContinuation, $box);
|
|
297
297
|
}
|
|
298
|
-
|
|
299
|
-
var tmp = this.
|
|
298
|
+
b4y(it, $completion) {
|
|
299
|
+
var tmp = this.z4w(it, $completion);
|
|
300
300
|
tmp.cc_1 = Unit_instance;
|
|
301
301
|
tmp.dc_1 = null;
|
|
302
302
|
return tmp.ic();
|
|
303
303
|
}
|
|
304
304
|
kd(p1, $completion) {
|
|
305
|
-
return this.
|
|
305
|
+
return this.b4y((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
306
306
|
}
|
|
307
307
|
ic() {
|
|
308
308
|
var suspendResult = this.cc_1;
|
|
@@ -311,7 +311,7 @@ function deserialize$slambda() {
|
|
|
311
311
|
var tmp = this.ac_1;
|
|
312
312
|
if (tmp === 0) {
|
|
313
313
|
this.bc_1 = 1;
|
|
314
|
-
return !(this.
|
|
314
|
+
return !(this.a4y_1 == null) || this.z4x_1.h3b();
|
|
315
315
|
} else if (tmp === 1) {
|
|
316
316
|
throw this.dc_1;
|
|
317
317
|
}
|
|
@@ -321,9 +321,9 @@ function deserialize$slambda() {
|
|
|
321
321
|
}
|
|
322
322
|
while (true);
|
|
323
323
|
}
|
|
324
|
-
|
|
325
|
-
var i = new (deserialize$slambda())(this.
|
|
326
|
-
i.
|
|
324
|
+
z4w(it, completion) {
|
|
325
|
+
var i = new (deserialize$slambda())(this.z4x_1, completion);
|
|
326
|
+
i.a4y_1 = it;
|
|
327
327
|
return i;
|
|
328
328
|
}
|
|
329
329
|
}
|
|
@@ -335,7 +335,7 @@ function deserialize$slambda() {
|
|
|
335
335
|
function deserialize$slambda_0($body, resultContinuation) {
|
|
336
336
|
var i = new (deserialize$slambda())($body, resultContinuation);
|
|
337
337
|
var l = function (it, $completion) {
|
|
338
|
-
return i.
|
|
338
|
+
return i.b4y(it, $completion);
|
|
339
339
|
};
|
|
340
340
|
l.$arity = 1;
|
|
341
341
|
return l;
|
|
@@ -346,10 +346,10 @@ function $deserializeCOROUTINE$() {
|
|
|
346
346
|
class $ extends CoroutineImpl() {
|
|
347
347
|
constructor(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
|
|
348
348
|
super(resultContinuation);
|
|
349
|
-
this.
|
|
350
|
-
this.
|
|
351
|
-
this.
|
|
352
|
-
this.
|
|
349
|
+
this.x4v_1 = _this__u8e3s4;
|
|
350
|
+
this.y4v_1 = body;
|
|
351
|
+
this.z4v_1 = typeInfo;
|
|
352
|
+
this.a4w_1 = charset;
|
|
353
353
|
}
|
|
354
354
|
ic() {
|
|
355
355
|
var suspendResult = this.cc_1;
|
|
@@ -360,9 +360,9 @@ function $deserializeCOROUTINE$() {
|
|
|
360
360
|
case 0:
|
|
361
361
|
this.bc_1 = 2;
|
|
362
362
|
this.ac_1 = 1;
|
|
363
|
-
var this_0 = asFlow(this.
|
|
364
|
-
var tmp_0 = new (deserialize$$inlined$map$1())(this_0, this.
|
|
365
|
-
suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.
|
|
363
|
+
var this_0 = asFlow(this.x4v_1);
|
|
364
|
+
var tmp_0 = new (deserialize$$inlined$map$1())(this_0, this.a4w_1, this.z4v_1, this.y4v_1);
|
|
365
|
+
suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.y4v_1, null), this);
|
|
366
366
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
367
367
|
return suspendResult;
|
|
368
368
|
}
|
|
@@ -374,14 +374,14 @@ function $deserializeCOROUTINE$() {
|
|
|
374
374
|
if (!(result == null)) {
|
|
375
375
|
tmp_1 = result;
|
|
376
376
|
} else {
|
|
377
|
-
if (!this.
|
|
378
|
-
tmp_1 = this.
|
|
377
|
+
if (!this.y4v_1.h3b()) {
|
|
378
|
+
tmp_1 = this.y4v_1;
|
|
379
379
|
} else {
|
|
380
|
-
var tmp0_safe_receiver = this.
|
|
380
|
+
var tmp0_safe_receiver = this.z4v_1.o3x_1;
|
|
381
381
|
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.rg()) === true) {
|
|
382
382
|
tmp_1 = NullBody_instance;
|
|
383
383
|
} else {
|
|
384
|
-
throw ContentConvertException().
|
|
384
|
+
throw ContentConvertException().k4v('No suitable converter found for ' + this.z4v_1.toString());
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
}
|
|
@@ -14,7 +14,7 @@ function extensions(format) {
|
|
|
14
14
|
var _iterator__ex2g4s = tmp0.d1();
|
|
15
15
|
while (_iterator__ex2g4s.e1()) {
|
|
16
16
|
var element = _iterator__ex2g4s.f1();
|
|
17
|
-
var tmp0_safe_receiver = element.
|
|
17
|
+
var tmp0_safe_receiver = element.p6b(format);
|
|
18
18
|
if (tmp0_safe_receiver == null)
|
|
19
19
|
null;
|
|
20
20
|
else {
|