@continuous-excellence/coupling-cli 1.1.416 → 1.1.417
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/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CliScope.mjs +6 -6
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +24 -23
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +17 -9
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Welcome.mjs +9 -5
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Welcome.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +22 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +21 -21
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +37 -36
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +19 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +5 -5
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +154 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +244 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/{List.mjs → PartyList.mjs} +53 -42
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +57 -56
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +12 -12
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +18 -18
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +13 -13
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +47 -47
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +20 -20
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/PollResult.mjs +75 -75
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +44 -44
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +27 -27
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +5 -5
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +19 -19
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +2 -2
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +20 -20
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +32 -32
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +13 -13
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +162 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +20 -20
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +112 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +36 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +9 -9
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +31 -31
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +36 -36
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +44 -44
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +47 -47
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +8 -8
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +106 -106
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +54 -54
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +61 -61
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +42 -42
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +21 -21
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +133 -133
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +56 -56
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +28 -28
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +84 -84
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +274 -274
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +12 -12
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +12 -12
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +111 -111
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +48 -48
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +35 -35
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +51 -51
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +18 -18
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +214 -214
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +40 -40
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +27 -27
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +48 -48
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +30 -30
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +18 -18
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +4 -4
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +30 -30
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +8 -8
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +144 -144
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +32 -32
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +29 -29
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +180 -180
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +23 -23
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +24 -24
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +2 -2
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.js.mjs +1 -1
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +42 -42
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +66 -66
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/{core/CoreCliktCommand.mjs → command/CoreSuspendingCliktCommand.mjs} +35 -21
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +33 -33
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +109 -109
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +93 -93
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +31 -31
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +15 -14
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +23 -22
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +211 -211
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +29 -29
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +230 -230
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/{core/CliktCommand.mjs → command/SuspendingCliktCommand.mjs} +11 -11
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs.map +1 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +65 -65
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +25 -25
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +121 -121
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +134 -134
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +64 -64
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Result.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +25 -25
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +25 -25
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +25 -25
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +25 -25
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/properties/Interfaces.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/properties/Interfaces.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +37 -37
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +20 -20
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +17 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +22 -22
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +10 -10
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +57 -57
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +58 -58
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/measureTime.mjs +7 -7
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +24 -24
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +10 -10
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +21 -21
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +9 -9
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +25 -25
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs +41 -41
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +30 -30
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +160 -160
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +42 -42
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +27 -27
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +92 -92
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +18 -18
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +323 -323
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs +18 -18
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +459 -459
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +25 -25
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +16 -16
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +13 -13
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +20 -20
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs +10 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +14 -14
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +28 -28
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs +16 -16
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +19 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +132 -132
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +19 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +31 -31
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +72 -72
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +45 -45
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +71 -71
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +39 -39
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +22 -22
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +72 -72
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +12 -12
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +15 -15
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +153 -153
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +50 -50
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +130 -130
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +5 -5
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +12 -12
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +17 -17
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +3 -3
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +16 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +30 -30
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +57 -57
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +41 -41
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +25 -25
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +55 -55
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +230 -230
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +12 -12
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +39 -39
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +70 -70
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +113 -113
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +93 -93
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +90 -90
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +30 -30
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +46 -46
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +58 -58
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs +6 -6
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +141 -141
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +64 -64
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +20 -20
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +39 -39
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +16 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +62 -62
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +175 -175
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +136 -136
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +212 -212
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +69 -69
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +75 -75
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +33 -33
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +44 -44
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +48 -48
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +43 -43
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +24 -24
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +49 -49
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +22 -22
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +16 -16
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +56 -56
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +64 -64
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +75 -75
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +48 -48
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +28 -28
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +108 -108
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +52 -52
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +72 -72
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +23 -23
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +26 -26
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +55 -55
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +34 -34
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +57 -57
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +8 -8
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +77 -77
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +7 -7
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +14 -14
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +58 -58
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +10 -10
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +17 -17
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +19 -19
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +16 -16
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +25 -25
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +3 -3
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs +14 -14
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +275 -275
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +14 -14
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +13 -13
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +6 -6
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +90 -90
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +32 -32
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +5 -5
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +14 -14
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
- package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +57 -57
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
- package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +23 -23
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +76 -76
- package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +29 -29
- package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +8 -8
- package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +9 -9
- package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +11 -11
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +85 -85
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +49 -49
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +10 -10
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +66 -66
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +123 -123
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +53 -53
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +71 -71
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +34 -34
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +22 -22
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +28 -28
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +3 -3
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +36 -36
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +79 -79
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +8 -8
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +12 -12
- package/kotlin/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +16 -16
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +52 -52
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +31 -31
- package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncodersJs.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +34 -34
- package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +87 -87
- package/kotlin/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
- package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +102 -102
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +8 -8
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +29 -29
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +50 -50
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +118 -118
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +8 -8
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +6 -6
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +43 -43
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs +4 -4
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs +4 -4
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs +6 -6
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +63 -63
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +79 -79
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +234 -234
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +23 -23
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +153 -153
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +61 -61
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/okio-parent-okio/okio/Buffer.mjs +409 -409
- package/kotlin/okio-parent-okio/okio/ByteString.mjs +51 -51
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +15 -15
- package/kotlin/okio-parent-okio/okio/Okio.mjs +2 -2
- package/kotlin/okio-parent-okio/okio/Options.mjs +23 -23
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +37 -37
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +70 -70
- package/kotlin/okio-parent-okio/okio/Segment.mjs +66 -66
- package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +4 -4
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +51 -51
- package/kotlin/okio-parent-okio/okio/Util.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +24 -24
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +9 -9
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +2 -2
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +7 -7
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +148 -148
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +33 -33
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +12 -12
- package/kotlin/types-types-internal/kotools/types/internal/Errors.mjs +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +12 -12
- package/kotlin/uuid/com/benasher44/uuid/platform.mjs +1 -1
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +11 -11
- package/package.json +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/List.mjs.map +0 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/CoreCliktCommand.mjs.map +0 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/CliktCommand.mjs.map +0 -1
|
@@ -117,25 +117,25 @@ var JobNodeClass;
|
|
|
117
117
|
function JobNode() {
|
|
118
118
|
if (JobNodeClass === VOID) {
|
|
119
119
|
class $ extends LockFreeLinkedListNode() {
|
|
120
|
-
|
|
121
|
-
var tmp = this.
|
|
120
|
+
mz() {
|
|
121
|
+
var tmp = this.lz_1;
|
|
122
122
|
if (!(tmp == null))
|
|
123
123
|
return tmp;
|
|
124
124
|
else {
|
|
125
125
|
throwUninitializedPropertyAccessException('job');
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
|
|
128
|
+
kw() {
|
|
129
129
|
return true;
|
|
130
130
|
}
|
|
131
|
-
|
|
131
|
+
nz() {
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
return this.
|
|
134
|
+
az() {
|
|
135
|
+
return this.mz().rx(this);
|
|
136
136
|
}
|
|
137
137
|
toString() {
|
|
138
|
-
return get_classSimpleName(this) + '@' + get_hexAddress(this) + '[job@' + get_hexAddress(this.
|
|
138
|
+
return get_classSimpleName(this) + '@' + get_hexAddress(this) + '[job@' + get_hexAddress(this.mz()) + ']';
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
initMetadataForClass($, 'JobNode', VOID, VOID, [LockFreeLinkedListNode(), Incomplete()]);
|
|
@@ -146,41 +146,41 @@ function JobNode() {
|
|
|
146
146
|
function unboxState(_this__u8e3s4) {
|
|
147
147
|
_init_properties_JobSupport_kt__68f172();
|
|
148
148
|
var tmp0_safe_receiver = _this__u8e3s4 instanceof IncompleteStateBox() ? _this__u8e3s4 : null;
|
|
149
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
149
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h15_1;
|
|
150
150
|
return tmp1_elvis_lhs == null ? _this__u8e3s4 : tmp1_elvis_lhs;
|
|
151
151
|
}
|
|
152
152
|
function _set_exceptionsHolder__tqm22h($this, value) {
|
|
153
|
-
$this.
|
|
153
|
+
$this.l15_1.kotlinx$atomicfu$value = value;
|
|
154
154
|
}
|
|
155
155
|
function _get_exceptionsHolder__nhszp($this) {
|
|
156
|
-
return $this.
|
|
156
|
+
return $this.l15_1.kotlinx$atomicfu$value;
|
|
157
157
|
}
|
|
158
158
|
function allocateList($this) {
|
|
159
159
|
return ArrayList().w2(4);
|
|
160
160
|
}
|
|
161
161
|
function *_generator_invoke__zhh2q8($this, $this$sequence, $completion) {
|
|
162
|
-
var state = $this.
|
|
162
|
+
var state = $this.m15_1.ex();
|
|
163
163
|
if (state instanceof ChildHandleNode()) {
|
|
164
|
-
var tmp = $this$sequence.um(state.
|
|
164
|
+
var tmp = $this$sequence.um(state.r15_1, $completion);
|
|
165
165
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
166
166
|
tmp = yield tmp;
|
|
167
167
|
} else {
|
|
168
168
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
169
|
-
var tmp0_safe_receiver = state.
|
|
169
|
+
var tmp0_safe_receiver = state.nz();
|
|
170
170
|
if (tmp0_safe_receiver == null)
|
|
171
171
|
null;
|
|
172
172
|
else {
|
|
173
173
|
// Inline function 'kotlin.let' call
|
|
174
174
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListHead.forEach' call
|
|
175
|
-
var cur = tmp0_safe_receiver.
|
|
175
|
+
var cur = tmp0_safe_receiver.oz_1;
|
|
176
176
|
while (!equals(cur, tmp0_safe_receiver)) {
|
|
177
177
|
var it = cur;
|
|
178
178
|
if (it instanceof ChildHandleNode()) {
|
|
179
|
-
var tmp_0 = $this$sequence.um(it.
|
|
179
|
+
var tmp_0 = $this$sequence.um(it.r15_1, $completion);
|
|
180
180
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
181
181
|
tmp_0 = yield tmp_0;
|
|
182
182
|
}
|
|
183
|
-
cur = cur.
|
|
183
|
+
cur = cur.oz_1;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
}
|
|
@@ -192,12 +192,12 @@ function finalizeFinishingState($this, state, proposedUpdate) {
|
|
|
192
192
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
193
193
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
194
194
|
var tmp0_safe_receiver = proposedUpdate instanceof CompletedExceptionally() ? proposedUpdate : null;
|
|
195
|
-
var proposedException = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
195
|
+
var proposedException = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.pw_1;
|
|
196
196
|
var wasCancelling;
|
|
197
197
|
// Inline function 'kotlinx.coroutines.internal.synchronized' call
|
|
198
198
|
// Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
|
|
199
|
-
wasCancelling = state.
|
|
200
|
-
var exceptions = state.
|
|
199
|
+
wasCancelling = state.s15();
|
|
200
|
+
var exceptions = state.t15(proposedException);
|
|
201
201
|
var finalCause = getFinalRootCause($this, state, exceptions);
|
|
202
202
|
if (!(finalCause == null)) {
|
|
203
203
|
addSuppressedExceptions($this, finalCause, exceptions);
|
|
@@ -205,25 +205,25 @@ function finalizeFinishingState($this, state, proposedUpdate) {
|
|
|
205
205
|
var finalException = finalCause;
|
|
206
206
|
var finalState = finalException == null ? proposedUpdate : finalException === proposedException ? proposedUpdate : new (CompletedExceptionally())(finalException);
|
|
207
207
|
if (!(finalException == null)) {
|
|
208
|
-
var handled = cancelParent($this, finalException) || $this.
|
|
208
|
+
var handled = cancelParent($this, finalException) || $this.hy(finalException);
|
|
209
209
|
if (handled) {
|
|
210
|
-
(finalState instanceof CompletedExceptionally() ? finalState : THROW_CCE()).
|
|
210
|
+
(finalState instanceof CompletedExceptionally() ? finalState : THROW_CCE()).j12();
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
if (!wasCancelling) {
|
|
214
|
-
$this.
|
|
214
|
+
$this.ey(finalException);
|
|
215
215
|
}
|
|
216
|
-
$this.
|
|
217
|
-
var casSuccess = $this.
|
|
216
|
+
$this.ow(finalState);
|
|
217
|
+
var casSuccess = $this.dw_1.atomicfu$compareAndSet(state, boxIncomplete(finalState));
|
|
218
218
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
219
219
|
completeStateFinalization($this, state, finalState);
|
|
220
220
|
return finalState;
|
|
221
221
|
}
|
|
222
222
|
function getFinalRootCause($this, state, exceptions) {
|
|
223
223
|
if (exceptions.o1()) {
|
|
224
|
-
if (state.
|
|
224
|
+
if (state.s15()) {
|
|
225
225
|
// Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
|
|
226
|
-
return JobCancellationException().
|
|
226
|
+
return JobCancellationException().a16(null == null ? $this.nw() : null, null, $this);
|
|
227
227
|
}
|
|
228
228
|
return null;
|
|
229
229
|
}
|
|
@@ -299,37 +299,37 @@ function addSuppressedExceptions($this, rootCause, exceptions) {
|
|
|
299
299
|
function tryFinalizeSimpleState($this, state, update) {
|
|
300
300
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
301
301
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
302
|
-
if (!$this.
|
|
302
|
+
if (!$this.dw_1.atomicfu$compareAndSet(state, boxIncomplete(update)))
|
|
303
303
|
return false;
|
|
304
|
-
$this.
|
|
305
|
-
$this.
|
|
304
|
+
$this.ey(null);
|
|
305
|
+
$this.ow(update);
|
|
306
306
|
completeStateFinalization($this, state, update);
|
|
307
307
|
return true;
|
|
308
308
|
}
|
|
309
309
|
function completeStateFinalization($this, state, update) {
|
|
310
|
-
var tmp0_safe_receiver = $this.
|
|
310
|
+
var tmp0_safe_receiver = $this.cx();
|
|
311
311
|
if (tmp0_safe_receiver == null)
|
|
312
312
|
null;
|
|
313
313
|
else {
|
|
314
314
|
// Inline function 'kotlin.let' call
|
|
315
|
-
tmp0_safe_receiver.
|
|
316
|
-
$this.
|
|
315
|
+
tmp0_safe_receiver.az();
|
|
316
|
+
$this.bx(NonDisposableHandle_instance);
|
|
317
317
|
}
|
|
318
318
|
var tmp1_safe_receiver = update instanceof CompletedExceptionally() ? update : null;
|
|
319
|
-
var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
319
|
+
var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.pw_1;
|
|
320
320
|
if (state instanceof JobNode()) {
|
|
321
321
|
try {
|
|
322
|
-
state.
|
|
322
|
+
state.bz(cause);
|
|
323
323
|
} catch ($p) {
|
|
324
324
|
if ($p instanceof Error) {
|
|
325
325
|
var ex = $p;
|
|
326
|
-
$this.
|
|
326
|
+
$this.vw(CompletionHandlerException().a12('Exception in completion handler ' + state.toString() + ' for ' + $this.toString(), ex));
|
|
327
327
|
} else {
|
|
328
328
|
throw $p;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
} else {
|
|
332
|
-
var tmp2_safe_receiver = state.
|
|
332
|
+
var tmp2_safe_receiver = state.nz();
|
|
333
333
|
if (tmp2_safe_receiver == null)
|
|
334
334
|
null;
|
|
335
335
|
else {
|
|
@@ -338,23 +338,23 @@ function completeStateFinalization($this, state, update) {
|
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
function notifyCancelling($this, list, cause) {
|
|
341
|
-
$this.
|
|
342
|
-
list.
|
|
341
|
+
$this.ey(cause);
|
|
342
|
+
list.b16(4);
|
|
343
343
|
// Inline function 'kotlinx.coroutines.JobSupport.notifyHandlers' call
|
|
344
344
|
var exception = null;
|
|
345
345
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListHead.forEach' call
|
|
346
|
-
var cur = list.
|
|
346
|
+
var cur = list.oz_1;
|
|
347
347
|
while (!equals(cur, list)) {
|
|
348
348
|
var node = cur;
|
|
349
349
|
var tmp;
|
|
350
350
|
if (node instanceof JobNode()) {
|
|
351
|
-
tmp = node.
|
|
351
|
+
tmp = node.ez();
|
|
352
352
|
} else {
|
|
353
353
|
tmp = false;
|
|
354
354
|
}
|
|
355
355
|
if (tmp) {
|
|
356
356
|
try {
|
|
357
|
-
node.
|
|
357
|
+
node.bz(cause);
|
|
358
358
|
} catch ($p) {
|
|
359
359
|
if ($p instanceof Error) {
|
|
360
360
|
var ex = $p;
|
|
@@ -369,40 +369,40 @@ function notifyCancelling($this, list, cause) {
|
|
|
369
369
|
}
|
|
370
370
|
if (tmp_0 == null) {
|
|
371
371
|
// Inline function 'kotlin.run' call
|
|
372
|
-
exception = CompletionHandlerException().
|
|
372
|
+
exception = CompletionHandlerException().a12('Exception in completion handler ' + node.toString() + ' for ' + $this.toString(), ex);
|
|
373
373
|
}
|
|
374
374
|
} else {
|
|
375
375
|
throw $p;
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
|
-
cur = cur.
|
|
379
|
+
cur = cur.oz_1;
|
|
380
380
|
}
|
|
381
381
|
var tmp0_safe_receiver_0 = exception;
|
|
382
382
|
if (tmp0_safe_receiver_0 == null)
|
|
383
383
|
null;
|
|
384
384
|
else {
|
|
385
385
|
// Inline function 'kotlin.let' call
|
|
386
|
-
$this.
|
|
386
|
+
$this.vw(tmp0_safe_receiver_0);
|
|
387
387
|
}
|
|
388
388
|
cancelParent($this, cause);
|
|
389
389
|
}
|
|
390
390
|
function cancelParent($this, cause) {
|
|
391
|
-
if ($this.
|
|
391
|
+
if ($this.fy())
|
|
392
392
|
return true;
|
|
393
393
|
var isCancellation = cause instanceof CancellationException();
|
|
394
|
-
var parent = $this.
|
|
394
|
+
var parent = $this.cx();
|
|
395
395
|
if (parent === null || parent === NonDisposableHandle_instance) {
|
|
396
396
|
return isCancellation;
|
|
397
397
|
}
|
|
398
|
-
return parent.
|
|
398
|
+
return parent.xx(cause) || isCancellation;
|
|
399
399
|
}
|
|
400
400
|
function notifyCompletion($this, _this__u8e3s4, cause) {
|
|
401
|
-
_this__u8e3s4.
|
|
401
|
+
_this__u8e3s4.b16(1);
|
|
402
402
|
// Inline function 'kotlinx.coroutines.JobSupport.notifyHandlers' call
|
|
403
403
|
var exception = null;
|
|
404
404
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListHead.forEach' call
|
|
405
|
-
var cur = _this__u8e3s4.
|
|
405
|
+
var cur = _this__u8e3s4.oz_1;
|
|
406
406
|
while (!equals(cur, _this__u8e3s4)) {
|
|
407
407
|
var node = cur;
|
|
408
408
|
var tmp;
|
|
@@ -413,7 +413,7 @@ function notifyCompletion($this, _this__u8e3s4, cause) {
|
|
|
413
413
|
}
|
|
414
414
|
if (tmp) {
|
|
415
415
|
try {
|
|
416
|
-
node.
|
|
416
|
+
node.bz(cause);
|
|
417
417
|
} catch ($p) {
|
|
418
418
|
if ($p instanceof Error) {
|
|
419
419
|
var ex = $p;
|
|
@@ -428,36 +428,36 @@ function notifyCompletion($this, _this__u8e3s4, cause) {
|
|
|
428
428
|
}
|
|
429
429
|
if (tmp_0 == null) {
|
|
430
430
|
// Inline function 'kotlin.run' call
|
|
431
|
-
exception = CompletionHandlerException().
|
|
431
|
+
exception = CompletionHandlerException().a12('Exception in completion handler ' + node.toString() + ' for ' + $this.toString(), ex);
|
|
432
432
|
}
|
|
433
433
|
} else {
|
|
434
434
|
throw $p;
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
cur = cur.
|
|
438
|
+
cur = cur.oz_1;
|
|
439
439
|
}
|
|
440
440
|
var tmp0_safe_receiver_0 = exception;
|
|
441
441
|
if (tmp0_safe_receiver_0 == null)
|
|
442
442
|
null;
|
|
443
443
|
else {
|
|
444
444
|
// Inline function 'kotlin.let' call
|
|
445
|
-
$this.
|
|
445
|
+
$this.vw(tmp0_safe_receiver_0);
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
448
|
function startInternal($this, state) {
|
|
449
449
|
if (state instanceof Empty()) {
|
|
450
|
-
if (state.
|
|
450
|
+
if (state.d16_1)
|
|
451
451
|
return 0;
|
|
452
|
-
if (!$this.
|
|
452
|
+
if (!$this.dw_1.atomicfu$compareAndSet(state, get_EMPTY_ACTIVE()))
|
|
453
453
|
return -1;
|
|
454
|
-
$this.
|
|
454
|
+
$this.ix();
|
|
455
455
|
return 1;
|
|
456
456
|
} else {
|
|
457
457
|
if (state instanceof InactiveNodeList()) {
|
|
458
|
-
if (!$this.
|
|
458
|
+
if (!$this.dw_1.atomicfu$compareAndSet(state, state.c16_1))
|
|
459
459
|
return -1;
|
|
460
|
-
$this.
|
|
460
|
+
$this.ix();
|
|
461
461
|
return 1;
|
|
462
462
|
} else {
|
|
463
463
|
return 0;
|
|
@@ -466,19 +466,19 @@ function startInternal($this, state) {
|
|
|
466
466
|
}
|
|
467
467
|
function promoteEmptyToNodeList($this, state) {
|
|
468
468
|
var list = new (NodeList())();
|
|
469
|
-
var update = state.
|
|
470
|
-
$this.
|
|
469
|
+
var update = state.d16_1 ? list : new (InactiveNodeList())(list);
|
|
470
|
+
$this.dw_1.atomicfu$compareAndSet(state, update);
|
|
471
471
|
}
|
|
472
472
|
function promoteSingleToNodeList($this, state) {
|
|
473
|
-
state.
|
|
473
|
+
state.tz(new (NodeList())());
|
|
474
474
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.nextNode' call
|
|
475
|
-
var list = state.
|
|
476
|
-
$this.
|
|
475
|
+
var list = state.oz_1;
|
|
476
|
+
$this.dw_1.atomicfu$compareAndSet(state, list);
|
|
477
477
|
}
|
|
478
478
|
function joinInternal($this) {
|
|
479
479
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
480
480
|
while (true) {
|
|
481
|
-
var state = $this.
|
|
481
|
+
var state = $this.ex();
|
|
482
482
|
if (!(!(state == null) ? isInterface(state, Incomplete()) : false))
|
|
483
483
|
return false;
|
|
484
484
|
if (startInternal($this, state) >= 0)
|
|
@@ -487,21 +487,21 @@ function joinInternal($this) {
|
|
|
487
487
|
}
|
|
488
488
|
function joinSuspend($this, $completion) {
|
|
489
489
|
var cancellable = new (CancellableContinuationImpl())(intercepted($completion), 1);
|
|
490
|
-
cancellable.
|
|
490
|
+
cancellable.a10();
|
|
491
491
|
disposeOnCancellation(cancellable, invokeOnCompletion($this, VOID, new (ResumeOnCompletion())(cancellable)));
|
|
492
|
-
return cancellable.
|
|
492
|
+
return cancellable.b10();
|
|
493
493
|
}
|
|
494
494
|
function cancelMakeCompleting($this, cause) {
|
|
495
495
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
496
496
|
while (true) {
|
|
497
|
-
var state = $this.
|
|
497
|
+
var state = $this.ex();
|
|
498
498
|
var tmp;
|
|
499
499
|
if (!(!(state == null) ? isInterface(state, Incomplete()) : false)) {
|
|
500
500
|
tmp = true;
|
|
501
501
|
} else {
|
|
502
502
|
var tmp_0;
|
|
503
503
|
if (state instanceof Finishing()) {
|
|
504
|
-
tmp_0 = state.
|
|
504
|
+
tmp_0 = state.e16();
|
|
505
505
|
} else {
|
|
506
506
|
tmp_0 = false;
|
|
507
507
|
}
|
|
@@ -522,13 +522,13 @@ function createCauseException($this, cause) {
|
|
|
522
522
|
var tmp_0;
|
|
523
523
|
if (cause == null) {
|
|
524
524
|
// Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
|
|
525
|
-
tmp_0 = JobCancellationException().
|
|
525
|
+
tmp_0 = JobCancellationException().a16(null == null ? $this.nw() : null, null, $this);
|
|
526
526
|
} else {
|
|
527
527
|
tmp_0 = cause;
|
|
528
528
|
}
|
|
529
529
|
tmp = tmp_0;
|
|
530
530
|
} else {
|
|
531
|
-
tmp = ((!(cause == null) ? isInterface(cause, ParentJob()) : false) ? cause : THROW_CCE()).
|
|
531
|
+
tmp = ((!(cause == null) ? isInterface(cause, ParentJob()) : false) ? cause : THROW_CCE()).ay();
|
|
532
532
|
}
|
|
533
533
|
return tmp;
|
|
534
534
|
}
|
|
@@ -536,14 +536,14 @@ function makeCancelling($this, cause) {
|
|
|
536
536
|
var causeExceptionCache = null;
|
|
537
537
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
538
538
|
while (true) {
|
|
539
|
-
var tmp0 = $this.
|
|
539
|
+
var tmp0 = $this.ex();
|
|
540
540
|
$l$block: {
|
|
541
541
|
if (tmp0 instanceof Finishing()) {
|
|
542
542
|
// Inline function 'kotlinx.coroutines.internal.synchronized' call
|
|
543
543
|
// Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
|
|
544
|
-
if (tmp0.
|
|
544
|
+
if (tmp0.f16())
|
|
545
545
|
return get_TOO_LATE_TO_CANCEL();
|
|
546
|
-
var wasCancelling = tmp0.
|
|
546
|
+
var wasCancelling = tmp0.s15();
|
|
547
547
|
if (!(cause == null) || !wasCancelling) {
|
|
548
548
|
var tmp0_elvis_lhs = causeExceptionCache;
|
|
549
549
|
var tmp;
|
|
@@ -556,10 +556,10 @@ function makeCancelling($this, cause) {
|
|
|
556
556
|
tmp = tmp0_elvis_lhs;
|
|
557
557
|
}
|
|
558
558
|
var causeException = tmp;
|
|
559
|
-
tmp0.
|
|
559
|
+
tmp0.g16(causeException);
|
|
560
560
|
}
|
|
561
561
|
// Inline function 'kotlin.takeIf' call
|
|
562
|
-
var this_1 = tmp0.
|
|
562
|
+
var this_1 = tmp0.h16();
|
|
563
563
|
var tmp_0;
|
|
564
564
|
if (!wasCancelling) {
|
|
565
565
|
tmp_0 = this_1;
|
|
@@ -571,7 +571,7 @@ function makeCancelling($this, cause) {
|
|
|
571
571
|
null;
|
|
572
572
|
else {
|
|
573
573
|
// Inline function 'kotlin.let' call
|
|
574
|
-
notifyCancelling($this, tmp0.
|
|
574
|
+
notifyCancelling($this, tmp0.i15_1, notifyRootCause);
|
|
575
575
|
}
|
|
576
576
|
return get_COMPLETING_ALREADY();
|
|
577
577
|
} else {
|
|
@@ -587,7 +587,7 @@ function makeCancelling($this, cause) {
|
|
|
587
587
|
tmp_1 = tmp2_elvis_lhs;
|
|
588
588
|
}
|
|
589
589
|
var causeException_0 = tmp_1;
|
|
590
|
-
if (tmp0.
|
|
590
|
+
if (tmp0.kw()) {
|
|
591
591
|
if (tryMakeCancelling($this, tmp0, causeException_0))
|
|
592
592
|
return get_COMPLETING_ALREADY();
|
|
593
593
|
} else {
|
|
@@ -609,7 +609,7 @@ function makeCancelling($this, cause) {
|
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
611
|
function getOrPromoteCancellingList($this, state) {
|
|
612
|
-
var tmp0_elvis_lhs = state.
|
|
612
|
+
var tmp0_elvis_lhs = state.nz();
|
|
613
613
|
var tmp;
|
|
614
614
|
if (tmp0_elvis_lhs == null) {
|
|
615
615
|
var tmp_0;
|
|
@@ -642,7 +642,7 @@ function tryMakeCancelling($this, state, rootCause) {
|
|
|
642
642
|
}
|
|
643
643
|
var list = tmp;
|
|
644
644
|
var cancelling = new (Finishing())(list, false, rootCause);
|
|
645
|
-
if (!$this.
|
|
645
|
+
if (!$this.dw_1.atomicfu$compareAndSet(state, cancelling))
|
|
646
646
|
return false;
|
|
647
647
|
notifyCancelling($this, list, rootCause);
|
|
648
648
|
return true;
|
|
@@ -690,24 +690,24 @@ function tryMakeCompletingSlowPath($this, state, proposedUpdate) {
|
|
|
690
690
|
var notifyRootCause;
|
|
691
691
|
// Inline function 'kotlinx.coroutines.internal.synchronized' call
|
|
692
692
|
// Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
|
|
693
|
-
if (finishing.
|
|
693
|
+
if (finishing.e16())
|
|
694
694
|
return get_COMPLETING_ALREADY();
|
|
695
|
-
finishing.
|
|
695
|
+
finishing.i16(true);
|
|
696
696
|
if (!(finishing === state)) {
|
|
697
|
-
if (!$this.
|
|
697
|
+
if (!$this.dw_1.atomicfu$compareAndSet(state, finishing))
|
|
698
698
|
return get_COMPLETING_RETRY();
|
|
699
699
|
}
|
|
700
700
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
701
|
-
var wasCancelling = finishing.
|
|
701
|
+
var wasCancelling = finishing.s15();
|
|
702
702
|
var tmp0_safe_receiver = proposedUpdate instanceof CompletedExceptionally() ? proposedUpdate : null;
|
|
703
703
|
if (tmp0_safe_receiver == null)
|
|
704
704
|
null;
|
|
705
705
|
else {
|
|
706
706
|
// Inline function 'kotlin.let' call
|
|
707
|
-
finishing.
|
|
707
|
+
finishing.g16(tmp0_safe_receiver.pw_1);
|
|
708
708
|
}
|
|
709
709
|
// Inline function 'kotlin.takeIf' call
|
|
710
|
-
var this_0 = finishing.
|
|
710
|
+
var this_0 = finishing.h16();
|
|
711
711
|
var tmp_0;
|
|
712
712
|
if (!wasCancelling) {
|
|
713
713
|
tmp_0 = this_0;
|
|
@@ -724,7 +724,7 @@ function tryMakeCompletingSlowPath($this, state, proposedUpdate) {
|
|
|
724
724
|
var child = nextChild($this, list);
|
|
725
725
|
if (!(child == null) && tryWaitForChild($this, finishing, child, proposedUpdate))
|
|
726
726
|
return get_COMPLETING_WAITING_CHILDREN();
|
|
727
|
-
list.
|
|
727
|
+
list.b16(2);
|
|
728
728
|
var anotherChild = nextChild($this, list);
|
|
729
729
|
if (!(anotherChild == null) && tryWaitForChild($this, finishing, anotherChild, proposedUpdate))
|
|
730
730
|
return get_COMPLETING_WAITING_CHILDREN();
|
|
@@ -732,7 +732,7 @@ function tryMakeCompletingSlowPath($this, state, proposedUpdate) {
|
|
|
732
732
|
}
|
|
733
733
|
function _get_exceptionOrNull__b3j7js($this, _this__u8e3s4) {
|
|
734
734
|
var tmp0_safe_receiver = _this__u8e3s4 instanceof CompletedExceptionally() ? _this__u8e3s4 : null;
|
|
735
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
735
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.pw_1;
|
|
736
736
|
}
|
|
737
737
|
function tryWaitForChild($this, state, child, proposedUpdate) {
|
|
738
738
|
var $this_0 = $this;
|
|
@@ -741,7 +741,7 @@ function tryWaitForChild($this, state, child, proposedUpdate) {
|
|
|
741
741
|
var proposedUpdate_0 = proposedUpdate;
|
|
742
742
|
$l$1: do {
|
|
743
743
|
$l$0: do {
|
|
744
|
-
var handle = invokeOnCompletion(child_0.
|
|
744
|
+
var handle = invokeOnCompletion(child_0.r15_1, false, new (ChildCompletion())($this_0, state_0, child_0, proposedUpdate_0));
|
|
745
745
|
if (!(handle === NonDisposableHandle_instance))
|
|
746
746
|
return true;
|
|
747
747
|
var tmp0_elvis_lhs = nextChild($this_0, child_0);
|
|
@@ -770,29 +770,29 @@ function continueCompleting($this, state, lastChild, proposedUpdate) {
|
|
|
770
770
|
var waitChild = nextChild($this, lastChild);
|
|
771
771
|
if (!(waitChild == null) && tryWaitForChild($this, state, waitChild, proposedUpdate))
|
|
772
772
|
return Unit_instance;
|
|
773
|
-
state.
|
|
773
|
+
state.i15_1.b16(2);
|
|
774
774
|
var waitChildAgain = nextChild($this, lastChild);
|
|
775
775
|
if (!(waitChildAgain == null) && tryWaitForChild($this, state, waitChildAgain, proposedUpdate)) {
|
|
776
776
|
return Unit_instance;
|
|
777
777
|
}
|
|
778
778
|
var finalState = finalizeFinishingState($this, state, proposedUpdate);
|
|
779
|
-
$this.
|
|
779
|
+
$this.uw(finalState);
|
|
780
780
|
}
|
|
781
781
|
function nextChild($this, _this__u8e3s4) {
|
|
782
782
|
var cur = _this__u8e3s4;
|
|
783
783
|
$l$loop: while (true) {
|
|
784
784
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.isRemoved' call
|
|
785
|
-
if (!cur.
|
|
785
|
+
if (!cur.qz_1) {
|
|
786
786
|
break $l$loop;
|
|
787
787
|
}
|
|
788
788
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.prevNode' call
|
|
789
|
-
cur = cur.
|
|
789
|
+
cur = cur.pz_1;
|
|
790
790
|
}
|
|
791
791
|
$l$loop_0: while (true) {
|
|
792
792
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.nextNode' call
|
|
793
|
-
cur = cur.
|
|
793
|
+
cur = cur.oz_1;
|
|
794
794
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.isRemoved' call
|
|
795
|
-
if (cur.
|
|
795
|
+
if (cur.qz_1)
|
|
796
796
|
continue $l$loop_0;
|
|
797
797
|
if (cur instanceof ChildHandleNode())
|
|
798
798
|
return cur;
|
|
@@ -803,10 +803,10 @@ function nextChild($this, _this__u8e3s4) {
|
|
|
803
803
|
function stateString($this, state) {
|
|
804
804
|
var tmp;
|
|
805
805
|
if (state instanceof Finishing()) {
|
|
806
|
-
tmp = state.
|
|
806
|
+
tmp = state.s15() ? 'Cancelling' : state.e16() ? 'Completing' : 'Active';
|
|
807
807
|
} else {
|
|
808
808
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
809
|
-
tmp = state.
|
|
809
|
+
tmp = state.kw() ? 'Active' : 'New';
|
|
810
810
|
} else {
|
|
811
811
|
if (state instanceof CompletedExceptionally()) {
|
|
812
812
|
tmp = 'Cancelled';
|
|
@@ -823,36 +823,36 @@ function Finishing() {
|
|
|
823
823
|
class $ extends SynchronizedObject() {
|
|
824
824
|
constructor(list, isCompleting, rootCause) {
|
|
825
825
|
super();
|
|
826
|
-
this.
|
|
827
|
-
this.
|
|
828
|
-
this.
|
|
829
|
-
this.
|
|
826
|
+
this.i15_1 = list;
|
|
827
|
+
this.j15_1 = atomic$boolean$1(isCompleting);
|
|
828
|
+
this.k15_1 = atomic$ref$1(rootCause);
|
|
829
|
+
this.l15_1 = atomic$ref$1(null);
|
|
830
830
|
}
|
|
831
|
-
|
|
832
|
-
return this.
|
|
833
|
-
}
|
|
834
|
-
h16(value) {
|
|
835
|
-
this.i15_1.kotlinx$atomicfu$value = value;
|
|
836
|
-
}
|
|
837
|
-
d16() {
|
|
838
|
-
return this.i15_1.kotlinx$atomicfu$value;
|
|
831
|
+
nz() {
|
|
832
|
+
return this.i15_1;
|
|
839
833
|
}
|
|
840
834
|
i16(value) {
|
|
841
835
|
this.j15_1.kotlinx$atomicfu$value = value;
|
|
842
836
|
}
|
|
843
|
-
|
|
837
|
+
e16() {
|
|
844
838
|
return this.j15_1.kotlinx$atomicfu$value;
|
|
845
839
|
}
|
|
846
|
-
|
|
840
|
+
j16(value) {
|
|
841
|
+
this.k15_1.kotlinx$atomicfu$value = value;
|
|
842
|
+
}
|
|
843
|
+
h16() {
|
|
844
|
+
return this.k15_1.kotlinx$atomicfu$value;
|
|
845
|
+
}
|
|
846
|
+
f16() {
|
|
847
847
|
return _get_exceptionsHolder__nhszp(this) === get_SEALED();
|
|
848
848
|
}
|
|
849
|
-
|
|
850
|
-
return !(this.
|
|
849
|
+
s15() {
|
|
850
|
+
return !(this.h16() == null);
|
|
851
851
|
}
|
|
852
|
-
|
|
853
|
-
return this.
|
|
852
|
+
kw() {
|
|
853
|
+
return this.h16() == null;
|
|
854
854
|
}
|
|
855
|
-
|
|
855
|
+
t15(proposedException) {
|
|
856
856
|
var eh = _get_exceptionsHolder__nhszp(this);
|
|
857
857
|
var tmp;
|
|
858
858
|
if (eh == null) {
|
|
@@ -873,7 +873,7 @@ function Finishing() {
|
|
|
873
873
|
}
|
|
874
874
|
}
|
|
875
875
|
var list = tmp;
|
|
876
|
-
var rootCause = this.
|
|
876
|
+
var rootCause = this.h16();
|
|
877
877
|
if (rootCause == null)
|
|
878
878
|
null;
|
|
879
879
|
else {
|
|
@@ -886,10 +886,10 @@ function Finishing() {
|
|
|
886
886
|
_set_exceptionsHolder__tqm22h(this, get_SEALED());
|
|
887
887
|
return list;
|
|
888
888
|
}
|
|
889
|
-
|
|
890
|
-
var rootCause = this.
|
|
889
|
+
g16(exception) {
|
|
890
|
+
var rootCause = this.h16();
|
|
891
891
|
if (rootCause == null) {
|
|
892
|
-
this.
|
|
892
|
+
this.j16(exception);
|
|
893
893
|
return Unit_instance;
|
|
894
894
|
}
|
|
895
895
|
if (exception === rootCause)
|
|
@@ -918,7 +918,7 @@ function Finishing() {
|
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
920
|
toString() {
|
|
921
|
-
return 'Finishing[cancelling=' + this.
|
|
921
|
+
return 'Finishing[cancelling=' + this.s15() + ', completing=' + this.e16() + ', rootCause=' + toString_0(this.h16()) + ', exceptions=' + toString_0(_get_exceptionsHolder__nhszp(this)) + ', list=' + this.i15_1.toString() + ']';
|
|
922
922
|
}
|
|
923
923
|
}
|
|
924
924
|
initMetadataForClass($, 'Finishing', VOID, VOID, [SynchronizedObject(), Incomplete()]);
|
|
@@ -932,16 +932,16 @@ function ChildCompletion() {
|
|
|
932
932
|
class $ extends JobNode() {
|
|
933
933
|
constructor(parent, state, child, proposedUpdate) {
|
|
934
934
|
super();
|
|
935
|
-
this.
|
|
936
|
-
this.
|
|
937
|
-
this.
|
|
938
|
-
this.
|
|
935
|
+
this.o16_1 = parent;
|
|
936
|
+
this.p16_1 = state;
|
|
937
|
+
this.q16_1 = child;
|
|
938
|
+
this.r16_1 = proposedUpdate;
|
|
939
939
|
}
|
|
940
|
-
|
|
940
|
+
ez() {
|
|
941
941
|
return false;
|
|
942
942
|
}
|
|
943
|
-
|
|
944
|
-
continueCompleting(this.
|
|
943
|
+
bz(cause) {
|
|
944
|
+
continueCompleting(this.o16_1, this.p16_1, this.q16_1, this.r16_1);
|
|
945
945
|
}
|
|
946
946
|
}
|
|
947
947
|
initMetadataForClass($, 'ChildCompletion');
|
|
@@ -955,12 +955,12 @@ function AwaitContinuation() {
|
|
|
955
955
|
class $ extends CancellableContinuationImpl() {
|
|
956
956
|
constructor(delegate, job) {
|
|
957
957
|
super(delegate, 1);
|
|
958
|
-
this.
|
|
958
|
+
this.y16_1 = job;
|
|
959
959
|
}
|
|
960
|
-
|
|
961
|
-
var state = this.
|
|
960
|
+
s12(parent) {
|
|
961
|
+
var state = this.y16_1.ex();
|
|
962
962
|
if (state instanceof Finishing()) {
|
|
963
|
-
var tmp0_safe_receiver = state.
|
|
963
|
+
var tmp0_safe_receiver = state.h16();
|
|
964
964
|
if (tmp0_safe_receiver == null)
|
|
965
965
|
null;
|
|
966
966
|
else {
|
|
@@ -969,10 +969,10 @@ function AwaitContinuation() {
|
|
|
969
969
|
}
|
|
970
970
|
}
|
|
971
971
|
if (state instanceof CompletedExceptionally())
|
|
972
|
-
return state.
|
|
973
|
-
return parent.
|
|
972
|
+
return state.pw_1;
|
|
973
|
+
return parent.jx();
|
|
974
974
|
}
|
|
975
|
-
|
|
975
|
+
f13() {
|
|
976
976
|
return 'AwaitContinuation';
|
|
977
977
|
}
|
|
978
978
|
}
|
|
@@ -983,22 +983,22 @@ function AwaitContinuation() {
|
|
|
983
983
|
}
|
|
984
984
|
function awaitSuspend($this, $completion) {
|
|
985
985
|
var cont = new (AwaitContinuation())(intercepted($completion), $this);
|
|
986
|
-
cont.
|
|
986
|
+
cont.a10();
|
|
987
987
|
disposeOnCancellation(cont, invokeOnCompletion($this, VOID, new (ResumeAwaitOnCompletion())(cont)));
|
|
988
|
-
return cont.
|
|
988
|
+
return cont.b10();
|
|
989
989
|
}
|
|
990
990
|
var JobSupport$_get_children_$slambda_k839f8Class;
|
|
991
991
|
function JobSupport$_get_children_$slambda_k839f8() {
|
|
992
992
|
if (JobSupport$_get_children_$slambda_k839f8Class === VOID) {
|
|
993
993
|
class $ {
|
|
994
994
|
constructor(this$0) {
|
|
995
|
-
this.
|
|
995
|
+
this.m15_1 = this$0;
|
|
996
996
|
}
|
|
997
|
-
|
|
997
|
+
z16($this$sequence, $completion) {
|
|
998
998
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$sequence), $completion);
|
|
999
999
|
}
|
|
1000
1000
|
de(p1, $completion) {
|
|
1001
|
-
return this.
|
|
1001
|
+
return this.z16(p1 instanceof SequenceScope() ? p1 : THROW_CCE(), $completion);
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
1004
1004
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -1008,7 +1008,7 @@ function JobSupport$_get_children_$slambda_k839f8() {
|
|
|
1008
1008
|
}
|
|
1009
1009
|
function JobSupport$_get_children_$slambda_k839f8_0(this$0) {
|
|
1010
1010
|
var i = new (JobSupport$_get_children_$slambda_k839f8())(this$0);
|
|
1011
|
-
var l = ($this$sequence, $completion) => i.
|
|
1011
|
+
var l = ($this$sequence, $completion) => i.z16($this$sequence, $completion);
|
|
1012
1012
|
l.$arity = 1;
|
|
1013
1013
|
return l;
|
|
1014
1014
|
}
|
|
@@ -1017,62 +1017,62 @@ function JobSupport() {
|
|
|
1017
1017
|
if (JobSupportClass === VOID) {
|
|
1018
1018
|
class $ {
|
|
1019
1019
|
constructor(active) {
|
|
1020
|
-
this.
|
|
1021
|
-
this.
|
|
1020
|
+
this.dw_1 = atomic$ref$1(active ? get_EMPTY_ACTIVE() : get_EMPTY_NEW());
|
|
1021
|
+
this.ew_1 = atomic$ref$1(null);
|
|
1022
1022
|
}
|
|
1023
1023
|
f3() {
|
|
1024
1024
|
return Key_instance;
|
|
1025
1025
|
}
|
|
1026
|
-
|
|
1027
|
-
this.
|
|
1028
|
-
}
|
|
1029
|
-
bx() {
|
|
1030
|
-
return this.dw_1.kotlinx$atomicfu$value;
|
|
1026
|
+
bx(value) {
|
|
1027
|
+
this.ew_1.kotlinx$atomicfu$value = value;
|
|
1031
1028
|
}
|
|
1032
1029
|
cx() {
|
|
1033
|
-
|
|
1034
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.cx();
|
|
1030
|
+
return this.ew_1.kotlinx$atomicfu$value;
|
|
1035
1031
|
}
|
|
1036
|
-
|
|
1032
|
+
dx() {
|
|
1033
|
+
var tmp0_safe_receiver = this.cx();
|
|
1034
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.dx();
|
|
1035
|
+
}
|
|
1036
|
+
fw(parent) {
|
|
1037
1037
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
1038
1038
|
if (parent == null) {
|
|
1039
|
-
this.
|
|
1039
|
+
this.bx(NonDisposableHandle_instance);
|
|
1040
1040
|
return Unit_instance;
|
|
1041
1041
|
}
|
|
1042
|
-
parent.
|
|
1043
|
-
var handle = parent.
|
|
1044
|
-
this.
|
|
1045
|
-
if (this.
|
|
1046
|
-
handle.
|
|
1047
|
-
this.
|
|
1042
|
+
parent.hx();
|
|
1043
|
+
var handle = parent.dy(this);
|
|
1044
|
+
this.bx(handle);
|
|
1045
|
+
if (this.fx()) {
|
|
1046
|
+
handle.az();
|
|
1047
|
+
this.bx(NonDisposableHandle_instance);
|
|
1048
1048
|
}
|
|
1049
1049
|
}
|
|
1050
|
-
|
|
1051
|
-
return this.
|
|
1050
|
+
ex() {
|
|
1051
|
+
return this.dw_1.kotlinx$atomicfu$value;
|
|
1052
1052
|
}
|
|
1053
|
-
|
|
1054
|
-
var state = this.
|
|
1053
|
+
kw() {
|
|
1054
|
+
var state = this.ex();
|
|
1055
1055
|
var tmp;
|
|
1056
1056
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
1057
|
-
tmp = state.
|
|
1057
|
+
tmp = state.kw();
|
|
1058
1058
|
} else {
|
|
1059
1059
|
tmp = false;
|
|
1060
1060
|
}
|
|
1061
1061
|
return tmp;
|
|
1062
1062
|
}
|
|
1063
|
-
|
|
1064
|
-
var tmp = this.
|
|
1063
|
+
fx() {
|
|
1064
|
+
var tmp = this.ex();
|
|
1065
1065
|
return !(!(tmp == null) ? isInterface(tmp, Incomplete()) : false);
|
|
1066
1066
|
}
|
|
1067
|
-
|
|
1068
|
-
var state = this.
|
|
1067
|
+
gx() {
|
|
1068
|
+
var state = this.ex();
|
|
1069
1069
|
var tmp;
|
|
1070
1070
|
if (state instanceof CompletedExceptionally()) {
|
|
1071
1071
|
tmp = true;
|
|
1072
1072
|
} else {
|
|
1073
1073
|
var tmp_0;
|
|
1074
1074
|
if (state instanceof Finishing()) {
|
|
1075
|
-
tmp_0 = state.
|
|
1075
|
+
tmp_0 = state.s15();
|
|
1076
1076
|
} else {
|
|
1077
1077
|
tmp_0 = false;
|
|
1078
1078
|
}
|
|
@@ -1080,10 +1080,10 @@ function JobSupport() {
|
|
|
1080
1080
|
}
|
|
1081
1081
|
return tmp;
|
|
1082
1082
|
}
|
|
1083
|
-
|
|
1083
|
+
hx() {
|
|
1084
1084
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1085
1085
|
while (true) {
|
|
1086
|
-
var state = this.
|
|
1086
|
+
var state = this.ex();
|
|
1087
1087
|
var tmp0_subject = startInternal(this, state);
|
|
1088
1088
|
if (tmp0_subject === 0)
|
|
1089
1089
|
return false;
|
|
@@ -1091,14 +1091,14 @@ function JobSupport() {
|
|
|
1091
1091
|
return true;
|
|
1092
1092
|
}
|
|
1093
1093
|
}
|
|
1094
|
-
hx() {
|
|
1095
|
-
}
|
|
1096
1094
|
ix() {
|
|
1097
|
-
|
|
1095
|
+
}
|
|
1096
|
+
jx() {
|
|
1097
|
+
var state = this.ex();
|
|
1098
1098
|
var tmp;
|
|
1099
1099
|
if (state instanceof Finishing()) {
|
|
1100
|
-
var tmp0_safe_receiver = state.
|
|
1101
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : this.
|
|
1100
|
+
var tmp0_safe_receiver = state.h16();
|
|
1101
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : this.kx(tmp0_safe_receiver, get_classSimpleName(this) + ' is cancelling');
|
|
1102
1102
|
var tmp_0;
|
|
1103
1103
|
if (tmp1_elvis_lhs == null) {
|
|
1104
1104
|
var message = 'Job is still new or active: ' + this.toString();
|
|
@@ -1113,52 +1113,52 @@ function JobSupport() {
|
|
|
1113
1113
|
throw IllegalStateException().o(toString(message_0));
|
|
1114
1114
|
} else {
|
|
1115
1115
|
if (state instanceof CompletedExceptionally()) {
|
|
1116
|
-
tmp = this.
|
|
1116
|
+
tmp = this.lx(state.pw_1);
|
|
1117
1117
|
} else {
|
|
1118
|
-
tmp = JobCancellationException().
|
|
1118
|
+
tmp = JobCancellationException().a16(get_classSimpleName(this) + ' has completed normally', null, this);
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
1121
|
}
|
|
1122
1122
|
return tmp;
|
|
1123
1123
|
}
|
|
1124
|
-
|
|
1124
|
+
kx(_this__u8e3s4, message) {
|
|
1125
1125
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof CancellationException() ? _this__u8e3s4 : null;
|
|
1126
1126
|
var tmp;
|
|
1127
1127
|
if (tmp0_elvis_lhs == null) {
|
|
1128
1128
|
// Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
|
|
1129
|
-
tmp = JobCancellationException().
|
|
1129
|
+
tmp = JobCancellationException().a16(message == null ? this.nw() : message, _this__u8e3s4, this);
|
|
1130
1130
|
} else {
|
|
1131
1131
|
tmp = tmp0_elvis_lhs;
|
|
1132
1132
|
}
|
|
1133
1133
|
return tmp;
|
|
1134
1134
|
}
|
|
1135
|
-
|
|
1135
|
+
lx(_this__u8e3s4, message, $super) {
|
|
1136
1136
|
message = message === VOID ? null : message;
|
|
1137
|
-
return $super === VOID ? this.
|
|
1137
|
+
return $super === VOID ? this.kx(_this__u8e3s4, message) : $super.kx.call(this, _this__u8e3s4, message);
|
|
1138
1138
|
}
|
|
1139
|
-
|
|
1140
|
-
return this.
|
|
1139
|
+
mx(handler) {
|
|
1140
|
+
return this.px(true, new (InvokeOnCompletion())(handler));
|
|
1141
1141
|
}
|
|
1142
|
-
|
|
1142
|
+
nx(onCancelling, invokeImmediately, handler) {
|
|
1143
1143
|
var tmp;
|
|
1144
1144
|
if (onCancelling) {
|
|
1145
1145
|
tmp = new (InvokeOnCancelling())(handler);
|
|
1146
1146
|
} else {
|
|
1147
1147
|
tmp = new (InvokeOnCompletion())(handler);
|
|
1148
1148
|
}
|
|
1149
|
-
return this.
|
|
1149
|
+
return this.px(invokeImmediately, tmp);
|
|
1150
1150
|
}
|
|
1151
|
-
|
|
1152
|
-
node.
|
|
1151
|
+
px(invokeImmediately, node) {
|
|
1152
|
+
node.lz_1 = this;
|
|
1153
1153
|
var tmp$ret$0;
|
|
1154
1154
|
$l$block_1: {
|
|
1155
1155
|
// Inline function 'kotlinx.coroutines.JobSupport.tryPutNodeIntoList' call
|
|
1156
1156
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1157
1157
|
while (true) {
|
|
1158
|
-
var state = this.
|
|
1158
|
+
var state = this.ex();
|
|
1159
1159
|
if (state instanceof Empty()) {
|
|
1160
|
-
if (state.
|
|
1161
|
-
if (this.
|
|
1160
|
+
if (state.d16_1) {
|
|
1161
|
+
if (this.dw_1.atomicfu$compareAndSet(state, node)) {
|
|
1162
1162
|
tmp$ret$0 = true;
|
|
1163
1163
|
break $l$block_1;
|
|
1164
1164
|
}
|
|
@@ -1167,26 +1167,26 @@ function JobSupport() {
|
|
|
1167
1167
|
}
|
|
1168
1168
|
} else {
|
|
1169
1169
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
1170
|
-
var list = state.
|
|
1170
|
+
var list = state.nz();
|
|
1171
1171
|
if (list == null) {
|
|
1172
1172
|
promoteSingleToNodeList(this, state instanceof JobNode() ? state : THROW_CCE());
|
|
1173
1173
|
} else {
|
|
1174
1174
|
var tmp;
|
|
1175
|
-
if (node.
|
|
1175
|
+
if (node.ez()) {
|
|
1176
1176
|
var tmp0_safe_receiver = state instanceof Finishing() ? state : null;
|
|
1177
|
-
var rootCause = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
1177
|
+
var rootCause = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h16();
|
|
1178
1178
|
var tmp_0;
|
|
1179
1179
|
if (rootCause == null) {
|
|
1180
|
-
tmp_0 = list.
|
|
1180
|
+
tmp_0 = list.rz(node, 5);
|
|
1181
1181
|
} else {
|
|
1182
1182
|
if (invokeImmediately) {
|
|
1183
|
-
node.
|
|
1183
|
+
node.bz(rootCause);
|
|
1184
1184
|
}
|
|
1185
1185
|
return NonDisposableHandle_instance;
|
|
1186
1186
|
}
|
|
1187
1187
|
tmp = tmp_0;
|
|
1188
1188
|
} else {
|
|
1189
|
-
tmp = list.
|
|
1189
|
+
tmp = list.rz(node, 1);
|
|
1190
1190
|
}
|
|
1191
1191
|
if (tmp) {
|
|
1192
1192
|
tmp$ret$0 = true;
|
|
@@ -1204,13 +1204,13 @@ function JobSupport() {
|
|
|
1204
1204
|
if (added)
|
|
1205
1205
|
return node;
|
|
1206
1206
|
else if (invokeImmediately) {
|
|
1207
|
-
var tmp_1 = this.
|
|
1207
|
+
var tmp_1 = this.ex();
|
|
1208
1208
|
var tmp0_safe_receiver_0 = tmp_1 instanceof CompletedExceptionally() ? tmp_1 : null;
|
|
1209
|
-
node.
|
|
1209
|
+
node.bz(tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.pw_1);
|
|
1210
1210
|
}
|
|
1211
1211
|
return NonDisposableHandle_instance;
|
|
1212
1212
|
}
|
|
1213
|
-
|
|
1213
|
+
qx($completion) {
|
|
1214
1214
|
if (!joinInternal(this)) {
|
|
1215
1215
|
// Inline function 'kotlin.js.getCoroutineContext' call
|
|
1216
1216
|
var tmp$ret$0 = $completion.bd();
|
|
@@ -1219,19 +1219,19 @@ function JobSupport() {
|
|
|
1219
1219
|
}
|
|
1220
1220
|
return joinSuspend(this, $completion);
|
|
1221
1221
|
}
|
|
1222
|
-
|
|
1222
|
+
rx(node) {
|
|
1223
1223
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1224
1224
|
while (true) {
|
|
1225
|
-
var state = this.
|
|
1225
|
+
var state = this.ex();
|
|
1226
1226
|
if (state instanceof JobNode()) {
|
|
1227
1227
|
if (!(state === node))
|
|
1228
1228
|
return Unit_instance;
|
|
1229
|
-
if (this.
|
|
1229
|
+
if (this.dw_1.atomicfu$compareAndSet(state, get_EMPTY_ACTIVE()))
|
|
1230
1230
|
return Unit_instance;
|
|
1231
1231
|
} else {
|
|
1232
1232
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
1233
|
-
if (!(state.
|
|
1234
|
-
node.
|
|
1233
|
+
if (!(state.nz() == null)) {
|
|
1234
|
+
node.sz();
|
|
1235
1235
|
}
|
|
1236
1236
|
return Unit_instance;
|
|
1237
1237
|
} else {
|
|
@@ -1240,39 +1240,39 @@ function JobSupport() {
|
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
1242
|
}
|
|
1243
|
-
|
|
1243
|
+
sx() {
|
|
1244
1244
|
return false;
|
|
1245
1245
|
}
|
|
1246
|
-
|
|
1246
|
+
tx(cause) {
|
|
1247
1247
|
var tmp;
|
|
1248
1248
|
if (cause == null) {
|
|
1249
1249
|
// Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
|
|
1250
|
-
tmp = JobCancellationException().
|
|
1250
|
+
tmp = JobCancellationException().a16(null == null ? this.nw() : null, null, this);
|
|
1251
1251
|
} else {
|
|
1252
1252
|
tmp = cause;
|
|
1253
1253
|
}
|
|
1254
|
-
this.
|
|
1254
|
+
this.vx(tmp);
|
|
1255
1255
|
}
|
|
1256
|
-
|
|
1256
|
+
nw() {
|
|
1257
1257
|
return 'Job was cancelled';
|
|
1258
1258
|
}
|
|
1259
|
-
|
|
1260
|
-
this.
|
|
1259
|
+
vx(cause) {
|
|
1260
|
+
this.zx(cause);
|
|
1261
1261
|
}
|
|
1262
|
-
|
|
1263
|
-
this.
|
|
1262
|
+
wx(parentJob) {
|
|
1263
|
+
this.zx(parentJob);
|
|
1264
1264
|
}
|
|
1265
|
-
|
|
1265
|
+
xx(cause) {
|
|
1266
1266
|
if (cause instanceof CancellationException())
|
|
1267
1267
|
return true;
|
|
1268
|
-
return this.
|
|
1269
|
-
}
|
|
1270
|
-
xx(cause) {
|
|
1271
|
-
return this.yx(cause);
|
|
1268
|
+
return this.zx(cause) && this.gy();
|
|
1272
1269
|
}
|
|
1273
1270
|
yx(cause) {
|
|
1271
|
+
return this.zx(cause);
|
|
1272
|
+
}
|
|
1273
|
+
zx(cause) {
|
|
1274
1274
|
var finalState = get_COMPLETING_ALREADY();
|
|
1275
|
-
if (this.
|
|
1275
|
+
if (this.sx()) {
|
|
1276
1276
|
finalState = cancelMakeCompleting(this, cause);
|
|
1277
1277
|
if (finalState === get_COMPLETING_WAITING_CHILDREN())
|
|
1278
1278
|
return true;
|
|
@@ -1288,19 +1288,19 @@ function JobSupport() {
|
|
|
1288
1288
|
} else if (finalState === get_TOO_LATE_TO_CANCEL()) {
|
|
1289
1289
|
tmp = false;
|
|
1290
1290
|
} else {
|
|
1291
|
-
this.
|
|
1291
|
+
this.uw(finalState);
|
|
1292
1292
|
tmp = true;
|
|
1293
1293
|
}
|
|
1294
1294
|
return tmp;
|
|
1295
1295
|
}
|
|
1296
|
-
|
|
1297
|
-
var state = this.
|
|
1296
|
+
ay() {
|
|
1297
|
+
var state = this.ex();
|
|
1298
1298
|
var tmp;
|
|
1299
1299
|
if (state instanceof Finishing()) {
|
|
1300
|
-
tmp = state.
|
|
1300
|
+
tmp = state.h16();
|
|
1301
1301
|
} else {
|
|
1302
1302
|
if (state instanceof CompletedExceptionally()) {
|
|
1303
|
-
tmp = state.
|
|
1303
|
+
tmp = state.pw_1;
|
|
1304
1304
|
} else {
|
|
1305
1305
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
1306
1306
|
var message = 'Cannot be cancelling child in this state: ' + toString(state);
|
|
@@ -1312,12 +1312,12 @@ function JobSupport() {
|
|
|
1312
1312
|
}
|
|
1313
1313
|
var rootCause = tmp;
|
|
1314
1314
|
var tmp1_elvis_lhs = rootCause instanceof CancellationException() ? rootCause : null;
|
|
1315
|
-
return tmp1_elvis_lhs == null ? JobCancellationException().
|
|
1315
|
+
return tmp1_elvis_lhs == null ? JobCancellationException().a16('Parent job is ' + stateString(this, state), rootCause, this) : tmp1_elvis_lhs;
|
|
1316
1316
|
}
|
|
1317
|
-
|
|
1317
|
+
by(proposedUpdate) {
|
|
1318
1318
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1319
1319
|
while (true) {
|
|
1320
|
-
var tmp0 = this.
|
|
1320
|
+
var tmp0 = this.ex();
|
|
1321
1321
|
$l$block: {
|
|
1322
1322
|
var finalState = tryMakeCompleting(this, tmp0, proposedUpdate);
|
|
1323
1323
|
if (finalState === get_COMPLETING_ALREADY())
|
|
@@ -1327,16 +1327,16 @@ function JobSupport() {
|
|
|
1327
1327
|
else if (finalState === get_COMPLETING_RETRY()) {
|
|
1328
1328
|
break $l$block;
|
|
1329
1329
|
} else {
|
|
1330
|
-
this.
|
|
1330
|
+
this.uw(finalState);
|
|
1331
1331
|
return true;
|
|
1332
1332
|
}
|
|
1333
1333
|
}
|
|
1334
1334
|
}
|
|
1335
1335
|
}
|
|
1336
|
-
|
|
1336
|
+
sw(proposedUpdate) {
|
|
1337
1337
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1338
1338
|
while (true) {
|
|
1339
|
-
var tmp0 = this.
|
|
1339
|
+
var tmp0 = this.ex();
|
|
1340
1340
|
$l$block: {
|
|
1341
1341
|
var finalState = tryMakeCompleting(this, tmp0, proposedUpdate);
|
|
1342
1342
|
if (finalState === get_COMPLETING_ALREADY())
|
|
@@ -1348,23 +1348,23 @@ function JobSupport() {
|
|
|
1348
1348
|
}
|
|
1349
1349
|
}
|
|
1350
1350
|
}
|
|
1351
|
-
|
|
1351
|
+
cy() {
|
|
1352
1352
|
return sequence(JobSupport$_get_children_$slambda_k839f8_0(this));
|
|
1353
1353
|
}
|
|
1354
|
-
|
|
1354
|
+
dy(child) {
|
|
1355
1355
|
// Inline function 'kotlin.also' call
|
|
1356
1356
|
var this_0 = new (ChildHandleNode())(child);
|
|
1357
|
-
this_0.
|
|
1357
|
+
this_0.lz_1 = this;
|
|
1358
1358
|
var node = this_0;
|
|
1359
1359
|
var tmp$ret$2;
|
|
1360
1360
|
$l$block_1: {
|
|
1361
1361
|
// Inline function 'kotlinx.coroutines.JobSupport.tryPutNodeIntoList' call
|
|
1362
1362
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1363
1363
|
while (true) {
|
|
1364
|
-
var state = this.
|
|
1364
|
+
var state = this.ex();
|
|
1365
1365
|
if (state instanceof Empty()) {
|
|
1366
|
-
if (state.
|
|
1367
|
-
if (this.
|
|
1366
|
+
if (state.d16_1) {
|
|
1367
|
+
if (this.dw_1.atomicfu$compareAndSet(state, node)) {
|
|
1368
1368
|
tmp$ret$2 = true;
|
|
1369
1369
|
break $l$block_1;
|
|
1370
1370
|
}
|
|
@@ -1373,27 +1373,27 @@ function JobSupport() {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
} else {
|
|
1375
1375
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
1376
|
-
var list = state.
|
|
1376
|
+
var list = state.nz();
|
|
1377
1377
|
if (list == null) {
|
|
1378
1378
|
promoteSingleToNodeList(this, state instanceof JobNode() ? state : THROW_CCE());
|
|
1379
1379
|
} else {
|
|
1380
|
-
var addedBeforeCancellation = list.
|
|
1380
|
+
var addedBeforeCancellation = list.rz(node, 7);
|
|
1381
1381
|
var tmp;
|
|
1382
1382
|
if (addedBeforeCancellation) {
|
|
1383
1383
|
tmp = true;
|
|
1384
1384
|
} else {
|
|
1385
|
-
var addedBeforeCompletion = list.
|
|
1386
|
-
var latestState = this.
|
|
1385
|
+
var addedBeforeCompletion = list.rz(node, 3);
|
|
1386
|
+
var latestState = this.ex();
|
|
1387
1387
|
var tmp_0;
|
|
1388
1388
|
if (latestState instanceof Finishing()) {
|
|
1389
|
-
tmp_0 = latestState.
|
|
1389
|
+
tmp_0 = latestState.h16();
|
|
1390
1390
|
} else {
|
|
1391
1391
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
1392
1392
|
var tmp0_safe_receiver = latestState instanceof CompletedExceptionally() ? latestState : null;
|
|
1393
|
-
tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
1393
|
+
tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.pw_1;
|
|
1394
1394
|
}
|
|
1395
1395
|
var rootCause = tmp_0;
|
|
1396
|
-
node.
|
|
1396
|
+
node.bz(rootCause);
|
|
1397
1397
|
var tmp_1;
|
|
1398
1398
|
if (addedBeforeCompletion) {
|
|
1399
1399
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
@@ -1418,56 +1418,56 @@ function JobSupport() {
|
|
|
1418
1418
|
var added = tmp$ret$2;
|
|
1419
1419
|
if (added)
|
|
1420
1420
|
return node;
|
|
1421
|
-
var tmp_2 = this.
|
|
1421
|
+
var tmp_2 = this.ex();
|
|
1422
1422
|
var tmp0_safe_receiver_0 = tmp_2 instanceof CompletedExceptionally() ? tmp_2 : null;
|
|
1423
|
-
node.
|
|
1423
|
+
node.bz(tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.pw_1);
|
|
1424
1424
|
return NonDisposableHandle_instance;
|
|
1425
1425
|
}
|
|
1426
|
-
|
|
1426
|
+
vw(exception) {
|
|
1427
1427
|
throw exception;
|
|
1428
1428
|
}
|
|
1429
|
-
|
|
1429
|
+
ey(cause) {
|
|
1430
1430
|
}
|
|
1431
|
-
|
|
1431
|
+
fy() {
|
|
1432
1432
|
return false;
|
|
1433
1433
|
}
|
|
1434
|
-
|
|
1434
|
+
gy() {
|
|
1435
1435
|
return true;
|
|
1436
1436
|
}
|
|
1437
|
-
|
|
1437
|
+
hy(exception) {
|
|
1438
1438
|
return false;
|
|
1439
1439
|
}
|
|
1440
|
-
|
|
1440
|
+
ow(state) {
|
|
1441
1441
|
}
|
|
1442
|
-
|
|
1442
|
+
uw(state) {
|
|
1443
1443
|
}
|
|
1444
1444
|
toString() {
|
|
1445
|
-
return this.
|
|
1445
|
+
return this.iy() + '@' + get_hexAddress(this);
|
|
1446
1446
|
}
|
|
1447
|
-
|
|
1448
|
-
return this.
|
|
1447
|
+
iy() {
|
|
1448
|
+
return this.ww() + '{' + stateString(this, this.ex()) + '}';
|
|
1449
1449
|
}
|
|
1450
|
-
|
|
1450
|
+
ww() {
|
|
1451
1451
|
return get_classSimpleName(this);
|
|
1452
1452
|
}
|
|
1453
|
-
|
|
1454
|
-
var state = this.
|
|
1453
|
+
jy() {
|
|
1454
|
+
var state = this.ex();
|
|
1455
1455
|
// Inline function 'kotlin.check' call
|
|
1456
1456
|
if (!!(!(state == null) ? isInterface(state, Incomplete()) : false)) {
|
|
1457
1457
|
var message = 'This job has not completed yet';
|
|
1458
1458
|
throw IllegalStateException().o(toString(message));
|
|
1459
1459
|
}
|
|
1460
1460
|
if (state instanceof CompletedExceptionally())
|
|
1461
|
-
throw state.
|
|
1461
|
+
throw state.pw_1;
|
|
1462
1462
|
return unboxState(state);
|
|
1463
1463
|
}
|
|
1464
|
-
|
|
1464
|
+
ky($completion) {
|
|
1465
1465
|
$l$loop: while (true) {
|
|
1466
|
-
var state = this.
|
|
1466
|
+
var state = this.ex();
|
|
1467
1467
|
if (!(!(state == null) ? isInterface(state, Incomplete()) : false)) {
|
|
1468
1468
|
if (state instanceof CompletedExceptionally()) {
|
|
1469
1469
|
// Inline function 'kotlinx.coroutines.internal.recoverAndThrow' call
|
|
1470
|
-
throw state.
|
|
1470
|
+
throw state.pw_1;
|
|
1471
1471
|
}
|
|
1472
1472
|
return unboxState(state);
|
|
1473
1473
|
}
|
|
@@ -1477,8 +1477,8 @@ function JobSupport() {
|
|
|
1477
1477
|
return awaitSuspend(this, $completion);
|
|
1478
1478
|
}
|
|
1479
1479
|
}
|
|
1480
|
-
protoOf($).
|
|
1481
|
-
protoOf($).
|
|
1480
|
+
protoOf($).ox = invokeOnCompletion$default;
|
|
1481
|
+
protoOf($).ux = cancel$default;
|
|
1482
1482
|
protoOf($).wo = plus;
|
|
1483
1483
|
protoOf($).rd = get;
|
|
1484
1484
|
protoOf($).vo = fold;
|
|
@@ -1489,9 +1489,9 @@ function JobSupport() {
|
|
|
1489
1489
|
return JobSupportClass;
|
|
1490
1490
|
}
|
|
1491
1491
|
function handlesExceptionF($this) {
|
|
1492
|
-
var tmp = $this.
|
|
1492
|
+
var tmp = $this.cx();
|
|
1493
1493
|
var tmp0_safe_receiver = tmp instanceof ChildHandleNode() ? tmp : null;
|
|
1494
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
1494
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.mz();
|
|
1495
1495
|
var tmp_0;
|
|
1496
1496
|
if (tmp1_elvis_lhs == null) {
|
|
1497
1497
|
return false;
|
|
@@ -1500,11 +1500,11 @@ function handlesExceptionF($this) {
|
|
|
1500
1500
|
}
|
|
1501
1501
|
var parentJob = tmp_0;
|
|
1502
1502
|
while (true) {
|
|
1503
|
-
if (parentJob.
|
|
1503
|
+
if (parentJob.gy())
|
|
1504
1504
|
return true;
|
|
1505
|
-
var tmp_1 = parentJob.
|
|
1505
|
+
var tmp_1 = parentJob.cx();
|
|
1506
1506
|
var tmp2_safe_receiver = tmp_1 instanceof ChildHandleNode() ? tmp_1 : null;
|
|
1507
|
-
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
1507
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.mz();
|
|
1508
1508
|
var tmp_2;
|
|
1509
1509
|
if (tmp3_elvis_lhs == null) {
|
|
1510
1510
|
return false;
|
|
@@ -1520,20 +1520,20 @@ function JobImpl() {
|
|
|
1520
1520
|
class $ extends JobSupport() {
|
|
1521
1521
|
constructor(parent) {
|
|
1522
1522
|
super(true);
|
|
1523
|
-
this.
|
|
1524
|
-
this.
|
|
1523
|
+
this.fw(parent);
|
|
1524
|
+
this.c17_1 = handlesExceptionF(this);
|
|
1525
1525
|
}
|
|
1526
|
-
|
|
1526
|
+
sx() {
|
|
1527
1527
|
return true;
|
|
1528
1528
|
}
|
|
1529
|
-
|
|
1530
|
-
return this.
|
|
1529
|
+
gy() {
|
|
1530
|
+
return this.c17_1;
|
|
1531
1531
|
}
|
|
1532
|
-
|
|
1533
|
-
return this.
|
|
1532
|
+
s13() {
|
|
1533
|
+
return this.by(Unit_instance);
|
|
1534
1534
|
}
|
|
1535
|
-
|
|
1536
|
-
return this.
|
|
1535
|
+
r13(exception) {
|
|
1536
|
+
return this.by(new (CompletedExceptionally())(exception));
|
|
1537
1537
|
}
|
|
1538
1538
|
}
|
|
1539
1539
|
initMetadataForClass($, 'JobImpl', VOID, VOID, [JobSupport(), CompletableJob()], [0]);
|
|
@@ -1546,16 +1546,16 @@ function Empty() {
|
|
|
1546
1546
|
if (EmptyClass === VOID) {
|
|
1547
1547
|
class $ {
|
|
1548
1548
|
constructor(isActive) {
|
|
1549
|
-
this.
|
|
1549
|
+
this.d16_1 = isActive;
|
|
1550
1550
|
}
|
|
1551
|
-
|
|
1552
|
-
return this.
|
|
1551
|
+
kw() {
|
|
1552
|
+
return this.d16_1;
|
|
1553
1553
|
}
|
|
1554
|
-
|
|
1554
|
+
nz() {
|
|
1555
1555
|
return null;
|
|
1556
1556
|
}
|
|
1557
1557
|
toString() {
|
|
1558
|
-
return 'Empty{' + (this.
|
|
1558
|
+
return 'Empty{' + (this.d16_1 ? 'Active' : 'New') + '}';
|
|
1559
1559
|
}
|
|
1560
1560
|
}
|
|
1561
1561
|
initMetadataForClass($, 'Empty', VOID, VOID, [Incomplete()]);
|
|
@@ -1576,13 +1576,13 @@ var NodeListClass;
|
|
|
1576
1576
|
function NodeList() {
|
|
1577
1577
|
if (NodeListClass === VOID) {
|
|
1578
1578
|
class $ extends LockFreeLinkedListHead() {
|
|
1579
|
-
|
|
1579
|
+
kw() {
|
|
1580
1580
|
return true;
|
|
1581
1581
|
}
|
|
1582
|
-
|
|
1582
|
+
nz() {
|
|
1583
1583
|
return this;
|
|
1584
1584
|
}
|
|
1585
|
-
|
|
1585
|
+
g17(state) {
|
|
1586
1586
|
// Inline function 'kotlin.text.buildString' call
|
|
1587
1587
|
// Inline function 'kotlin.apply' call
|
|
1588
1588
|
var this_0 = StringBuilder().m1();
|
|
@@ -1591,7 +1591,7 @@ function NodeList() {
|
|
|
1591
1591
|
this_0.n1('}[');
|
|
1592
1592
|
var first = true;
|
|
1593
1593
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListHead.forEach' call
|
|
1594
|
-
var cur = this.
|
|
1594
|
+
var cur = this.oz_1;
|
|
1595
1595
|
while (!equals(cur, this)) {
|
|
1596
1596
|
var node = cur;
|
|
1597
1597
|
if (node instanceof JobNode()) {
|
|
@@ -1601,13 +1601,13 @@ function NodeList() {
|
|
|
1601
1601
|
this_0.n1(', ');
|
|
1602
1602
|
this_0.t1(node);
|
|
1603
1603
|
}
|
|
1604
|
-
cur = cur.
|
|
1604
|
+
cur = cur.oz_1;
|
|
1605
1605
|
}
|
|
1606
1606
|
this_0.n1(']');
|
|
1607
1607
|
return this_0.toString();
|
|
1608
1608
|
}
|
|
1609
1609
|
toString() {
|
|
1610
|
-
return get_DEBUG() ? this.
|
|
1610
|
+
return get_DEBUG() ? this.g17('Active') : super.toString();
|
|
1611
1611
|
}
|
|
1612
1612
|
}
|
|
1613
1613
|
initMetadataForClass($, 'NodeList', NodeList, VOID, [LockFreeLinkedListHead(), Incomplete()]);
|
|
@@ -1620,7 +1620,7 @@ function IncompleteStateBox() {
|
|
|
1620
1620
|
if (IncompleteStateBoxClass === VOID) {
|
|
1621
1621
|
class $ {
|
|
1622
1622
|
constructor(state) {
|
|
1623
|
-
this.
|
|
1623
|
+
this.h15_1 = state;
|
|
1624
1624
|
}
|
|
1625
1625
|
}
|
|
1626
1626
|
initMetadataForClass($, 'IncompleteStateBox');
|
|
@@ -1643,16 +1643,16 @@ function InactiveNodeList() {
|
|
|
1643
1643
|
if (InactiveNodeListClass === VOID) {
|
|
1644
1644
|
class $ {
|
|
1645
1645
|
constructor(list) {
|
|
1646
|
-
this.
|
|
1646
|
+
this.c16_1 = list;
|
|
1647
1647
|
}
|
|
1648
|
-
|
|
1649
|
-
return this.
|
|
1648
|
+
nz() {
|
|
1649
|
+
return this.c16_1;
|
|
1650
1650
|
}
|
|
1651
|
-
|
|
1651
|
+
kw() {
|
|
1652
1652
|
return false;
|
|
1653
1653
|
}
|
|
1654
1654
|
toString() {
|
|
1655
|
-
return get_DEBUG() ? this.
|
|
1655
|
+
return get_DEBUG() ? this.c16_1.g17('New') : anyToString(this);
|
|
1656
1656
|
}
|
|
1657
1657
|
}
|
|
1658
1658
|
initMetadataForClass($, 'InactiveNodeList', VOID, VOID, [Incomplete()]);
|
|
@@ -1666,13 +1666,13 @@ function InvokeOnCompletion() {
|
|
|
1666
1666
|
class $ extends JobNode() {
|
|
1667
1667
|
constructor(handler) {
|
|
1668
1668
|
super();
|
|
1669
|
-
this.
|
|
1669
|
+
this.l17_1 = handler;
|
|
1670
1670
|
}
|
|
1671
|
-
|
|
1671
|
+
ez() {
|
|
1672
1672
|
return false;
|
|
1673
1673
|
}
|
|
1674
|
-
|
|
1675
|
-
return this.
|
|
1674
|
+
bz(cause) {
|
|
1675
|
+
return this.l17_1(cause);
|
|
1676
1676
|
}
|
|
1677
1677
|
}
|
|
1678
1678
|
initMetadataForClass($, 'InvokeOnCompletion');
|
|
@@ -1686,15 +1686,15 @@ function InvokeOnCancelling() {
|
|
|
1686
1686
|
class $ extends JobNode() {
|
|
1687
1687
|
constructor(handler) {
|
|
1688
1688
|
super();
|
|
1689
|
-
this.
|
|
1690
|
-
this.
|
|
1689
|
+
this.q17_1 = handler;
|
|
1690
|
+
this.r17_1 = atomic$boolean$1(false);
|
|
1691
1691
|
}
|
|
1692
|
-
|
|
1692
|
+
ez() {
|
|
1693
1693
|
return true;
|
|
1694
1694
|
}
|
|
1695
|
-
|
|
1696
|
-
if (this.
|
|
1697
|
-
this.
|
|
1695
|
+
bz(cause) {
|
|
1696
|
+
if (this.r17_1.atomicfu$compareAndSet(false, true))
|
|
1697
|
+
this.q17_1(cause);
|
|
1698
1698
|
}
|
|
1699
1699
|
}
|
|
1700
1700
|
initMetadataForClass($, 'InvokeOnCancelling');
|
|
@@ -1708,14 +1708,14 @@ function ResumeOnCompletion() {
|
|
|
1708
1708
|
class $ extends JobNode() {
|
|
1709
1709
|
constructor(continuation) {
|
|
1710
1710
|
super();
|
|
1711
|
-
this.
|
|
1711
|
+
this.w17_1 = continuation;
|
|
1712
1712
|
}
|
|
1713
|
-
|
|
1713
|
+
ez() {
|
|
1714
1714
|
return false;
|
|
1715
1715
|
}
|
|
1716
|
-
|
|
1716
|
+
bz(cause) {
|
|
1717
1717
|
// Inline function 'kotlin.coroutines.resume' call
|
|
1718
|
-
var this_0 = this.
|
|
1718
|
+
var this_0 = this.w17_1;
|
|
1719
1719
|
// Inline function 'kotlin.Companion.success' call
|
|
1720
1720
|
var tmp$ret$0 = _Result___init__impl__xyqfz8(Unit_instance);
|
|
1721
1721
|
this_0.dd(tmp$ret$0);
|
|
@@ -1733,19 +1733,19 @@ function ChildHandleNode() {
|
|
|
1733
1733
|
class $ extends JobNode() {
|
|
1734
1734
|
constructor(childJob) {
|
|
1735
1735
|
super();
|
|
1736
|
-
this.
|
|
1736
|
+
this.r15_1 = childJob;
|
|
1737
1737
|
}
|
|
1738
|
-
|
|
1739
|
-
return this.
|
|
1738
|
+
dx() {
|
|
1739
|
+
return this.mz();
|
|
1740
1740
|
}
|
|
1741
|
-
|
|
1741
|
+
ez() {
|
|
1742
1742
|
return true;
|
|
1743
1743
|
}
|
|
1744
|
-
|
|
1745
|
-
return this.
|
|
1744
|
+
bz(cause) {
|
|
1745
|
+
return this.r15_1.wx(this.mz());
|
|
1746
1746
|
}
|
|
1747
|
-
|
|
1748
|
-
return this.
|
|
1747
|
+
xx(cause) {
|
|
1748
|
+
return this.mz().xx(cause);
|
|
1749
1749
|
}
|
|
1750
1750
|
}
|
|
1751
1751
|
initMetadataForClass($, 'ChildHandleNode');
|
|
@@ -1759,23 +1759,23 @@ function ResumeAwaitOnCompletion() {
|
|
|
1759
1759
|
class $ extends JobNode() {
|
|
1760
1760
|
constructor(continuation) {
|
|
1761
1761
|
super();
|
|
1762
|
-
this.
|
|
1762
|
+
this.b18_1 = continuation;
|
|
1763
1763
|
}
|
|
1764
|
-
|
|
1764
|
+
ez() {
|
|
1765
1765
|
return false;
|
|
1766
1766
|
}
|
|
1767
|
-
|
|
1768
|
-
var state = this.
|
|
1767
|
+
bz(cause) {
|
|
1768
|
+
var state = this.mz().ex();
|
|
1769
1769
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
1770
1770
|
if (state instanceof CompletedExceptionally()) {
|
|
1771
|
-
var tmp0 = this.
|
|
1771
|
+
var tmp0 = this.b18_1;
|
|
1772
1772
|
// Inline function 'kotlin.coroutines.resumeWithException' call
|
|
1773
1773
|
// Inline function 'kotlin.Companion.failure' call
|
|
1774
|
-
var exception = state.
|
|
1774
|
+
var exception = state.pw_1;
|
|
1775
1775
|
var tmp$ret$1 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
1776
1776
|
tmp0.dd(tmp$ret$1);
|
|
1777
1777
|
} else {
|
|
1778
|
-
var tmp0_0 = this.
|
|
1778
|
+
var tmp0_0 = this.b18_1;
|
|
1779
1779
|
var tmp = unboxState(state);
|
|
1780
1780
|
// Inline function 'kotlin.coroutines.resume' call
|
|
1781
1781
|
// Inline function 'kotlin.Companion.success' call
|