@continuous-excellence/coupling-cli 1.1.420 → 1.1.421
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 +4 -4
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +148 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +161 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +17 -17
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +4 -5
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ReadFromFile.js.mjs +25 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ReadFromFile.js.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Welcome.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +11 -11
- 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 +32 -32
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +87 -32
- 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/CurrentPairs.mjs +35 -35
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +126 -63
- 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 +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +50 -50
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +10 -10
- 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 +46 -46
- 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 +78 -78
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +54 -0
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +54 -54
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +57 -57
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +16 -16
- 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 +34 -34
- 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 +17 -17
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +28 -28
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs +7 -7
- 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 +3 -3
- 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 +31 -31
- 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/PairingSetDetailsMapper.mjs +9 -9
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +31 -31
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +27 -27
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +20 -20
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +30 -30
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +21 -21
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +3 -3
- 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/PairingSetDetails.mjs +77 -77
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +102 -102
- 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/AvatarType.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +46 -46
- 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/AvatarType_ResponseAdapter.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.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 +105 -105
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +63 -63
- 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 +3 -3
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +44 -44
- 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 +8 -8
- 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 +8 -8
- 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 +139 -139
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +57 -57
- 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 +24 -24
- 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 +273 -273
- 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 +10 -10
- 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 +99 -99
- 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 +234 -234
- 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 +49 -49
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +22 -22
- 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 +27 -27
- 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 +124 -124
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +25 -25
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +26 -26
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +146 -146
- 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 +41 -41
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +57 -57
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
- 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 +115 -109
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -1
- 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 +35 -31
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs.map +1 -1
- 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 +12 -12
- 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 +21 -21
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +205 -205
- 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/com/github/ajalt/clikt/sources/ValueSource.mjs +125 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.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 +62 -62
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- 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/text/stringJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- 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 +22 -22
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
- 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-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +92 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +44 -44
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +50 -50
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +5 -5
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +14 -14
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +24 -24
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +22 -22
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +213 -213
- 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 +21 -21
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +14 -14
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +5 -5
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +11 -11
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +11 -11
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +5 -5
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +45 -45
- 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 +73 -72
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +317 -97
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +71 -71
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +36 -36
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +26 -26
- 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 -42
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
- 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 +72 -58
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
- 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 +83 -83
- 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 +176 -176
- 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 +71 -71
- 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 +17 -13
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +37 -37
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +12 -12
- 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 +61 -61
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
- 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 +166 -166
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +133 -132
- 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 +195 -195
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +625 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +4 -4
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +67 -67
- 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 +73 -73
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
- 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 +43 -43
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +47 -47
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +49 -49
- 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 +23 -23
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +37 -37
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
- 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 +28 -28
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +15 -15
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +5 -5
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
- 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 +62 -62
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +77 -77
- 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 +47 -47
- 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 +22 -22
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +104 -104
- 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 +73 -73
- 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 +25 -25
- 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 +49 -49
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +32 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +53 -53
- 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 +19 -19
- 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 +24 -24
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +4 -4
- 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 +16 -16
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +11 -11
- 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 +28 -28
- 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 +16 -16
- 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 +255 -255
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +13 -13
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +9 -9
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +4 -4
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
- 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 +31 -31
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +3 -3
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
- 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 +59 -59
- 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 +26 -26
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +74 -74
- package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +29 -29
- package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +11 -11
- package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +9 -9
- package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +14 -14
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +78 -78
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +32 -32
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +27 -27
- 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 +70 -70
- 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 +2 -2
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.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 +22 -22
- 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 +57 -57
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
- 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 +36 -36
- 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/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 +88 -88
- 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 +6 -6
- 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 +28 -28
- 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 +49 -49
- 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 +101 -101
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +5 -5
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +26 -26
- 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 +5 -5
- 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 +395 -395
- 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 +1 -1
- 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 +61 -61
- package/kotlin/okio-parent-okio/okio/Segment.mjs +69 -69
- 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 +21 -21
- 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 +4 -4
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +142 -142
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +25 -25
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +31 -27
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs.map +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +15 -15
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +5 -5
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +11 -11
- package/package.json +1 -1
|
@@ -34,14 +34,14 @@ function RealBufferedSource() {
|
|
|
34
34
|
if (RealBufferedSourceClass === VOID) {
|
|
35
35
|
class $ {
|
|
36
36
|
constructor(source) {
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
37
|
+
this.c4k_1 = source;
|
|
38
|
+
this.d4k_1 = false;
|
|
39
|
+
this.e4k_1 = new (Buffer())();
|
|
40
40
|
}
|
|
41
41
|
g1o() {
|
|
42
|
-
return this.
|
|
42
|
+
return this.e4k_1;
|
|
43
43
|
}
|
|
44
|
-
|
|
44
|
+
l4j(sink, byteCount) {
|
|
45
45
|
var tmp$ret$4;
|
|
46
46
|
$l$block: {
|
|
47
47
|
// Inline function 'okio.internal.commonRead' call
|
|
@@ -51,37 +51,37 @@ function RealBufferedSource() {
|
|
|
51
51
|
throw IllegalArgumentException().r2(toString(message));
|
|
52
52
|
}
|
|
53
53
|
// Inline function 'kotlin.check' call
|
|
54
|
-
if (!!this.
|
|
54
|
+
if (!!this.d4k_1) {
|
|
55
55
|
var message_0 = 'closed';
|
|
56
56
|
throw IllegalStateException().o(toString(message_0));
|
|
57
57
|
}
|
|
58
|
-
if (equalsLong(this.
|
|
59
|
-
var read = this.
|
|
58
|
+
if (equalsLong(this.e4k_1.z4f_1, new (Long())(0, 0))) {
|
|
59
|
+
var read = this.c4k_1.l4j(this.e4k_1, new (Long())(8192, 0));
|
|
60
60
|
if (equalsLong(read, new (Long())(-1, -1))) {
|
|
61
61
|
tmp$ret$4 = new (Long())(-1, -1);
|
|
62
62
|
break $l$block;
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
66
|
-
var b = this.
|
|
66
|
+
var b = this.e4k_1.z4f_1;
|
|
67
67
|
var toRead = compare(byteCount, b) <= 0 ? byteCount : b;
|
|
68
|
-
tmp$ret$4 = this.
|
|
68
|
+
tmp$ret$4 = this.e4k_1.l4j(sink, toRead);
|
|
69
69
|
}
|
|
70
70
|
return tmp$ret$4;
|
|
71
71
|
}
|
|
72
72
|
h1o() {
|
|
73
73
|
// Inline function 'okio.internal.commonExhausted' call
|
|
74
74
|
// Inline function 'kotlin.check' call
|
|
75
|
-
if (!!this.
|
|
75
|
+
if (!!this.d4k_1) {
|
|
76
76
|
var message = 'closed';
|
|
77
77
|
throw IllegalStateException().o(toString(message));
|
|
78
78
|
}
|
|
79
|
-
return this.
|
|
79
|
+
return this.e4k_1.h1o() && equalsLong(this.c4k_1.l4j(this.e4k_1, new (Long())(8192, 0)), new (Long())(-1, -1));
|
|
80
80
|
}
|
|
81
81
|
i1o(byteCount) {
|
|
82
82
|
// Inline function 'okio.internal.commonRequire' call
|
|
83
83
|
if (!this.j1o(byteCount))
|
|
84
|
-
throw EOFException().
|
|
84
|
+
throw EOFException().s4i();
|
|
85
85
|
return Unit_instance;
|
|
86
86
|
}
|
|
87
87
|
j1o(byteCount) {
|
|
@@ -94,12 +94,12 @@ function RealBufferedSource() {
|
|
|
94
94
|
throw IllegalArgumentException().r2(toString(message));
|
|
95
95
|
}
|
|
96
96
|
// Inline function 'kotlin.check' call
|
|
97
|
-
if (!!this.
|
|
97
|
+
if (!!this.d4k_1) {
|
|
98
98
|
var message_0 = 'closed';
|
|
99
99
|
throw IllegalStateException().o(toString(message_0));
|
|
100
100
|
}
|
|
101
|
-
while (compare(this.
|
|
102
|
-
if (equalsLong(this.
|
|
101
|
+
while (compare(this.e4k_1.z4f_1, byteCount) < 0) {
|
|
102
|
+
if (equalsLong(this.c4k_1.l4j(this.e4k_1, new (Long())(8192, 0)), new (Long())(-1, -1))) {
|
|
103
103
|
tmp$ret$4 = false;
|
|
104
104
|
break $l$block;
|
|
105
105
|
}
|
|
@@ -108,31 +108,31 @@ function RealBufferedSource() {
|
|
|
108
108
|
}
|
|
109
109
|
return tmp$ret$4;
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
b4j(options) {
|
|
112
112
|
var tmp$ret$2;
|
|
113
113
|
$l$block_1: {
|
|
114
114
|
// Inline function 'okio.internal.commonSelect' call
|
|
115
115
|
// Inline function 'kotlin.check' call
|
|
116
|
-
if (!!this.
|
|
116
|
+
if (!!this.d4k_1) {
|
|
117
117
|
var message = 'closed';
|
|
118
118
|
throw IllegalStateException().o(toString(message));
|
|
119
119
|
}
|
|
120
120
|
while (true) {
|
|
121
|
-
var index = selectPrefix(this.
|
|
121
|
+
var index = selectPrefix(this.e4k_1, options, true);
|
|
122
122
|
switch (index) {
|
|
123
123
|
case -1:
|
|
124
124
|
tmp$ret$2 = -1;
|
|
125
125
|
break $l$block_1;
|
|
126
126
|
case -2:
|
|
127
|
-
if (equalsLong(this.
|
|
127
|
+
if (equalsLong(this.c4k_1.l4j(this.e4k_1, new (Long())(8192, 0)), new (Long())(-1, -1))) {
|
|
128
128
|
tmp$ret$2 = -1;
|
|
129
129
|
break $l$block_1;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
break;
|
|
133
133
|
default:
|
|
134
|
-
var selectedSize = options.
|
|
135
|
-
this.
|
|
134
|
+
var selectedSize = options.g4g_1[index].v2();
|
|
135
|
+
this.e4k_1.e1p(fromInt(selectedSize));
|
|
136
136
|
tmp$ret$2 = index;
|
|
137
137
|
break $l$block_1;
|
|
138
138
|
}
|
|
@@ -140,10 +140,10 @@ function RealBufferedSource() {
|
|
|
140
140
|
}
|
|
141
141
|
return tmp$ret$2;
|
|
142
142
|
}
|
|
143
|
-
|
|
144
|
-
return this.
|
|
143
|
+
y4i() {
|
|
144
|
+
return this.z4i(new (Long())(-1, 2147483647));
|
|
145
145
|
}
|
|
146
|
-
|
|
146
|
+
z4i(limit) {
|
|
147
147
|
var tmp$ret$4;
|
|
148
148
|
$l$block_0: {
|
|
149
149
|
// Inline function 'okio.internal.commonReadUtf8LineStrict' call
|
|
@@ -163,9 +163,9 @@ function RealBufferedSource() {
|
|
|
163
163
|
// Inline function 'kotlin.code' call
|
|
164
164
|
var this_0 = _Char___init__impl__6a9atx(10);
|
|
165
165
|
var tmp$ret$3 = Char__toInt_impl_vasixd(this_0);
|
|
166
|
-
var newline = this.
|
|
166
|
+
var newline = this.a4j(toByte(tmp$ret$3), new (Long())(0, 0), scanLength);
|
|
167
167
|
if (!equalsLong(newline, new (Long())(-1, -1))) {
|
|
168
|
-
tmp$ret$4 = readUtf8Line(this.
|
|
168
|
+
tmp$ret$4 = readUtf8Line(this.e4k_1, newline);
|
|
169
169
|
break $l$block_0;
|
|
170
170
|
}
|
|
171
171
|
var tmp_0;
|
|
@@ -174,7 +174,7 @@ function RealBufferedSource() {
|
|
|
174
174
|
if (compare(scanLength, new (Long())(-1, 2147483647)) < 0 && this.j1o(scanLength)) {
|
|
175
175
|
// Inline function 'kotlin.Long.minus' call
|
|
176
176
|
var tmp$ret$5 = subtract(scanLength, fromInt(1));
|
|
177
|
-
var tmp_3 = this.
|
|
177
|
+
var tmp_3 = this.e4k_1.c1p(tmp$ret$5);
|
|
178
178
|
// Inline function 'kotlin.code' call
|
|
179
179
|
var this_1 = _Char___init__impl__6a9atx(13);
|
|
180
180
|
var tmp$ret$6 = Char__toInt_impl_vasixd(this_1);
|
|
@@ -190,7 +190,7 @@ function RealBufferedSource() {
|
|
|
190
190
|
tmp_1 = false;
|
|
191
191
|
}
|
|
192
192
|
if (tmp_1) {
|
|
193
|
-
var tmp_4 = this.
|
|
193
|
+
var tmp_4 = this.e4k_1.c1p(scanLength);
|
|
194
194
|
// Inline function 'kotlin.code' call
|
|
195
195
|
var this_2 = _Char___init__impl__6a9atx(10);
|
|
196
196
|
var tmp$ret$8 = Char__toInt_impl_vasixd(this_2);
|
|
@@ -199,21 +199,21 @@ function RealBufferedSource() {
|
|
|
199
199
|
tmp_0 = false;
|
|
200
200
|
}
|
|
201
201
|
if (tmp_0) {
|
|
202
|
-
tmp$ret$4 = readUtf8Line(this.
|
|
202
|
+
tmp$ret$4 = readUtf8Line(this.e4k_1, scanLength);
|
|
203
203
|
break $l$block_0;
|
|
204
204
|
}
|
|
205
205
|
var data = new (Buffer())();
|
|
206
206
|
var tmp_5 = new (Long())(0, 0);
|
|
207
207
|
// Inline function 'okio.minOf' call
|
|
208
|
-
var b = this.
|
|
208
|
+
var b = this.e4k_1.z4f_1;
|
|
209
209
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
210
210
|
var a = fromInt(32);
|
|
211
211
|
var tmp$ret$10 = compare(a, b) <= 0 ? a : b;
|
|
212
|
-
this.
|
|
212
|
+
this.e4k_1.q4i(data, tmp_5, tmp$ret$10);
|
|
213
213
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
214
|
-
var a_0 = this.
|
|
214
|
+
var a_0 = this.e4k_1.z4f_1;
|
|
215
215
|
var tmp$ret$11 = compare(a_0, limit) <= 0 ? a_0 : limit;
|
|
216
|
-
throw EOFException().
|
|
216
|
+
throw EOFException().p4i('\\n not found: limit=' + tmp$ret$11.toString() + ' content=' + data.t4i().x4h() + '\u2026');
|
|
217
217
|
}
|
|
218
218
|
return tmp$ret$4;
|
|
219
219
|
}
|
|
@@ -221,30 +221,30 @@ function RealBufferedSource() {
|
|
|
221
221
|
// Inline function 'okio.internal.commonSkip' call
|
|
222
222
|
var byteCount_0 = byteCount;
|
|
223
223
|
// Inline function 'kotlin.check' call
|
|
224
|
-
if (!!this.
|
|
224
|
+
if (!!this.d4k_1) {
|
|
225
225
|
var message = 'closed';
|
|
226
226
|
throw IllegalStateException().o(toString(message));
|
|
227
227
|
}
|
|
228
228
|
while (compare(byteCount_0, new (Long())(0, 0)) > 0) {
|
|
229
|
-
if (equalsLong(this.
|
|
230
|
-
throw EOFException().
|
|
229
|
+
if (equalsLong(this.e4k_1.z4f_1, new (Long())(0, 0)) && equalsLong(this.c4k_1.l4j(this.e4k_1, new (Long())(8192, 0)), new (Long())(-1, -1))) {
|
|
230
|
+
throw EOFException().s4i();
|
|
231
231
|
}
|
|
232
232
|
var tmp0 = byteCount_0;
|
|
233
233
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
234
|
-
var b = this.
|
|
234
|
+
var b = this.e4k_1.z4f_1;
|
|
235
235
|
var toSkip = compare(tmp0, b) <= 0 ? tmp0 : b;
|
|
236
|
-
this.
|
|
236
|
+
this.e4k_1.e1p(toSkip);
|
|
237
237
|
byteCount_0 = subtract(byteCount_0, toSkip);
|
|
238
238
|
}
|
|
239
239
|
return Unit_instance;
|
|
240
240
|
}
|
|
241
|
-
|
|
241
|
+
a4j(b, fromIndex, toIndex) {
|
|
242
242
|
var tmp$ret$4;
|
|
243
243
|
$l$block_0: {
|
|
244
244
|
// Inline function 'okio.internal.commonIndexOf' call
|
|
245
245
|
var fromIndex_0 = fromIndex;
|
|
246
246
|
// Inline function 'kotlin.check' call
|
|
247
|
-
if (!!this.
|
|
247
|
+
if (!!this.d4k_1) {
|
|
248
248
|
var message = 'closed';
|
|
249
249
|
throw IllegalStateException().o(toString(message));
|
|
250
250
|
}
|
|
@@ -254,13 +254,13 @@ function RealBufferedSource() {
|
|
|
254
254
|
throw IllegalArgumentException().r2(toString(message_0));
|
|
255
255
|
}
|
|
256
256
|
while (compare(fromIndex_0, toIndex) < 0) {
|
|
257
|
-
var result = this.
|
|
257
|
+
var result = this.e4k_1.a4j(b, fromIndex_0, toIndex);
|
|
258
258
|
if (!equalsLong(result, new (Long())(-1, -1))) {
|
|
259
259
|
tmp$ret$4 = result;
|
|
260
260
|
break $l$block_0;
|
|
261
261
|
}
|
|
262
|
-
var lastBufferSize = this.
|
|
263
|
-
if (compare(lastBufferSize, toIndex) >= 0 || equalsLong(this.
|
|
262
|
+
var lastBufferSize = this.e4k_1.z4f_1;
|
|
263
|
+
if (compare(lastBufferSize, toIndex) >= 0 || equalsLong(this.c4k_1.l4j(this.e4k_1, new (Long())(8192, 0)), new (Long())(-1, -1))) {
|
|
264
264
|
tmp$ret$4 = new (Long())(-1, -1);
|
|
265
265
|
break $l$block_0;
|
|
266
266
|
}
|
|
@@ -272,27 +272,27 @@ function RealBufferedSource() {
|
|
|
272
272
|
}
|
|
273
273
|
return tmp$ret$4;
|
|
274
274
|
}
|
|
275
|
-
|
|
276
|
-
return this.
|
|
275
|
+
o4j(targetBytes) {
|
|
276
|
+
return this.p4j(targetBytes, new (Long())(0, 0));
|
|
277
277
|
}
|
|
278
|
-
|
|
278
|
+
p4j(targetBytes, fromIndex) {
|
|
279
279
|
var tmp$ret$2;
|
|
280
280
|
$l$block_0: {
|
|
281
281
|
// Inline function 'okio.internal.commonIndexOfElement' call
|
|
282
282
|
var fromIndex_0 = fromIndex;
|
|
283
283
|
// Inline function 'kotlin.check' call
|
|
284
|
-
if (!!this.
|
|
284
|
+
if (!!this.d4k_1) {
|
|
285
285
|
var message = 'closed';
|
|
286
286
|
throw IllegalStateException().o(toString(message));
|
|
287
287
|
}
|
|
288
288
|
while (true) {
|
|
289
|
-
var result = this.
|
|
289
|
+
var result = this.e4k_1.p4j(targetBytes, fromIndex_0);
|
|
290
290
|
if (!equalsLong(result, new (Long())(-1, -1))) {
|
|
291
291
|
tmp$ret$2 = result;
|
|
292
292
|
break $l$block_0;
|
|
293
293
|
}
|
|
294
|
-
var lastBufferSize = this.
|
|
295
|
-
if (equalsLong(this.
|
|
294
|
+
var lastBufferSize = this.e4k_1.z4f_1;
|
|
295
|
+
if (equalsLong(this.c4k_1.l4j(this.e4k_1, new (Long())(8192, 0)), new (Long())(-1, -1))) {
|
|
296
296
|
tmp$ret$2 = new (Long())(-1, -1);
|
|
297
297
|
break $l$block_0;
|
|
298
298
|
}
|
|
@@ -303,15 +303,15 @@ function RealBufferedSource() {
|
|
|
303
303
|
}
|
|
304
304
|
return tmp$ret$2;
|
|
305
305
|
}
|
|
306
|
-
|
|
307
|
-
return this.
|
|
306
|
+
q4j(offset, bytes) {
|
|
307
|
+
return this.r4j(offset, bytes, 0, bytes.v2());
|
|
308
308
|
}
|
|
309
|
-
|
|
309
|
+
r4j(offset, bytes, bytesOffset, byteCount) {
|
|
310
310
|
var tmp$ret$2;
|
|
311
311
|
$l$block_1: {
|
|
312
312
|
// Inline function 'okio.internal.commonRangeEquals' call
|
|
313
313
|
// Inline function 'kotlin.check' call
|
|
314
|
-
if (!!this.
|
|
314
|
+
if (!!this.d4k_1) {
|
|
315
315
|
var message = 'closed';
|
|
316
316
|
throw IllegalStateException().o(toString(message));
|
|
317
317
|
}
|
|
@@ -332,7 +332,7 @@ function RealBufferedSource() {
|
|
|
332
332
|
tmp$ret$2 = false;
|
|
333
333
|
break $l$block_1;
|
|
334
334
|
}
|
|
335
|
-
if (!(this.
|
|
335
|
+
if (!(this.e4k_1.c1p(bufferOffset) === bytes.u2(bytesOffset + i | 0))) {
|
|
336
336
|
tmp$ret$2 = false;
|
|
337
337
|
break $l$block_1;
|
|
338
338
|
}
|
|
@@ -346,20 +346,20 @@ function RealBufferedSource() {
|
|
|
346
346
|
var tmp$ret$0;
|
|
347
347
|
$l$block: {
|
|
348
348
|
// Inline function 'okio.internal.commonClose' call
|
|
349
|
-
if (this.
|
|
349
|
+
if (this.d4k_1) {
|
|
350
350
|
tmp$ret$0 = Unit_instance;
|
|
351
351
|
break $l$block;
|
|
352
352
|
}
|
|
353
|
-
this.
|
|
354
|
-
this.
|
|
355
|
-
this.
|
|
353
|
+
this.d4k_1 = true;
|
|
354
|
+
this.c4k_1.o6();
|
|
355
|
+
this.e4k_1.r4();
|
|
356
356
|
tmp$ret$0 = Unit_instance;
|
|
357
357
|
}
|
|
358
358
|
return tmp$ret$0;
|
|
359
359
|
}
|
|
360
360
|
toString() {
|
|
361
361
|
// Inline function 'okio.internal.commonToString' call
|
|
362
|
-
return 'buffer(' + toString(this.
|
|
362
|
+
return 'buffer(' + toString(this.c4k_1) + ')';
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
initMetadataForClass($, 'RealBufferedSource');
|
|
@@ -24,8 +24,8 @@ function Companion() {
|
|
|
24
24
|
if (CompanionClass === VOID) {
|
|
25
25
|
class $ {
|
|
26
26
|
constructor() {
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
27
|
+
this.l4g_1 = 8192;
|
|
28
|
+
this.m4g_1 = 1024;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
initMetadataForCompanion($);
|
|
@@ -38,70 +38,70 @@ function Companion_getInstance() {
|
|
|
38
38
|
return Companion_instance;
|
|
39
39
|
}
|
|
40
40
|
function init_okio_Segment(_this__u8e3s4) {
|
|
41
|
-
_this__u8e3s4.
|
|
42
|
-
_this__u8e3s4.
|
|
43
|
-
_this__u8e3s4.
|
|
44
|
-
_this__u8e3s4.
|
|
45
|
-
_this__u8e3s4.
|
|
46
|
-
_this__u8e3s4.
|
|
41
|
+
_this__u8e3s4.o4g_1 = 0;
|
|
42
|
+
_this__u8e3s4.p4g_1 = 0;
|
|
43
|
+
_this__u8e3s4.q4g_1 = false;
|
|
44
|
+
_this__u8e3s4.r4g_1 = false;
|
|
45
|
+
_this__u8e3s4.s4g_1 = null;
|
|
46
|
+
_this__u8e3s4.t4g_1 = null;
|
|
47
47
|
}
|
|
48
48
|
var SegmentClass;
|
|
49
49
|
function Segment() {
|
|
50
50
|
if (SegmentClass === VOID) {
|
|
51
51
|
class $ {
|
|
52
|
-
static
|
|
52
|
+
static u4g() {
|
|
53
53
|
var $this = createThis(this);
|
|
54
54
|
init_okio_Segment($this);
|
|
55
|
-
$this.
|
|
56
|
-
$this.
|
|
57
|
-
$this.
|
|
55
|
+
$this.n4g_1 = new Int8Array(8192);
|
|
56
|
+
$this.r4g_1 = true;
|
|
57
|
+
$this.q4g_1 = false;
|
|
58
58
|
return $this;
|
|
59
59
|
}
|
|
60
|
-
static
|
|
60
|
+
static v4g(data, pos, limit, shared, owner) {
|
|
61
61
|
var $this = createThis(this);
|
|
62
62
|
init_okio_Segment($this);
|
|
63
|
-
$this.
|
|
64
|
-
$this.
|
|
65
|
-
$this.
|
|
66
|
-
$this.
|
|
67
|
-
$this.
|
|
63
|
+
$this.n4g_1 = data;
|
|
64
|
+
$this.o4g_1 = pos;
|
|
65
|
+
$this.p4g_1 = limit;
|
|
66
|
+
$this.q4g_1 = shared;
|
|
67
|
+
$this.r4g_1 = owner;
|
|
68
68
|
return $this;
|
|
69
69
|
}
|
|
70
|
-
|
|
71
|
-
this.
|
|
72
|
-
return Segment().
|
|
70
|
+
w4g() {
|
|
71
|
+
this.q4g_1 = true;
|
|
72
|
+
return Segment().v4g(this.n4g_1, this.o4g_1, this.p4g_1, true, false);
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
var result = !(this.
|
|
76
|
-
ensureNotNull(this.
|
|
77
|
-
ensureNotNull(this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
74
|
+
x4g() {
|
|
75
|
+
var result = !(this.s4g_1 === this) ? this.s4g_1 : null;
|
|
76
|
+
ensureNotNull(this.t4g_1).s4g_1 = this.s4g_1;
|
|
77
|
+
ensureNotNull(this.s4g_1).t4g_1 = this.t4g_1;
|
|
78
|
+
this.s4g_1 = null;
|
|
79
|
+
this.t4g_1 = null;
|
|
80
80
|
return result;
|
|
81
81
|
}
|
|
82
|
-
|
|
83
|
-
segment.
|
|
84
|
-
segment.
|
|
85
|
-
ensureNotNull(this.
|
|
86
|
-
this.
|
|
82
|
+
y4g(segment) {
|
|
83
|
+
segment.t4g_1 = this;
|
|
84
|
+
segment.s4g_1 = this.s4g_1;
|
|
85
|
+
ensureNotNull(this.s4g_1).t4g_1 = segment;
|
|
86
|
+
this.s4g_1 = segment;
|
|
87
87
|
return segment;
|
|
88
88
|
}
|
|
89
|
-
|
|
89
|
+
z4g(byteCount) {
|
|
90
90
|
// Inline function 'kotlin.require' call
|
|
91
|
-
if (!(byteCount > 0 && byteCount <= (this.
|
|
91
|
+
if (!(byteCount > 0 && byteCount <= (this.p4g_1 - this.o4g_1 | 0))) {
|
|
92
92
|
var message = 'byteCount out of range';
|
|
93
93
|
throw IllegalArgumentException().r2(toString(message));
|
|
94
94
|
}
|
|
95
95
|
var prefix;
|
|
96
96
|
if (byteCount >= 1024) {
|
|
97
|
-
prefix = this.
|
|
97
|
+
prefix = this.w4g();
|
|
98
98
|
} else {
|
|
99
99
|
prefix = SegmentPool_instance.p1p();
|
|
100
|
-
var tmp0 = this.
|
|
101
|
-
var tmp2 = prefix.
|
|
102
|
-
var tmp5 = this.
|
|
100
|
+
var tmp0 = this.n4g_1;
|
|
101
|
+
var tmp2 = prefix.n4g_1;
|
|
102
|
+
var tmp5 = this.o4g_1;
|
|
103
103
|
// Inline function 'kotlin.collections.copyInto' call
|
|
104
|
-
var endIndex = this.
|
|
104
|
+
var endIndex = this.o4g_1 + byteCount | 0;
|
|
105
105
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
106
106
|
// Inline function 'kotlin.js.asDynamic' call
|
|
107
107
|
var tmp = tmp0;
|
|
@@ -109,69 +109,69 @@ function Segment() {
|
|
|
109
109
|
// Inline function 'kotlin.js.asDynamic' call
|
|
110
110
|
arrayCopy(tmp, tmp2, 0, tmp5, endIndex);
|
|
111
111
|
}
|
|
112
|
-
prefix.
|
|
113
|
-
this.
|
|
114
|
-
ensureNotNull(this.
|
|
112
|
+
prefix.p4g_1 = prefix.o4g_1 + byteCount | 0;
|
|
113
|
+
this.o4g_1 = this.o4g_1 + byteCount | 0;
|
|
114
|
+
ensureNotNull(this.t4g_1).y4g(prefix);
|
|
115
115
|
return prefix;
|
|
116
116
|
}
|
|
117
|
-
|
|
117
|
+
c4h() {
|
|
118
118
|
// Inline function 'kotlin.check' call
|
|
119
|
-
if (!!(this.
|
|
119
|
+
if (!!(this.t4g_1 === this)) {
|
|
120
120
|
var message = 'cannot compact';
|
|
121
121
|
throw IllegalStateException().o(toString(message));
|
|
122
122
|
}
|
|
123
|
-
if (!ensureNotNull(this.
|
|
123
|
+
if (!ensureNotNull(this.t4g_1).r4g_1)
|
|
124
124
|
return Unit_instance;
|
|
125
|
-
var byteCount = this.
|
|
126
|
-
var availableByteCount = (8192 - ensureNotNull(this.
|
|
125
|
+
var byteCount = this.p4g_1 - this.o4g_1 | 0;
|
|
126
|
+
var availableByteCount = (8192 - ensureNotNull(this.t4g_1).p4g_1 | 0) + (ensureNotNull(this.t4g_1).q4g_1 ? 0 : ensureNotNull(this.t4g_1).o4g_1) | 0;
|
|
127
127
|
if (byteCount > availableByteCount)
|
|
128
128
|
return Unit_instance;
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
SegmentPool_instance.
|
|
129
|
+
this.d4h(ensureNotNull(this.t4g_1), byteCount);
|
|
130
|
+
this.x4g();
|
|
131
|
+
SegmentPool_instance.e4h(this);
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
d4h(sink, byteCount) {
|
|
134
134
|
// Inline function 'kotlin.check' call
|
|
135
|
-
if (!sink.
|
|
135
|
+
if (!sink.r4g_1) {
|
|
136
136
|
var message = 'only owner can write';
|
|
137
137
|
throw IllegalStateException().o(toString(message));
|
|
138
138
|
}
|
|
139
|
-
if ((sink.
|
|
140
|
-
if (sink.
|
|
139
|
+
if ((sink.p4g_1 + byteCount | 0) > 8192) {
|
|
140
|
+
if (sink.q4g_1)
|
|
141
141
|
throw IllegalArgumentException().ie();
|
|
142
|
-
if (((sink.
|
|
142
|
+
if (((sink.p4g_1 + byteCount | 0) - sink.o4g_1 | 0) > 8192)
|
|
143
143
|
throw IllegalArgumentException().ie();
|
|
144
|
-
var tmp0 = sink.
|
|
145
|
-
var tmp2 = sink.
|
|
146
|
-
var tmp5 = sink.
|
|
144
|
+
var tmp0 = sink.n4g_1;
|
|
145
|
+
var tmp2 = sink.n4g_1;
|
|
146
|
+
var tmp5 = sink.o4g_1;
|
|
147
147
|
// Inline function 'kotlin.collections.copyInto' call
|
|
148
|
-
var endIndex = sink.
|
|
148
|
+
var endIndex = sink.p4g_1;
|
|
149
149
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
150
150
|
// Inline function 'kotlin.js.asDynamic' call
|
|
151
151
|
var tmp = tmp0;
|
|
152
152
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
153
153
|
// Inline function 'kotlin.js.asDynamic' call
|
|
154
154
|
arrayCopy(tmp, tmp2, 0, tmp5, endIndex);
|
|
155
|
-
sink.
|
|
156
|
-
sink.
|
|
155
|
+
sink.p4g_1 = sink.p4g_1 - sink.o4g_1 | 0;
|
|
156
|
+
sink.o4g_1 = 0;
|
|
157
157
|
}
|
|
158
|
-
var tmp0_0 = this.
|
|
159
|
-
var tmp2_0 = sink.
|
|
160
|
-
var tmp4 = sink.
|
|
161
|
-
var tmp6 = this.
|
|
158
|
+
var tmp0_0 = this.n4g_1;
|
|
159
|
+
var tmp2_0 = sink.n4g_1;
|
|
160
|
+
var tmp4 = sink.p4g_1;
|
|
161
|
+
var tmp6 = this.o4g_1;
|
|
162
162
|
// Inline function 'kotlin.collections.copyInto' call
|
|
163
|
-
var endIndex_0 = this.
|
|
163
|
+
var endIndex_0 = this.o4g_1 + byteCount | 0;
|
|
164
164
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
165
165
|
// Inline function 'kotlin.js.asDynamic' call
|
|
166
166
|
var tmp_0 = tmp0_0;
|
|
167
167
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
168
168
|
// Inline function 'kotlin.js.asDynamic' call
|
|
169
169
|
arrayCopy(tmp_0, tmp2_0, tmp4, tmp6, endIndex_0);
|
|
170
|
-
sink.
|
|
171
|
-
this.
|
|
170
|
+
sink.p4g_1 = sink.p4g_1 + byteCount | 0;
|
|
171
|
+
this.o4g_1 = this.o4g_1 + byteCount | 0;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
|
-
initMetadataForClass($, 'Segment', $.
|
|
174
|
+
initMetadataForClass($, 'Segment', $.u4g);
|
|
175
175
|
SegmentClass = $;
|
|
176
176
|
}
|
|
177
177
|
return SegmentClass;
|
|
@@ -10,13 +10,13 @@ function SegmentPool() {
|
|
|
10
10
|
if (SegmentPoolClass === VOID) {
|
|
11
11
|
class $ {
|
|
12
12
|
constructor() {
|
|
13
|
-
this.
|
|
14
|
-
this.
|
|
13
|
+
this.a4h_1 = 0;
|
|
14
|
+
this.b4h_1 = 0;
|
|
15
15
|
}
|
|
16
16
|
p1p() {
|
|
17
|
-
return Segment().
|
|
17
|
+
return Segment().u4g();
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
e4h(segment) {
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
initMetadataForObject($, 'SegmentPool');
|