@continuous-excellence/coupling-cli 1.1.498 → 1.1.500
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 +9 -9
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +47 -47
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +35 -35
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.js.mjs +9 -17
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.js.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +50 -76
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +35 -35
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/GetSecureData.js.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/GetSecureData.js.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.js.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +59 -93
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +21 -42
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +26 -45
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WriteSecureData.js.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WriteSecureData.js.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +23 -23
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +24 -24
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +6 -6
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +123 -134
- 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 +28 -28
- 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 +22 -24
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +203 -220
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +4 -4
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +30 -30
- 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 +59 -76
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +49 -62
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +55 -72
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +195 -208
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli.mjs +1 -1
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +39 -47
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs.map +1 -1
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/CommandResult.mjs +1 -1
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +36 -44
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs.map +1 -1
- 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 +16 -16
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs.map +1 -1
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs +85 -85
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs.map +1 -1
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +59 -53
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs.map +1 -1
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +105 -134
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs.map +1 -1
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/CouplingJsonFormat.mjs +5 -5
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +12 -12
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs.map +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +54 -54
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +6 -6
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +80 -80
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +18 -18
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +6 -6
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +35 -35
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +8 -10
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs.map +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +6 -6
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +20 -20
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/PinTarget.mjs +2 -2
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +14 -14
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +4 -4
- 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 +6 -6
- 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 +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +23 -23
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs +5 -5
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +4 -12
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +31 -39
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +51 -58
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +15 -15
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +7 -29
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/AvatarTypeMapper.mjs +13 -13
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/BadgeMapper.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +27 -29
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +11 -11
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +33 -33
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +29 -29
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +22 -22
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +33 -33
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +5 -5
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +24 -24
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +5 -5
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +11 -11
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +6 -6
- 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 +107 -107
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs.map +1 -1
- 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 +39 -39
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetails.mjs +28 -28
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs +37 -37
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +9 -9
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +9 -9
- 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 +2 -2
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyInput.mjs +4 -4
- 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 +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +51 -51
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs +8 -8
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +11 -11
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +9 -9
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +129 -130
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +63 -63
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +65 -65
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs.map +1 -1
- 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 +49 -48
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs.map +1 -1
- 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 +17 -17
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +25 -25
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +15 -16
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +7 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +182 -182
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +63 -65
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/internal/UrlEncode.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/internal/UrlEncode.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +47 -47
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +93 -93
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +304 -304
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs.map +1 -1
- 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/JsonNumber.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReader.mjs +13 -13
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +22 -20
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +31 -31
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +151 -146
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +88 -88
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +38 -38
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +14 -14
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +53 -55
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-mpp-utils/com/apollographql/apollo/mpp/utils.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +43 -51
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +264 -281
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +8 -7
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +77 -93
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +61 -60
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +59 -59
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +51 -69
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +54 -61
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +11 -18
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +104 -121
- 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/HttpEngine.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +286 -320
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs +20 -15
- 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 +89 -94
- 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 +72 -82
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +323 -412
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +50 -64
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +26 -26
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs.map +1 -1
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +3 -3
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +166 -177
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs.map +1 -1
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +125 -170
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +16 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +186 -186
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionCandidates.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +121 -121
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +172 -172
- 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 +135 -135
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/JaroWinkerSimilarity.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +155 -154
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +132 -132
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +268 -268
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +49 -49
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +36 -36
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +43 -43
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/arguments/Argument.mjs +1 -1
- 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 +14 -15
- 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 +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +63 -63
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +250 -251
- 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 +14 -14
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +8 -8
- 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 +87 -87
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +68 -87
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +338 -338
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +14 -14
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +20 -20
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +19 -19
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +79 -79
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +33 -33
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs.map +1 -1
- 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 +7 -7
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +16 -16
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/ColorSpaceUtils.mjs +13 -13
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/ColorSpaceUtils.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Constants.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/InternalMath.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +20 -20
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +20 -20
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +21 -21
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +28 -28
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +22 -22
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +150 -150
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +147 -147
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +77 -77
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +43 -41
- package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Enum.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +14 -18
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +10 -10
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Result.mjs +17 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +26 -26
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +46 -46
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +46 -46
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +46 -46
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +46 -46
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs +21 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +82 -82
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +87 -87
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +26 -26
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +93 -93
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +37 -37
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +222 -227
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +75 -78
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +72 -72
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +80 -80
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +60 -61
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +31 -31
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +246 -258
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +7 -8
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +39 -39
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs +68 -69
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +17 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +140 -163
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +43 -31
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +150 -150
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +15 -15
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +6 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +79 -149
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +19 -91
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/js/internal/EmptyContinuation.mjs +10 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/js/internal/EmptyContinuation.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +22 -22
- package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +94 -94
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/console.mjs +24 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/encoding/Base64.mjs +52 -52
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/encoding/Base64.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +38 -38
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/jsIntrinsics.mjs +10 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/jsIntrinsics.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +27 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +10 -36
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +2 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/math/math.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +48 -48
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +27 -27
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +41 -41
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +32 -32
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +30 -30
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +23 -23
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +65 -63
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +55 -55
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +29 -29
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/sequenceJs.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +35 -35
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +45 -45
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +133 -133
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OneToManyTitlecaseMappings.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OtherLowercaseChars.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_TitlecaseMappings.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +118 -118
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +24 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +43 -43
- package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +162 -158
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +3 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +138 -138
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs +50 -50
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs +23 -23
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/measureTime.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +40 -40
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +38 -38
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +5 -5
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/DirectLoggerFactory.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +15 -15
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +12 -12
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +25 -25
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +8 -8
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +15 -15
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +9 -9
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +14 -14
- 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 +9 -9
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +30 -31
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs +80 -85
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +62 -68
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +181 -180
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +12 -23
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +18 -22
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +10 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +16 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +26 -20
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +59 -59
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +33 -33
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +113 -113
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +27 -26
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +402 -388
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +20 -15
- 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 +41 -44
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +1167 -1150
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +46 -47
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +30 -37
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +28 -28
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +18 -18
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +31 -48
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +9 -23
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +8 -16
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs +20 -28
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +36 -53
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +71 -102
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +12 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs +42 -58
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -37
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +41 -60
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +255 -259
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +26 -41
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +39 -39
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +119 -150
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
- 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 +5 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +9 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +18 -25
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +58 -57
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +89 -89
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +8 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +43 -43
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +85 -87
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +13 -13
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
- 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/SystemProps.common.mjs +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +17 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +24 -21
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +58 -58
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +227 -225
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +119 -117
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +23 -23
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +146 -146
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +66 -66
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +24 -24
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +23 -23
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +23 -23
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +58 -65
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
- 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 +31 -31
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +112 -112
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +64 -64
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +35 -35
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +69 -67
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -279
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +23 -23
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +41 -41
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +17 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +45 -45
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +27 -27
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +35 -35
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +513 -513
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +211 -211
- 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 +101 -104
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +56 -56
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +61 -61
- 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 +22 -22
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +96 -96
- 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 +167 -167
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
- 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 +191 -191
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +79 -79
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +15 -15
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +42 -42
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +82 -96
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +11 -11
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +219 -218
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +158 -158
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +55 -55
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +24 -24
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +323 -323
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +214 -214
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +138 -152
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypes.web.mjs +1 -1
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +114 -135
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.web.mjs +10 -10
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +10 -5
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +45 -45
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +91 -108
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -59
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
- 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 +30 -37
- package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +134 -153
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +27 -27
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +5 -5
- 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 +15 -15
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +27 -27
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +123 -151
- 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 +26 -52
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +54 -65
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +34 -29
- 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 +61 -79
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +79 -79
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +60 -71
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +168 -213
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +114 -160
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +5 -5
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +88 -104
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +36 -53
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +47 -61
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +114 -137
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +143 -158
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +41 -48
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +74 -84
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +14 -14
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +8 -8
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +25 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +58 -81
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +119 -153
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserverContext.web.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserverContext.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +12 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +42 -64
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +139 -150
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +12 -12
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +154 -166
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +63 -93
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs.map +1 -1
- 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 +21 -21
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +63 -64
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +12 -12
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +42 -50
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +12 -20
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +61 -81
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +39 -53
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
- 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 +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +12 -12
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +45 -62
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/KtorMDCContext.web.mjs +5 -5
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs +100 -113
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +9 -9
- 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 +2 -2
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +543 -668
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +58 -73
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +24 -43
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +70 -70
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +116 -116
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
- package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +24 -24
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +67 -67
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +6 -6
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +17 -17
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +17 -17
- package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +17 -17
- package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +96 -96
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.web.mjs +2 -2
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs +51 -51
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +32 -32
- package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +50 -50
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +95 -95
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +68 -68
- package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +11 -11
- package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +11 -11
- package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +15 -15
- 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 +113 -120
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +52 -60
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +120 -201
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +62 -62
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +93 -93
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
- 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 +38 -38
- 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-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +247 -259
- 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 +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +72 -132
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +110 -219
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +5 -13
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +88 -111
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +33 -41
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/IODispatcher.web.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEnding.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +23 -23
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +6 -6
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +7 -7
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffers.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 +5 -5
- 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 +11 -11
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
- 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 +30 -30
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +60 -82
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +167 -206
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +42 -42
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +21 -21
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs +17 -18
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +131 -165
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +53 -53
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Charset.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncoders.web.mjs +8 -8
- package/kotlin/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +61 -62
- package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs +6 -6
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +146 -146
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Text.mjs +23 -23
- package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +114 -114
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +7 -7
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLogger.web.mjs +32 -43
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLogger.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/Logger.web.mjs +6 -6
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +34 -41
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +30 -30
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +67 -67
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +78 -74
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/TypeInfo.web.mjs +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +30 -30
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +303 -383
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/Frame.web.mjs +42 -42
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +8 -8
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +9 -9
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +23 -23
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +121 -157
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +62 -66
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs +11 -11
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs +17 -17
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs +18 -37
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +25 -25
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +65 -65
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/JsCompat.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/JsCompat.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.js.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.js.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +23 -23
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +116 -116
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +10 -10
- 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 +20 -20
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Align.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +42 -42
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +131 -131
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/OverflowWrap.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +31 -31
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextColors.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +79 -79
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +62 -62
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +8 -8
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +466 -469
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +30 -30
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +169 -169
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +121 -121
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +68 -68
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +16 -16
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +64 -64
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +26 -26
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +4 -4
- 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 +20 -20
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +114 -114
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +74 -74
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +137 -137
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Buffer.mjs +838 -830
- package/kotlin/okio-parent-okio/okio/Buffer.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/ByteString.mjs +76 -76
- package/kotlin/okio-parent-okio/okio/ByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +17 -17
- package/kotlin/okio-parent-okio/okio/Okio.mjs +4 -4
- package/kotlin/okio-parent-okio/okio/Options.mjs +73 -76
- package/kotlin/okio-parent-okio/okio/Options.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +40 -40
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +110 -110
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Segment.mjs +75 -75
- package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +6 -6
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +56 -56
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Util.mjs +2 -2
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +40 -40
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +27 -27
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +26 -26
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +10 -10
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs.map +1 -1
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +5 -5
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs.map +1 -1
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +10 -11
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs.map +1 -1
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +183 -160
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs.map +1 -1
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +53 -67
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs.map +1 -1
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +53 -60
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs.map +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/AnyX.mjs +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/AnyX.mjs.map +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +20 -20
- package/kotlin/types-types-internal/kotools/types/internal/Errors.mjs +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/KClassX.mjs +4 -4
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +13 -13
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs.map +1 -1
- package/kotlin/uuid/com/benasher44/uuid/platform.mjs +2 -2
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +21 -21
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs.map +1 -1
- package/package.json +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +0 -33
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +0 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +0 -83
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +0 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +0 -15
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +0 -1
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
AssertionError3yq7q0knw9m5 as AssertionError,
|
|
6
6
|
} from '../../kotlin-kotlin-stdlib/kotlin/exceptions.mjs';
|
|
7
7
|
import { toString1pkumu07cwy4m as toString } from '../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
8
|
-
import {
|
|
8
|
+
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
9
9
|
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
10
10
|
import { VOID3gxj6tk5isa35 as VOID } from '../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
11
11
|
import {
|
|
@@ -23,15 +23,15 @@ import {
|
|
|
23
23
|
ensureNotNull1e947j3ixpazm as ensureNotNull,
|
|
24
24
|
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
25
25
|
} from '../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
26
|
-
import {
|
|
26
|
+
import { SegmentPool_instance23prvj6kllmmf as SegmentPool_instance } from './SegmentPool.mjs';
|
|
27
27
|
import {
|
|
28
28
|
ByteString2qc03wzjsovk as ByteString,
|
|
29
|
-
|
|
29
|
+
Companion_getInstance2g1g1maz1t653 as Companion_getInstance,
|
|
30
30
|
} from './ByteString.mjs';
|
|
31
31
|
import { commonToUtf8Stringyih6e1qg1yoo as commonToUtf8String } from './internal/-Utf8.mjs';
|
|
32
32
|
import {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
_Char___init__impl__6a9atx2gndcvjvc5pke as _Char___init__impl__6a9atx,
|
|
34
|
+
Char__toInt_impl_vasixdnyockrdnmht5 as Char__toInt_impl_vasixd,
|
|
35
35
|
} from '../../kotlin-kotlin-stdlib/kotlin/Char.mjs';
|
|
36
36
|
import { toByte4i43936u611k as toByte } from '../../kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs';
|
|
37
37
|
import {
|
|
@@ -53,27 +53,27 @@ function UnsafeCursor() {
|
|
|
53
53
|
if (UnsafeCursorClass === VOID) {
|
|
54
54
|
class $ {
|
|
55
55
|
constructor() {
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
56
|
+
this.y4k_1 = null;
|
|
57
|
+
this.z4k_1 = false;
|
|
58
|
+
this.a4l_1 = null;
|
|
59
|
+
this.b4l_1 = new (Long())(-1, -1);
|
|
60
|
+
this.c4l_1 = null;
|
|
61
|
+
this.d4l_1 = -1;
|
|
62
|
+
this.e4l_1 = -1;
|
|
63
63
|
}
|
|
64
|
-
|
|
64
|
+
j6() {
|
|
65
65
|
// Inline function 'okio.internal.commonClose' call
|
|
66
66
|
// Inline function 'kotlin.check' call
|
|
67
|
-
if (!!(this.
|
|
67
|
+
if (!!(this.y4k_1 == null)) {
|
|
68
68
|
var message = 'not attached to a buffer';
|
|
69
69
|
throw IllegalStateException().o(toString(message));
|
|
70
70
|
}
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
71
|
+
this.y4k_1 = null;
|
|
72
|
+
this.a4l_1 = null;
|
|
73
|
+
this.b4l_1 = new (Long())(-1, -1);
|
|
74
|
+
this.c4l_1 = null;
|
|
75
|
+
this.d4l_1 = -1;
|
|
76
|
+
this.e4l_1 = -1;
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
initMetadataForClass($, 'UnsafeCursor', UnsafeCursor);
|
|
@@ -86,166 +86,168 @@ function Buffer() {
|
|
|
86
86
|
if (BufferClass === VOID) {
|
|
87
87
|
class $ {
|
|
88
88
|
constructor() {
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
89
|
+
this.r4i_1 = null;
|
|
90
|
+
this.s4i_1 = new (Long())(0, 0);
|
|
91
91
|
}
|
|
92
|
-
|
|
92
|
+
c1p() {
|
|
93
93
|
return this;
|
|
94
94
|
}
|
|
95
|
-
|
|
96
|
-
return equalsLong(this.
|
|
95
|
+
d1p() {
|
|
96
|
+
return equalsLong(this.s4i_1, new (Long())(0, 0));
|
|
97
97
|
}
|
|
98
|
-
|
|
99
|
-
if (compare(this.
|
|
100
|
-
throw EOFException().
|
|
98
|
+
e1p(byteCount) {
|
|
99
|
+
if (compare(this.s4i_1, byteCount) < 0)
|
|
100
|
+
throw EOFException().i4l(null);
|
|
101
101
|
}
|
|
102
|
-
|
|
103
|
-
return compare(this.
|
|
102
|
+
f1p(byteCount) {
|
|
103
|
+
return compare(this.s4i_1, byteCount) >= 0;
|
|
104
104
|
}
|
|
105
|
-
|
|
105
|
+
j4l(out, offset, byteCount) {
|
|
106
106
|
var tmp$ret$0;
|
|
107
107
|
$l$block: {
|
|
108
108
|
// Inline function 'okio.internal.commonCopyTo' call
|
|
109
109
|
var offset_0 = offset;
|
|
110
110
|
var byteCount_0 = byteCount;
|
|
111
|
-
checkOffsetAndCount(this.
|
|
111
|
+
checkOffsetAndCount(this.s4i_1, offset_0, byteCount_0);
|
|
112
112
|
if (equalsLong(byteCount_0, new (Long())(0, 0))) {
|
|
113
113
|
tmp$ret$0 = this;
|
|
114
114
|
break $l$block;
|
|
115
115
|
}
|
|
116
|
-
out.
|
|
117
|
-
var s = this.
|
|
118
|
-
while (compare(offset_0, fromInt(ensureNotNull(s).
|
|
119
|
-
offset_0 = subtract(offset_0, fromInt(s.
|
|
120
|
-
s = s.
|
|
116
|
+
out.s4i_1 = add(out.s4i_1, byteCount_0);
|
|
117
|
+
var s = this.r4i_1;
|
|
118
|
+
while (compare(offset_0, fromInt(ensureNotNull(s).i4j_1 - s.h4j_1 | 0)) >= 0) {
|
|
119
|
+
offset_0 = subtract(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
|
|
120
|
+
s = s.l4j_1;
|
|
121
121
|
}
|
|
122
122
|
while (compare(byteCount_0, new (Long())(0, 0)) > 0) {
|
|
123
|
-
var copy = ensureNotNull(s).
|
|
124
|
-
copy.
|
|
123
|
+
var copy = ensureNotNull(s).p4j();
|
|
124
|
+
copy.h4j_1 = copy.h4j_1 + convertToInt(offset_0) | 0;
|
|
125
125
|
var tmp = copy;
|
|
126
|
-
var tmp0 = copy.
|
|
126
|
+
var tmp0 = copy.h4j_1 + convertToInt(byteCount_0) | 0;
|
|
127
127
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
128
|
-
var b = copy.
|
|
129
|
-
tmp.
|
|
130
|
-
if (out.
|
|
131
|
-
copy.
|
|
132
|
-
copy.
|
|
133
|
-
out.
|
|
128
|
+
var b = copy.i4j_1;
|
|
129
|
+
tmp.i4j_1 = Math.min(tmp0, b);
|
|
130
|
+
if (out.r4i_1 == null) {
|
|
131
|
+
copy.m4j_1 = copy;
|
|
132
|
+
copy.l4j_1 = copy.m4j_1;
|
|
133
|
+
out.r4i_1 = copy.l4j_1;
|
|
134
134
|
} else {
|
|
135
|
-
ensureNotNull(ensureNotNull(out.
|
|
135
|
+
ensureNotNull(ensureNotNull(out.r4i_1).m4j_1).r4j(copy);
|
|
136
136
|
}
|
|
137
|
-
byteCount_0 = subtract(byteCount_0, fromInt(copy.
|
|
137
|
+
byteCount_0 = subtract(byteCount_0, fromInt(copy.i4j_1 - copy.h4j_1 | 0));
|
|
138
138
|
offset_0 = new (Long())(0, 0);
|
|
139
|
-
s = s.
|
|
139
|
+
s = s.l4j_1;
|
|
140
140
|
}
|
|
141
141
|
tmp$ret$0 = this;
|
|
142
142
|
}
|
|
143
143
|
return tmp$ret$0;
|
|
144
144
|
}
|
|
145
|
-
|
|
145
|
+
y1p(pos) {
|
|
146
146
|
var tmp$ret$0;
|
|
147
|
-
$l$
|
|
147
|
+
$l$block_3: {
|
|
148
148
|
// Inline function 'okio.internal.commonGet' call
|
|
149
|
-
checkOffsetAndCount(this.
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
var s = tmp;
|
|
161
|
-
if (compare(subtract(this.k4i_1, pos), pos) < 0) {
|
|
162
|
-
var offset_0 = this.k4i_1;
|
|
163
|
-
while (compare(offset_0, pos) > 0) {
|
|
164
|
-
s = ensureNotNull(s.e4j_1);
|
|
165
|
-
offset_0 = subtract(offset_0, fromInt(s.a4j_1 - s.z4i_1 | 0));
|
|
149
|
+
checkOffsetAndCount(this.s4i_1, pos, new (Long())(1, 0));
|
|
150
|
+
$l$block_4: {
|
|
151
|
+
// Inline function 'okio.internal.seek' call
|
|
152
|
+
var tmp0_elvis_lhs = this.r4i_1;
|
|
153
|
+
var tmp;
|
|
154
|
+
if (tmp0_elvis_lhs == null) {
|
|
155
|
+
var offset = new (Long())(-1, -1);
|
|
156
|
+
tmp$ret$0 = ensureNotNull(null).g4j_1[convertToInt(subtract(add(numberToLong(null.h4j_1), pos), offset))];
|
|
157
|
+
break $l$block_3;
|
|
158
|
+
} else {
|
|
159
|
+
tmp = tmp0_elvis_lhs;
|
|
166
160
|
}
|
|
167
|
-
var
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
var
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
161
|
+
var s = tmp;
|
|
162
|
+
if (compare(subtract(this.s4i_1, pos), pos) < 0) {
|
|
163
|
+
var offset_0 = this.s4i_1;
|
|
164
|
+
while (compare(offset_0, pos) > 0) {
|
|
165
|
+
s = ensureNotNull(s.m4j_1);
|
|
166
|
+
offset_0 = subtract(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
|
|
167
|
+
}
|
|
168
|
+
var tmp0 = s;
|
|
169
|
+
var offset_1 = offset_0;
|
|
170
|
+
tmp$ret$0 = ensureNotNull(tmp0).g4j_1[convertToInt(subtract(add(numberToLong(tmp0.h4j_1), pos), offset_1))];
|
|
171
|
+
break $l$block_3;
|
|
172
|
+
} else {
|
|
173
|
+
var offset_2 = new (Long())(0, 0);
|
|
174
|
+
$l$loop: while (true) {
|
|
175
|
+
var tmp0_0 = offset_2;
|
|
176
|
+
// Inline function 'kotlin.Long.plus' call
|
|
177
|
+
var other = s.i4j_1 - s.h4j_1 | 0;
|
|
178
|
+
var nextOffset = add(tmp0_0, fromInt(other));
|
|
179
|
+
if (compare(nextOffset, pos) > 0)
|
|
180
|
+
break $l$loop;
|
|
181
|
+
s = ensureNotNull(s.l4j_1);
|
|
182
|
+
offset_2 = nextOffset;
|
|
183
|
+
}
|
|
184
|
+
var tmp0_1 = s;
|
|
185
|
+
var offset_3 = offset_2;
|
|
186
|
+
tmp$ret$0 = ensureNotNull(tmp0_1).g4j_1[convertToInt(subtract(add(numberToLong(tmp0_1.h4j_1), pos), offset_3))];
|
|
187
|
+
break $l$block_3;
|
|
182
188
|
}
|
|
183
|
-
var tmp0_1 = s;
|
|
184
|
-
var offset_3 = offset_2;
|
|
185
|
-
tmp$ret$0 = ensureNotNull(tmp0_1).y4i_1[convertToInt(subtract(add(numberToLong(tmp0_1.z4i_1), pos), offset_3))];
|
|
186
|
-
break $l$block_1;
|
|
187
189
|
}
|
|
188
190
|
}
|
|
189
191
|
return tmp$ret$0;
|
|
190
192
|
}
|
|
191
|
-
|
|
193
|
+
k4l() {
|
|
192
194
|
var tmp$ret$0;
|
|
193
195
|
$l$block: {
|
|
194
196
|
// Inline function 'okio.internal.commonCompleteSegmentByteCount' call
|
|
195
|
-
var result = this.
|
|
197
|
+
var result = this.s4i_1;
|
|
196
198
|
if (equalsLong(result, new (Long())(0, 0))) {
|
|
197
199
|
tmp$ret$0 = new (Long())(0, 0);
|
|
198
200
|
break $l$block;
|
|
199
201
|
}
|
|
200
|
-
var tail = ensureNotNull(ensureNotNull(this.
|
|
201
|
-
if (tail.
|
|
202
|
-
result = subtract(result, fromInt(tail.
|
|
202
|
+
var tail = ensureNotNull(ensureNotNull(this.r4i_1).m4j_1);
|
|
203
|
+
if (tail.i4j_1 < 8192 && tail.k4j_1) {
|
|
204
|
+
result = subtract(result, fromInt(tail.i4j_1 - tail.h4j_1 | 0));
|
|
203
205
|
}
|
|
204
206
|
tmp$ret$0 = result;
|
|
205
207
|
}
|
|
206
208
|
return tmp$ret$0;
|
|
207
209
|
}
|
|
208
|
-
|
|
210
|
+
g1p() {
|
|
209
211
|
// Inline function 'okio.internal.commonReadByte' call
|
|
210
|
-
if (equalsLong(this.
|
|
211
|
-
throw EOFException().
|
|
212
|
-
var segment = ensureNotNull(this.
|
|
213
|
-
var pos = segment.
|
|
214
|
-
var limit = segment.
|
|
215
|
-
var data = segment.
|
|
212
|
+
if (equalsLong(this.s4i_1, new (Long())(0, 0)))
|
|
213
|
+
throw EOFException().l4l();
|
|
214
|
+
var segment = ensureNotNull(this.r4i_1);
|
|
215
|
+
var pos = segment.h4j_1;
|
|
216
|
+
var limit = segment.i4j_1;
|
|
217
|
+
var data = segment.g4j_1;
|
|
216
218
|
var tmp0 = pos;
|
|
217
219
|
pos = tmp0 + 1 | 0;
|
|
218
220
|
var b = data[tmp0];
|
|
219
|
-
this.
|
|
221
|
+
this.s4i_1 = subtract(this.s4i_1, new (Long())(1, 0));
|
|
220
222
|
if (pos === limit) {
|
|
221
|
-
this.
|
|
222
|
-
SegmentPool_instance.
|
|
223
|
+
this.r4i_1 = segment.q4j();
|
|
224
|
+
SegmentPool_instance.x4j(segment);
|
|
223
225
|
} else {
|
|
224
|
-
segment.
|
|
226
|
+
segment.h4j_1 = pos;
|
|
225
227
|
}
|
|
226
228
|
return b;
|
|
227
229
|
}
|
|
228
|
-
|
|
229
|
-
var tmp$ret$
|
|
230
|
+
d4j() {
|
|
231
|
+
var tmp$ret$0;
|
|
230
232
|
$l$block: {
|
|
231
233
|
// Inline function 'okio.internal.commonReadInt' call
|
|
232
|
-
if (compare(this.
|
|
233
|
-
throw EOFException().
|
|
234
|
-
var segment = ensureNotNull(this.
|
|
235
|
-
var pos = segment.
|
|
236
|
-
var limit = segment.
|
|
234
|
+
if (compare(this.s4i_1, new (Long())(4, 0)) < 0)
|
|
235
|
+
throw EOFException().l4l();
|
|
236
|
+
var segment = ensureNotNull(this.r4i_1);
|
|
237
|
+
var pos = segment.h4j_1;
|
|
238
|
+
var limit = segment.i4j_1;
|
|
237
239
|
if (compare(fromInt(limit - pos | 0), new (Long())(4, 0)) < 0) {
|
|
238
240
|
// Inline function 'okio.and' call
|
|
239
|
-
var tmp = (this.
|
|
241
|
+
var tmp = (this.g1p() & 255) << 24;
|
|
240
242
|
// Inline function 'okio.and' call
|
|
241
|
-
var tmp_0 = tmp | (this.
|
|
243
|
+
var tmp_0 = tmp | (this.g1p() & 255) << 16;
|
|
242
244
|
// Inline function 'okio.and' call
|
|
243
|
-
var tmp_1 = tmp_0 | (this.
|
|
245
|
+
var tmp_1 = tmp_0 | (this.g1p() & 255) << 8;
|
|
244
246
|
// Inline function 'okio.and' call
|
|
245
|
-
tmp$ret$
|
|
247
|
+
tmp$ret$0 = tmp_1 | this.g1p() & 255;
|
|
246
248
|
break $l$block;
|
|
247
249
|
}
|
|
248
|
-
var data = segment.
|
|
250
|
+
var data = segment.g4j_1;
|
|
249
251
|
var tmp3 = pos;
|
|
250
252
|
pos = tmp3 + 1 | 0;
|
|
251
253
|
// Inline function 'okio.and' call
|
|
@@ -262,106 +264,106 @@ function Buffer() {
|
|
|
262
264
|
pos = tmp0 + 1 | 0;
|
|
263
265
|
// Inline function 'okio.and' call
|
|
264
266
|
var i = tmp_4 | data[tmp0] & 255;
|
|
265
|
-
this.
|
|
267
|
+
this.s4i_1 = subtract(this.s4i_1, new (Long())(4, 0));
|
|
266
268
|
if (pos === limit) {
|
|
267
|
-
this.
|
|
268
|
-
SegmentPool_instance.
|
|
269
|
+
this.r4i_1 = segment.q4j();
|
|
270
|
+
SegmentPool_instance.x4j(segment);
|
|
269
271
|
} else {
|
|
270
|
-
segment.
|
|
272
|
+
segment.h4j_1 = pos;
|
|
271
273
|
}
|
|
272
|
-
tmp$ret$
|
|
274
|
+
tmp$ret$0 = i;
|
|
273
275
|
}
|
|
274
|
-
return tmp$ret$
|
|
276
|
+
return tmp$ret$0;
|
|
275
277
|
}
|
|
276
|
-
|
|
278
|
+
m4l() {
|
|
277
279
|
// Inline function 'okio.internal.commonReadByteString' call
|
|
278
|
-
return this.
|
|
280
|
+
return this.n4l(this.s4i_1);
|
|
279
281
|
}
|
|
280
|
-
|
|
281
|
-
var tmp$ret$
|
|
282
|
+
n4l(byteCount) {
|
|
283
|
+
var tmp$ret$0;
|
|
282
284
|
$l$block_0: {
|
|
283
285
|
// Inline function 'okio.internal.commonReadByteString' call
|
|
284
286
|
// Inline function 'kotlin.require' call
|
|
285
287
|
if (!(compare(byteCount, new (Long())(0, 0)) >= 0 && compare(byteCount, new (Long())(2147483647, 0)) <= 0)) {
|
|
286
288
|
var message = 'byteCount: ' + byteCount.toString();
|
|
287
|
-
throw IllegalArgumentException().
|
|
289
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
288
290
|
}
|
|
289
|
-
if (compare(this.
|
|
290
|
-
throw EOFException().
|
|
291
|
+
if (compare(this.s4i_1, byteCount) < 0)
|
|
292
|
+
throw EOFException().l4l();
|
|
291
293
|
if (compare(byteCount, new (Long())(4096, 0)) >= 0) {
|
|
292
294
|
// Inline function 'kotlin.also' call
|
|
293
|
-
var this_0 = this.
|
|
294
|
-
this.
|
|
295
|
-
tmp$ret$
|
|
295
|
+
var this_0 = this.p4l(convertToInt(byteCount));
|
|
296
|
+
this.a1q(byteCount);
|
|
297
|
+
tmp$ret$0 = this_0;
|
|
296
298
|
break $l$block_0;
|
|
297
299
|
} else {
|
|
298
|
-
tmp$ret$
|
|
300
|
+
tmp$ret$0 = new (ByteString())(this.o4l(byteCount));
|
|
299
301
|
break $l$block_0;
|
|
300
302
|
}
|
|
301
303
|
}
|
|
302
|
-
return tmp$ret$
|
|
304
|
+
return tmp$ret$0;
|
|
303
305
|
}
|
|
304
|
-
|
|
305
|
-
return this.
|
|
306
|
+
q4l() {
|
|
307
|
+
return this.d4k(this.s4i_1);
|
|
306
308
|
}
|
|
307
|
-
|
|
308
|
-
var tmp$ret$
|
|
309
|
+
d4k(byteCount) {
|
|
310
|
+
var tmp$ret$0;
|
|
309
311
|
$l$block_0: {
|
|
310
312
|
// Inline function 'okio.internal.commonReadUtf8' call
|
|
311
313
|
// Inline function 'kotlin.require' call
|
|
312
314
|
if (!(compare(byteCount, new (Long())(0, 0)) >= 0 && compare(byteCount, new (Long())(2147483647, 0)) <= 0)) {
|
|
313
315
|
var message = 'byteCount: ' + byteCount.toString();
|
|
314
|
-
throw IllegalArgumentException().
|
|
316
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
315
317
|
}
|
|
316
|
-
if (compare(this.
|
|
317
|
-
throw EOFException().
|
|
318
|
+
if (compare(this.s4i_1, byteCount) < 0)
|
|
319
|
+
throw EOFException().l4l();
|
|
318
320
|
if (equalsLong(byteCount, new (Long())(0, 0))) {
|
|
319
|
-
tmp$ret$
|
|
321
|
+
tmp$ret$0 = '';
|
|
320
322
|
break $l$block_0;
|
|
321
323
|
}
|
|
322
|
-
var s = ensureNotNull(this.
|
|
323
|
-
if (compare(add(numberToLong(s.
|
|
324
|
-
tmp$ret$
|
|
324
|
+
var s = ensureNotNull(this.r4i_1);
|
|
325
|
+
if (compare(add(numberToLong(s.h4j_1), byteCount), fromInt(s.i4j_1)) > 0) {
|
|
326
|
+
tmp$ret$0 = commonToUtf8String(this.o4l(byteCount));
|
|
325
327
|
break $l$block_0;
|
|
326
328
|
}
|
|
327
|
-
var result = commonToUtf8String(s.
|
|
328
|
-
s.
|
|
329
|
-
this.
|
|
330
|
-
if (s.
|
|
331
|
-
this.
|
|
332
|
-
SegmentPool_instance.
|
|
329
|
+
var result = commonToUtf8String(s.g4j_1, s.h4j_1, s.h4j_1 + convertToInt(byteCount) | 0);
|
|
330
|
+
s.h4j_1 = s.h4j_1 + convertToInt(byteCount) | 0;
|
|
331
|
+
this.s4i_1 = subtract(this.s4i_1, byteCount);
|
|
332
|
+
if (s.h4j_1 === s.i4j_1) {
|
|
333
|
+
this.r4i_1 = s.q4j();
|
|
334
|
+
SegmentPool_instance.x4j(s);
|
|
333
335
|
}
|
|
334
|
-
tmp$ret$
|
|
336
|
+
tmp$ret$0 = result;
|
|
335
337
|
}
|
|
336
|
-
return tmp$ret$
|
|
338
|
+
return tmp$ret$0;
|
|
337
339
|
}
|
|
338
|
-
|
|
339
|
-
return this.
|
|
340
|
+
r4l() {
|
|
341
|
+
return this.s4l(new (Long())(-1, 2147483647));
|
|
340
342
|
}
|
|
341
|
-
|
|
342
|
-
var tmp$ret$
|
|
343
|
+
s4l(limit) {
|
|
344
|
+
var tmp$ret$0;
|
|
343
345
|
$l$block_0: {
|
|
344
346
|
// Inline function 'okio.internal.commonReadUtf8LineStrict' call
|
|
345
347
|
// Inline function 'kotlin.require' call
|
|
346
348
|
if (!(compare(limit, new (Long())(0, 0)) >= 0)) {
|
|
347
349
|
var message = 'limit < 0: ' + limit.toString();
|
|
348
|
-
throw IllegalArgumentException().
|
|
350
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
349
351
|
}
|
|
350
352
|
var scanLength = equalsLong(limit, new (Long())(-1, 2147483647)) ? new (Long())(-1, 2147483647) : add(limit, new (Long())(1, 0));
|
|
351
353
|
// Inline function 'kotlin.code' call
|
|
352
354
|
var this_0 = _Char___init__impl__6a9atx(10);
|
|
353
|
-
var tmp$ret$
|
|
354
|
-
var newline = this.
|
|
355
|
+
var tmp$ret$3 = Char__toInt_impl_vasixd(this_0);
|
|
356
|
+
var newline = this.t4l(toByte(tmp$ret$3), new (Long())(0, 0), scanLength);
|
|
355
357
|
if (!equalsLong(newline, new (Long())(-1, -1))) {
|
|
356
|
-
tmp$ret$
|
|
358
|
+
tmp$ret$0 = readUtf8Line(this, newline);
|
|
357
359
|
break $l$block_0;
|
|
358
360
|
}
|
|
359
361
|
var tmp;
|
|
360
362
|
var tmp_0;
|
|
361
|
-
if (compare(scanLength, this.
|
|
363
|
+
if (compare(scanLength, this.s4i_1) < 0) {
|
|
362
364
|
// Inline function 'kotlin.Long.minus' call
|
|
363
365
|
var tmp$ret$4 = subtract(scanLength, fromInt(1));
|
|
364
|
-
var tmp_1 = this.
|
|
366
|
+
var tmp_1 = this.y1p(tmp$ret$4);
|
|
365
367
|
// Inline function 'kotlin.code' call
|
|
366
368
|
var this_1 = _Char___init__impl__6a9atx(13);
|
|
367
369
|
var tmp$ret$5 = Char__toInt_impl_vasixd(this_1);
|
|
@@ -370,7 +372,7 @@ function Buffer() {
|
|
|
370
372
|
tmp_0 = false;
|
|
371
373
|
}
|
|
372
374
|
if (tmp_0) {
|
|
373
|
-
var tmp_2 = this.
|
|
375
|
+
var tmp_2 = this.y1p(scanLength);
|
|
374
376
|
// Inline function 'kotlin.code' call
|
|
375
377
|
var this_2 = _Char___init__impl__6a9atx(10);
|
|
376
378
|
var tmp$ret$6 = Char__toInt_impl_vasixd(this_2);
|
|
@@ -379,25 +381,25 @@ function Buffer() {
|
|
|
379
381
|
tmp = false;
|
|
380
382
|
}
|
|
381
383
|
if (tmp) {
|
|
382
|
-
tmp$ret$
|
|
384
|
+
tmp$ret$0 = readUtf8Line(this, scanLength);
|
|
383
385
|
break $l$block_0;
|
|
384
386
|
}
|
|
385
387
|
var data = new (Buffer())();
|
|
386
388
|
var tmp_3 = new (Long())(0, 0);
|
|
387
389
|
// Inline function 'okio.minOf' call
|
|
388
|
-
var b = this.
|
|
390
|
+
var b = this.s4i_1;
|
|
389
391
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
390
392
|
var a = fromInt(32);
|
|
391
|
-
var tmp$ret$
|
|
392
|
-
this.
|
|
393
|
+
var tmp$ret$7 = compare(a, b) <= 0 ? a : b;
|
|
394
|
+
this.j4l(data, tmp_3, tmp$ret$7);
|
|
393
395
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
394
|
-
var a_0 = this.
|
|
396
|
+
var a_0 = this.s4i_1;
|
|
395
397
|
var tmp$ret$9 = compare(a_0, limit) <= 0 ? a_0 : limit;
|
|
396
|
-
throw EOFException().
|
|
398
|
+
throw EOFException().i4l('\\n not found: limit=' + tmp$ret$9.toString() + ' content=' + data.m4l().q4k() + '\u2026');
|
|
397
399
|
}
|
|
398
|
-
return tmp$ret$
|
|
400
|
+
return tmp$ret$0;
|
|
399
401
|
}
|
|
400
|
-
|
|
402
|
+
u4l(options) {
|
|
401
403
|
var tmp$ret$0;
|
|
402
404
|
$l$block: {
|
|
403
405
|
// Inline function 'okio.internal.commonSelect' call
|
|
@@ -406,46 +408,46 @@ function Buffer() {
|
|
|
406
408
|
tmp$ret$0 = -1;
|
|
407
409
|
break $l$block;
|
|
408
410
|
}
|
|
409
|
-
var selectedSize = options.
|
|
410
|
-
this.
|
|
411
|
+
var selectedSize = options.z4i_1[index].q2();
|
|
412
|
+
this.a1q(fromInt(selectedSize));
|
|
411
413
|
tmp$ret$0 = index;
|
|
412
414
|
}
|
|
413
415
|
return tmp$ret$0;
|
|
414
416
|
}
|
|
415
|
-
|
|
417
|
+
v4l() {
|
|
416
418
|
// Inline function 'okio.internal.commonReadByteArray' call
|
|
417
|
-
return this.
|
|
419
|
+
return this.o4l(this.s4i_1);
|
|
418
420
|
}
|
|
419
|
-
|
|
421
|
+
o4l(byteCount) {
|
|
420
422
|
// Inline function 'okio.internal.commonReadByteArray' call
|
|
421
423
|
// Inline function 'kotlin.require' call
|
|
422
424
|
if (!(compare(byteCount, new (Long())(0, 0)) >= 0 && compare(byteCount, new (Long())(2147483647, 0)) <= 0)) {
|
|
423
425
|
var message = 'byteCount: ' + byteCount.toString();
|
|
424
|
-
throw IllegalArgumentException().
|
|
426
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
425
427
|
}
|
|
426
|
-
if (compare(this.
|
|
427
|
-
throw EOFException().
|
|
428
|
+
if (compare(this.s4i_1, byteCount) < 0)
|
|
429
|
+
throw EOFException().l4l();
|
|
428
430
|
var result = new Int8Array(convertToInt(byteCount));
|
|
429
|
-
this.
|
|
431
|
+
this.w4l(result);
|
|
430
432
|
return result;
|
|
431
433
|
}
|
|
432
|
-
|
|
434
|
+
w4l(sink) {
|
|
433
435
|
// Inline function 'okio.internal.commonReadFully' call
|
|
434
436
|
var offset = 0;
|
|
435
437
|
while (offset < sink.length) {
|
|
436
|
-
var read = this.
|
|
438
|
+
var read = this.x4l(sink, offset, sink.length - offset | 0);
|
|
437
439
|
if (read === -1)
|
|
438
|
-
throw EOFException().
|
|
440
|
+
throw EOFException().l4l();
|
|
439
441
|
offset = offset + read | 0;
|
|
440
442
|
}
|
|
441
443
|
return Unit_instance;
|
|
442
444
|
}
|
|
443
|
-
|
|
445
|
+
x4l(sink, offset, byteCount) {
|
|
444
446
|
var tmp$ret$0;
|
|
445
447
|
$l$block: {
|
|
446
448
|
// Inline function 'okio.internal.commonRead' call
|
|
447
449
|
checkOffsetAndCount(fromInt(sink.length), fromInt(offset), fromInt(byteCount));
|
|
448
|
-
var tmp0_elvis_lhs = this.
|
|
450
|
+
var tmp0_elvis_lhs = this.r4i_1;
|
|
449
451
|
var tmp;
|
|
450
452
|
if (tmp0_elvis_lhs == null) {
|
|
451
453
|
tmp$ret$0 = -1;
|
|
@@ -455,112 +457,112 @@ function Buffer() {
|
|
|
455
457
|
}
|
|
456
458
|
var s = tmp;
|
|
457
459
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
458
|
-
var b = s.
|
|
460
|
+
var b = s.i4j_1 - s.h4j_1 | 0;
|
|
459
461
|
var toCopy = Math.min(byteCount, b);
|
|
460
|
-
var tmp0 = s.
|
|
461
|
-
var tmp6 = s.
|
|
462
|
+
var tmp0 = s.g4j_1;
|
|
463
|
+
var tmp6 = s.h4j_1;
|
|
462
464
|
// Inline function 'kotlin.collections.copyInto' call
|
|
463
|
-
var endIndex = s.
|
|
465
|
+
var endIndex = s.h4j_1 + toCopy | 0;
|
|
464
466
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
465
467
|
// Inline function 'kotlin.js.asDynamic' call
|
|
466
468
|
var tmp_0 = tmp0;
|
|
467
469
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
468
470
|
// Inline function 'kotlin.js.asDynamic' call
|
|
469
471
|
arrayCopy(tmp_0, sink, offset, tmp6, endIndex);
|
|
470
|
-
s.
|
|
471
|
-
this.
|
|
472
|
-
if (s.
|
|
473
|
-
this.
|
|
474
|
-
SegmentPool_instance.
|
|
472
|
+
s.h4j_1 = s.h4j_1 + toCopy | 0;
|
|
473
|
+
this.s4i_1 = subtract(this.s4i_1, fromInt(toCopy));
|
|
474
|
+
if (s.h4j_1 === s.i4j_1) {
|
|
475
|
+
this.r4i_1 = s.q4j();
|
|
476
|
+
SegmentPool_instance.x4j(s);
|
|
475
477
|
}
|
|
476
478
|
tmp$ret$0 = toCopy;
|
|
477
479
|
}
|
|
478
480
|
return tmp$ret$0;
|
|
479
481
|
}
|
|
480
|
-
|
|
482
|
+
m4() {
|
|
481
483
|
// Inline function 'okio.internal.commonClear' call
|
|
482
|
-
this.
|
|
484
|
+
this.a1q(this.s4i_1);
|
|
483
485
|
return Unit_instance;
|
|
484
486
|
}
|
|
485
|
-
|
|
487
|
+
a1q(byteCount) {
|
|
486
488
|
// Inline function 'okio.internal.commonSkip' call
|
|
487
489
|
var byteCount_0 = byteCount;
|
|
488
490
|
while (compare(byteCount_0, new (Long())(0, 0)) > 0) {
|
|
489
|
-
var tmp0_elvis_lhs = this.
|
|
491
|
+
var tmp0_elvis_lhs = this.r4i_1;
|
|
490
492
|
var tmp;
|
|
491
493
|
if (tmp0_elvis_lhs == null) {
|
|
492
|
-
throw EOFException().
|
|
494
|
+
throw EOFException().l4l();
|
|
493
495
|
} else {
|
|
494
496
|
tmp = tmp0_elvis_lhs;
|
|
495
497
|
}
|
|
496
498
|
var head = tmp;
|
|
497
499
|
var tmp0 = byteCount_0;
|
|
498
500
|
// Inline function 'okio.minOf' call
|
|
499
|
-
var b = head.
|
|
501
|
+
var b = head.i4j_1 - head.h4j_1 | 0;
|
|
500
502
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
501
503
|
var b_0 = fromInt(b);
|
|
502
504
|
var tmp$ret$1 = compare(tmp0, b_0) <= 0 ? tmp0 : b_0;
|
|
503
505
|
var toSkip = convertToInt(tmp$ret$1);
|
|
504
|
-
this.
|
|
506
|
+
this.s4i_1 = subtract(this.s4i_1, fromInt(toSkip));
|
|
505
507
|
byteCount_0 = subtract(byteCount_0, fromInt(toSkip));
|
|
506
|
-
head.
|
|
507
|
-
if (head.
|
|
508
|
-
this.
|
|
509
|
-
SegmentPool_instance.
|
|
508
|
+
head.h4j_1 = head.h4j_1 + toSkip | 0;
|
|
509
|
+
if (head.h4j_1 === head.i4j_1) {
|
|
510
|
+
this.r4i_1 = head.q4j();
|
|
511
|
+
SegmentPool_instance.x4j(head);
|
|
510
512
|
}
|
|
511
513
|
}
|
|
512
514
|
return Unit_instance;
|
|
513
515
|
}
|
|
514
|
-
|
|
516
|
+
y4l(byteString) {
|
|
515
517
|
// Inline function 'okio.internal.commonWrite' call
|
|
516
|
-
var byteCount = byteString.
|
|
517
|
-
byteString.
|
|
518
|
+
var byteCount = byteString.q2();
|
|
519
|
+
byteString.u4k(this, 0, byteCount);
|
|
518
520
|
return this;
|
|
519
521
|
}
|
|
520
|
-
|
|
521
|
-
var tmp$ret$
|
|
522
|
+
z4l(minimumCapacity) {
|
|
523
|
+
var tmp$ret$0;
|
|
522
524
|
$l$block: {
|
|
523
525
|
// Inline function 'okio.internal.commonWritableSegment' call
|
|
524
526
|
// Inline function 'kotlin.require' call
|
|
525
527
|
if (!(minimumCapacity >= 1 && minimumCapacity <= 8192)) {
|
|
526
528
|
var message = 'unexpected capacity';
|
|
527
|
-
throw IllegalArgumentException().
|
|
529
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
528
530
|
}
|
|
529
|
-
if (this.
|
|
530
|
-
var result = SegmentPool_instance.
|
|
531
|
-
this.
|
|
532
|
-
result.
|
|
533
|
-
result.
|
|
534
|
-
tmp$ret$
|
|
531
|
+
if (this.r4i_1 == null) {
|
|
532
|
+
var result = SegmentPool_instance.l1q();
|
|
533
|
+
this.r4i_1 = result;
|
|
534
|
+
result.m4j_1 = result;
|
|
535
|
+
result.l4j_1 = result;
|
|
536
|
+
tmp$ret$0 = result;
|
|
535
537
|
break $l$block;
|
|
536
538
|
}
|
|
537
|
-
var tail = ensureNotNull(this.
|
|
538
|
-
if ((ensureNotNull(tail).
|
|
539
|
-
tail = tail.
|
|
539
|
+
var tail = ensureNotNull(this.r4i_1).m4j_1;
|
|
540
|
+
if ((ensureNotNull(tail).i4j_1 + minimumCapacity | 0) > 8192 || !tail.k4j_1) {
|
|
541
|
+
tail = tail.r4j(SegmentPool_instance.l1q());
|
|
540
542
|
}
|
|
541
|
-
tmp$ret$
|
|
543
|
+
tmp$ret$0 = tail;
|
|
542
544
|
}
|
|
543
|
-
return tmp$ret$
|
|
545
|
+
return tmp$ret$0;
|
|
544
546
|
}
|
|
545
|
-
|
|
546
|
-
return this.
|
|
547
|
+
a4m(string) {
|
|
548
|
+
return this.b4m(string, 0, string.length);
|
|
547
549
|
}
|
|
548
|
-
|
|
550
|
+
b4m(string, beginIndex, endIndex) {
|
|
549
551
|
// Inline function 'okio.internal.commonWriteUtf8' call
|
|
550
552
|
// Inline function 'kotlin.require' call
|
|
551
553
|
if (!(beginIndex >= 0)) {
|
|
552
554
|
var message = 'beginIndex < 0: ' + beginIndex;
|
|
553
|
-
throw IllegalArgumentException().
|
|
555
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
554
556
|
}
|
|
555
557
|
// Inline function 'kotlin.require' call
|
|
556
558
|
if (!(endIndex >= beginIndex)) {
|
|
557
559
|
var message_0 = 'endIndex < beginIndex: ' + endIndex + ' < ' + beginIndex;
|
|
558
|
-
throw IllegalArgumentException().
|
|
560
|
+
throw IllegalArgumentException().m2(toString(message_0));
|
|
559
561
|
}
|
|
560
562
|
// Inline function 'kotlin.require' call
|
|
561
563
|
if (!(endIndex <= string.length)) {
|
|
562
564
|
var message_1 = 'endIndex > string.length: ' + endIndex + ' > ' + string.length;
|
|
563
|
-
throw IllegalArgumentException().
|
|
565
|
+
throw IllegalArgumentException().m2(toString(message_1));
|
|
564
566
|
}
|
|
565
567
|
var i = beginIndex;
|
|
566
568
|
while (i < endIndex) {
|
|
@@ -568,9 +570,9 @@ function Buffer() {
|
|
|
568
570
|
var this_0 = charCodeAt(string, i);
|
|
569
571
|
var c = Char__toInt_impl_vasixd(this_0);
|
|
570
572
|
if (c < 128) {
|
|
571
|
-
var tail = this.
|
|
572
|
-
var data = tail.
|
|
573
|
-
var segmentOffset = tail.
|
|
573
|
+
var tail = this.z4l(1);
|
|
574
|
+
var data = tail.g4j_1;
|
|
575
|
+
var segmentOffset = tail.i4j_1 - i | 0;
|
|
574
576
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
575
577
|
var b = 8192 - segmentOffset | 0;
|
|
576
578
|
var runLimit = Math.min(endIndex, b);
|
|
@@ -587,23 +589,23 @@ function Buffer() {
|
|
|
587
589
|
i = tmp1 + 1 | 0;
|
|
588
590
|
data[segmentOffset + tmp1 | 0] = toByte(c);
|
|
589
591
|
}
|
|
590
|
-
var runSize = (i + segmentOffset | 0) - tail.
|
|
591
|
-
tail.
|
|
592
|
-
this.
|
|
592
|
+
var runSize = (i + segmentOffset | 0) - tail.i4j_1 | 0;
|
|
593
|
+
tail.i4j_1 = tail.i4j_1 + runSize | 0;
|
|
594
|
+
this.s4i_1 = add(this.s4i_1, fromInt(runSize));
|
|
593
595
|
} else if (c < 2048) {
|
|
594
|
-
var tail_0 = this.
|
|
595
|
-
tail_0.
|
|
596
|
-
tail_0.
|
|
597
|
-
tail_0.
|
|
598
|
-
this.
|
|
596
|
+
var tail_0 = this.z4l(2);
|
|
597
|
+
tail_0.g4j_1[tail_0.i4j_1] = toByte(c >> 6 | 192);
|
|
598
|
+
tail_0.g4j_1[tail_0.i4j_1 + 1 | 0] = toByte(c & 63 | 128);
|
|
599
|
+
tail_0.i4j_1 = tail_0.i4j_1 + 2 | 0;
|
|
600
|
+
this.s4i_1 = add(this.s4i_1, new (Long())(2, 0));
|
|
599
601
|
i = i + 1 | 0;
|
|
600
602
|
} else if (c < 55296 || c > 57343) {
|
|
601
|
-
var tail_1 = this.
|
|
602
|
-
tail_1.
|
|
603
|
-
tail_1.
|
|
604
|
-
tail_1.
|
|
605
|
-
tail_1.
|
|
606
|
-
this.
|
|
603
|
+
var tail_1 = this.z4l(3);
|
|
604
|
+
tail_1.g4j_1[tail_1.i4j_1] = toByte(c >> 12 | 224);
|
|
605
|
+
tail_1.g4j_1[tail_1.i4j_1 + 1 | 0] = toByte(c >> 6 & 63 | 128);
|
|
606
|
+
tail_1.g4j_1[tail_1.i4j_1 + 2 | 0] = toByte(c & 63 | 128);
|
|
607
|
+
tail_1.i4j_1 = tail_1.i4j_1 + 3 | 0;
|
|
608
|
+
this.s4i_1 = add(this.s4i_1, new (Long())(3, 0));
|
|
607
609
|
i = i + 1 | 0;
|
|
608
610
|
} else {
|
|
609
611
|
var tmp;
|
|
@@ -618,41 +620,41 @@ function Buffer() {
|
|
|
618
620
|
if (c > 56319 || !(56320 <= low ? low <= 57343 : false)) {
|
|
619
621
|
// Inline function 'kotlin.code' call
|
|
620
622
|
var this_3 = _Char___init__impl__6a9atx(63);
|
|
621
|
-
var tmp$ret$
|
|
622
|
-
this.
|
|
623
|
+
var tmp$ret$11 = Char__toInt_impl_vasixd(this_3);
|
|
624
|
+
this.c4m(tmp$ret$11);
|
|
623
625
|
i = i + 1 | 0;
|
|
624
626
|
} else {
|
|
625
627
|
var codePoint = 65536 + ((c & 1023) << 10 | low & 1023) | 0;
|
|
626
|
-
var tail_2 = this.
|
|
627
|
-
tail_2.
|
|
628
|
-
tail_2.
|
|
629
|
-
tail_2.
|
|
630
|
-
tail_2.
|
|
631
|
-
tail_2.
|
|
632
|
-
this.
|
|
628
|
+
var tail_2 = this.z4l(4);
|
|
629
|
+
tail_2.g4j_1[tail_2.i4j_1] = toByte(codePoint >> 18 | 240);
|
|
630
|
+
tail_2.g4j_1[tail_2.i4j_1 + 1 | 0] = toByte(codePoint >> 12 & 63 | 128);
|
|
631
|
+
tail_2.g4j_1[tail_2.i4j_1 + 2 | 0] = toByte(codePoint >> 6 & 63 | 128);
|
|
632
|
+
tail_2.g4j_1[tail_2.i4j_1 + 3 | 0] = toByte(codePoint & 63 | 128);
|
|
633
|
+
tail_2.i4j_1 = tail_2.i4j_1 + 4 | 0;
|
|
634
|
+
this.s4i_1 = add(this.s4i_1, new (Long())(4, 0));
|
|
633
635
|
i = i + 2 | 0;
|
|
634
636
|
}
|
|
635
637
|
}
|
|
636
638
|
}
|
|
637
639
|
return this;
|
|
638
640
|
}
|
|
639
|
-
|
|
641
|
+
d4m(source) {
|
|
640
642
|
// Inline function 'okio.internal.commonWrite' call
|
|
641
|
-
return this.
|
|
643
|
+
return this.e4k(source, 0, source.length);
|
|
642
644
|
}
|
|
643
|
-
|
|
645
|
+
e4k(source, offset, byteCount) {
|
|
644
646
|
// Inline function 'okio.internal.commonWrite' call
|
|
645
647
|
var offset_0 = offset;
|
|
646
648
|
checkOffsetAndCount(fromInt(source.length), fromInt(offset_0), fromInt(byteCount));
|
|
647
649
|
var limit = offset_0 + byteCount | 0;
|
|
648
650
|
while (offset_0 < limit) {
|
|
649
|
-
var tail = this.
|
|
651
|
+
var tail = this.z4l(1);
|
|
650
652
|
var tmp0 = limit - offset_0 | 0;
|
|
651
653
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
652
|
-
var b = 8192 - tail.
|
|
654
|
+
var b = 8192 - tail.i4j_1 | 0;
|
|
653
655
|
var toCopy = Math.min(tmp0, b);
|
|
654
|
-
var tmp2 = tail.
|
|
655
|
-
var tmp4 = tail.
|
|
656
|
+
var tmp2 = tail.g4j_1;
|
|
657
|
+
var tmp4 = tail.i4j_1;
|
|
656
658
|
var tmp6 = offset_0;
|
|
657
659
|
// Inline function 'kotlin.collections.copyInto' call
|
|
658
660
|
var endIndex = offset_0 + toCopy | 0;
|
|
@@ -663,36 +665,36 @@ function Buffer() {
|
|
|
663
665
|
// Inline function 'kotlin.js.asDynamic' call
|
|
664
666
|
arrayCopy(tmp, tmp2, tmp4, tmp6, endIndex);
|
|
665
667
|
offset_0 = offset_0 + toCopy | 0;
|
|
666
|
-
tail.
|
|
668
|
+
tail.i4j_1 = tail.i4j_1 + toCopy | 0;
|
|
667
669
|
}
|
|
668
|
-
this.
|
|
670
|
+
this.s4i_1 = add(this.s4i_1, fromInt(byteCount));
|
|
669
671
|
return this;
|
|
670
672
|
}
|
|
671
|
-
|
|
673
|
+
x4i(source) {
|
|
672
674
|
// Inline function 'okio.internal.commonWriteAll' call
|
|
673
675
|
var totalBytesRead = new (Long())(0, 0);
|
|
674
676
|
$l$loop: while (true) {
|
|
675
|
-
var readCount = source.
|
|
677
|
+
var readCount = source.e4m(this, new (Long())(8192, 0));
|
|
676
678
|
if (equalsLong(readCount, new (Long())(-1, -1)))
|
|
677
679
|
break $l$loop;
|
|
678
680
|
totalBytesRead = add(totalBytesRead, readCount);
|
|
679
681
|
}
|
|
680
682
|
return totalBytesRead;
|
|
681
683
|
}
|
|
682
|
-
|
|
684
|
+
c4m(b) {
|
|
683
685
|
// Inline function 'okio.internal.commonWriteByte' call
|
|
684
|
-
var tail = this.
|
|
685
|
-
var tmp1 = tail.
|
|
686
|
-
tail.
|
|
687
|
-
tail.
|
|
688
|
-
this.
|
|
686
|
+
var tail = this.z4l(1);
|
|
687
|
+
var tmp1 = tail.i4j_1;
|
|
688
|
+
tail.i4j_1 = tmp1 + 1 | 0;
|
|
689
|
+
tail.g4j_1[tmp1] = toByte(b);
|
|
690
|
+
this.s4i_1 = add(this.s4i_1, new (Long())(1, 0));
|
|
689
691
|
return this;
|
|
690
692
|
}
|
|
691
|
-
|
|
693
|
+
w4i(i) {
|
|
692
694
|
// Inline function 'okio.internal.commonWriteInt' call
|
|
693
|
-
var tail = this.
|
|
694
|
-
var data = tail.
|
|
695
|
-
var limit = tail.
|
|
695
|
+
var tail = this.z4l(4);
|
|
696
|
+
var data = tail.g4j_1;
|
|
697
|
+
var limit = tail.i4j_1;
|
|
696
698
|
var tmp0 = limit;
|
|
697
699
|
limit = tmp0 + 1 | 0;
|
|
698
700
|
data[tmp0] = toByte((i >>> 24 | 0) & 255);
|
|
@@ -705,633 +707,639 @@ function Buffer() {
|
|
|
705
707
|
var tmp3 = limit;
|
|
706
708
|
limit = tmp3 + 1 | 0;
|
|
707
709
|
data[tmp3] = toByte(i & 255);
|
|
708
|
-
tail.
|
|
709
|
-
this.
|
|
710
|
+
tail.i4j_1 = limit;
|
|
711
|
+
this.s4i_1 = add(this.s4i_1, new (Long())(4, 0));
|
|
710
712
|
return this;
|
|
711
713
|
}
|
|
712
|
-
|
|
713
|
-
var tmp$ret$
|
|
714
|
+
q4i(source, byteCount) {
|
|
715
|
+
var tmp$ret$0;
|
|
714
716
|
$l$block: {
|
|
715
717
|
// Inline function 'okio.internal.commonWrite' call
|
|
716
718
|
var byteCount_0 = byteCount;
|
|
717
719
|
// Inline function 'kotlin.require' call
|
|
718
720
|
if (!!(source === this)) {
|
|
719
721
|
var message = 'source == this';
|
|
720
|
-
throw IllegalArgumentException().
|
|
722
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
721
723
|
}
|
|
722
|
-
checkOffsetAndCount(source.
|
|
724
|
+
checkOffsetAndCount(source.s4i_1, new (Long())(0, 0), byteCount_0);
|
|
723
725
|
while (compare(byteCount_0, new (Long())(0, 0)) > 0) {
|
|
724
|
-
if (compare(byteCount_0, fromInt(ensureNotNull(source.
|
|
725
|
-
var tail = !(this.
|
|
726
|
+
if (compare(byteCount_0, fromInt(ensureNotNull(source.r4i_1).i4j_1 - ensureNotNull(source.r4i_1).h4j_1 | 0)) < 0) {
|
|
727
|
+
var tail = !(this.r4i_1 == null) ? ensureNotNull(this.r4i_1).m4j_1 : null;
|
|
726
728
|
var tmp;
|
|
727
|
-
if (!(tail == null) && tail.
|
|
729
|
+
if (!(tail == null) && tail.k4j_1) {
|
|
728
730
|
var tmp0 = byteCount_0;
|
|
729
731
|
// Inline function 'kotlin.Long.plus' call
|
|
730
|
-
var other = tail.
|
|
732
|
+
var other = tail.i4j_1;
|
|
731
733
|
var tmp0_0 = add(tmp0, fromInt(other));
|
|
732
734
|
// Inline function 'kotlin.Long.minus' call
|
|
733
|
-
var other_0 = tail.
|
|
734
|
-
var tmp$ret$
|
|
735
|
-
tmp = compare(tmp$ret$
|
|
735
|
+
var other_0 = tail.j4j_1 ? 0 : tail.h4j_1;
|
|
736
|
+
var tmp$ret$4 = subtract(tmp0_0, fromInt(other_0));
|
|
737
|
+
tmp = compare(tmp$ret$4, new (Long())(8192, 0)) <= 0;
|
|
736
738
|
} else {
|
|
737
739
|
tmp = false;
|
|
738
740
|
}
|
|
739
741
|
if (tmp) {
|
|
740
|
-
ensureNotNull(source.
|
|
741
|
-
source.
|
|
742
|
-
this.
|
|
743
|
-
tmp$ret$
|
|
742
|
+
ensureNotNull(source.r4i_1).w4j(tail, convertToInt(byteCount_0));
|
|
743
|
+
source.s4i_1 = subtract(source.s4i_1, byteCount_0);
|
|
744
|
+
this.s4i_1 = add(this.s4i_1, byteCount_0);
|
|
745
|
+
tmp$ret$0 = Unit_instance;
|
|
744
746
|
break $l$block;
|
|
745
747
|
} else {
|
|
746
|
-
source.
|
|
748
|
+
source.r4i_1 = ensureNotNull(source.r4i_1).s4j(convertToInt(byteCount_0));
|
|
747
749
|
}
|
|
748
750
|
}
|
|
749
|
-
var segmentToMove = source.
|
|
750
|
-
var movedByteCount = fromInt(ensureNotNull(segmentToMove).
|
|
751
|
-
source.
|
|
752
|
-
if (this.
|
|
753
|
-
this.
|
|
754
|
-
segmentToMove.
|
|
755
|
-
segmentToMove.
|
|
751
|
+
var segmentToMove = source.r4i_1;
|
|
752
|
+
var movedByteCount = fromInt(ensureNotNull(segmentToMove).i4j_1 - segmentToMove.h4j_1 | 0);
|
|
753
|
+
source.r4i_1 = segmentToMove.q4j();
|
|
754
|
+
if (this.r4i_1 == null) {
|
|
755
|
+
this.r4i_1 = segmentToMove;
|
|
756
|
+
segmentToMove.m4j_1 = segmentToMove;
|
|
757
|
+
segmentToMove.l4j_1 = segmentToMove.m4j_1;
|
|
756
758
|
} else {
|
|
757
|
-
var tail_0 = ensureNotNull(this.
|
|
758
|
-
tail_0 = ensureNotNull(tail_0).
|
|
759
|
-
tail_0.
|
|
759
|
+
var tail_0 = ensureNotNull(this.r4i_1).m4j_1;
|
|
760
|
+
tail_0 = ensureNotNull(tail_0).r4j(segmentToMove);
|
|
761
|
+
tail_0.v4j();
|
|
760
762
|
}
|
|
761
|
-
source.
|
|
762
|
-
this.
|
|
763
|
+
source.s4i_1 = subtract(source.s4i_1, movedByteCount);
|
|
764
|
+
this.s4i_1 = add(this.s4i_1, movedByteCount);
|
|
763
765
|
byteCount_0 = subtract(byteCount_0, movedByteCount);
|
|
764
766
|
}
|
|
765
|
-
tmp$ret$
|
|
767
|
+
tmp$ret$0 = Unit_instance;
|
|
766
768
|
}
|
|
767
|
-
return tmp$ret$
|
|
769
|
+
return tmp$ret$0;
|
|
768
770
|
}
|
|
769
|
-
|
|
770
|
-
var tmp$ret$
|
|
771
|
+
e4m(sink, byteCount) {
|
|
772
|
+
var tmp$ret$0;
|
|
771
773
|
$l$block: {
|
|
772
774
|
// Inline function 'okio.internal.commonRead' call
|
|
773
775
|
var byteCount_0 = byteCount;
|
|
774
776
|
// Inline function 'kotlin.require' call
|
|
775
777
|
if (!(compare(byteCount_0, new (Long())(0, 0)) >= 0)) {
|
|
776
778
|
var message = 'byteCount < 0: ' + byteCount_0.toString();
|
|
777
|
-
throw IllegalArgumentException().
|
|
779
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
778
780
|
}
|
|
779
|
-
if (equalsLong(this.
|
|
780
|
-
tmp$ret$
|
|
781
|
+
if (equalsLong(this.s4i_1, new (Long())(0, 0))) {
|
|
782
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
781
783
|
break $l$block;
|
|
782
784
|
}
|
|
783
|
-
if (compare(byteCount_0, this.
|
|
784
|
-
byteCount_0 = this.
|
|
785
|
-
sink.
|
|
786
|
-
tmp$ret$
|
|
785
|
+
if (compare(byteCount_0, this.s4i_1) > 0)
|
|
786
|
+
byteCount_0 = this.s4i_1;
|
|
787
|
+
sink.q4i(this, byteCount_0);
|
|
788
|
+
tmp$ret$0 = byteCount_0;
|
|
787
789
|
}
|
|
788
|
-
return tmp$ret$
|
|
790
|
+
return tmp$ret$0;
|
|
789
791
|
}
|
|
790
|
-
|
|
791
|
-
var tmp$ret$
|
|
792
|
-
$l$
|
|
792
|
+
t4l(b, fromIndex, toIndex) {
|
|
793
|
+
var tmp$ret$0;
|
|
794
|
+
$l$block_10: {
|
|
793
795
|
// Inline function 'okio.internal.commonIndexOf' call
|
|
794
796
|
var fromIndex_0 = fromIndex;
|
|
795
797
|
var toIndex_0 = toIndex;
|
|
796
798
|
// Inline function 'kotlin.require' call
|
|
797
799
|
if (!(compare(new (Long())(0, 0), fromIndex_0) <= 0 ? compare(fromIndex_0, toIndex_0) <= 0 : false)) {
|
|
798
|
-
var message = 'size=' + this.
|
|
799
|
-
throw IllegalArgumentException().
|
|
800
|
+
var message = 'size=' + this.s4i_1.toString() + ' fromIndex=' + fromIndex_0.toString() + ' toIndex=' + toIndex_0.toString();
|
|
801
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
800
802
|
}
|
|
801
|
-
if (compare(toIndex_0, this.
|
|
802
|
-
toIndex_0 = this.
|
|
803
|
+
if (compare(toIndex_0, this.s4i_1) > 0)
|
|
804
|
+
toIndex_0 = this.s4i_1;
|
|
803
805
|
if (equalsLong(fromIndex_0, toIndex_0)) {
|
|
804
|
-
tmp$ret$
|
|
805
|
-
break $l$
|
|
806
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
807
|
+
break $l$block_10;
|
|
806
808
|
}
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
809
|
+
var tmp2 = fromIndex_0;
|
|
810
|
+
$l$block_11: {
|
|
811
|
+
// Inline function 'okio.internal.seek' call
|
|
812
|
+
var tmp0_elvis_lhs = this.r4i_1;
|
|
813
|
+
var tmp;
|
|
814
|
+
if (tmp0_elvis_lhs == null) {
|
|
815
|
+
var offset = new (Long())(-1, -1);
|
|
816
|
+
var tmp_0;
|
|
817
|
+
if (null == null) {
|
|
818
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
819
|
+
break $l$block_10;
|
|
820
|
+
} else {
|
|
821
|
+
tmp_0 = null;
|
|
822
|
+
}
|
|
823
|
+
var s = tmp_0;
|
|
824
|
+
var offset_0 = offset;
|
|
825
|
+
while (compare(offset_0, toIndex_0) < 0) {
|
|
826
|
+
var data = s.g4j_1;
|
|
827
|
+
var tmp0 = fromInt(s.i4j_1);
|
|
828
|
+
// Inline function 'kotlin.comparisons.minOf' call
|
|
829
|
+
var b_0 = subtract(add(numberToLong(s.h4j_1), toIndex_0), offset_0);
|
|
830
|
+
var tmp$ret$5 = compare(tmp0, b_0) <= 0 ? tmp0 : b_0;
|
|
831
|
+
var limit = convertToInt(tmp$ret$5);
|
|
832
|
+
var pos = convertToInt(subtract(add(numberToLong(s.h4j_1), fromIndex_0), offset_0));
|
|
833
|
+
while (pos < limit) {
|
|
834
|
+
if (data[pos] === b) {
|
|
835
|
+
tmp$ret$0 = add(numberToLong(pos - s.h4j_1 | 0), offset_0);
|
|
836
|
+
break $l$block_10;
|
|
837
|
+
}
|
|
838
|
+
pos = pos + 1 | 0;
|
|
834
839
|
}
|
|
835
|
-
|
|
840
|
+
offset_0 = add(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
|
|
841
|
+
fromIndex_0 = offset_0;
|
|
842
|
+
s = ensureNotNull(s.l4j_1);
|
|
836
843
|
}
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
s = ensureNotNull(s.d4j_1);
|
|
840
|
-
}
|
|
841
|
-
tmp$ret$2 = new (Long())(-1, -1);
|
|
842
|
-
break $l$block_8;
|
|
843
|
-
} else {
|
|
844
|
-
tmp = tmp0_elvis_lhs;
|
|
845
|
-
}
|
|
846
|
-
var s_0 = tmp;
|
|
847
|
-
if (compare(subtract(this.k4i_1, fromIndex_1), fromIndex_1) < 0) {
|
|
848
|
-
var offset_1 = this.k4i_1;
|
|
849
|
-
while (compare(offset_1, fromIndex_1) > 0) {
|
|
850
|
-
s_0 = ensureNotNull(s_0.e4j_1);
|
|
851
|
-
offset_1 = subtract(offset_1, fromInt(s_0.a4j_1 - s_0.z4i_1 | 0));
|
|
852
|
-
}
|
|
853
|
-
var tmp0_0 = s_0;
|
|
854
|
-
var offset_2 = offset_1;
|
|
855
|
-
var tmp_1;
|
|
856
|
-
if (tmp0_0 == null) {
|
|
857
|
-
tmp$ret$2 = new (Long())(-1, -1);
|
|
858
|
-
break $l$block_8;
|
|
844
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
845
|
+
break $l$block_10;
|
|
859
846
|
} else {
|
|
860
|
-
|
|
847
|
+
tmp = tmp0_elvis_lhs;
|
|
861
848
|
}
|
|
862
|
-
var
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
var
|
|
870
|
-
var
|
|
871
|
-
var
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
849
|
+
var s_0 = tmp;
|
|
850
|
+
if (compare(subtract(this.s4i_1, tmp2), tmp2) < 0) {
|
|
851
|
+
var offset_1 = this.s4i_1;
|
|
852
|
+
while (compare(offset_1, tmp2) > 0) {
|
|
853
|
+
s_0 = ensureNotNull(s_0.m4j_1);
|
|
854
|
+
offset_1 = subtract(offset_1, fromInt(s_0.i4j_1 - s_0.h4j_1 | 0));
|
|
855
|
+
}
|
|
856
|
+
var tmp0_0 = s_0;
|
|
857
|
+
var offset_2 = offset_1;
|
|
858
|
+
var tmp_1;
|
|
859
|
+
if (tmp0_0 == null) {
|
|
860
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
861
|
+
break $l$block_10;
|
|
862
|
+
} else {
|
|
863
|
+
tmp_1 = tmp0_0;
|
|
864
|
+
}
|
|
865
|
+
var s_1 = tmp_1;
|
|
866
|
+
var offset_3 = offset_2;
|
|
867
|
+
while (compare(offset_3, toIndex_0) < 0) {
|
|
868
|
+
var data_0 = s_1.g4j_1;
|
|
869
|
+
var tmp0_1 = fromInt(s_1.i4j_1);
|
|
870
|
+
// Inline function 'kotlin.comparisons.minOf' call
|
|
871
|
+
var b_1 = subtract(add(numberToLong(s_1.h4j_1), toIndex_0), offset_3);
|
|
872
|
+
var tmp$ret$7 = compare(tmp0_1, b_1) <= 0 ? tmp0_1 : b_1;
|
|
873
|
+
var limit_0 = convertToInt(tmp$ret$7);
|
|
874
|
+
var pos_0 = convertToInt(subtract(add(numberToLong(s_1.h4j_1), fromIndex_0), offset_3));
|
|
875
|
+
while (pos_0 < limit_0) {
|
|
876
|
+
if (data_0[pos_0] === b) {
|
|
877
|
+
tmp$ret$0 = add(numberToLong(pos_0 - s_1.h4j_1 | 0), offset_3);
|
|
878
|
+
break $l$block_10;
|
|
879
|
+
}
|
|
880
|
+
pos_0 = pos_0 + 1 | 0;
|
|
876
881
|
}
|
|
877
|
-
|
|
882
|
+
offset_3 = add(offset_3, fromInt(s_1.i4j_1 - s_1.h4j_1 | 0));
|
|
883
|
+
fromIndex_0 = offset_3;
|
|
884
|
+
s_1 = ensureNotNull(s_1.l4j_1);
|
|
878
885
|
}
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
s_1 = ensureNotNull(s_1.d4j_1);
|
|
882
|
-
}
|
|
883
|
-
tmp$ret$2 = new (Long())(-1, -1);
|
|
884
|
-
break $l$block_8;
|
|
885
|
-
} else {
|
|
886
|
-
var offset_4 = new (Long())(0, 0);
|
|
887
|
-
$l$loop: while (true) {
|
|
888
|
-
var tmp0_2 = offset_4;
|
|
889
|
-
// Inline function 'kotlin.Long.plus' call
|
|
890
|
-
var other = s_0.a4j_1 - s_0.z4i_1 | 0;
|
|
891
|
-
var nextOffset = add(tmp0_2, fromInt(other));
|
|
892
|
-
if (compare(nextOffset, fromIndex_1) > 0)
|
|
893
|
-
break $l$loop;
|
|
894
|
-
s_0 = ensureNotNull(s_0.d4j_1);
|
|
895
|
-
offset_4 = nextOffset;
|
|
896
|
-
}
|
|
897
|
-
var tmp0_3 = s_0;
|
|
898
|
-
var offset_5 = offset_4;
|
|
899
|
-
var tmp_2;
|
|
900
|
-
if (tmp0_3 == null) {
|
|
901
|
-
tmp$ret$2 = new (Long())(-1, -1);
|
|
902
|
-
break $l$block_8;
|
|
886
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
887
|
+
break $l$block_10;
|
|
903
888
|
} else {
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
var
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
889
|
+
var offset_4 = new (Long())(0, 0);
|
|
890
|
+
$l$loop: while (true) {
|
|
891
|
+
var tmp0_2 = offset_4;
|
|
892
|
+
// Inline function 'kotlin.Long.plus' call
|
|
893
|
+
var other = s_0.i4j_1 - s_0.h4j_1 | 0;
|
|
894
|
+
var nextOffset = add(tmp0_2, fromInt(other));
|
|
895
|
+
if (compare(nextOffset, tmp2) > 0)
|
|
896
|
+
break $l$loop;
|
|
897
|
+
s_0 = ensureNotNull(s_0.l4j_1);
|
|
898
|
+
offset_4 = nextOffset;
|
|
899
|
+
}
|
|
900
|
+
var tmp0_3 = s_0;
|
|
901
|
+
var offset_5 = offset_4;
|
|
902
|
+
var tmp_2;
|
|
903
|
+
if (tmp0_3 == null) {
|
|
904
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
905
|
+
break $l$block_10;
|
|
906
|
+
} else {
|
|
907
|
+
tmp_2 = tmp0_3;
|
|
908
|
+
}
|
|
909
|
+
var s_2 = tmp_2;
|
|
910
|
+
var offset_6 = offset_5;
|
|
911
|
+
while (compare(offset_6, toIndex_0) < 0) {
|
|
912
|
+
var data_1 = s_2.g4j_1;
|
|
913
|
+
var tmp0_4 = fromInt(s_2.i4j_1);
|
|
914
|
+
// Inline function 'kotlin.comparisons.minOf' call
|
|
915
|
+
var b_2 = subtract(add(numberToLong(s_2.h4j_1), toIndex_0), offset_6);
|
|
916
|
+
var tmp$ret$10 = compare(tmp0_4, b_2) <= 0 ? tmp0_4 : b_2;
|
|
917
|
+
var limit_1 = convertToInt(tmp$ret$10);
|
|
918
|
+
var pos_1 = convertToInt(subtract(add(numberToLong(s_2.h4j_1), fromIndex_0), offset_6));
|
|
919
|
+
while (pos_1 < limit_1) {
|
|
920
|
+
if (data_1[pos_1] === b) {
|
|
921
|
+
tmp$ret$0 = add(numberToLong(pos_1 - s_2.h4j_1 | 0), offset_6);
|
|
922
|
+
break $l$block_10;
|
|
923
|
+
}
|
|
924
|
+
pos_1 = pos_1 + 1 | 0;
|
|
920
925
|
}
|
|
921
|
-
|
|
926
|
+
offset_6 = add(offset_6, fromInt(s_2.i4j_1 - s_2.h4j_1 | 0));
|
|
927
|
+
fromIndex_0 = offset_6;
|
|
928
|
+
s_2 = ensureNotNull(s_2.l4j_1);
|
|
922
929
|
}
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
s_2 = ensureNotNull(s_2.d4j_1);
|
|
930
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
931
|
+
break $l$block_10;
|
|
926
932
|
}
|
|
927
|
-
tmp$ret$2 = new (Long())(-1, -1);
|
|
928
|
-
break $l$block_8;
|
|
929
933
|
}
|
|
930
934
|
}
|
|
931
|
-
return tmp$ret$
|
|
935
|
+
return tmp$ret$0;
|
|
932
936
|
}
|
|
933
|
-
|
|
934
|
-
return this.
|
|
937
|
+
f4m(bytes) {
|
|
938
|
+
return this.g4m(bytes, new (Long())(0, 0));
|
|
935
939
|
}
|
|
936
|
-
|
|
937
|
-
var tmp$ret$
|
|
938
|
-
$l$
|
|
940
|
+
g4m(bytes, fromIndex) {
|
|
941
|
+
var tmp$ret$0;
|
|
942
|
+
$l$block_9: {
|
|
939
943
|
// Inline function 'okio.internal.commonIndexOf' call
|
|
940
944
|
var fromIndex_0 = fromIndex;
|
|
941
945
|
// Inline function 'kotlin.require' call
|
|
942
|
-
if (!(bytes.
|
|
946
|
+
if (!(bytes.q2() > 0)) {
|
|
943
947
|
var message = 'bytes is empty';
|
|
944
|
-
throw IllegalArgumentException().
|
|
948
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
945
949
|
}
|
|
946
950
|
// Inline function 'kotlin.require' call
|
|
947
951
|
if (!(compare(fromIndex_0, new (Long())(0, 0)) >= 0)) {
|
|
948
952
|
var message_0 = 'fromIndex < 0: ' + fromIndex_0.toString();
|
|
949
|
-
throw IllegalArgumentException().
|
|
953
|
+
throw IllegalArgumentException().m2(toString(message_0));
|
|
950
954
|
}
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
955
|
+
var tmp2 = fromIndex_0;
|
|
956
|
+
$l$block_10: {
|
|
957
|
+
// Inline function 'okio.internal.seek' call
|
|
958
|
+
var tmp0_elvis_lhs = this.r4i_1;
|
|
959
|
+
var tmp;
|
|
960
|
+
if (tmp0_elvis_lhs == null) {
|
|
961
|
+
var offset = new (Long())(-1, -1);
|
|
962
|
+
var tmp_0;
|
|
963
|
+
if (null == null) {
|
|
964
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
965
|
+
break $l$block_9;
|
|
966
|
+
} else {
|
|
967
|
+
tmp_0 = null;
|
|
968
|
+
}
|
|
969
|
+
var s = tmp_0;
|
|
970
|
+
var offset_0 = offset;
|
|
971
|
+
var targetByteArray = bytes.p4k();
|
|
972
|
+
var b0 = targetByteArray[0];
|
|
973
|
+
var bytesSize = bytes.q2();
|
|
974
|
+
// Inline function 'kotlin.Long.minus' call
|
|
975
|
+
var this_0 = this.s4i_1;
|
|
976
|
+
var tmp$ret$7 = subtract(this_0, fromInt(bytesSize));
|
|
977
|
+
var resultLimit = add(tmp$ret$7, new (Long())(1, 0));
|
|
978
|
+
while (compare(offset_0, resultLimit) < 0) {
|
|
979
|
+
var data = s.g4j_1;
|
|
980
|
+
var tmp0 = s.i4j_1;
|
|
981
|
+
// Inline function 'okio.minOf' call
|
|
982
|
+
var b = subtract(add(numberToLong(s.h4j_1), resultLimit), offset_0);
|
|
983
|
+
// Inline function 'kotlin.comparisons.minOf' call
|
|
984
|
+
var a = fromInt(tmp0);
|
|
985
|
+
var tmp$ret$8 = compare(a, b) <= 0 ? a : b;
|
|
986
|
+
var segmentLimit = convertToInt(tmp$ret$8);
|
|
987
|
+
var inductionVariable = convertToInt(subtract(add(numberToLong(s.h4j_1), fromIndex_0), offset_0));
|
|
988
|
+
if (inductionVariable < segmentLimit)
|
|
989
|
+
do {
|
|
990
|
+
var pos = inductionVariable;
|
|
991
|
+
inductionVariable = inductionVariable + 1 | 0;
|
|
992
|
+
if (data[pos] === b0 && rangeEquals(s, pos + 1 | 0, targetByteArray, 1, bytesSize)) {
|
|
993
|
+
tmp$ret$0 = add(numberToLong(pos - s.h4j_1 | 0), offset_0);
|
|
994
|
+
break $l$block_9;
|
|
995
|
+
}
|
|
990
996
|
}
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
break $l$block_7;
|
|
999
|
-
} else {
|
|
1000
|
-
tmp = tmp0_elvis_lhs;
|
|
1001
|
-
}
|
|
1002
|
-
var s_0 = tmp;
|
|
1003
|
-
if (compare(subtract(this.k4i_1, fromIndex_1), fromIndex_1) < 0) {
|
|
1004
|
-
var offset_1 = this.k4i_1;
|
|
1005
|
-
while (compare(offset_1, fromIndex_1) > 0) {
|
|
1006
|
-
s_0 = ensureNotNull(s_0.e4j_1);
|
|
1007
|
-
offset_1 = subtract(offset_1, fromInt(s_0.a4j_1 - s_0.z4i_1 | 0));
|
|
1008
|
-
}
|
|
1009
|
-
var tmp0_0 = s_0;
|
|
1010
|
-
var offset_2 = offset_1;
|
|
1011
|
-
var tmp_1;
|
|
1012
|
-
if (tmp0_0 == null) {
|
|
1013
|
-
tmp$ret$4 = new (Long())(-1, -1);
|
|
1014
|
-
break $l$block_7;
|
|
997
|
+
while (inductionVariable < segmentLimit);
|
|
998
|
+
offset_0 = add(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
|
|
999
|
+
fromIndex_0 = offset_0;
|
|
1000
|
+
s = ensureNotNull(s.l4j_1);
|
|
1001
|
+
}
|
|
1002
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1003
|
+
break $l$block_9;
|
|
1015
1004
|
} else {
|
|
1016
|
-
|
|
1005
|
+
tmp = tmp0_elvis_lhs;
|
|
1017
1006
|
}
|
|
1018
|
-
var
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
var
|
|
1035
|
-
var
|
|
1036
|
-
var
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1007
|
+
var s_0 = tmp;
|
|
1008
|
+
if (compare(subtract(this.s4i_1, tmp2), tmp2) < 0) {
|
|
1009
|
+
var offset_1 = this.s4i_1;
|
|
1010
|
+
while (compare(offset_1, tmp2) > 0) {
|
|
1011
|
+
s_0 = ensureNotNull(s_0.m4j_1);
|
|
1012
|
+
offset_1 = subtract(offset_1, fromInt(s_0.i4j_1 - s_0.h4j_1 | 0));
|
|
1013
|
+
}
|
|
1014
|
+
var tmp0_0 = s_0;
|
|
1015
|
+
var offset_2 = offset_1;
|
|
1016
|
+
var tmp_1;
|
|
1017
|
+
if (tmp0_0 == null) {
|
|
1018
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1019
|
+
break $l$block_9;
|
|
1020
|
+
} else {
|
|
1021
|
+
tmp_1 = tmp0_0;
|
|
1022
|
+
}
|
|
1023
|
+
var s_1 = tmp_1;
|
|
1024
|
+
var offset_3 = offset_2;
|
|
1025
|
+
var targetByteArray_0 = bytes.p4k();
|
|
1026
|
+
var b0_0 = targetByteArray_0[0];
|
|
1027
|
+
var bytesSize_0 = bytes.q2();
|
|
1028
|
+
// Inline function 'kotlin.Long.minus' call
|
|
1029
|
+
var this_1 = this.s4i_1;
|
|
1030
|
+
var tmp$ret$11 = subtract(this_1, fromInt(bytesSize_0));
|
|
1031
|
+
var resultLimit_0 = add(tmp$ret$11, new (Long())(1, 0));
|
|
1032
|
+
while (compare(offset_3, resultLimit_0) < 0) {
|
|
1033
|
+
var data_0 = s_1.g4j_1;
|
|
1034
|
+
var tmp0_1 = s_1.i4j_1;
|
|
1035
|
+
// Inline function 'okio.minOf' call
|
|
1036
|
+
var b_0 = subtract(add(numberToLong(s_1.h4j_1), resultLimit_0), offset_3);
|
|
1037
|
+
// Inline function 'kotlin.comparisons.minOf' call
|
|
1038
|
+
var a_0 = fromInt(tmp0_1);
|
|
1039
|
+
var tmp$ret$12 = compare(a_0, b_0) <= 0 ? a_0 : b_0;
|
|
1040
|
+
var segmentLimit_0 = convertToInt(tmp$ret$12);
|
|
1041
|
+
var inductionVariable_0 = convertToInt(subtract(add(numberToLong(s_1.h4j_1), fromIndex_0), offset_3));
|
|
1042
|
+
if (inductionVariable_0 < segmentLimit_0)
|
|
1043
|
+
do {
|
|
1044
|
+
var pos_0 = inductionVariable_0;
|
|
1045
|
+
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
1046
|
+
if (data_0[pos_0] === b0_0 && rangeEquals(s_1, pos_0 + 1 | 0, targetByteArray_0, 1, bytesSize_0)) {
|
|
1047
|
+
tmp$ret$0 = add(numberToLong(pos_0 - s_1.h4j_1 | 0), offset_3);
|
|
1048
|
+
break $l$block_9;
|
|
1049
|
+
}
|
|
1044
1050
|
}
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
break $l$block_7;
|
|
1053
|
-
} else {
|
|
1054
|
-
var offset_4 = new (Long())(0, 0);
|
|
1055
|
-
$l$loop: while (true) {
|
|
1056
|
-
var tmp0_2 = offset_4;
|
|
1057
|
-
// Inline function 'kotlin.Long.plus' call
|
|
1058
|
-
var other = s_0.a4j_1 - s_0.z4i_1 | 0;
|
|
1059
|
-
var nextOffset = add(tmp0_2, fromInt(other));
|
|
1060
|
-
if (compare(nextOffset, fromIndex_1) > 0)
|
|
1061
|
-
break $l$loop;
|
|
1062
|
-
s_0 = ensureNotNull(s_0.d4j_1);
|
|
1063
|
-
offset_4 = nextOffset;
|
|
1064
|
-
}
|
|
1065
|
-
var tmp0_3 = s_0;
|
|
1066
|
-
var offset_5 = offset_4;
|
|
1067
|
-
var tmp_2;
|
|
1068
|
-
if (tmp0_3 == null) {
|
|
1069
|
-
tmp$ret$4 = new (Long())(-1, -1);
|
|
1070
|
-
break $l$block_7;
|
|
1051
|
+
while (inductionVariable_0 < segmentLimit_0);
|
|
1052
|
+
offset_3 = add(offset_3, fromInt(s_1.i4j_1 - s_1.h4j_1 | 0));
|
|
1053
|
+
fromIndex_0 = offset_3;
|
|
1054
|
+
s_1 = ensureNotNull(s_1.l4j_1);
|
|
1055
|
+
}
|
|
1056
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1057
|
+
break $l$block_9;
|
|
1071
1058
|
} else {
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
var
|
|
1085
|
-
var
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
var
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1059
|
+
var offset_4 = new (Long())(0, 0);
|
|
1060
|
+
$l$loop: while (true) {
|
|
1061
|
+
var tmp0_2 = offset_4;
|
|
1062
|
+
// Inline function 'kotlin.Long.plus' call
|
|
1063
|
+
var other = s_0.i4j_1 - s_0.h4j_1 | 0;
|
|
1064
|
+
var nextOffset = add(tmp0_2, fromInt(other));
|
|
1065
|
+
if (compare(nextOffset, tmp2) > 0)
|
|
1066
|
+
break $l$loop;
|
|
1067
|
+
s_0 = ensureNotNull(s_0.l4j_1);
|
|
1068
|
+
offset_4 = nextOffset;
|
|
1069
|
+
}
|
|
1070
|
+
var tmp0_3 = s_0;
|
|
1071
|
+
var offset_5 = offset_4;
|
|
1072
|
+
var tmp_2;
|
|
1073
|
+
if (tmp0_3 == null) {
|
|
1074
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1075
|
+
break $l$block_9;
|
|
1076
|
+
} else {
|
|
1077
|
+
tmp_2 = tmp0_3;
|
|
1078
|
+
}
|
|
1079
|
+
var s_2 = tmp_2;
|
|
1080
|
+
var offset_6 = offset_5;
|
|
1081
|
+
var targetByteArray_1 = bytes.p4k();
|
|
1082
|
+
var b0_1 = targetByteArray_1[0];
|
|
1083
|
+
var bytesSize_1 = bytes.q2();
|
|
1084
|
+
// Inline function 'kotlin.Long.minus' call
|
|
1085
|
+
var this_2 = this.s4i_1;
|
|
1086
|
+
var tmp$ret$16 = subtract(this_2, fromInt(bytesSize_1));
|
|
1087
|
+
var resultLimit_1 = add(tmp$ret$16, new (Long())(1, 0));
|
|
1088
|
+
while (compare(offset_6, resultLimit_1) < 0) {
|
|
1089
|
+
var data_1 = s_2.g4j_1;
|
|
1090
|
+
var tmp0_4 = s_2.i4j_1;
|
|
1091
|
+
// Inline function 'okio.minOf' call
|
|
1092
|
+
var b_1 = subtract(add(numberToLong(s_2.h4j_1), resultLimit_1), offset_6);
|
|
1093
|
+
// Inline function 'kotlin.comparisons.minOf' call
|
|
1094
|
+
var a_1 = fromInt(tmp0_4);
|
|
1095
|
+
var tmp$ret$17 = compare(a_1, b_1) <= 0 ? a_1 : b_1;
|
|
1096
|
+
var segmentLimit_1 = convertToInt(tmp$ret$17);
|
|
1097
|
+
var inductionVariable_1 = convertToInt(subtract(add(numberToLong(s_2.h4j_1), fromIndex_0), offset_6));
|
|
1098
|
+
if (inductionVariable_1 < segmentLimit_1)
|
|
1099
|
+
do {
|
|
1100
|
+
var pos_1 = inductionVariable_1;
|
|
1101
|
+
inductionVariable_1 = inductionVariable_1 + 1 | 0;
|
|
1102
|
+
if (data_1[pos_1] === b0_1 && rangeEquals(s_2, pos_1 + 1 | 0, targetByteArray_1, 1, bytesSize_1)) {
|
|
1103
|
+
tmp$ret$0 = add(numberToLong(pos_1 - s_2.h4j_1 | 0), offset_6);
|
|
1104
|
+
break $l$block_9;
|
|
1105
|
+
}
|
|
1100
1106
|
}
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1107
|
+
while (inductionVariable_1 < segmentLimit_1);
|
|
1108
|
+
offset_6 = add(offset_6, fromInt(s_2.i4j_1 - s_2.h4j_1 | 0));
|
|
1109
|
+
fromIndex_0 = offset_6;
|
|
1110
|
+
s_2 = ensureNotNull(s_2.l4j_1);
|
|
1111
|
+
}
|
|
1112
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1113
|
+
break $l$block_9;
|
|
1106
1114
|
}
|
|
1107
|
-
tmp$ret$4 = new (Long())(-1, -1);
|
|
1108
|
-
break $l$block_7;
|
|
1109
1115
|
}
|
|
1110
1116
|
}
|
|
1111
|
-
return tmp$ret$
|
|
1117
|
+
return tmp$ret$0;
|
|
1112
1118
|
}
|
|
1113
|
-
|
|
1114
|
-
return this.
|
|
1119
|
+
h4m(targetBytes) {
|
|
1120
|
+
return this.i4m(targetBytes, new (Long())(0, 0));
|
|
1115
1121
|
}
|
|
1116
|
-
|
|
1117
|
-
var tmp$ret$
|
|
1118
|
-
$l$
|
|
1122
|
+
i4m(targetBytes, fromIndex) {
|
|
1123
|
+
var tmp$ret$0;
|
|
1124
|
+
$l$block_12: {
|
|
1119
1125
|
// Inline function 'okio.internal.commonIndexOfElement' call
|
|
1120
1126
|
var fromIndex_0 = fromIndex;
|
|
1121
1127
|
// Inline function 'kotlin.require' call
|
|
1122
1128
|
if (!(compare(fromIndex_0, new (Long())(0, 0)) >= 0)) {
|
|
1123
1129
|
var message = 'fromIndex < 0: ' + fromIndex_0.toString();
|
|
1124
|
-
throw IllegalArgumentException().
|
|
1130
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
1125
1131
|
}
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1132
|
+
var tmp2 = fromIndex_0;
|
|
1133
|
+
$l$block_13: {
|
|
1134
|
+
// Inline function 'okio.internal.seek' call
|
|
1135
|
+
var tmp0_elvis_lhs = this.r4i_1;
|
|
1136
|
+
var tmp;
|
|
1137
|
+
if (tmp0_elvis_lhs == null) {
|
|
1138
|
+
var offset = new (Long())(-1, -1);
|
|
1139
|
+
var tmp_0;
|
|
1140
|
+
if (null == null) {
|
|
1141
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1142
|
+
break $l$block_12;
|
|
1143
|
+
} else {
|
|
1144
|
+
tmp_0 = null;
|
|
1145
|
+
}
|
|
1146
|
+
var s = tmp_0;
|
|
1147
|
+
var offset_0 = offset;
|
|
1148
|
+
if (targetBytes.q2() === 2) {
|
|
1149
|
+
var b0 = targetBytes.p2(0);
|
|
1150
|
+
var b1 = targetBytes.p2(1);
|
|
1151
|
+
while (compare(offset_0, this.s4i_1) < 0) {
|
|
1152
|
+
var data = s.g4j_1;
|
|
1153
|
+
var pos = convertToInt(subtract(add(numberToLong(s.h4j_1), fromIndex_0), offset_0));
|
|
1154
|
+
var limit = s.i4j_1;
|
|
1155
|
+
while (pos < limit) {
|
|
1156
|
+
var b = data[pos];
|
|
1157
|
+
if (b === b0 || b === b1) {
|
|
1158
|
+
tmp$ret$0 = add(numberToLong(pos - s.h4j_1 | 0), offset_0);
|
|
1159
|
+
break $l$block_12;
|
|
1160
|
+
}
|
|
1161
|
+
pos = pos + 1 | 0;
|
|
1153
1162
|
}
|
|
1154
|
-
|
|
1163
|
+
offset_0 = add(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
|
|
1164
|
+
fromIndex_0 = offset_0;
|
|
1165
|
+
s = ensureNotNull(s.l4j_1);
|
|
1155
1166
|
}
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
if (b_0 === t) {
|
|
1174
|
-
tmp$ret$2 = add(numberToLong(pos_0 - s.z4i_1 | 0), offset_0);
|
|
1175
|
-
break $l$block_10;
|
|
1167
|
+
} else {
|
|
1168
|
+
var targetByteArray = targetBytes.p4k();
|
|
1169
|
+
while (compare(offset_0, this.s4i_1) < 0) {
|
|
1170
|
+
var data_0 = s.g4j_1;
|
|
1171
|
+
var pos_0 = convertToInt(subtract(add(numberToLong(s.h4j_1), fromIndex_0), offset_0));
|
|
1172
|
+
var limit_0 = s.i4j_1;
|
|
1173
|
+
while (pos_0 < limit_0) {
|
|
1174
|
+
var b_0 = data_0[pos_0];
|
|
1175
|
+
var inductionVariable = 0;
|
|
1176
|
+
var last = targetByteArray.length;
|
|
1177
|
+
while (inductionVariable < last) {
|
|
1178
|
+
var t = targetByteArray[inductionVariable];
|
|
1179
|
+
inductionVariable = inductionVariable + 1 | 0;
|
|
1180
|
+
if (b_0 === t) {
|
|
1181
|
+
tmp$ret$0 = add(numberToLong(pos_0 - s.h4j_1 | 0), offset_0);
|
|
1182
|
+
break $l$block_12;
|
|
1183
|
+
}
|
|
1176
1184
|
}
|
|
1185
|
+
pos_0 = pos_0 + 1 | 0;
|
|
1177
1186
|
}
|
|
1178
|
-
|
|
1187
|
+
offset_0 = add(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
|
|
1188
|
+
fromIndex_0 = offset_0;
|
|
1189
|
+
s = ensureNotNull(s.l4j_1);
|
|
1179
1190
|
}
|
|
1180
|
-
offset_0 = add(offset_0, fromInt(s.a4j_1 - s.z4i_1 | 0));
|
|
1181
|
-
fromIndex_0 = offset_0;
|
|
1182
|
-
s = ensureNotNull(s.d4j_1);
|
|
1183
1191
|
}
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
break $l$block_10;
|
|
1187
|
-
} else {
|
|
1188
|
-
tmp = tmp0_elvis_lhs;
|
|
1189
|
-
}
|
|
1190
|
-
var s_0 = tmp;
|
|
1191
|
-
if (compare(subtract(this.k4i_1, fromIndex_1), fromIndex_1) < 0) {
|
|
1192
|
-
var offset_1 = this.k4i_1;
|
|
1193
|
-
while (compare(offset_1, fromIndex_1) > 0) {
|
|
1194
|
-
s_0 = ensureNotNull(s_0.e4j_1);
|
|
1195
|
-
offset_1 = subtract(offset_1, fromInt(s_0.a4j_1 - s_0.z4i_1 | 0));
|
|
1196
|
-
}
|
|
1197
|
-
var tmp0 = s_0;
|
|
1198
|
-
var offset_2 = offset_1;
|
|
1199
|
-
var tmp_1;
|
|
1200
|
-
if (tmp0 == null) {
|
|
1201
|
-
tmp$ret$2 = new (Long())(-1, -1);
|
|
1202
|
-
break $l$block_10;
|
|
1192
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1193
|
+
break $l$block_12;
|
|
1203
1194
|
} else {
|
|
1204
|
-
|
|
1195
|
+
tmp = tmp0_elvis_lhs;
|
|
1205
1196
|
}
|
|
1206
|
-
var
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1197
|
+
var s_0 = tmp;
|
|
1198
|
+
if (compare(subtract(this.s4i_1, tmp2), tmp2) < 0) {
|
|
1199
|
+
var offset_1 = this.s4i_1;
|
|
1200
|
+
while (compare(offset_1, tmp2) > 0) {
|
|
1201
|
+
s_0 = ensureNotNull(s_0.m4j_1);
|
|
1202
|
+
offset_1 = subtract(offset_1, fromInt(s_0.i4j_1 - s_0.h4j_1 | 0));
|
|
1203
|
+
}
|
|
1204
|
+
var tmp0 = s_0;
|
|
1205
|
+
var offset_2 = offset_1;
|
|
1206
|
+
var tmp_1;
|
|
1207
|
+
if (tmp0 == null) {
|
|
1208
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1209
|
+
break $l$block_12;
|
|
1210
|
+
} else {
|
|
1211
|
+
tmp_1 = tmp0;
|
|
1212
|
+
}
|
|
1213
|
+
var s_1 = tmp_1;
|
|
1214
|
+
var offset_3 = offset_2;
|
|
1215
|
+
if (targetBytes.q2() === 2) {
|
|
1216
|
+
var b0_0 = targetBytes.p2(0);
|
|
1217
|
+
var b1_0 = targetBytes.p2(1);
|
|
1218
|
+
while (compare(offset_3, this.s4i_1) < 0) {
|
|
1219
|
+
var data_1 = s_1.g4j_1;
|
|
1220
|
+
var pos_1 = convertToInt(subtract(add(numberToLong(s_1.h4j_1), fromIndex_0), offset_3));
|
|
1221
|
+
var limit_1 = s_1.i4j_1;
|
|
1222
|
+
while (pos_1 < limit_1) {
|
|
1223
|
+
var b_1 = data_1[pos_1];
|
|
1224
|
+
if (b_1 === b0_0 || b_1 === b1_0) {
|
|
1225
|
+
tmp$ret$0 = add(numberToLong(pos_1 - s_1.h4j_1 | 0), offset_3);
|
|
1226
|
+
break $l$block_12;
|
|
1227
|
+
}
|
|
1228
|
+
pos_1 = pos_1 + 1 | 0;
|
|
1220
1229
|
}
|
|
1221
|
-
|
|
1230
|
+
offset_3 = add(offset_3, fromInt(s_1.i4j_1 - s_1.h4j_1 | 0));
|
|
1231
|
+
fromIndex_0 = offset_3;
|
|
1232
|
+
s_1 = ensureNotNull(s_1.l4j_1);
|
|
1222
1233
|
}
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
if (b_2 === t_0) {
|
|
1241
|
-
tmp$ret$2 = add(numberToLong(pos_2 - s_1.z4i_1 | 0), offset_3);
|
|
1242
|
-
break $l$block_10;
|
|
1234
|
+
} else {
|
|
1235
|
+
var targetByteArray_0 = targetBytes.p4k();
|
|
1236
|
+
while (compare(offset_3, this.s4i_1) < 0) {
|
|
1237
|
+
var data_2 = s_1.g4j_1;
|
|
1238
|
+
var pos_2 = convertToInt(subtract(add(numberToLong(s_1.h4j_1), fromIndex_0), offset_3));
|
|
1239
|
+
var limit_2 = s_1.i4j_1;
|
|
1240
|
+
while (pos_2 < limit_2) {
|
|
1241
|
+
var b_2 = data_2[pos_2];
|
|
1242
|
+
var inductionVariable_0 = 0;
|
|
1243
|
+
var last_0 = targetByteArray_0.length;
|
|
1244
|
+
while (inductionVariable_0 < last_0) {
|
|
1245
|
+
var t_0 = targetByteArray_0[inductionVariable_0];
|
|
1246
|
+
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
1247
|
+
if (b_2 === t_0) {
|
|
1248
|
+
tmp$ret$0 = add(numberToLong(pos_2 - s_1.h4j_1 | 0), offset_3);
|
|
1249
|
+
break $l$block_12;
|
|
1250
|
+
}
|
|
1243
1251
|
}
|
|
1252
|
+
pos_2 = pos_2 + 1 | 0;
|
|
1244
1253
|
}
|
|
1245
|
-
|
|
1254
|
+
offset_3 = add(offset_3, fromInt(s_1.i4j_1 - s_1.h4j_1 | 0));
|
|
1255
|
+
fromIndex_0 = offset_3;
|
|
1256
|
+
s_1 = ensureNotNull(s_1.l4j_1);
|
|
1246
1257
|
}
|
|
1247
|
-
offset_3 = add(offset_3, fromInt(s_1.a4j_1 - s_1.z4i_1 | 0));
|
|
1248
|
-
fromIndex_0 = offset_3;
|
|
1249
|
-
s_1 = ensureNotNull(s_1.d4j_1);
|
|
1250
1258
|
}
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
break $l$block_10;
|
|
1254
|
-
} else {
|
|
1255
|
-
var offset_4 = new (Long())(0, 0);
|
|
1256
|
-
$l$loop: while (true) {
|
|
1257
|
-
var tmp0_0 = offset_4;
|
|
1258
|
-
// Inline function 'kotlin.Long.plus' call
|
|
1259
|
-
var other = s_0.a4j_1 - s_0.z4i_1 | 0;
|
|
1260
|
-
var nextOffset = add(tmp0_0, fromInt(other));
|
|
1261
|
-
if (compare(nextOffset, fromIndex_1) > 0)
|
|
1262
|
-
break $l$loop;
|
|
1263
|
-
s_0 = ensureNotNull(s_0.d4j_1);
|
|
1264
|
-
offset_4 = nextOffset;
|
|
1265
|
-
}
|
|
1266
|
-
var tmp0_1 = s_0;
|
|
1267
|
-
var offset_5 = offset_4;
|
|
1268
|
-
var tmp_2;
|
|
1269
|
-
if (tmp0_1 == null) {
|
|
1270
|
-
tmp$ret$2 = new (Long())(-1, -1);
|
|
1271
|
-
break $l$block_10;
|
|
1259
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1260
|
+
break $l$block_12;
|
|
1272
1261
|
} else {
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1262
|
+
var offset_4 = new (Long())(0, 0);
|
|
1263
|
+
$l$loop: while (true) {
|
|
1264
|
+
var tmp0_0 = offset_4;
|
|
1265
|
+
// Inline function 'kotlin.Long.plus' call
|
|
1266
|
+
var other = s_0.i4j_1 - s_0.h4j_1 | 0;
|
|
1267
|
+
var nextOffset = add(tmp0_0, fromInt(other));
|
|
1268
|
+
if (compare(nextOffset, tmp2) > 0)
|
|
1269
|
+
break $l$loop;
|
|
1270
|
+
s_0 = ensureNotNull(s_0.l4j_1);
|
|
1271
|
+
offset_4 = nextOffset;
|
|
1272
|
+
}
|
|
1273
|
+
var tmp0_1 = s_0;
|
|
1274
|
+
var offset_5 = offset_4;
|
|
1275
|
+
var tmp_2;
|
|
1276
|
+
if (tmp0_1 == null) {
|
|
1277
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1278
|
+
break $l$block_12;
|
|
1279
|
+
} else {
|
|
1280
|
+
tmp_2 = tmp0_1;
|
|
1281
|
+
}
|
|
1282
|
+
var s_2 = tmp_2;
|
|
1283
|
+
var offset_6 = offset_5;
|
|
1284
|
+
if (targetBytes.q2() === 2) {
|
|
1285
|
+
var b0_1 = targetBytes.p2(0);
|
|
1286
|
+
var b1_1 = targetBytes.p2(1);
|
|
1287
|
+
while (compare(offset_6, this.s4i_1) < 0) {
|
|
1288
|
+
var data_3 = s_2.g4j_1;
|
|
1289
|
+
var pos_3 = convertToInt(subtract(add(numberToLong(s_2.h4j_1), fromIndex_0), offset_6));
|
|
1290
|
+
var limit_3 = s_2.i4j_1;
|
|
1291
|
+
while (pos_3 < limit_3) {
|
|
1292
|
+
var b_3 = data_3[pos_3];
|
|
1293
|
+
if (b_3 === b0_1 || b_3 === b1_1) {
|
|
1294
|
+
tmp$ret$0 = add(numberToLong(pos_3 - s_2.h4j_1 | 0), offset_6);
|
|
1295
|
+
break $l$block_12;
|
|
1296
|
+
}
|
|
1297
|
+
pos_3 = pos_3 + 1 | 0;
|
|
1289
1298
|
}
|
|
1290
|
-
|
|
1299
|
+
offset_6 = add(offset_6, fromInt(s_2.i4j_1 - s_2.h4j_1 | 0));
|
|
1300
|
+
fromIndex_0 = offset_6;
|
|
1301
|
+
s_2 = ensureNotNull(s_2.l4j_1);
|
|
1291
1302
|
}
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
if (b_4 === t_1) {
|
|
1310
|
-
tmp$ret$2 = add(numberToLong(pos_4 - s_2.z4i_1 | 0), offset_6);
|
|
1311
|
-
break $l$block_10;
|
|
1303
|
+
} else {
|
|
1304
|
+
var targetByteArray_1 = targetBytes.p4k();
|
|
1305
|
+
while (compare(offset_6, this.s4i_1) < 0) {
|
|
1306
|
+
var data_4 = s_2.g4j_1;
|
|
1307
|
+
var pos_4 = convertToInt(subtract(add(numberToLong(s_2.h4j_1), fromIndex_0), offset_6));
|
|
1308
|
+
var limit_4 = s_2.i4j_1;
|
|
1309
|
+
while (pos_4 < limit_4) {
|
|
1310
|
+
var b_4 = data_4[pos_4];
|
|
1311
|
+
var inductionVariable_1 = 0;
|
|
1312
|
+
var last_1 = targetByteArray_1.length;
|
|
1313
|
+
while (inductionVariable_1 < last_1) {
|
|
1314
|
+
var t_1 = targetByteArray_1[inductionVariable_1];
|
|
1315
|
+
inductionVariable_1 = inductionVariable_1 + 1 | 0;
|
|
1316
|
+
if (b_4 === t_1) {
|
|
1317
|
+
tmp$ret$0 = add(numberToLong(pos_4 - s_2.h4j_1 | 0), offset_6);
|
|
1318
|
+
break $l$block_12;
|
|
1319
|
+
}
|
|
1312
1320
|
}
|
|
1321
|
+
pos_4 = pos_4 + 1 | 0;
|
|
1313
1322
|
}
|
|
1314
|
-
|
|
1323
|
+
offset_6 = add(offset_6, fromInt(s_2.i4j_1 - s_2.h4j_1 | 0));
|
|
1324
|
+
fromIndex_0 = offset_6;
|
|
1325
|
+
s_2 = ensureNotNull(s_2.l4j_1);
|
|
1315
1326
|
}
|
|
1316
|
-
offset_6 = add(offset_6, fromInt(s_2.a4j_1 - s_2.z4i_1 | 0));
|
|
1317
|
-
fromIndex_0 = offset_6;
|
|
1318
|
-
s_2 = ensureNotNull(s_2.d4j_1);
|
|
1319
1327
|
}
|
|
1328
|
+
tmp$ret$0 = new (Long())(-1, -1);
|
|
1329
|
+
break $l$block_12;
|
|
1320
1330
|
}
|
|
1321
|
-
tmp$ret$2 = new (Long())(-1, -1);
|
|
1322
|
-
break $l$block_10;
|
|
1323
1331
|
}
|
|
1324
1332
|
}
|
|
1325
|
-
return tmp$ret$
|
|
1333
|
+
return tmp$ret$0;
|
|
1326
1334
|
}
|
|
1327
|
-
|
|
1328
|
-
return this.
|
|
1335
|
+
j4m(offset, bytes) {
|
|
1336
|
+
return this.k4m(offset, bytes, 0, bytes.q2());
|
|
1329
1337
|
}
|
|
1330
|
-
|
|
1338
|
+
k4m(offset, bytes, bytesOffset, byteCount) {
|
|
1331
1339
|
var tmp$ret$0;
|
|
1332
1340
|
$l$block_0: {
|
|
1333
1341
|
// Inline function 'okio.internal.commonRangeEquals' call
|
|
1334
|
-
if (compare(offset, new (Long())(0, 0)) < 0 || bytesOffset < 0 || byteCount < 0 || compare(subtract(this.
|
|
1342
|
+
if (compare(offset, new (Long())(0, 0)) < 0 || bytesOffset < 0 || byteCount < 0 || compare(subtract(this.s4i_1, offset), fromInt(byteCount)) < 0 || (bytes.q2() - bytesOffset | 0) < byteCount) {
|
|
1335
1343
|
tmp$ret$0 = false;
|
|
1336
1344
|
break $l$block_0;
|
|
1337
1345
|
}
|
|
@@ -1342,7 +1350,7 @@ function Buffer() {
|
|
|
1342
1350
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1343
1351
|
// Inline function 'kotlin.Long.plus' call
|
|
1344
1352
|
var tmp$ret$1 = add(offset, fromInt(i));
|
|
1345
|
-
if (!(this.
|
|
1353
|
+
if (!(this.y1p(tmp$ret$1) === bytes.p2(bytesOffset + i | 0))) {
|
|
1346
1354
|
tmp$ret$0 = false;
|
|
1347
1355
|
break $l$block_0;
|
|
1348
1356
|
}
|
|
@@ -1352,10 +1360,10 @@ function Buffer() {
|
|
|
1352
1360
|
}
|
|
1353
1361
|
return tmp$ret$0;
|
|
1354
1362
|
}
|
|
1355
|
-
|
|
1363
|
+
vc() {
|
|
1356
1364
|
return Unit_instance;
|
|
1357
1365
|
}
|
|
1358
|
-
|
|
1366
|
+
j6() {
|
|
1359
1367
|
return Unit_instance;
|
|
1360
1368
|
}
|
|
1361
1369
|
equals(other) {
|
|
@@ -1370,24 +1378,24 @@ function Buffer() {
|
|
|
1370
1378
|
tmp$ret$0 = false;
|
|
1371
1379
|
break $l$block_3;
|
|
1372
1380
|
}
|
|
1373
|
-
if (!equalsLong(this.
|
|
1381
|
+
if (!equalsLong(this.s4i_1, other.s4i_1)) {
|
|
1374
1382
|
tmp$ret$0 = false;
|
|
1375
1383
|
break $l$block_3;
|
|
1376
1384
|
}
|
|
1377
|
-
if (equalsLong(this.
|
|
1385
|
+
if (equalsLong(this.s4i_1, new (Long())(0, 0))) {
|
|
1378
1386
|
tmp$ret$0 = true;
|
|
1379
1387
|
break $l$block_3;
|
|
1380
1388
|
}
|
|
1381
|
-
var sa = ensureNotNull(this.
|
|
1382
|
-
var sb = ensureNotNull(other.
|
|
1383
|
-
var posA = sa.
|
|
1384
|
-
var posB = sb.
|
|
1389
|
+
var sa = ensureNotNull(this.r4i_1);
|
|
1390
|
+
var sb = ensureNotNull(other.r4i_1);
|
|
1391
|
+
var posA = sa.h4j_1;
|
|
1392
|
+
var posB = sb.h4j_1;
|
|
1385
1393
|
var pos = new (Long())(0, 0);
|
|
1386
1394
|
var count;
|
|
1387
|
-
while (compare(pos, this.
|
|
1388
|
-
var tmp0 = sa.
|
|
1395
|
+
while (compare(pos, this.s4i_1) < 0) {
|
|
1396
|
+
var tmp0 = sa.i4j_1 - posA | 0;
|
|
1389
1397
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
1390
|
-
var b = sb.
|
|
1398
|
+
var b = sb.i4j_1 - posB | 0;
|
|
1391
1399
|
var tmp$ret$1 = Math.min(tmp0, b);
|
|
1392
1400
|
count = fromInt(tmp$ret$1);
|
|
1393
1401
|
var inductionVariable = new (Long())(0, 0);
|
|
@@ -1395,11 +1403,11 @@ function Buffer() {
|
|
|
1395
1403
|
do {
|
|
1396
1404
|
var i = inductionVariable;
|
|
1397
1405
|
inductionVariable = add(inductionVariable, new (Long())(1, 0));
|
|
1398
|
-
var tmp = sa.
|
|
1406
|
+
var tmp = sa.g4j_1;
|
|
1399
1407
|
var tmp1 = posA;
|
|
1400
1408
|
posA = tmp1 + 1 | 0;
|
|
1401
1409
|
var tmp_0 = tmp[tmp1];
|
|
1402
|
-
var tmp_1 = sb.
|
|
1410
|
+
var tmp_1 = sb.g4j_1;
|
|
1403
1411
|
var tmp2 = posB;
|
|
1404
1412
|
posB = tmp2 + 1 | 0;
|
|
1405
1413
|
if (!(tmp_0 === tmp_1[tmp2])) {
|
|
@@ -1408,13 +1416,13 @@ function Buffer() {
|
|
|
1408
1416
|
}
|
|
1409
1417
|
}
|
|
1410
1418
|
while (compare(inductionVariable, count) < 0);
|
|
1411
|
-
if (posA === sa.
|
|
1412
|
-
sa = ensureNotNull(sa.
|
|
1413
|
-
posA = sa.
|
|
1419
|
+
if (posA === sa.i4j_1) {
|
|
1420
|
+
sa = ensureNotNull(sa.l4j_1);
|
|
1421
|
+
posA = sa.h4j_1;
|
|
1414
1422
|
}
|
|
1415
|
-
if (posB === sb.
|
|
1416
|
-
sb = ensureNotNull(sb.
|
|
1417
|
-
posB = sb.
|
|
1423
|
+
if (posB === sb.i4j_1) {
|
|
1424
|
+
sb = ensureNotNull(sb.l4j_1);
|
|
1425
|
+
posB = sb.h4j_1;
|
|
1418
1426
|
}
|
|
1419
1427
|
pos = add(pos, count);
|
|
1420
1428
|
}
|
|
@@ -1426,7 +1434,7 @@ function Buffer() {
|
|
|
1426
1434
|
var tmp$ret$0;
|
|
1427
1435
|
$l$block: {
|
|
1428
1436
|
// Inline function 'okio.internal.commonHashCode' call
|
|
1429
|
-
var tmp0_elvis_lhs = this.
|
|
1437
|
+
var tmp0_elvis_lhs = this.r4i_1;
|
|
1430
1438
|
var tmp;
|
|
1431
1439
|
if (tmp0_elvis_lhs == null) {
|
|
1432
1440
|
tmp$ret$0 = 0;
|
|
@@ -1437,50 +1445,50 @@ function Buffer() {
|
|
|
1437
1445
|
var s = tmp;
|
|
1438
1446
|
var result = 1;
|
|
1439
1447
|
do {
|
|
1440
|
-
var pos = s.
|
|
1441
|
-
var limit = s.
|
|
1448
|
+
var pos = s.h4j_1;
|
|
1449
|
+
var limit = s.i4j_1;
|
|
1442
1450
|
while (pos < limit) {
|
|
1443
|
-
result = imul(31, result) + s.
|
|
1451
|
+
result = imul(31, result) + s.g4j_1[pos] | 0;
|
|
1444
1452
|
pos = pos + 1 | 0;
|
|
1445
1453
|
}
|
|
1446
|
-
s = ensureNotNull(s.
|
|
1454
|
+
s = ensureNotNull(s.l4j_1);
|
|
1447
1455
|
}
|
|
1448
|
-
while (!(s === this.
|
|
1456
|
+
while (!(s === this.r4i_1));
|
|
1449
1457
|
tmp$ret$0 = result;
|
|
1450
1458
|
}
|
|
1451
1459
|
return tmp$ret$0;
|
|
1452
1460
|
}
|
|
1453
1461
|
toString() {
|
|
1454
|
-
return this.
|
|
1462
|
+
return this.l4m().toString();
|
|
1455
1463
|
}
|
|
1456
|
-
|
|
1464
|
+
l4m() {
|
|
1457
1465
|
// Inline function 'okio.internal.commonSnapshot' call
|
|
1458
1466
|
// Inline function 'kotlin.check' call
|
|
1459
|
-
if (!(compare(this.
|
|
1460
|
-
var message = 'size > Int.MAX_VALUE: ' + this.
|
|
1467
|
+
if (!(compare(this.s4i_1, new (Long())(2147483647, 0)) <= 0)) {
|
|
1468
|
+
var message = 'size > Int.MAX_VALUE: ' + this.s4i_1.toString();
|
|
1461
1469
|
throw IllegalStateException().o(toString(message));
|
|
1462
1470
|
}
|
|
1463
|
-
return this.
|
|
1471
|
+
return this.p4l(convertToInt(this.s4i_1));
|
|
1464
1472
|
}
|
|
1465
|
-
|
|
1473
|
+
p4l(byteCount) {
|
|
1466
1474
|
var tmp$ret$0;
|
|
1467
1475
|
$l$block: {
|
|
1468
1476
|
// Inline function 'okio.internal.commonSnapshot' call
|
|
1469
1477
|
if (byteCount === 0) {
|
|
1470
|
-
tmp$ret$0 = Companion_getInstance().
|
|
1478
|
+
tmp$ret$0 = Companion_getInstance().k4k_1;
|
|
1471
1479
|
break $l$block;
|
|
1472
1480
|
}
|
|
1473
|
-
checkOffsetAndCount(this.
|
|
1481
|
+
checkOffsetAndCount(this.s4i_1, new (Long())(0, 0), fromInt(byteCount));
|
|
1474
1482
|
var offset = 0;
|
|
1475
1483
|
var segmentCount = 0;
|
|
1476
|
-
var s = this.
|
|
1484
|
+
var s = this.r4i_1;
|
|
1477
1485
|
while (offset < byteCount) {
|
|
1478
|
-
if (ensureNotNull(s).
|
|
1479
|
-
throw AssertionError().
|
|
1486
|
+
if (ensureNotNull(s).i4j_1 === s.h4j_1) {
|
|
1487
|
+
throw AssertionError().bf('s.limit == s.pos');
|
|
1480
1488
|
}
|
|
1481
|
-
offset = offset + (s.
|
|
1489
|
+
offset = offset + (s.i4j_1 - s.h4j_1 | 0) | 0;
|
|
1482
1490
|
segmentCount = segmentCount + 1 | 0;
|
|
1483
|
-
s = s.
|
|
1491
|
+
s = s.l4j_1;
|
|
1484
1492
|
}
|
|
1485
1493
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
1486
1494
|
var size = segmentCount;
|
|
@@ -1488,18 +1496,18 @@ function Buffer() {
|
|
|
1488
1496
|
var directory = new Int32Array(imul(segmentCount, 2));
|
|
1489
1497
|
offset = 0;
|
|
1490
1498
|
segmentCount = 0;
|
|
1491
|
-
s = this.
|
|
1499
|
+
s = this.r4i_1;
|
|
1492
1500
|
while (offset < byteCount) {
|
|
1493
|
-
segments[segmentCount] = ensureNotNull(s).
|
|
1494
|
-
offset = offset + (s.
|
|
1501
|
+
segments[segmentCount] = ensureNotNull(s).g4j_1;
|
|
1502
|
+
offset = offset + (s.i4j_1 - s.h4j_1 | 0) | 0;
|
|
1495
1503
|
var tmp = segmentCount;
|
|
1496
1504
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
1497
1505
|
var a = offset;
|
|
1498
1506
|
directory[tmp] = Math.min(a, byteCount);
|
|
1499
|
-
directory[segmentCount + segments.length | 0] = s.
|
|
1500
|
-
s.
|
|
1507
|
+
directory[segmentCount + segments.length | 0] = s.h4j_1;
|
|
1508
|
+
s.j4j_1 = true;
|
|
1501
1509
|
segmentCount = segmentCount + 1 | 0;
|
|
1502
|
-
s = s.
|
|
1510
|
+
s = s.l4j_1;
|
|
1503
1511
|
}
|
|
1504
1512
|
tmp$ret$0 = new (SegmentedByteString())(isArray(segments) ? segments : THROW_CCE(), directory);
|
|
1505
1513
|
}
|