@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
|
@@ -53,8 +53,8 @@ function Companion() {
|
|
|
53
53
|
// Inline function 'kotlin.arrayOf' call
|
|
54
54
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
55
55
|
// Inline function 'kotlin.js.asDynamic' call
|
|
56
|
-
tmp.
|
|
57
|
-
this.
|
|
56
|
+
tmp.d3u_1 = [null, null, null, tmp_1, null, null, lazy(tmp_2, GMTDate$Companion$$childSerializers$_anonymous__gyfycy_0), null, null];
|
|
57
|
+
this.e3u_1 = GMTDate(new (Long())(0, 0));
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
initMetadataForCompanion($);
|
|
@@ -84,28 +84,28 @@ function $serializer() {
|
|
|
84
84
|
tmp0_serialDesc.w14('month', false);
|
|
85
85
|
tmp0_serialDesc.w14('year', false);
|
|
86
86
|
tmp0_serialDesc.w14('timestamp', false);
|
|
87
|
-
this.
|
|
87
|
+
this.f3u_1 = tmp0_serialDesc;
|
|
88
88
|
}
|
|
89
|
-
|
|
90
|
-
var tmp0_desc = this.
|
|
89
|
+
g3u(encoder, value) {
|
|
90
|
+
var tmp0_desc = this.f3u_1;
|
|
91
91
|
var tmp1_output = encoder.kx(tmp0_desc);
|
|
92
|
-
var tmp2_cached = Companion_getInstance().
|
|
93
|
-
tmp1_output.uy(tmp0_desc, 0, value.
|
|
94
|
-
tmp1_output.uy(tmp0_desc, 1, value.
|
|
95
|
-
tmp1_output.uy(tmp0_desc, 2, value.
|
|
96
|
-
tmp1_output.bz(tmp0_desc, 3, tmp2_cached[3].s1(), value.
|
|
97
|
-
tmp1_output.uy(tmp0_desc, 4, value.
|
|
98
|
-
tmp1_output.uy(tmp0_desc, 5, value.
|
|
99
|
-
tmp1_output.bz(tmp0_desc, 6, tmp2_cached[6].s1(), value.
|
|
100
|
-
tmp1_output.uy(tmp0_desc, 7, value.
|
|
101
|
-
tmp1_output.vy(tmp0_desc, 8, value.
|
|
92
|
+
var tmp2_cached = Companion_getInstance().d3u_1;
|
|
93
|
+
tmp1_output.uy(tmp0_desc, 0, value.h3u_1);
|
|
94
|
+
tmp1_output.uy(tmp0_desc, 1, value.i3u_1);
|
|
95
|
+
tmp1_output.uy(tmp0_desc, 2, value.j3u_1);
|
|
96
|
+
tmp1_output.bz(tmp0_desc, 3, tmp2_cached[3].s1(), value.k3u_1);
|
|
97
|
+
tmp1_output.uy(tmp0_desc, 4, value.l3u_1);
|
|
98
|
+
tmp1_output.uy(tmp0_desc, 5, value.m3u_1);
|
|
99
|
+
tmp1_output.bz(tmp0_desc, 6, tmp2_cached[6].s1(), value.n3u_1);
|
|
100
|
+
tmp1_output.uy(tmp0_desc, 7, value.o3u_1);
|
|
101
|
+
tmp1_output.vy(tmp0_desc, 8, value.p3u_1);
|
|
102
102
|
tmp1_output.lx(tmp0_desc);
|
|
103
103
|
}
|
|
104
104
|
ys(encoder, value) {
|
|
105
|
-
return this.
|
|
105
|
+
return this.g3u(encoder, value instanceof GMTDate_0() ? value : THROW_CCE());
|
|
106
106
|
}
|
|
107
107
|
zs(decoder) {
|
|
108
|
-
var tmp0_desc = this.
|
|
108
|
+
var tmp0_desc = this.f3u_1;
|
|
109
109
|
var tmp1_flag = true;
|
|
110
110
|
var tmp2_index = 0;
|
|
111
111
|
var tmp3_bitMask0 = 0;
|
|
@@ -119,7 +119,7 @@ function $serializer() {
|
|
|
119
119
|
var tmp11_local7 = 0;
|
|
120
120
|
var tmp12_local8 = new (Long())(0, 0);
|
|
121
121
|
var tmp13_input = decoder.kx(tmp0_desc);
|
|
122
|
-
var tmp14_cached = Companion_getInstance().
|
|
122
|
+
var tmp14_cached = Companion_getInstance().d3u_1;
|
|
123
123
|
if (tmp13_input.zx()) {
|
|
124
124
|
tmp4_local0 = tmp13_input.px(tmp0_desc, 0);
|
|
125
125
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -187,13 +187,13 @@ function $serializer() {
|
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
tmp13_input.lx(tmp0_desc);
|
|
190
|
-
return GMTDate_0().
|
|
190
|
+
return GMTDate_0().q3u(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
191
191
|
}
|
|
192
192
|
xs() {
|
|
193
|
-
return this.
|
|
193
|
+
return this.f3u_1;
|
|
194
194
|
}
|
|
195
195
|
l15() {
|
|
196
|
-
var tmp0_cached = Companion_getInstance().
|
|
196
|
+
var tmp0_cached = Companion_getInstance().d3u_1;
|
|
197
197
|
// Inline function 'kotlin.arrayOf' call
|
|
198
198
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
199
199
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -218,35 +218,35 @@ function GMTDate_0() {
|
|
|
218
218
|
class $ {
|
|
219
219
|
constructor(seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp) {
|
|
220
220
|
Companion_getInstance();
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
221
|
+
this.h3u_1 = seconds;
|
|
222
|
+
this.i3u_1 = minutes;
|
|
223
|
+
this.j3u_1 = hours;
|
|
224
|
+
this.k3u_1 = dayOfWeek;
|
|
225
|
+
this.l3u_1 = dayOfMonth;
|
|
226
|
+
this.m3u_1 = dayOfYear;
|
|
227
|
+
this.n3u_1 = month;
|
|
228
|
+
this.o3u_1 = year;
|
|
229
|
+
this.p3u_1 = timestamp;
|
|
230
230
|
}
|
|
231
|
-
|
|
232
|
-
return this.
|
|
231
|
+
r3u(other) {
|
|
232
|
+
return this.p3u_1.a2(other.p3u_1);
|
|
233
233
|
}
|
|
234
234
|
d(other) {
|
|
235
|
-
return this.
|
|
235
|
+
return this.r3u(other instanceof GMTDate_0() ? other : THROW_CCE());
|
|
236
236
|
}
|
|
237
237
|
toString() {
|
|
238
|
-
return 'GMTDate(seconds=' + this.
|
|
238
|
+
return 'GMTDate(seconds=' + this.h3u_1 + ', minutes=' + this.i3u_1 + ', hours=' + this.j3u_1 + ', dayOfWeek=' + this.k3u_1.toString() + ', dayOfMonth=' + this.l3u_1 + ', dayOfYear=' + this.m3u_1 + ', month=' + this.n3u_1.toString() + ', year=' + this.o3u_1 + ', timestamp=' + this.p3u_1.toString() + ')';
|
|
239
239
|
}
|
|
240
240
|
hashCode() {
|
|
241
|
-
var result = this.
|
|
242
|
-
result = imul(result, 31) + this.
|
|
243
|
-
result = imul(result, 31) + this.
|
|
244
|
-
result = imul(result, 31) + this.
|
|
245
|
-
result = imul(result, 31) + this.
|
|
246
|
-
result = imul(result, 31) + this.
|
|
247
|
-
result = imul(result, 31) + this.
|
|
248
|
-
result = imul(result, 31) + this.
|
|
249
|
-
result = imul(result, 31) + this.
|
|
241
|
+
var result = this.h3u_1;
|
|
242
|
+
result = imul(result, 31) + this.i3u_1 | 0;
|
|
243
|
+
result = imul(result, 31) + this.j3u_1 | 0;
|
|
244
|
+
result = imul(result, 31) + this.k3u_1.hashCode() | 0;
|
|
245
|
+
result = imul(result, 31) + this.l3u_1 | 0;
|
|
246
|
+
result = imul(result, 31) + this.m3u_1 | 0;
|
|
247
|
+
result = imul(result, 31) + this.n3u_1.hashCode() | 0;
|
|
248
|
+
result = imul(result, 31) + this.o3u_1 | 0;
|
|
249
|
+
result = imul(result, 31) + this.p3u_1.hashCode() | 0;
|
|
250
250
|
return result;
|
|
251
251
|
}
|
|
252
252
|
equals(other) {
|
|
@@ -255,41 +255,41 @@ function GMTDate_0() {
|
|
|
255
255
|
if (!(other instanceof GMTDate_0()))
|
|
256
256
|
return false;
|
|
257
257
|
var tmp0_other_with_cast = other instanceof GMTDate_0() ? other : THROW_CCE();
|
|
258
|
-
if (!(this.
|
|
258
|
+
if (!(this.h3u_1 === tmp0_other_with_cast.h3u_1))
|
|
259
259
|
return false;
|
|
260
|
-
if (!(this.
|
|
260
|
+
if (!(this.i3u_1 === tmp0_other_with_cast.i3u_1))
|
|
261
261
|
return false;
|
|
262
|
-
if (!(this.
|
|
262
|
+
if (!(this.j3u_1 === tmp0_other_with_cast.j3u_1))
|
|
263
263
|
return false;
|
|
264
|
-
if (!this.
|
|
264
|
+
if (!this.k3u_1.equals(tmp0_other_with_cast.k3u_1))
|
|
265
265
|
return false;
|
|
266
|
-
if (!(this.
|
|
266
|
+
if (!(this.l3u_1 === tmp0_other_with_cast.l3u_1))
|
|
267
267
|
return false;
|
|
268
|
-
if (!(this.
|
|
268
|
+
if (!(this.m3u_1 === tmp0_other_with_cast.m3u_1))
|
|
269
269
|
return false;
|
|
270
|
-
if (!this.
|
|
270
|
+
if (!this.n3u_1.equals(tmp0_other_with_cast.n3u_1))
|
|
271
271
|
return false;
|
|
272
|
-
if (!(this.
|
|
272
|
+
if (!(this.o3u_1 === tmp0_other_with_cast.o3u_1))
|
|
273
273
|
return false;
|
|
274
|
-
if (!this.
|
|
274
|
+
if (!this.p3u_1.equals(tmp0_other_with_cast.p3u_1))
|
|
275
275
|
return false;
|
|
276
276
|
return true;
|
|
277
277
|
}
|
|
278
|
-
static
|
|
278
|
+
static q3u(seen0, seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp, serializationConstructorMarker) {
|
|
279
279
|
Companion_getInstance();
|
|
280
280
|
if (!(511 === (511 & seen0))) {
|
|
281
|
-
throwMissingFieldException(seen0, 511, $serializer_getInstance().
|
|
281
|
+
throwMissingFieldException(seen0, 511, $serializer_getInstance().f3u_1);
|
|
282
282
|
}
|
|
283
283
|
var $this = createThis(this);
|
|
284
|
-
$this.
|
|
285
|
-
$this.
|
|
286
|
-
$this.
|
|
287
|
-
$this.
|
|
288
|
-
$this.
|
|
289
|
-
$this.
|
|
290
|
-
$this.
|
|
291
|
-
$this.
|
|
292
|
-
$this.
|
|
284
|
+
$this.h3u_1 = seconds;
|
|
285
|
+
$this.i3u_1 = minutes;
|
|
286
|
+
$this.j3u_1 = hours;
|
|
287
|
+
$this.k3u_1 = dayOfWeek;
|
|
288
|
+
$this.l3u_1 = dayOfMonth;
|
|
289
|
+
$this.m3u_1 = dayOfYear;
|
|
290
|
+
$this.n3u_1 = month;
|
|
291
|
+
$this.o3u_1 = year;
|
|
292
|
+
$this.p3u_1 = timestamp;
|
|
293
293
|
return $this;
|
|
294
294
|
}
|
|
295
295
|
}
|
|
@@ -309,7 +309,7 @@ var CompanionClass_0;
|
|
|
309
309
|
function Companion_0() {
|
|
310
310
|
if (CompanionClass_0 === VOID) {
|
|
311
311
|
class $ {
|
|
312
|
-
|
|
312
|
+
s3u(ordinal) {
|
|
313
313
|
return get_entries().j1(ordinal);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
@@ -350,7 +350,7 @@ function WeekDay() {
|
|
|
350
350
|
class $ extends Enum() {
|
|
351
351
|
constructor(name, ordinal, value) {
|
|
352
352
|
super(name, ordinal);
|
|
353
|
-
this.
|
|
353
|
+
this.v3u_1 = value;
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
initMetadataForClass($, 'WeekDay');
|
|
@@ -374,7 +374,7 @@ var CompanionClass_1;
|
|
|
374
374
|
function Companion_1() {
|
|
375
375
|
if (CompanionClass_1 === VOID) {
|
|
376
376
|
class $ {
|
|
377
|
-
|
|
377
|
+
s3u(ordinal) {
|
|
378
378
|
return get_entries_0().j1(ordinal);
|
|
379
379
|
}
|
|
380
380
|
}
|
|
@@ -420,7 +420,7 @@ function Month() {
|
|
|
420
420
|
class $ extends Enum() {
|
|
421
421
|
constructor(name, ordinal, value) {
|
|
422
422
|
super(name, ordinal);
|
|
423
|
-
this.
|
|
423
|
+
this.y3u_1 = value;
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
initMetadataForClass($, 'Month');
|
|
@@ -27,10 +27,10 @@ function GMTDate_0(timestamp) {
|
|
|
27
27
|
var tmp2_elvis_lhs = tmp;
|
|
28
28
|
var date = tmp2_elvis_lhs == null ? new Date() : tmp2_elvis_lhs;
|
|
29
29
|
if (isNaN_0(date.getTime()))
|
|
30
|
-
throw InvalidTimestampException().
|
|
30
|
+
throw InvalidTimestampException().t3x(ensureNotNull(timestamp));
|
|
31
31
|
// Inline function 'kotlin.with' call
|
|
32
|
-
var dayOfWeek = Companion_instance.
|
|
33
|
-
var month = Companion_instance_0.
|
|
32
|
+
var dayOfWeek = Companion_instance.s3u((date.getUTCDay() + 6 | 0) % 7 | 0);
|
|
33
|
+
var month = Companion_instance_0.s3u(date.getUTCMonth());
|
|
34
34
|
return new (GMTDate())(date.getUTCSeconds(), date.getUTCMinutes(), date.getUTCHours(), dayOfWeek, date.getUTCDate(), date.getUTCFullYear(), month, date.getUTCFullYear(), numberToLong(date.getTime()));
|
|
35
35
|
}
|
|
36
36
|
function getTimeMillis() {
|
|
@@ -40,9 +40,9 @@ var InvalidTimestampExceptionClass;
|
|
|
40
40
|
function InvalidTimestampException() {
|
|
41
41
|
if (InvalidTimestampExceptionClass === VOID) {
|
|
42
42
|
class $ extends IllegalStateException() {
|
|
43
|
-
static
|
|
43
|
+
static t3x(timestamp) {
|
|
44
44
|
var $this = this.o4('Invalid date timestamp exception: ' + timestamp.toString());
|
|
45
|
-
captureStack($this, $this.
|
|
45
|
+
captureStack($this, $this.s3x_1);
|
|
46
46
|
return $this;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -16,10 +16,10 @@ function Symbol() {
|
|
|
16
16
|
if (SymbolClass === VOID) {
|
|
17
17
|
class $ {
|
|
18
18
|
constructor(symbol) {
|
|
19
|
-
this.
|
|
19
|
+
this.z3u_1 = symbol;
|
|
20
20
|
}
|
|
21
21
|
toString() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.z3u_1;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
initMetadataForClass($, 'Symbol');
|
|
@@ -33,15 +33,15 @@ function LockFreeLinkedListNode() {
|
|
|
33
33
|
class $ {
|
|
34
34
|
c2d() {
|
|
35
35
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
36
|
-
var this_0 = this.
|
|
36
|
+
var this_0 = this.a3v_1;
|
|
37
37
|
while (true) {
|
|
38
38
|
var next = this_0.kotlinx$atomicfu$value;
|
|
39
39
|
if (!(next instanceof OpDescriptor()))
|
|
40
40
|
return next;
|
|
41
|
-
next.
|
|
41
|
+
next.b3v(this);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
|
|
44
|
+
c3v() {
|
|
45
45
|
return unwrap(this.c2d());
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -71,7 +71,7 @@ function OpDescriptor() {
|
|
|
71
71
|
function unwrap(_this__u8e3s4) {
|
|
72
72
|
_init_properties_LockFreeLinkedList_kt__wekxce();
|
|
73
73
|
var tmp0_safe_receiver = _this__u8e3s4 instanceof Removed() ? _this__u8e3s4 : null;
|
|
74
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
74
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.d3v_1;
|
|
75
75
|
var tmp;
|
|
76
76
|
if (tmp1_elvis_lhs == null) {
|
|
77
77
|
tmp = _this__u8e3s4 instanceof LockFreeLinkedListNode() ? _this__u8e3s4 : THROW_CCE();
|
|
@@ -37,7 +37,7 @@ function KtorSimpleLogger$1() {
|
|
|
37
37
|
constructor() {
|
|
38
38
|
var tmp = this;
|
|
39
39
|
var tmp_0;
|
|
40
|
-
switch (PlatformUtils_getInstance().
|
|
40
|
+
switch (PlatformUtils_getInstance().y3s_1 || PlatformUtils_getInstance().x3s_1) {
|
|
41
41
|
case true:
|
|
42
42
|
// Inline function 'kotlin.runCatching' call
|
|
43
43
|
|
|
@@ -102,23 +102,23 @@ function KtorSimpleLogger$1() {
|
|
|
102
102
|
noWhenBranchMatchedException();
|
|
103
103
|
break;
|
|
104
104
|
}
|
|
105
|
-
tmp.
|
|
105
|
+
tmp.c3y_1 = tmp_0;
|
|
106
106
|
}
|
|
107
|
-
|
|
108
|
-
return this.
|
|
107
|
+
d3y() {
|
|
108
|
+
return this.c3y_1;
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
if (this.
|
|
110
|
+
e3y(message) {
|
|
111
|
+
if (this.c3y_1.k3(LogLevel_WARN_getInstance()) > 0)
|
|
112
112
|
return Unit_instance;
|
|
113
113
|
console.warn(message);
|
|
114
114
|
}
|
|
115
|
-
|
|
116
|
-
if (this.
|
|
115
|
+
f3y(message, cause) {
|
|
116
|
+
if (this.c3y_1.k3(LogLevel_DEBUG_getInstance()) > 0)
|
|
117
117
|
return Unit_instance;
|
|
118
118
|
console.debug('DEBUG: ' + message + ', cause: ' + cause.toString());
|
|
119
119
|
}
|
|
120
|
-
|
|
121
|
-
if (this.
|
|
120
|
+
g3y(message) {
|
|
121
|
+
if (this.c3y_1.k3(LogLevel_TRACE_getInstance()) > 0)
|
|
122
122
|
return Unit_instance;
|
|
123
123
|
console.debug('TRACE: ' + message);
|
|
124
124
|
}
|
|
@@ -44,7 +44,7 @@ function LogLevel() {
|
|
|
44
44
|
return LogLevelClass;
|
|
45
45
|
}
|
|
46
46
|
function get_isTraceEnabled(_this__u8e3s4) {
|
|
47
|
-
return _this__u8e3s4.
|
|
47
|
+
return _this__u8e3s4.d3y().k3(LogLevel_TRACE_getInstance()) <= 0;
|
|
48
48
|
}
|
|
49
49
|
function LogLevel_TRACE_getInstance() {
|
|
50
50
|
LogLevel_initEntries();
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
//region block: pre-declaration
|
|
2
2
|
//endregion
|
|
3
3
|
function get_hostname(_this__u8e3s4) {
|
|
4
|
-
return _this__u8e3s4.
|
|
4
|
+
return _this__u8e3s4.h3y_1;
|
|
5
5
|
}
|
|
6
6
|
function get_port(_this__u8e3s4) {
|
|
7
|
-
return _this__u8e3s4.
|
|
7
|
+
return _this__u8e3s4.i3y_1;
|
|
8
8
|
}
|
|
9
9
|
//region block: exports
|
|
10
10
|
export {
|
|
@@ -23,7 +23,7 @@ function $proceedLoopCOROUTINE$() {
|
|
|
23
23
|
class $ extends CoroutineImpl() {
|
|
24
24
|
constructor(_this__u8e3s4, resultContinuation) {
|
|
25
25
|
super(resultContinuation);
|
|
26
|
-
this.
|
|
26
|
+
this.m3v_1 = _this__u8e3s4;
|
|
27
27
|
}
|
|
28
28
|
ic() {
|
|
29
29
|
var suspendResult = this.cc_1;
|
|
@@ -36,8 +36,8 @@ function $proceedLoopCOROUTINE$() {
|
|
|
36
36
|
this.ac_1 = 1;
|
|
37
37
|
continue $sm;
|
|
38
38
|
case 1:
|
|
39
|
-
this.
|
|
40
|
-
if (this.
|
|
39
|
+
this.n3v_1 = this.m3v_1.u3v_1;
|
|
40
|
+
if (this.n3v_1 === -1) {
|
|
41
41
|
this.ac_1 = 5;
|
|
42
42
|
continue $sm;
|
|
43
43
|
} else {
|
|
@@ -46,9 +46,9 @@ function $proceedLoopCOROUTINE$() {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
case 2:
|
|
49
|
-
this.
|
|
50
|
-
if (this.
|
|
51
|
-
this.
|
|
49
|
+
this.o3v_1 = this.m3v_1.r3v_1;
|
|
50
|
+
if (this.n3v_1 >= this.o3v_1.i1()) {
|
|
51
|
+
this.m3v_1.v3v();
|
|
52
52
|
this.ac_1 = 5;
|
|
53
53
|
continue $sm;
|
|
54
54
|
} else {
|
|
@@ -57,10 +57,10 @@ function $proceedLoopCOROUTINE$() {
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
case 3:
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
60
|
+
this.p3v_1 = this.o3v_1.j1(this.n3v_1);
|
|
61
|
+
this.m3v_1.u3v_1 = this.n3v_1 + 1 | 0;
|
|
62
62
|
this.ac_1 = 4;
|
|
63
|
-
suspendResult = this.
|
|
63
|
+
suspendResult = this.p3v_1(this.m3v_1, this.m3v_1.t3v_1, this);
|
|
64
64
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
65
65
|
return suspendResult;
|
|
66
66
|
}
|
|
@@ -70,7 +70,7 @@ function $proceedLoopCOROUTINE$() {
|
|
|
70
70
|
this.ac_1 = 1;
|
|
71
71
|
continue $sm;
|
|
72
72
|
case 5:
|
|
73
|
-
return this.
|
|
73
|
+
return this.m3v_1.t3v_1;
|
|
74
74
|
case 6:
|
|
75
75
|
throw this.dc_1;
|
|
76
76
|
}
|
|
@@ -97,38 +97,38 @@ function DebugPipelineContext() {
|
|
|
97
97
|
class $ extends PipelineContext() {
|
|
98
98
|
constructor(context, interceptors, subject, coroutineContext) {
|
|
99
99
|
super(context);
|
|
100
|
-
this.
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
100
|
+
this.r3v_1 = interceptors;
|
|
101
|
+
this.s3v_1 = coroutineContext;
|
|
102
|
+
this.t3v_1 = subject;
|
|
103
|
+
this.u3v_1 = 0;
|
|
104
104
|
}
|
|
105
105
|
s1x() {
|
|
106
|
-
return this.
|
|
106
|
+
return this.s3v_1;
|
|
107
107
|
}
|
|
108
|
-
|
|
109
|
-
return this.
|
|
108
|
+
w3v() {
|
|
109
|
+
return this.t3v_1;
|
|
110
110
|
}
|
|
111
|
-
|
|
112
|
-
this.
|
|
111
|
+
v3v() {
|
|
112
|
+
this.u3v_1 = -1;
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
this.
|
|
116
|
-
return this.
|
|
114
|
+
x3v(subject, $completion) {
|
|
115
|
+
this.t3v_1 = subject;
|
|
116
|
+
return this.y3v($completion);
|
|
117
117
|
}
|
|
118
|
-
|
|
119
|
-
var index = this.
|
|
118
|
+
y3v($completion) {
|
|
119
|
+
var index = this.u3v_1;
|
|
120
120
|
if (index < 0)
|
|
121
|
-
return this.
|
|
122
|
-
if (index >= this.
|
|
123
|
-
this.
|
|
124
|
-
return this.
|
|
121
|
+
return this.t3v_1;
|
|
122
|
+
if (index >= this.r3v_1.i1()) {
|
|
123
|
+
this.v3v();
|
|
124
|
+
return this.t3v_1;
|
|
125
125
|
}
|
|
126
126
|
return proceedLoop(this, $completion);
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
return this.
|
|
128
|
+
z3v(initial, $completion) {
|
|
129
|
+
this.u3v_1 = 0;
|
|
130
|
+
this.t3v_1 = initial;
|
|
131
|
+
return this.y3v($completion);
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
initMetadataForClass($, 'DebugPipelineContext', VOID, VOID, VOID, [1, 0]);
|
|
@@ -19,11 +19,11 @@ import { Unit_instance1fbcbse1fwigr as Unit_instance } from '../../../../../kotl
|
|
|
19
19
|
//region block: pre-declaration
|
|
20
20
|
//endregion
|
|
21
21
|
function copiedInterceptors($this) {
|
|
22
|
-
return toMutableList($this.
|
|
22
|
+
return toMutableList($this.c3w_1);
|
|
23
23
|
}
|
|
24
24
|
function copyInterceptors($this) {
|
|
25
|
-
$this.
|
|
26
|
-
$this.
|
|
25
|
+
$this.c3w_1 = copiedInterceptors($this);
|
|
26
|
+
$this.d3w_1 = false;
|
|
27
27
|
}
|
|
28
28
|
var CompanionClass;
|
|
29
29
|
function Companion() {
|
|
@@ -33,7 +33,7 @@ function Companion() {
|
|
|
33
33
|
Companion_instance = this;
|
|
34
34
|
var tmp = this;
|
|
35
35
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
36
|
-
tmp.
|
|
36
|
+
tmp.e3w_1 = ArrayList().l1();
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
initMetadataForCompanion($);
|
|
@@ -51,40 +51,40 @@ var PhaseContentClass;
|
|
|
51
51
|
function PhaseContent() {
|
|
52
52
|
if (PhaseContentClass === VOID) {
|
|
53
53
|
class $ {
|
|
54
|
-
static
|
|
54
|
+
static f3w(phase, relation, interceptors) {
|
|
55
55
|
Companion_getInstance();
|
|
56
56
|
var $this = createThis(this);
|
|
57
|
-
$this.
|
|
58
|
-
$this.
|
|
59
|
-
$this.
|
|
60
|
-
$this.
|
|
57
|
+
$this.a3w_1 = phase;
|
|
58
|
+
$this.b3w_1 = relation;
|
|
59
|
+
$this.c3w_1 = interceptors;
|
|
60
|
+
$this.d3w_1 = true;
|
|
61
61
|
return $this;
|
|
62
62
|
}
|
|
63
|
-
static
|
|
63
|
+
static g3w(phase, relation) {
|
|
64
64
|
Companion_getInstance();
|
|
65
|
-
var tmp = Companion_getInstance().
|
|
66
|
-
var $this = this.
|
|
65
|
+
var tmp = Companion_getInstance().e3w_1;
|
|
66
|
+
var $this = this.f3w(phase, relation, isInterface(tmp, KtMutableList()) ? tmp : THROW_CCE());
|
|
67
67
|
// Inline function 'kotlin.check' call
|
|
68
|
-
if (!Companion_getInstance().
|
|
68
|
+
if (!Companion_getInstance().e3w_1.j()) {
|
|
69
69
|
var message = 'The shared empty array list has been modified';
|
|
70
70
|
throw IllegalStateException().o4(toString(message));
|
|
71
71
|
}
|
|
72
72
|
return $this;
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
return this.
|
|
74
|
+
h3w() {
|
|
75
|
+
return this.c3w_1.j();
|
|
76
76
|
}
|
|
77
77
|
i1() {
|
|
78
|
-
return this.
|
|
78
|
+
return this.c3w_1.i1();
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
if (this.
|
|
80
|
+
i3w(interceptor) {
|
|
81
|
+
if (this.d3w_1) {
|
|
82
82
|
copyInterceptors(this);
|
|
83
83
|
}
|
|
84
|
-
this.
|
|
84
|
+
this.c3w_1.m(interceptor);
|
|
85
85
|
}
|
|
86
|
-
|
|
87
|
-
var interceptors = this.
|
|
86
|
+
j3w(destination) {
|
|
87
|
+
var interceptors = this.c3w_1;
|
|
88
88
|
if (destination instanceof ArrayList()) {
|
|
89
89
|
destination.r7(destination.i1() + interceptors.i1() | 0);
|
|
90
90
|
}
|
|
@@ -98,12 +98,12 @@ function PhaseContent() {
|
|
|
98
98
|
}
|
|
99
99
|
while (inductionVariable < last);
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
this.
|
|
103
|
-
return this.
|
|
101
|
+
k3w() {
|
|
102
|
+
this.d3w_1 = true;
|
|
103
|
+
return this.c3w_1;
|
|
104
104
|
}
|
|
105
105
|
toString() {
|
|
106
|
-
return 'Phase `' + this.
|
|
106
|
+
return 'Phase `' + this.a3w_1.l3w_1 + '`, ' + this.i1() + ' handlers';
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
initMetadataForClass($, 'PhaseContent');
|