@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
|
@@ -52,10 +52,10 @@ function AttributeKey() {
|
|
|
52
52
|
tmp = type;
|
|
53
53
|
}
|
|
54
54
|
type = tmp;
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
55
|
+
this.p3r_1 = name;
|
|
56
|
+
this.q3r_1 = type;
|
|
57
57
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
58
|
-
var this_0 = this.
|
|
58
|
+
var this_0 = this.p3r_1;
|
|
59
59
|
// Inline function 'kotlin.require' call
|
|
60
60
|
if (!!isBlank(this_0)) {
|
|
61
61
|
var message = "Name can't be blank";
|
|
@@ -63,11 +63,11 @@ function AttributeKey() {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
toString() {
|
|
66
|
-
return 'AttributeKey: ' + this.
|
|
66
|
+
return 'AttributeKey: ' + this.p3r_1;
|
|
67
67
|
}
|
|
68
68
|
hashCode() {
|
|
69
|
-
var result = getStringHashCode(this.
|
|
70
|
-
result = imul(result, 31) + this.
|
|
69
|
+
var result = getStringHashCode(this.p3r_1);
|
|
70
|
+
result = imul(result, 31) + this.q3r_1.hashCode() | 0;
|
|
71
71
|
return result;
|
|
72
72
|
}
|
|
73
73
|
equals(other) {
|
|
@@ -76,9 +76,9 @@ function AttributeKey() {
|
|
|
76
76
|
if (!(other instanceof AttributeKey()))
|
|
77
77
|
return false;
|
|
78
78
|
var tmp0_other_with_cast = other instanceof AttributeKey() ? other : THROW_CCE();
|
|
79
|
-
if (!(this.
|
|
79
|
+
if (!(this.p3r_1 === tmp0_other_with_cast.p3r_1))
|
|
80
80
|
return false;
|
|
81
|
-
if (!this.
|
|
81
|
+
if (!this.q3r_1.equals(tmp0_other_with_cast.q3r_1))
|
|
82
82
|
return false;
|
|
83
83
|
return true;
|
|
84
84
|
}
|
|
@@ -89,7 +89,7 @@ function AttributeKey() {
|
|
|
89
89
|
return AttributeKeyClass;
|
|
90
90
|
}
|
|
91
91
|
function get(key) {
|
|
92
|
-
var tmp0_elvis_lhs = this.
|
|
92
|
+
var tmp0_elvis_lhs = this.s3r(key);
|
|
93
93
|
var tmp;
|
|
94
94
|
if (tmp0_elvis_lhs == null) {
|
|
95
95
|
throw IllegalStateException().o4('No instance for key ' + key.toString());
|
|
@@ -109,10 +109,10 @@ function Attributes() {
|
|
|
109
109
|
}
|
|
110
110
|
function putAll(_this__u8e3s4, other) {
|
|
111
111
|
// Inline function 'kotlin.collections.forEach' call
|
|
112
|
-
var _iterator__ex2g4s = other.
|
|
112
|
+
var _iterator__ex2g4s = other.x3r().d1();
|
|
113
113
|
while (_iterator__ex2g4s.e1()) {
|
|
114
114
|
var element = _iterator__ex2g4s.f1();
|
|
115
|
-
_this__u8e3s4.
|
|
115
|
+
_this__u8e3s4.u3r(element instanceof AttributeKey() ? element : THROW_CCE(), other.r3r(element));
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
//region block: exports
|
|
@@ -24,24 +24,24 @@ function AttributesJs() {
|
|
|
24
24
|
constructor() {
|
|
25
25
|
var tmp = this;
|
|
26
26
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
27
|
-
tmp.
|
|
27
|
+
tmp.u3x_1 = LinkedHashMap().ub();
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
var tmp = this.
|
|
29
|
+
s3r(key) {
|
|
30
|
+
var tmp = this.u3x_1.w2(key);
|
|
31
31
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
32
32
|
}
|
|
33
|
-
|
|
34
|
-
return this.
|
|
33
|
+
t3r(key) {
|
|
34
|
+
return this.u3x_1.u2(key);
|
|
35
35
|
}
|
|
36
|
-
|
|
36
|
+
u3r(key, value) {
|
|
37
37
|
// Inline function 'kotlin.collections.set' call
|
|
38
|
-
this.
|
|
38
|
+
this.u3x_1.d3(key, value);
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
this.
|
|
40
|
+
v3r(key) {
|
|
41
|
+
this.u3x_1.e3(key);
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
var tmp0_safe_receiver = this.
|
|
43
|
+
w3r(key, block) {
|
|
44
|
+
var tmp0_safe_receiver = this.u3x_1.w2(key);
|
|
45
45
|
if (tmp0_safe_receiver == null)
|
|
46
46
|
null;
|
|
47
47
|
else {
|
|
@@ -51,14 +51,14 @@ function AttributesJs() {
|
|
|
51
51
|
// Inline function 'kotlin.also' call
|
|
52
52
|
var this_0 = block();
|
|
53
53
|
// Inline function 'kotlin.collections.set' call
|
|
54
|
-
this.
|
|
54
|
+
this.u3x_1.d3(key, this_0);
|
|
55
55
|
return this_0;
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
return toList(this.
|
|
57
|
+
x3r() {
|
|
58
|
+
return toList(this.u3x_1.x2());
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
protoOf($).
|
|
61
|
+
protoOf($).r3r = get;
|
|
62
62
|
initMetadataForClass($, 'AttributesJs', AttributesJs, VOID, [Attributes()]);
|
|
63
63
|
AttributesJsClass = $;
|
|
64
64
|
}
|
|
@@ -26,13 +26,13 @@ import { toString30pk9tzaqopn as toString } from '../../../../kotlin-kotlin-stdl
|
|
|
26
26
|
//region block: pre-declaration
|
|
27
27
|
//endregion
|
|
28
28
|
function CaseInsensitiveMap$_get_keys_$lambda_ptzlqj($this$DelegatingMutableSet) {
|
|
29
|
-
return $this$DelegatingMutableSet.
|
|
29
|
+
return $this$DelegatingMutableSet.y3r_1;
|
|
30
30
|
}
|
|
31
31
|
function CaseInsensitiveMap$_get_keys_$lambda_ptzlqj_0($this$DelegatingMutableSet) {
|
|
32
32
|
return caseInsensitive($this$DelegatingMutableSet);
|
|
33
33
|
}
|
|
34
34
|
function CaseInsensitiveMap$_get_entries_$lambda_r32w19($this$DelegatingMutableSet) {
|
|
35
|
-
return new (Entry_0())($this$DelegatingMutableSet.r1().
|
|
35
|
+
return new (Entry_0())($this$DelegatingMutableSet.r1().y3r_1, $this$DelegatingMutableSet.s1());
|
|
36
36
|
}
|
|
37
37
|
function CaseInsensitiveMap$_get_entries_$lambda_r32w19_0($this$DelegatingMutableSet) {
|
|
38
38
|
return new (Entry_0())(caseInsensitive($this$DelegatingMutableSet.r1()), $this$DelegatingMutableSet.s1());
|
|
@@ -44,41 +44,41 @@ function CaseInsensitiveMap() {
|
|
|
44
44
|
constructor() {
|
|
45
45
|
var tmp = this;
|
|
46
46
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
47
|
-
tmp.
|
|
47
|
+
tmp.a3s_1 = LinkedHashMap().ub();
|
|
48
48
|
}
|
|
49
49
|
i1() {
|
|
50
|
-
return this.
|
|
50
|
+
return this.a3s_1.i1();
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
return this.
|
|
52
|
+
b3s(key) {
|
|
53
|
+
return this.a3s_1.u2(new (CaseInsensitiveString())(key));
|
|
54
54
|
}
|
|
55
55
|
u2(key) {
|
|
56
56
|
if (!(!(key == null) ? typeof key === 'string' : false))
|
|
57
57
|
return false;
|
|
58
|
-
return this.
|
|
58
|
+
return this.b3s((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
return this.
|
|
60
|
+
c3s(key) {
|
|
61
|
+
return this.a3s_1.w2(caseInsensitive(key));
|
|
62
62
|
}
|
|
63
63
|
w2(key) {
|
|
64
64
|
if (!(!(key == null) ? typeof key === 'string' : false))
|
|
65
65
|
return null;
|
|
66
|
-
return this.
|
|
66
|
+
return this.c3s((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
|
|
67
67
|
}
|
|
68
68
|
j() {
|
|
69
|
-
return this.
|
|
69
|
+
return this.a3s_1.j();
|
|
70
70
|
}
|
|
71
71
|
z2() {
|
|
72
|
-
this.
|
|
72
|
+
this.a3s_1.z2();
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
return this.
|
|
74
|
+
d3s(key, value) {
|
|
75
|
+
return this.a3s_1.d3(caseInsensitive(key), value);
|
|
76
76
|
}
|
|
77
77
|
d3(key, value) {
|
|
78
78
|
var tmp = (!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE();
|
|
79
|
-
return this.
|
|
79
|
+
return this.d3s(tmp, !(value == null) ? value : THROW_CCE());
|
|
80
80
|
}
|
|
81
|
-
|
|
81
|
+
e3s(from) {
|
|
82
82
|
// Inline function 'kotlin.collections.forEach' call
|
|
83
83
|
// Inline function 'kotlin.collections.iterator' call
|
|
84
84
|
var _iterator__ex2g4s = from.q1().d1();
|
|
@@ -88,32 +88,32 @@ function CaseInsensitiveMap() {
|
|
|
88
88
|
var key = element.r1();
|
|
89
89
|
// Inline function 'kotlin.collections.component2' call
|
|
90
90
|
var value = element.s1();
|
|
91
|
-
this.
|
|
91
|
+
this.d3s(key, value);
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
f3(from) {
|
|
95
|
-
return this.
|
|
95
|
+
return this.e3s(from);
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
return this.
|
|
97
|
+
f3s(key) {
|
|
98
|
+
return this.a3s_1.e3(caseInsensitive(key));
|
|
99
99
|
}
|
|
100
100
|
e3(key) {
|
|
101
101
|
if (!(!(key == null) ? typeof key === 'string' : false))
|
|
102
102
|
return null;
|
|
103
|
-
return this.
|
|
103
|
+
return this.f3s((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
|
|
104
104
|
}
|
|
105
105
|
x2() {
|
|
106
|
-
var tmp = this.
|
|
106
|
+
var tmp = this.a3s_1.x2();
|
|
107
107
|
var tmp_0 = CaseInsensitiveMap$_get_keys_$lambda_ptzlqj;
|
|
108
108
|
return new (DelegatingMutableSet())(tmp, tmp_0, CaseInsensitiveMap$_get_keys_$lambda_ptzlqj_0);
|
|
109
109
|
}
|
|
110
110
|
q1() {
|
|
111
|
-
var tmp = this.
|
|
111
|
+
var tmp = this.a3s_1.q1();
|
|
112
112
|
var tmp_0 = CaseInsensitiveMap$_get_entries_$lambda_r32w19;
|
|
113
113
|
return new (DelegatingMutableSet())(tmp, tmp_0, CaseInsensitiveMap$_get_entries_$lambda_r32w19_0);
|
|
114
114
|
}
|
|
115
115
|
y2() {
|
|
116
|
-
return this.
|
|
116
|
+
return this.a3s_1.y2();
|
|
117
117
|
}
|
|
118
118
|
equals(other) {
|
|
119
119
|
var tmp;
|
|
@@ -124,10 +124,10 @@ function CaseInsensitiveMap() {
|
|
|
124
124
|
}
|
|
125
125
|
if (tmp)
|
|
126
126
|
return false;
|
|
127
|
-
return equals(other.
|
|
127
|
+
return equals(other.a3s_1, this.a3s_1);
|
|
128
128
|
}
|
|
129
129
|
hashCode() {
|
|
130
|
-
return hashCode(this.
|
|
130
|
+
return hashCode(this.a3s_1);
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
initMetadataForClass($, 'CaseInsensitiveMap', CaseInsensitiveMap, VOID, [KtMutableMap()]);
|
|
@@ -140,17 +140,17 @@ function Entry_0() {
|
|
|
140
140
|
if (EntryClass === VOID) {
|
|
141
141
|
class $ {
|
|
142
142
|
constructor(key, value) {
|
|
143
|
-
this.
|
|
144
|
-
this.
|
|
143
|
+
this.g3s_1 = key;
|
|
144
|
+
this.h3s_1 = value;
|
|
145
145
|
}
|
|
146
146
|
r1() {
|
|
147
|
-
return this.
|
|
147
|
+
return this.g3s_1;
|
|
148
148
|
}
|
|
149
149
|
s1() {
|
|
150
|
-
return this.
|
|
150
|
+
return this.h3s_1;
|
|
151
151
|
}
|
|
152
152
|
hashCode() {
|
|
153
|
-
return (527 + hashCode(ensureNotNull(this.
|
|
153
|
+
return (527 + hashCode(ensureNotNull(this.g3s_1)) | 0) + hashCode(ensureNotNull(this.h3s_1)) | 0;
|
|
154
154
|
}
|
|
155
155
|
equals(other) {
|
|
156
156
|
var tmp;
|
|
@@ -161,10 +161,10 @@ function Entry_0() {
|
|
|
161
161
|
}
|
|
162
162
|
if (tmp)
|
|
163
163
|
return false;
|
|
164
|
-
return equals(other.r1(), this.
|
|
164
|
+
return equals(other.r1(), this.g3s_1) && equals(other.s1(), this.h3s_1);
|
|
165
165
|
}
|
|
166
166
|
toString() {
|
|
167
|
-
return toString(this.
|
|
167
|
+
return toString(this.g3s_1) + '=' + toString(this.h3s_1);
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
initMetadataForClass($, 'Entry', VOID, VOID, [Entry()]);
|
|
@@ -22,17 +22,17 @@ function DelegatingMutableSet$iterator$1() {
|
|
|
22
22
|
if (DelegatingMutableSet$iterator$1Class === VOID) {
|
|
23
23
|
class $ {
|
|
24
24
|
constructor(this$0) {
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
25
|
+
this.k3s_1 = this$0;
|
|
26
|
+
this.j3s_1 = this$0.l3s_1.d1();
|
|
27
27
|
}
|
|
28
28
|
e1() {
|
|
29
|
-
return this.
|
|
29
|
+
return this.j3s_1.e1();
|
|
30
30
|
}
|
|
31
31
|
f1() {
|
|
32
|
-
return this.
|
|
32
|
+
return this.k3s_1.m3s_1(this.j3s_1.f1());
|
|
33
33
|
}
|
|
34
34
|
z5() {
|
|
35
|
-
return this.
|
|
35
|
+
return this.j3s_1.z5();
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
initMetadataForClass($);
|
|
@@ -45,75 +45,75 @@ function DelegatingMutableSet() {
|
|
|
45
45
|
if (DelegatingMutableSetClass === VOID) {
|
|
46
46
|
class $ {
|
|
47
47
|
constructor(delegate, convertTo, convert) {
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
48
|
+
this.l3s_1 = delegate;
|
|
49
|
+
this.m3s_1 = convertTo;
|
|
50
|
+
this.n3s_1 = convert;
|
|
51
|
+
this.o3s_1 = this.l3s_1.i1();
|
|
52
52
|
}
|
|
53
|
-
|
|
53
|
+
p3s(_this__u8e3s4) {
|
|
54
54
|
// Inline function 'kotlin.collections.map' call
|
|
55
55
|
// Inline function 'kotlin.collections.mapTo' call
|
|
56
56
|
var destination = ArrayList().c1(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
57
57
|
var _iterator__ex2g4s = _this__u8e3s4.d1();
|
|
58
58
|
while (_iterator__ex2g4s.e1()) {
|
|
59
59
|
var item = _iterator__ex2g4s.f1();
|
|
60
|
-
var tmp$ret$0 = this.
|
|
60
|
+
var tmp$ret$0 = this.n3s_1(item);
|
|
61
61
|
destination.m(tmp$ret$0);
|
|
62
62
|
}
|
|
63
63
|
return destination;
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
q3s(_this__u8e3s4) {
|
|
66
66
|
// Inline function 'kotlin.collections.map' call
|
|
67
67
|
// Inline function 'kotlin.collections.mapTo' call
|
|
68
68
|
var destination = ArrayList().c1(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
69
69
|
var _iterator__ex2g4s = _this__u8e3s4.d1();
|
|
70
70
|
while (_iterator__ex2g4s.e1()) {
|
|
71
71
|
var item = _iterator__ex2g4s.f1();
|
|
72
|
-
var tmp$ret$0 = this.
|
|
72
|
+
var tmp$ret$0 = this.m3s_1(item);
|
|
73
73
|
destination.m(tmp$ret$0);
|
|
74
74
|
}
|
|
75
75
|
return destination;
|
|
76
76
|
}
|
|
77
77
|
i1() {
|
|
78
|
-
return this.
|
|
78
|
+
return this.o3s_1;
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
return this.
|
|
80
|
+
r3s(element) {
|
|
81
|
+
return this.l3s_1.m(this.n3s_1(element));
|
|
82
82
|
}
|
|
83
83
|
m(element) {
|
|
84
|
-
return this.
|
|
84
|
+
return this.r3s((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
85
85
|
}
|
|
86
|
-
|
|
87
|
-
return this.
|
|
86
|
+
s3s(elements) {
|
|
87
|
+
return this.l3s_1.k1(this.p3s(elements));
|
|
88
88
|
}
|
|
89
89
|
k1(elements) {
|
|
90
|
-
return this.
|
|
90
|
+
return this.s3s(elements);
|
|
91
91
|
}
|
|
92
92
|
z2() {
|
|
93
|
-
this.
|
|
93
|
+
this.l3s_1.z2();
|
|
94
94
|
}
|
|
95
|
-
|
|
96
|
-
return this.
|
|
95
|
+
t3s(element) {
|
|
96
|
+
return this.l3s_1.q2(this.n3s_1(element));
|
|
97
97
|
}
|
|
98
98
|
q2(element) {
|
|
99
99
|
if (!(element == null ? true : !(element == null)))
|
|
100
100
|
return false;
|
|
101
|
-
return this.
|
|
101
|
+
return this.t3s((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
102
102
|
}
|
|
103
|
-
|
|
104
|
-
return this.
|
|
103
|
+
u3s(elements) {
|
|
104
|
+
return this.l3s_1.r2(this.p3s(elements));
|
|
105
105
|
}
|
|
106
106
|
r2(elements) {
|
|
107
|
-
return this.
|
|
107
|
+
return this.u3s(elements);
|
|
108
108
|
}
|
|
109
109
|
j() {
|
|
110
|
-
return this.
|
|
110
|
+
return this.l3s_1.j();
|
|
111
111
|
}
|
|
112
112
|
d1() {
|
|
113
113
|
return new (DelegatingMutableSet$iterator$1())(this);
|
|
114
114
|
}
|
|
115
115
|
hashCode() {
|
|
116
|
-
return hashCode(this.
|
|
116
|
+
return hashCode(this.l3s_1);
|
|
117
117
|
}
|
|
118
118
|
equals(other) {
|
|
119
119
|
var tmp;
|
|
@@ -124,7 +124,7 @@ function DelegatingMutableSet() {
|
|
|
124
124
|
}
|
|
125
125
|
if (tmp)
|
|
126
126
|
return false;
|
|
127
|
-
var elements = this.
|
|
127
|
+
var elements = this.q3s(this.l3s_1);
|
|
128
128
|
var tmp_0;
|
|
129
129
|
if (other.r2(elements)) {
|
|
130
130
|
// Inline function 'kotlin.collections.containsAll' call
|
|
@@ -135,7 +135,7 @@ function DelegatingMutableSet() {
|
|
|
135
135
|
return tmp_0;
|
|
136
136
|
}
|
|
137
137
|
toString() {
|
|
138
|
-
return toString(this.
|
|
138
|
+
return toString(this.q3s(this.l3s_1));
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
initMetadataForClass($, 'DelegatingMutableSet', VOID, VOID, [KtMutableSet()]);
|
|
@@ -99,13 +99,13 @@ function Js() {
|
|
|
99
99
|
class $ extends Platform() {
|
|
100
100
|
constructor(jsPlatform) {
|
|
101
101
|
super();
|
|
102
|
-
this.
|
|
102
|
+
this.v3s_1 = jsPlatform;
|
|
103
103
|
}
|
|
104
104
|
toString() {
|
|
105
|
-
return 'Js(jsPlatform=' + this.
|
|
105
|
+
return 'Js(jsPlatform=' + this.v3s_1.toString() + ')';
|
|
106
106
|
}
|
|
107
107
|
hashCode() {
|
|
108
|
-
return this.
|
|
108
|
+
return this.v3s_1.hashCode();
|
|
109
109
|
}
|
|
110
110
|
equals(other) {
|
|
111
111
|
if (this === other)
|
|
@@ -113,7 +113,7 @@ function Js() {
|
|
|
113
113
|
if (!(other instanceof Js()))
|
|
114
114
|
return false;
|
|
115
115
|
var tmp0_other_with_cast = other instanceof Js() ? other : THROW_CCE();
|
|
116
|
-
if (!this.
|
|
116
|
+
if (!this.v3s_1.equals(tmp0_other_with_cast.v3s_1))
|
|
117
117
|
return false;
|
|
118
118
|
return true;
|
|
119
119
|
}
|
|
@@ -168,38 +168,38 @@ function PlatformUtils() {
|
|
|
168
168
|
var platform = get_platform(this);
|
|
169
169
|
var tmp_0;
|
|
170
170
|
if (platform instanceof Js()) {
|
|
171
|
-
tmp_0 = platform.
|
|
171
|
+
tmp_0 = platform.v3s_1.equals(JsPlatform_Browser_getInstance());
|
|
172
172
|
} else {
|
|
173
173
|
if (platform instanceof WasmJs()) {
|
|
174
|
-
tmp_0 = platform.
|
|
174
|
+
tmp_0 = platform.w3s_1.equals(JsPlatform_Browser_getInstance());
|
|
175
175
|
} else {
|
|
176
176
|
tmp_0 = false;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
tmp.
|
|
179
|
+
tmp.x3s_1 = tmp_0;
|
|
180
180
|
var tmp_1 = this;
|
|
181
181
|
var platform_0 = get_platform(this);
|
|
182
182
|
var tmp_2;
|
|
183
183
|
if (platform_0 instanceof Js()) {
|
|
184
|
-
tmp_2 = platform_0.
|
|
184
|
+
tmp_2 = platform_0.v3s_1.equals(JsPlatform_Node_getInstance());
|
|
185
185
|
} else {
|
|
186
186
|
if (platform_0 instanceof WasmJs()) {
|
|
187
|
-
tmp_2 = platform_0.
|
|
187
|
+
tmp_2 = platform_0.w3s_1.equals(JsPlatform_Node_getInstance());
|
|
188
188
|
} else {
|
|
189
189
|
tmp_2 = false;
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
|
-
tmp_1.
|
|
192
|
+
tmp_1.y3s_1 = tmp_2;
|
|
193
193
|
var tmp_3 = this;
|
|
194
194
|
var tmp_4 = get_platform(this);
|
|
195
|
-
tmp_3.
|
|
195
|
+
tmp_3.z3s_1 = tmp_4 instanceof Js();
|
|
196
196
|
var tmp_5 = this;
|
|
197
197
|
var tmp_6 = get_platform(this);
|
|
198
|
-
tmp_5.
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
202
|
-
this.
|
|
198
|
+
tmp_5.a3t_1 = tmp_6 instanceof WasmJs();
|
|
199
|
+
this.b3t_1 = equals(get_platform(this), Jvm_getInstance());
|
|
200
|
+
this.c3t_1 = equals(get_platform(this), Native_getInstance());
|
|
201
|
+
this.d3t_1 = get_isDevelopmentMode(this);
|
|
202
|
+
this.e3t_1 = true;
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
205
|
initMetadataForObject($, 'PlatformUtils');
|