@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
|
@@ -93,7 +93,7 @@ var imul = Math.imul;
|
|
|
93
93
|
//endregion
|
|
94
94
|
function unparsedPrimitive($this, literal, primitive, tag) {
|
|
95
95
|
var type = startsWith(primitive, 'i') ? 'an ' + primitive : 'a ' + primitive;
|
|
96
|
-
throw JsonDecodingException(-1, "Failed to parse literal '" + literal.toString() + "' as " + type + ' value at element: ' + $this.
|
|
96
|
+
throw JsonDecodingException(-1, "Failed to parse literal '" + literal.toString() + "' as " + type + ' value at element: ' + $this.c45(tag), toString($this.d45()));
|
|
97
97
|
}
|
|
98
98
|
var AbstractJsonTreeDecoderClass;
|
|
99
99
|
function AbstractJsonTreeDecoder() {
|
|
@@ -102,39 +102,39 @@ function AbstractJsonTreeDecoder() {
|
|
|
102
102
|
constructor(json, value, polymorphicDiscriminator) {
|
|
103
103
|
polymorphicDiscriminator = polymorphicDiscriminator === VOID ? null : polymorphicDiscriminator;
|
|
104
104
|
super();
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
105
|
+
this.y44_1 = json;
|
|
106
|
+
this.z44_1 = value;
|
|
107
|
+
this.a45_1 = polymorphicDiscriminator;
|
|
108
|
+
this.b45_1 = this.b3z().z3w_1;
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
return this.
|
|
110
|
+
b3z() {
|
|
111
|
+
return this.y44_1;
|
|
112
112
|
}
|
|
113
113
|
g3() {
|
|
114
|
-
return this.
|
|
114
|
+
return this.z44_1;
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
return this.
|
|
116
|
+
z20() {
|
|
117
|
+
return this.b3z().z20();
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
var tmp0_safe_receiver = this.
|
|
119
|
+
d45() {
|
|
120
|
+
var tmp0_safe_receiver = this.u2e();
|
|
121
121
|
var tmp;
|
|
122
122
|
if (tmp0_safe_receiver == null) {
|
|
123
123
|
tmp = null;
|
|
124
124
|
} else {
|
|
125
125
|
// Inline function 'kotlin.let' call
|
|
126
|
-
tmp = this.
|
|
126
|
+
tmp = this.e45(tmp0_safe_receiver);
|
|
127
127
|
}
|
|
128
128
|
var tmp1_elvis_lhs = tmp;
|
|
129
129
|
return tmp1_elvis_lhs == null ? this.g3() : tmp1_elvis_lhs;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return this.
|
|
131
|
+
c45(currentTag) {
|
|
132
|
+
return this.w2e() + ('.' + currentTag);
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
return this.
|
|
134
|
+
c3z() {
|
|
135
|
+
return this.d45();
|
|
136
136
|
}
|
|
137
|
-
|
|
137
|
+
j20(deserializer) {
|
|
138
138
|
var tmp$ret$0;
|
|
139
139
|
$l$block: {
|
|
140
140
|
// Inline function 'kotlinx.serialization.json.internal.decodeSerializableValuePolymorphic' call
|
|
@@ -142,20 +142,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
142
142
|
if (!(deserializer instanceof AbstractPolymorphicSerializer())) {
|
|
143
143
|
tmp = true;
|
|
144
144
|
} else {
|
|
145
|
-
tmp = this.
|
|
145
|
+
tmp = this.b3z().z3w_1.s3y_1;
|
|
146
146
|
}
|
|
147
147
|
if (tmp) {
|
|
148
|
-
tmp$ret$0 = deserializer.
|
|
148
|
+
tmp$ret$0 = deserializer.m1w(this);
|
|
149
149
|
break $l$block;
|
|
150
150
|
}
|
|
151
|
-
var discriminator = classDiscriminator(deserializer.
|
|
152
|
-
var tmp0 = this.
|
|
151
|
+
var discriminator = classDiscriminator(deserializer.k1w(), this.b3z());
|
|
152
|
+
var tmp0 = this.c3z();
|
|
153
153
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
154
|
-
var serialName = deserializer.
|
|
154
|
+
var serialName = deserializer.k1w().q1y();
|
|
155
155
|
if (!(tmp0 instanceof JsonObject())) {
|
|
156
156
|
var tmp_0 = getKClass(JsonObject()).k1();
|
|
157
157
|
var tmp_1 = getKClassFromExpression(tmp0).k1();
|
|
158
|
-
var tmp$ret$1 = this.
|
|
158
|
+
var tmp$ret$1 = this.w2e();
|
|
159
159
|
throw JsonDecodingException(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$1, toString(tmp0));
|
|
160
160
|
}
|
|
161
161
|
var jsonTree = tmp0;
|
|
@@ -176,16 +176,16 @@ function AbstractJsonTreeDecoder() {
|
|
|
176
176
|
}
|
|
177
177
|
var tmp_4 = tmp_2;
|
|
178
178
|
var actualSerializer = isInterface(tmp_4, DeserializationStrategy()) ? tmp_4 : THROW_CCE();
|
|
179
|
-
tmp$ret$0 = readPolymorphicJson(this.
|
|
179
|
+
tmp$ret$0 = readPolymorphicJson(this.b3z(), discriminator, jsonTree, actualSerializer);
|
|
180
180
|
}
|
|
181
181
|
return tmp$ret$0;
|
|
182
182
|
}
|
|
183
|
-
|
|
183
|
+
v2e(parentName, childName) {
|
|
184
184
|
return childName;
|
|
185
185
|
}
|
|
186
|
-
|
|
187
|
-
var currentObject = this.
|
|
188
|
-
var tmp0_subject = descriptor.
|
|
186
|
+
k20(descriptor) {
|
|
187
|
+
var currentObject = this.d45();
|
|
188
|
+
var tmp0_subject = descriptor.r1y();
|
|
189
189
|
var tmp;
|
|
190
190
|
var tmp_0;
|
|
191
191
|
if (equals(tmp0_subject, LIST_getInstance())) {
|
|
@@ -194,23 +194,23 @@ function AbstractJsonTreeDecoder() {
|
|
|
194
194
|
tmp_0 = tmp0_subject instanceof PolymorphicKind();
|
|
195
195
|
}
|
|
196
196
|
if (tmp_0) {
|
|
197
|
-
var tmp_1 = this.
|
|
197
|
+
var tmp_1 = this.b3z();
|
|
198
198
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
199
199
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
200
|
-
var serialName = descriptor.
|
|
200
|
+
var serialName = descriptor.q1y();
|
|
201
201
|
if (!(currentObject instanceof JsonArray())) {
|
|
202
202
|
var tmp_2 = getKClass(JsonArray()).k1();
|
|
203
203
|
var tmp_3 = getKClassFromExpression(currentObject).k1();
|
|
204
|
-
var tmp$ret$0 = this.
|
|
204
|
+
var tmp$ret$0 = this.w2e();
|
|
205
205
|
throw JsonDecodingException(-1, 'Expected ' + tmp_2 + ', but had ' + tmp_3 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(currentObject));
|
|
206
206
|
}
|
|
207
207
|
tmp = new (JsonTreeListDecoder())(tmp_1, currentObject);
|
|
208
208
|
} else {
|
|
209
209
|
if (equals(tmp0_subject, MAP_getInstance())) {
|
|
210
210
|
// Inline function 'kotlinx.serialization.json.internal.selectMapMode' call
|
|
211
|
-
var this_0 = this.
|
|
212
|
-
var keyDescriptor = carrierDescriptor(descriptor.
|
|
213
|
-
var keyKind = keyDescriptor.
|
|
211
|
+
var this_0 = this.b3z();
|
|
212
|
+
var keyDescriptor = carrierDescriptor(descriptor.y1y(0), this_0.z20());
|
|
213
|
+
var keyKind = keyDescriptor.r1y();
|
|
214
214
|
var tmp_4;
|
|
215
215
|
var tmp_5;
|
|
216
216
|
if (keyKind instanceof PrimitiveKind()) {
|
|
@@ -219,27 +219,27 @@ function AbstractJsonTreeDecoder() {
|
|
|
219
219
|
tmp_5 = equals(keyKind, ENUM_getInstance());
|
|
220
220
|
}
|
|
221
221
|
if (tmp_5) {
|
|
222
|
-
var tmp_6 = this.
|
|
222
|
+
var tmp_6 = this.b3z();
|
|
223
223
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
224
224
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
225
|
-
var serialName_0 = descriptor.
|
|
225
|
+
var serialName_0 = descriptor.q1y();
|
|
226
226
|
if (!(currentObject instanceof JsonObject())) {
|
|
227
227
|
var tmp_7 = getKClass(JsonObject()).k1();
|
|
228
228
|
var tmp_8 = getKClassFromExpression(currentObject).k1();
|
|
229
|
-
var tmp$ret$3 = this.
|
|
229
|
+
var tmp$ret$3 = this.w2e();
|
|
230
230
|
throw JsonDecodingException(-1, 'Expected ' + tmp_7 + ', but had ' + tmp_8 + ' as the serialized body of ' + serialName_0 + ' at element: ' + tmp$ret$3, toString(currentObject));
|
|
231
231
|
}
|
|
232
232
|
tmp_4 = new (JsonTreeMapDecoder())(tmp_6, currentObject);
|
|
233
233
|
} else {
|
|
234
|
-
if (this_0.
|
|
235
|
-
var tmp_9 = this.
|
|
234
|
+
if (this_0.z3w_1.n3y_1) {
|
|
235
|
+
var tmp_9 = this.b3z();
|
|
236
236
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
237
237
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
238
|
-
var serialName_1 = descriptor.
|
|
238
|
+
var serialName_1 = descriptor.q1y();
|
|
239
239
|
if (!(currentObject instanceof JsonArray())) {
|
|
240
240
|
var tmp_10 = getKClass(JsonArray()).k1();
|
|
241
241
|
var tmp_11 = getKClassFromExpression(currentObject).k1();
|
|
242
|
-
var tmp$ret$7 = this.
|
|
242
|
+
var tmp$ret$7 = this.w2e();
|
|
243
243
|
throw JsonDecodingException(-1, 'Expected ' + tmp_10 + ', but had ' + tmp_11 + ' as the serialized body of ' + serialName_1 + ' at element: ' + tmp$ret$7, toString(currentObject));
|
|
244
244
|
}
|
|
245
245
|
tmp_4 = new (JsonTreeListDecoder())(tmp_9, currentObject);
|
|
@@ -249,62 +249,62 @@ function AbstractJsonTreeDecoder() {
|
|
|
249
249
|
}
|
|
250
250
|
tmp = tmp_4;
|
|
251
251
|
} else {
|
|
252
|
-
var tmp_12 = this.
|
|
252
|
+
var tmp_12 = this.b3z();
|
|
253
253
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
254
254
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
255
|
-
var serialName_2 = descriptor.
|
|
255
|
+
var serialName_2 = descriptor.q1y();
|
|
256
256
|
if (!(currentObject instanceof JsonObject())) {
|
|
257
257
|
var tmp_13 = getKClass(JsonObject()).k1();
|
|
258
258
|
var tmp_14 = getKClassFromExpression(currentObject).k1();
|
|
259
|
-
var tmp$ret$12 = this.
|
|
259
|
+
var tmp$ret$12 = this.w2e();
|
|
260
260
|
throw JsonDecodingException(-1, 'Expected ' + tmp_13 + ', but had ' + tmp_14 + ' as the serialized body of ' + serialName_2 + ' at element: ' + tmp$ret$12, toString(currentObject));
|
|
261
261
|
}
|
|
262
|
-
tmp = new (JsonTreeDecoder())(tmp_12, currentObject, this.
|
|
262
|
+
tmp = new (JsonTreeDecoder())(tmp_12, currentObject, this.a45_1);
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
return tmp;
|
|
266
266
|
}
|
|
267
|
-
|
|
267
|
+
l20(descriptor) {
|
|
268
268
|
}
|
|
269
|
-
|
|
270
|
-
var tmp = this.
|
|
269
|
+
v1z() {
|
|
270
|
+
var tmp = this.d45();
|
|
271
271
|
return !(tmp instanceof JsonNull());
|
|
272
272
|
}
|
|
273
|
-
|
|
274
|
-
var tmp = this.
|
|
273
|
+
f45(tag, enumDescriptor) {
|
|
274
|
+
var tmp = this.b3z();
|
|
275
275
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
276
|
-
var tmp2 = this.
|
|
276
|
+
var tmp2 = this.e45(tag);
|
|
277
277
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
278
278
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
279
|
-
var serialName = enumDescriptor.
|
|
279
|
+
var serialName = enumDescriptor.q1y();
|
|
280
280
|
if (!(tmp2 instanceof JsonPrimitive())) {
|
|
281
281
|
var tmp_0 = getKClass(JsonPrimitive()).k1();
|
|
282
282
|
var tmp_1 = getKClassFromExpression(tmp2).k1();
|
|
283
|
-
var tmp$ret$0 = this.
|
|
283
|
+
var tmp$ret$0 = this.c45(tag);
|
|
284
284
|
throw JsonDecodingException(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp2));
|
|
285
285
|
}
|
|
286
|
-
return getJsonNameIndexOrThrow(enumDescriptor, tmp, tmp2.
|
|
286
|
+
return getJsonNameIndexOrThrow(enumDescriptor, tmp, tmp2.w3d());
|
|
287
287
|
}
|
|
288
|
-
|
|
289
|
-
return this.
|
|
288
|
+
i2f(tag, enumDescriptor) {
|
|
289
|
+
return this.f45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE(), enumDescriptor);
|
|
290
290
|
}
|
|
291
|
-
|
|
292
|
-
return !(this.
|
|
291
|
+
g45(tag) {
|
|
292
|
+
return !(this.e45(tag) === JsonNull_getInstance());
|
|
293
293
|
}
|
|
294
|
-
|
|
295
|
-
return this.
|
|
294
|
+
y2e(tag) {
|
|
295
|
+
return this.g45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
296
296
|
}
|
|
297
|
-
|
|
297
|
+
h45(tag) {
|
|
298
298
|
var tmp$ret$4;
|
|
299
299
|
$l$block: {
|
|
300
300
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
301
301
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
302
302
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
303
|
-
var value = this.
|
|
303
|
+
var value = this.e45(tag);
|
|
304
304
|
if (!(value instanceof JsonPrimitive())) {
|
|
305
305
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
306
306
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
307
|
-
var tmp$ret$0 = this.
|
|
307
|
+
var tmp$ret$0 = this.c45(tag);
|
|
308
308
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'boolean' + ' at element: ' + tmp$ret$0, toString(value));
|
|
309
309
|
}
|
|
310
310
|
var literal = value;
|
|
@@ -329,20 +329,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
329
329
|
}
|
|
330
330
|
return tmp$ret$4;
|
|
331
331
|
}
|
|
332
|
-
|
|
333
|
-
return this.
|
|
332
|
+
z2e(tag) {
|
|
333
|
+
return this.h45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
334
334
|
}
|
|
335
|
-
|
|
335
|
+
i45(tag) {
|
|
336
336
|
var tmp$ret$5;
|
|
337
337
|
$l$block: {
|
|
338
338
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
339
339
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
340
340
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
341
|
-
var value = this.
|
|
341
|
+
var value = this.e45(tag);
|
|
342
342
|
if (!(value instanceof JsonPrimitive())) {
|
|
343
343
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
344
344
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
345
|
-
var tmp$ret$0 = this.
|
|
345
|
+
var tmp$ret$0 = this.c45(tag);
|
|
346
346
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'byte' + ' at element: ' + tmp$ret$0, toString(value));
|
|
347
347
|
}
|
|
348
348
|
var literal = value;
|
|
@@ -376,20 +376,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
376
376
|
}
|
|
377
377
|
return tmp$ret$5;
|
|
378
378
|
}
|
|
379
|
-
|
|
380
|
-
return this.
|
|
379
|
+
a2f(tag) {
|
|
380
|
+
return this.i45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
381
381
|
}
|
|
382
|
-
|
|
382
|
+
j45(tag) {
|
|
383
383
|
var tmp$ret$5;
|
|
384
384
|
$l$block: {
|
|
385
385
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
386
386
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
387
387
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
388
|
-
var value = this.
|
|
388
|
+
var value = this.e45(tag);
|
|
389
389
|
if (!(value instanceof JsonPrimitive())) {
|
|
390
390
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
391
391
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
392
|
-
var tmp$ret$0 = this.
|
|
392
|
+
var tmp$ret$0 = this.c45(tag);
|
|
393
393
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'short' + ' at element: ' + tmp$ret$0, toString(value));
|
|
394
394
|
}
|
|
395
395
|
var literal = value;
|
|
@@ -423,20 +423,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
423
423
|
}
|
|
424
424
|
return tmp$ret$5;
|
|
425
425
|
}
|
|
426
|
-
|
|
427
|
-
return this.
|
|
426
|
+
b2f(tag) {
|
|
427
|
+
return this.j45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
428
428
|
}
|
|
429
|
-
|
|
429
|
+
k45(tag) {
|
|
430
430
|
var tmp$ret$5;
|
|
431
431
|
$l$block: {
|
|
432
432
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
433
433
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
434
434
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
435
|
-
var value = this.
|
|
435
|
+
var value = this.e45(tag);
|
|
436
436
|
if (!(value instanceof JsonPrimitive())) {
|
|
437
437
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
438
438
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
439
|
-
var tmp$ret$0 = this.
|
|
439
|
+
var tmp$ret$0 = this.c45(tag);
|
|
440
440
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'int' + ' at element: ' + tmp$ret$0, toString(value));
|
|
441
441
|
}
|
|
442
442
|
var literal = value;
|
|
@@ -470,20 +470,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
470
470
|
}
|
|
471
471
|
return tmp$ret$5;
|
|
472
472
|
}
|
|
473
|
-
|
|
474
|
-
return this.
|
|
473
|
+
c2f(tag) {
|
|
474
|
+
return this.k45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
475
475
|
}
|
|
476
|
-
|
|
476
|
+
l45(tag) {
|
|
477
477
|
var tmp$ret$4;
|
|
478
478
|
$l$block: {
|
|
479
479
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
480
480
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
481
481
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
482
|
-
var value = this.
|
|
482
|
+
var value = this.e45(tag);
|
|
483
483
|
if (!(value instanceof JsonPrimitive())) {
|
|
484
484
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
485
485
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
486
|
-
var tmp$ret$0 = this.
|
|
486
|
+
var tmp$ret$0 = this.c45(tag);
|
|
487
487
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'long' + ' at element: ' + tmp$ret$0, toString(value));
|
|
488
488
|
}
|
|
489
489
|
var literal = value;
|
|
@@ -508,20 +508,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
508
508
|
}
|
|
509
509
|
return tmp$ret$4;
|
|
510
510
|
}
|
|
511
|
-
|
|
512
|
-
return this.
|
|
511
|
+
d2f(tag) {
|
|
512
|
+
return this.l45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
513
513
|
}
|
|
514
|
-
|
|
514
|
+
m45(tag) {
|
|
515
515
|
var tmp$ret$4;
|
|
516
516
|
$l$block: {
|
|
517
517
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
518
518
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
519
519
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
520
|
-
var value = this.
|
|
520
|
+
var value = this.e45(tag);
|
|
521
521
|
if (!(value instanceof JsonPrimitive())) {
|
|
522
522
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
523
523
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
524
|
-
var tmp$ret$0 = this.
|
|
524
|
+
var tmp$ret$0 = this.c45(tag);
|
|
525
525
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'float' + ' at element: ' + tmp$ret$0, toString(value));
|
|
526
526
|
}
|
|
527
527
|
var literal = value;
|
|
@@ -545,25 +545,25 @@ function AbstractJsonTreeDecoder() {
|
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
var result = tmp$ret$4;
|
|
548
|
-
var specialFp = this.
|
|
548
|
+
var specialFp = this.b3z().z3w_1.u3y_1;
|
|
549
549
|
if (specialFp || isFinite(result))
|
|
550
550
|
return result;
|
|
551
|
-
throw InvalidFloatingPointDecoded(result, tag, toString(this.
|
|
551
|
+
throw InvalidFloatingPointDecoded(result, tag, toString(this.d45()));
|
|
552
552
|
}
|
|
553
|
-
|
|
554
|
-
return this.
|
|
553
|
+
e2f(tag) {
|
|
554
|
+
return this.m45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
555
555
|
}
|
|
556
|
-
|
|
556
|
+
n45(tag) {
|
|
557
557
|
var tmp$ret$4;
|
|
558
558
|
$l$block: {
|
|
559
559
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
560
560
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
561
561
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
562
|
-
var value = this.
|
|
562
|
+
var value = this.e45(tag);
|
|
563
563
|
if (!(value instanceof JsonPrimitive())) {
|
|
564
564
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
565
565
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
566
|
-
var tmp$ret$0 = this.
|
|
566
|
+
var tmp$ret$0 = this.c45(tag);
|
|
567
567
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'double' + ' at element: ' + tmp$ret$0, toString(value));
|
|
568
568
|
}
|
|
569
569
|
var literal = value;
|
|
@@ -587,30 +587,30 @@ function AbstractJsonTreeDecoder() {
|
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
589
|
var result = tmp$ret$4;
|
|
590
|
-
var specialFp = this.
|
|
590
|
+
var specialFp = this.b3z().z3w_1.u3y_1;
|
|
591
591
|
if (specialFp || isFinite_0(result))
|
|
592
592
|
return result;
|
|
593
|
-
throw InvalidFloatingPointDecoded(result, tag, toString(this.
|
|
593
|
+
throw InvalidFloatingPointDecoded(result, tag, toString(this.d45()));
|
|
594
594
|
}
|
|
595
|
-
|
|
596
|
-
return this.
|
|
595
|
+
f2f(tag) {
|
|
596
|
+
return this.n45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
597
597
|
}
|
|
598
|
-
|
|
598
|
+
o45(tag) {
|
|
599
599
|
var tmp$ret$4;
|
|
600
600
|
$l$block: {
|
|
601
601
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
602
602
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
603
603
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
604
|
-
var value = this.
|
|
604
|
+
var value = this.e45(tag);
|
|
605
605
|
if (!(value instanceof JsonPrimitive())) {
|
|
606
606
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
607
607
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
608
|
-
var tmp$ret$0 = this.
|
|
608
|
+
var tmp$ret$0 = this.c45(tag);
|
|
609
609
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'char' + ' at element: ' + tmp$ret$0, toString(value));
|
|
610
610
|
}
|
|
611
611
|
var literal = value;
|
|
612
612
|
try {
|
|
613
|
-
var tmp0_elvis_lhs = new (Char())(single(literal.
|
|
613
|
+
var tmp0_elvis_lhs = new (Char())(single(literal.w3d()));
|
|
614
614
|
var tmp_1;
|
|
615
615
|
if (tmp0_elvis_lhs == null) {
|
|
616
616
|
unparsedPrimitive(this, literal, 'char', tag);
|
|
@@ -630,57 +630,57 @@ function AbstractJsonTreeDecoder() {
|
|
|
630
630
|
}
|
|
631
631
|
return tmp$ret$4;
|
|
632
632
|
}
|
|
633
|
-
|
|
634
|
-
return this.
|
|
633
|
+
g2f(tag) {
|
|
634
|
+
return this.o45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
635
635
|
}
|
|
636
|
-
|
|
636
|
+
p45(tag) {
|
|
637
637
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
638
638
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
639
|
-
var value = this.
|
|
639
|
+
var value = this.e45(tag);
|
|
640
640
|
if (!(value instanceof JsonPrimitive())) {
|
|
641
641
|
var tmp = getKClass(JsonPrimitive()).k1();
|
|
642
642
|
var tmp_0 = getKClassFromExpression(value).k1();
|
|
643
|
-
var tmp$ret$0 = this.
|
|
643
|
+
var tmp$ret$0 = this.c45(tag);
|
|
644
644
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'string' + ' at element: ' + tmp$ret$0, toString(value));
|
|
645
645
|
}
|
|
646
646
|
var value_0 = value;
|
|
647
647
|
if (!(value_0 instanceof JsonLiteral()))
|
|
648
|
-
throw JsonDecodingException(-1, "Expected string value for a non-null key '" + tag + "', got null literal instead at element: " + this.
|
|
649
|
-
if (!value_0.
|
|
650
|
-
throw JsonDecodingException(-1, "String literal for key '" + tag + "' should be quoted at element: " + this.
|
|
648
|
+
throw JsonDecodingException(-1, "Expected string value for a non-null key '" + tag + "', got null literal instead at element: " + this.c45(tag), toString(this.d45()));
|
|
649
|
+
if (!value_0.k3z_1 && !this.b3z().z3w_1.m3y_1) {
|
|
650
|
+
throw JsonDecodingException(-1, "String literal for key '" + tag + "' should be quoted at element: " + this.c45(tag) + ".\nUse 'isLenient = true' in 'Json {}' builder to accept non-compliant JSON.", toString(this.d45()));
|
|
651
651
|
}
|
|
652
|
-
return value_0.
|
|
652
|
+
return value_0.m3z_1;
|
|
653
653
|
}
|
|
654
|
-
|
|
655
|
-
return this.
|
|
654
|
+
h2f(tag) {
|
|
655
|
+
return this.p45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
656
656
|
}
|
|
657
|
-
|
|
657
|
+
q45(tag, inlineDescriptor) {
|
|
658
658
|
var tmp;
|
|
659
659
|
if (get_isUnsignedNumber(inlineDescriptor)) {
|
|
660
|
-
var tmp_0 = this.
|
|
660
|
+
var tmp_0 = this.b3z();
|
|
661
661
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
662
|
-
var tmp2 = this.
|
|
662
|
+
var tmp2 = this.e45(tag);
|
|
663
663
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
664
664
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
665
|
-
var serialName = inlineDescriptor.
|
|
665
|
+
var serialName = inlineDescriptor.q1y();
|
|
666
666
|
if (!(tmp2 instanceof JsonPrimitive())) {
|
|
667
667
|
var tmp_1 = getKClass(JsonPrimitive()).k1();
|
|
668
668
|
var tmp_2 = getKClassFromExpression(tmp2).k1();
|
|
669
|
-
var tmp$ret$0 = this.
|
|
669
|
+
var tmp$ret$0 = this.c45(tag);
|
|
670
670
|
throw JsonDecodingException(-1, 'Expected ' + tmp_1 + ', but had ' + tmp_2 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp2));
|
|
671
671
|
}
|
|
672
|
-
var lexer = StringJsonLexer(tmp_0, tmp2.
|
|
673
|
-
tmp = new (JsonDecoderForUnsignedTypes())(lexer, this.
|
|
672
|
+
var lexer = StringJsonLexer(tmp_0, tmp2.w3d());
|
|
673
|
+
tmp = new (JsonDecoderForUnsignedTypes())(lexer, this.b3z());
|
|
674
674
|
} else {
|
|
675
|
-
tmp = super.
|
|
675
|
+
tmp = super.j2f(tag, inlineDescriptor);
|
|
676
676
|
}
|
|
677
677
|
return tmp;
|
|
678
678
|
}
|
|
679
|
-
|
|
680
|
-
return this.
|
|
679
|
+
j2f(tag, inlineDescriptor) {
|
|
680
|
+
return this.q45((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE(), inlineDescriptor);
|
|
681
681
|
}
|
|
682
|
-
|
|
683
|
-
return !(this.
|
|
682
|
+
h20(descriptor) {
|
|
683
|
+
return !(this.u2e() == null) ? super.h20(descriptor) : (new (JsonPrimitiveDecoder())(this.b3z(), this.g3(), this.a45_1)).h20(descriptor);
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
686
|
initMetadataForClass($, 'AbstractJsonTreeDecoder', VOID, VOID, [NamedValueDecoder(), JsonDecoder()]);
|
|
@@ -689,8 +689,8 @@ function AbstractJsonTreeDecoder() {
|
|
|
689
689
|
return AbstractJsonTreeDecoderClass;
|
|
690
690
|
}
|
|
691
691
|
function setForceNull($this, descriptor, index) {
|
|
692
|
-
$this.
|
|
693
|
-
return $this.
|
|
692
|
+
$this.a46_1 = (!$this.b3z().z3w_1.p3y_1 && !descriptor.z1y(index) && descriptor.y1y(index).j1y());
|
|
693
|
+
return $this.a46_1;
|
|
694
694
|
}
|
|
695
695
|
var JsonTreeDecoderClass;
|
|
696
696
|
function JsonTreeDecoder() {
|
|
@@ -700,21 +700,21 @@ function JsonTreeDecoder() {
|
|
|
700
700
|
polymorphicDiscriminator = polymorphicDiscriminator === VOID ? null : polymorphicDiscriminator;
|
|
701
701
|
polyDescriptor = polyDescriptor === VOID ? null : polyDescriptor;
|
|
702
702
|
super(json, value, polymorphicDiscriminator);
|
|
703
|
-
this.
|
|
704
|
-
this.
|
|
705
|
-
this.
|
|
706
|
-
this.
|
|
703
|
+
this.x45_1 = value;
|
|
704
|
+
this.y45_1 = polyDescriptor;
|
|
705
|
+
this.z45_1 = 0;
|
|
706
|
+
this.a46_1 = false;
|
|
707
707
|
}
|
|
708
708
|
g3() {
|
|
709
|
-
return this.
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
$l$loop: while (this.
|
|
713
|
-
var _unary__edvuaz = this.
|
|
714
|
-
this.
|
|
715
|
-
var name = this.
|
|
716
|
-
var index = this.
|
|
717
|
-
this.
|
|
709
|
+
return this.x45_1;
|
|
710
|
+
}
|
|
711
|
+
b21(descriptor) {
|
|
712
|
+
$l$loop: while (this.z45_1 < descriptor.t1y()) {
|
|
713
|
+
var _unary__edvuaz = this.z45_1;
|
|
714
|
+
this.z45_1 = _unary__edvuaz + 1 | 0;
|
|
715
|
+
var name = this.p2e(descriptor, _unary__edvuaz);
|
|
716
|
+
var index = this.z45_1 - 1 | 0;
|
|
717
|
+
this.a46_1 = false;
|
|
718
718
|
var tmp;
|
|
719
719
|
// Inline function 'kotlin.collections.contains' call
|
|
720
720
|
// Inline function 'kotlin.collections.containsKey' call
|
|
@@ -725,17 +725,17 @@ function JsonTreeDecoder() {
|
|
|
725
725
|
tmp = setForceNull(this, descriptor, index);
|
|
726
726
|
}
|
|
727
727
|
if (tmp) {
|
|
728
|
-
if (!this.
|
|
728
|
+
if (!this.b45_1.r3y_1)
|
|
729
729
|
return index;
|
|
730
|
-
var tmp0 = this.
|
|
730
|
+
var tmp0 = this.b3z();
|
|
731
731
|
var tmp$ret$3;
|
|
732
732
|
$l$block_2: {
|
|
733
733
|
// Inline function 'kotlinx.serialization.json.internal.tryCoerceValue' call
|
|
734
|
-
var isOptional = descriptor.
|
|
735
|
-
var elementDescriptor = descriptor.
|
|
734
|
+
var isOptional = descriptor.z1y(index);
|
|
735
|
+
var elementDescriptor = descriptor.y1y(index);
|
|
736
736
|
var tmp_0;
|
|
737
|
-
if (isOptional && !elementDescriptor.
|
|
738
|
-
var tmp_1 = this.
|
|
737
|
+
if (isOptional && !elementDescriptor.j1y()) {
|
|
738
|
+
var tmp_1 = this.b46(name);
|
|
739
739
|
tmp_0 = tmp_1 instanceof JsonNull();
|
|
740
740
|
} else {
|
|
741
741
|
tmp_0 = false;
|
|
@@ -744,10 +744,10 @@ function JsonTreeDecoder() {
|
|
|
744
744
|
tmp$ret$3 = true;
|
|
745
745
|
break $l$block_2;
|
|
746
746
|
}
|
|
747
|
-
if (equals(elementDescriptor.
|
|
747
|
+
if (equals(elementDescriptor.r1y(), ENUM_getInstance())) {
|
|
748
748
|
var tmp_2;
|
|
749
|
-
if (elementDescriptor.
|
|
750
|
-
var tmp_3 = this.
|
|
749
|
+
if (elementDescriptor.j1y()) {
|
|
750
|
+
var tmp_3 = this.b46(name);
|
|
751
751
|
tmp_2 = tmp_3 instanceof JsonNull();
|
|
752
752
|
} else {
|
|
753
753
|
tmp_2 = false;
|
|
@@ -756,7 +756,7 @@ function JsonTreeDecoder() {
|
|
|
756
756
|
tmp$ret$3 = false;
|
|
757
757
|
break $l$block_2;
|
|
758
758
|
}
|
|
759
|
-
var tmp_4 = this.
|
|
759
|
+
var tmp_4 = this.b46(name);
|
|
760
760
|
var tmp0_safe_receiver = tmp_4 instanceof JsonPrimitive() ? tmp_4 : null;
|
|
761
761
|
var tmp0_elvis_lhs = tmp0_safe_receiver == null ? null : get_contentOrNull(tmp0_safe_receiver);
|
|
762
762
|
var tmp_5;
|
|
@@ -768,7 +768,7 @@ function JsonTreeDecoder() {
|
|
|
768
768
|
}
|
|
769
769
|
var enumValue = tmp_5;
|
|
770
770
|
var enumIndex = getJsonNameIndex(elementDescriptor, tmp0, enumValue);
|
|
771
|
-
var coerceToNull = !tmp0.
|
|
771
|
+
var coerceToNull = !tmp0.z3w_1.p3y_1 && elementDescriptor.j1y();
|
|
772
772
|
if (enumIndex === -3 && (isOptional || coerceToNull)) {
|
|
773
773
|
if (setForceNull(this, descriptor, index))
|
|
774
774
|
return index;
|
|
@@ -785,19 +785,19 @@ function JsonTreeDecoder() {
|
|
|
785
785
|
}
|
|
786
786
|
return -1;
|
|
787
787
|
}
|
|
788
|
-
|
|
789
|
-
return !this.
|
|
788
|
+
v1z() {
|
|
789
|
+
return !this.a46_1 && super.v1z();
|
|
790
790
|
}
|
|
791
|
-
|
|
792
|
-
var strategy = namingStrategy(descriptor, this.
|
|
793
|
-
var baseName = descriptor.
|
|
791
|
+
q2e(descriptor, index) {
|
|
792
|
+
var strategy = namingStrategy(descriptor, this.b3z());
|
|
793
|
+
var baseName = descriptor.v1y(index);
|
|
794
794
|
if (strategy == null) {
|
|
795
|
-
if (!this.
|
|
795
|
+
if (!this.b45_1.v3y_1)
|
|
796
796
|
return baseName;
|
|
797
797
|
if (this.g3().p4().o3(baseName))
|
|
798
798
|
return baseName;
|
|
799
799
|
}
|
|
800
|
-
var deserializationNamesMap_0 = deserializationNamesMap(this.
|
|
800
|
+
var deserializationNamesMap_0 = deserializationNamesMap(this.b3z(), descriptor);
|
|
801
801
|
// Inline function 'kotlin.collections.find' call
|
|
802
802
|
var tmp0 = this.g3().p4();
|
|
803
803
|
var tmp$ret$1;
|
|
@@ -820,51 +820,51 @@ function JsonTreeDecoder() {
|
|
|
820
820
|
// Inline function 'kotlin.let' call
|
|
821
821
|
return tmp0_safe_receiver;
|
|
822
822
|
}
|
|
823
|
-
var fallbackName = strategy == null ? null : strategy.
|
|
823
|
+
var fallbackName = strategy == null ? null : strategy.p42(descriptor, index, baseName);
|
|
824
824
|
return fallbackName == null ? baseName : fallbackName;
|
|
825
825
|
}
|
|
826
|
-
|
|
826
|
+
e45(tag) {
|
|
827
827
|
return getValue(this.g3(), tag);
|
|
828
828
|
}
|
|
829
|
-
|
|
829
|
+
b46(tag) {
|
|
830
830
|
return this.g3().gi(tag);
|
|
831
831
|
}
|
|
832
|
-
|
|
833
|
-
if (descriptor === this.
|
|
834
|
-
var tmp = this.
|
|
835
|
-
var tmp2 = this.
|
|
832
|
+
k20(descriptor) {
|
|
833
|
+
if (descriptor === this.y45_1) {
|
|
834
|
+
var tmp = this.b3z();
|
|
835
|
+
var tmp2 = this.d45();
|
|
836
836
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
837
837
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
838
|
-
var serialName = this.
|
|
838
|
+
var serialName = this.y45_1.q1y();
|
|
839
839
|
if (!(tmp2 instanceof JsonObject())) {
|
|
840
840
|
var tmp_0 = getKClass(JsonObject()).k1();
|
|
841
841
|
var tmp_1 = getKClassFromExpression(tmp2).k1();
|
|
842
|
-
var tmp$ret$0 = this.
|
|
842
|
+
var tmp$ret$0 = this.w2e();
|
|
843
843
|
throw JsonDecodingException(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp2));
|
|
844
844
|
}
|
|
845
|
-
return new (JsonTreeDecoder())(tmp, tmp2, this.
|
|
845
|
+
return new (JsonTreeDecoder())(tmp, tmp2, this.a45_1, this.y45_1);
|
|
846
846
|
}
|
|
847
|
-
return super.
|
|
847
|
+
return super.k20(descriptor);
|
|
848
848
|
}
|
|
849
|
-
|
|
849
|
+
l20(descriptor) {
|
|
850
850
|
var tmp;
|
|
851
|
-
if (ignoreUnknownKeys(descriptor, this.
|
|
851
|
+
if (ignoreUnknownKeys(descriptor, this.b3z())) {
|
|
852
852
|
tmp = true;
|
|
853
853
|
} else {
|
|
854
|
-
var tmp_0 = descriptor.
|
|
854
|
+
var tmp_0 = descriptor.r1y();
|
|
855
855
|
tmp = tmp_0 instanceof PolymorphicKind();
|
|
856
856
|
}
|
|
857
857
|
if (tmp)
|
|
858
858
|
return Unit_instance;
|
|
859
|
-
var strategy = namingStrategy(descriptor, this.
|
|
859
|
+
var strategy = namingStrategy(descriptor, this.b3z());
|
|
860
860
|
var tmp_1;
|
|
861
|
-
if (strategy == null && !this.
|
|
861
|
+
if (strategy == null && !this.b45_1.v3y_1) {
|
|
862
862
|
tmp_1 = jsonCachedSerialNames(descriptor);
|
|
863
863
|
} else if (!(strategy == null)) {
|
|
864
|
-
tmp_1 = deserializationNamesMap(this.
|
|
864
|
+
tmp_1 = deserializationNamesMap(this.b3z(), descriptor).p4();
|
|
865
865
|
} else {
|
|
866
866
|
var tmp_2 = jsonCachedSerialNames(descriptor);
|
|
867
|
-
var tmp0_safe_receiver = get_schemaCache(this.
|
|
867
|
+
var tmp0_safe_receiver = get_schemaCache(this.b3z()).b44(descriptor, get_JsonDeserializationNamesKey());
|
|
868
868
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
869
869
|
var tmp0_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.p4();
|
|
870
870
|
var tmp$ret$0 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
@@ -874,8 +874,8 @@ function JsonTreeDecoder() {
|
|
|
874
874
|
var _iterator__ex2g4s = this.g3().p4().q1();
|
|
875
875
|
while (_iterator__ex2g4s.r1()) {
|
|
876
876
|
var key = _iterator__ex2g4s.s1();
|
|
877
|
-
if (!names.o3(key) && !(key === this.
|
|
878
|
-
throw JsonDecodingException_0(-1, "Encountered an unknown key '" + key + "' at element: " + this.
|
|
877
|
+
if (!names.o3(key) && !(key === this.a45_1)) {
|
|
878
|
+
throw JsonDecodingException_0(-1, "Encountered an unknown key '" + key + "' at element: " + this.w2e() + '\n' + "Use 'ignoreUnknownKeys = true' in 'Json {}' builder or '@JsonIgnoreUnknownKeys' annotation to ignore unknown keys.\n" + ('JSON input: ' + toString(minify(this.g3().toString()))));
|
|
879
879
|
}
|
|
880
880
|
}
|
|
881
881
|
}
|
|
@@ -891,23 +891,23 @@ function JsonTreeListDecoder() {
|
|
|
891
891
|
class $ extends AbstractJsonTreeDecoder() {
|
|
892
892
|
constructor(json, value) {
|
|
893
893
|
super(json, value);
|
|
894
|
-
this.
|
|
895
|
-
this.
|
|
896
|
-
this.
|
|
894
|
+
this.i46_1 = value;
|
|
895
|
+
this.j46_1 = this.i46_1.v2();
|
|
896
|
+
this.k46_1 = -1;
|
|
897
897
|
}
|
|
898
898
|
g3() {
|
|
899
|
-
return this.
|
|
899
|
+
return this.i46_1;
|
|
900
900
|
}
|
|
901
|
-
|
|
901
|
+
q2e(descriptor, index) {
|
|
902
902
|
return index.toString();
|
|
903
903
|
}
|
|
904
|
-
|
|
905
|
-
return this.
|
|
904
|
+
e45(tag) {
|
|
905
|
+
return this.i46_1.u2(toInt(tag));
|
|
906
906
|
}
|
|
907
|
-
|
|
908
|
-
while (this.
|
|
909
|
-
this.
|
|
910
|
-
return this.
|
|
907
|
+
b21(descriptor) {
|
|
908
|
+
while (this.k46_1 < (this.j46_1 - 1 | 0)) {
|
|
909
|
+
this.k46_1 = this.k46_1 + 1 | 0;
|
|
910
|
+
return this.k46_1;
|
|
911
911
|
}
|
|
912
912
|
return -1;
|
|
913
913
|
}
|
|
@@ -924,22 +924,22 @@ function JsonPrimitiveDecoder() {
|
|
|
924
924
|
constructor(json, value, polymorphicDiscriminator) {
|
|
925
925
|
polymorphicDiscriminator = polymorphicDiscriminator === VOID ? null : polymorphicDiscriminator;
|
|
926
926
|
super(json, value, polymorphicDiscriminator);
|
|
927
|
-
this.
|
|
928
|
-
this.
|
|
927
|
+
this.r46_1 = value;
|
|
928
|
+
this.k2f('primitive');
|
|
929
929
|
}
|
|
930
930
|
g3() {
|
|
931
|
-
return this.
|
|
931
|
+
return this.r46_1;
|
|
932
932
|
}
|
|
933
|
-
|
|
933
|
+
b21(descriptor) {
|
|
934
934
|
return 0;
|
|
935
935
|
}
|
|
936
|
-
|
|
936
|
+
e45(tag) {
|
|
937
937
|
// Inline function 'kotlin.require' call
|
|
938
938
|
if (!(tag === 'primitive')) {
|
|
939
939
|
var message = "This input can only handle primitives with 'primitive' tag";
|
|
940
940
|
throw IllegalArgumentException().r2(toString(message));
|
|
941
941
|
}
|
|
942
|
-
return this.
|
|
942
|
+
return this.r46_1;
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
945
|
initMetadataForClass($, 'JsonPrimitiveDecoder');
|
|
@@ -953,29 +953,29 @@ function JsonTreeMapDecoder() {
|
|
|
953
953
|
class $ extends JsonTreeDecoder() {
|
|
954
954
|
constructor(json, value) {
|
|
955
955
|
super(json, value);
|
|
956
|
-
this.
|
|
957
|
-
this.
|
|
958
|
-
this.
|
|
959
|
-
this.
|
|
956
|
+
this.c47_1 = value;
|
|
957
|
+
this.d47_1 = toList(this.c47_1.p4());
|
|
958
|
+
this.e47_1 = imul(this.d47_1.v2(), 2);
|
|
959
|
+
this.f47_1 = -1;
|
|
960
960
|
}
|
|
961
961
|
g3() {
|
|
962
|
-
return this.
|
|
962
|
+
return this.c47_1;
|
|
963
963
|
}
|
|
964
|
-
|
|
964
|
+
q2e(descriptor, index) {
|
|
965
965
|
var i = index / 2 | 0;
|
|
966
|
-
return this.
|
|
966
|
+
return this.d47_1.u2(i);
|
|
967
967
|
}
|
|
968
|
-
|
|
969
|
-
while (this.
|
|
970
|
-
this.
|
|
971
|
-
return this.
|
|
968
|
+
b21(descriptor) {
|
|
969
|
+
while (this.f47_1 < (this.e47_1 - 1 | 0)) {
|
|
970
|
+
this.f47_1 = this.f47_1 + 1 | 0;
|
|
971
|
+
return this.f47_1;
|
|
972
972
|
}
|
|
973
973
|
return -1;
|
|
974
974
|
}
|
|
975
|
-
|
|
976
|
-
return (this.
|
|
975
|
+
e45(tag) {
|
|
976
|
+
return (this.f47_1 % 2 | 0) === 0 ? JsonPrimitive_0(tag) : getValue(this.c47_1, tag);
|
|
977
977
|
}
|
|
978
|
-
|
|
978
|
+
l20(descriptor) {
|
|
979
979
|
}
|
|
980
980
|
}
|
|
981
981
|
initMetadataForClass($, 'JsonTreeMapDecoder');
|
|
@@ -984,7 +984,7 @@ function JsonTreeMapDecoder() {
|
|
|
984
984
|
return JsonTreeMapDecoderClass;
|
|
985
985
|
}
|
|
986
986
|
function readPolymorphicJson(_this__u8e3s4, discriminator, element, deserializer) {
|
|
987
|
-
return (new (JsonTreeDecoder())(_this__u8e3s4, element, discriminator, deserializer.
|
|
987
|
+
return (new (JsonTreeDecoder())(_this__u8e3s4, element, discriminator, deserializer.k1w())).j20(deserializer);
|
|
988
988
|
}
|
|
989
989
|
//region block: exports
|
|
990
990
|
export {
|