@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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WebSocketSessionzi1ianvyj32u as WebSocketSession,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
closeo8vfd19wahfw as close,
|
|
4
|
+
closeExceptionally3ggedzec0vibq as closeExceptionally,
|
|
5
|
+
send3kjrrxgwu0vpw as send,
|
|
6
6
|
} from './WebSocketSession.mjs';
|
|
7
7
|
import {
|
|
8
8
|
initMetadataForInterface1egvbzx539z91 as initMetadataForInterface,
|
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
14
14
|
import { Long2qws0ah9gnpki as Long } from '../../../../kotlin-kotlin-stdlib/kotlin/Primitives.mjs';
|
|
15
15
|
import {
|
|
16
|
-
|
|
16
|
+
Companion_getInstance1u99479g32m9i as Companion_getInstance,
|
|
17
17
|
from3gpkuvfyl3bft as from,
|
|
18
|
-
|
|
18
|
+
ChannelOverflow_SUSPEND_getInstance3qrqbtoutxinz as ChannelOverflow_SUSPEND_getInstance,
|
|
19
19
|
ChannelConfigftdbykui5s0q as ChannelConfig,
|
|
20
20
|
} from './WebSocketChannelsConfig.mjs';
|
|
21
21
|
import { isInterface3d6p8outrmvmk as isInterface } from '../../../../kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs';
|
|
@@ -27,54 +27,30 @@ import {
|
|
|
27
27
|
toString1pkumu07cwy4m as toString,
|
|
28
28
|
protoOf180f3jzyo7rfj as protoOf,
|
|
29
29
|
} from '../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
30
|
+
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
31
|
+
import { Dispatchers_getInstance2p2r3ndn98nn as Dispatchers_getInstance } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs';
|
|
32
|
+
import { launch1c91vkjzdi9sd as launch } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs';
|
|
33
|
+
import { CoroutineStart_UNDISPATCHED_getInstance3vhik5zct4e74 as CoroutineStart_UNDISPATCHED_getInstance } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs';
|
|
32
34
|
import { get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled } from '../../../../ktor-ktor-utils/io/ktor/util/logging/Logger.web.mjs';
|
|
33
35
|
import {
|
|
34
|
-
BytePacketBuilder2biodf4wxvlba as BytePacketBuilder,
|
|
35
|
-
writeFully359t6q8kam2g5 as writeFully,
|
|
36
|
-
buildjygoh729rhy8 as build,
|
|
37
|
-
get_size2imoy2jq11jxl as get_size,
|
|
38
|
-
} from '../../../../ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs';
|
|
39
|
-
import {
|
|
40
|
-
ensureNotNull1e947j3ixpazm as ensureNotNull,
|
|
41
|
-
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
42
|
-
} from '../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
43
|
-
import {
|
|
44
|
-
Companion_getInstancelqb1l3z6ws7q as Companion_getInstance_0,
|
|
45
|
-
Ping3nta6l7sdq1r9 as Ping,
|
|
46
|
-
Pong3m3cas9hmc9ec as Pong,
|
|
47
|
-
Close3tx65evcwi73t as Close,
|
|
48
36
|
Binary3tlzyfojm51s4 as Binary,
|
|
49
37
|
Text3e6ukp9joohql as Text,
|
|
38
|
+
Close3tx65evcwi73t as Close,
|
|
39
|
+
Pong3m3cas9hmc9ec as Pong,
|
|
40
|
+
Companion_getInstance13o6h9kfs12i5 as Companion_getInstance_0,
|
|
41
|
+
Ping3nta6l7sdq1r9 as Ping,
|
|
50
42
|
} from './Frame.web.mjs';
|
|
51
|
-
import { readByteArray1ri21h2rciakw as readByteArray } from '../../../../kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs';
|
|
52
43
|
import {
|
|
53
44
|
readReason2qq1b0s02pdpy as readReason,
|
|
54
|
-
|
|
45
|
+
NonDisposableHandle_instance3amt6bvd9jgby as NonDisposableHandle_instance,
|
|
55
46
|
} from './FrameCommon.mjs';
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
ClosedSendChannelException29m33prpq9jaw as ClosedSendChannelException,
|
|
59
|
-
ClosedReceiveChannelException3ofg6gf5f5b38 as ClosedReceiveChannelException,
|
|
60
|
-
ChannelResult2y4k69ac6y3du as ChannelResult,
|
|
61
|
-
_ChannelResult___get_isSuccess__impl__odq1z9363u9zgwpgg09 as _ChannelResult___get_isSuccess__impl__odq1z9,
|
|
62
|
-
Factory_getInstance1n4mqriubejsu as Factory_getInstance,
|
|
63
|
-
} from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs';
|
|
47
|
+
import { toString30pk9tzaqopn as toString_0 } from '../../../../kotlin-kotlin-stdlib/kotlin/Library.mjs';
|
|
64
48
|
import {
|
|
65
49
|
CloseReason10cphaqpp3ct7 as CloseReason,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
50
|
+
Codes_NORMAL_getInstance1akc4vzdzyb59 as Codes_NORMAL_getInstance,
|
|
51
|
+
Codes_CLOSED_ABNORMALLY_getInstance2rjj5xk3ewrku as Codes_CLOSED_ABNORMALLY_getInstance,
|
|
52
|
+
Codes_TOO_BIG_getInstance3nttbnss50yoi as Codes_TOO_BIG_getInstance,
|
|
69
53
|
} from './CloseReason.mjs';
|
|
70
|
-
import { CancellationException3b36o9qz53rgr as CancellationException } from '../../../../kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs';
|
|
71
|
-
import { ChannelIOException2i3t76lsrbgox as ChannelIOException } from '../../../../ktor-ktor-utils/io/ktor/util/cio/Channels.mjs';
|
|
72
|
-
import { IOException1wyutdmfe71nu as IOException } from '../../../../kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs';
|
|
73
|
-
import { Dispatchers_getInstancewbokwrm9sosb as Dispatchers_getInstance } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs';
|
|
74
|
-
import { launch1c91vkjzdi9sd as launch } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs';
|
|
75
|
-
import { CoroutineStart_UNDISPATCHED_getInstanceldihd7d5m0an as CoroutineStart_UNDISPATCHED_getInstance } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs';
|
|
76
|
-
import { suspendOrReturn49pspzlx5djv as suspendOrReturn } from '../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs';
|
|
77
|
-
import { toString30pk9tzaqopn as toString_0 } from '../../../../kotlin-kotlin-stdlib/kotlin/Library.mjs';
|
|
78
54
|
import {
|
|
79
55
|
pingerd16zvjbf6m9o as pinger,
|
|
80
56
|
ponger270tezdl2mu68 as ponger,
|
|
@@ -83,8 +59,30 @@ import {
|
|
|
83
59
|
compare2uud5j30pw5xc as compare,
|
|
84
60
|
fromInt1lka3ktyu79a4 as fromInt,
|
|
85
61
|
} from '../../../../kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs';
|
|
62
|
+
import {
|
|
63
|
+
ChannelResult2y4k69ac6y3du as ChannelResult,
|
|
64
|
+
_ChannelResult___get_isSuccess__impl__odq1z912b5ogo8613be as _ChannelResult___get_isSuccess__impl__odq1z9,
|
|
65
|
+
ClosedSendChannelException29m33prpq9jaw as ClosedSendChannelException,
|
|
66
|
+
ClosedReceiveChannelException3ofg6gf5f5b38 as ClosedReceiveChannelException,
|
|
67
|
+
Factory_getInstance3boxsed5qz5iy as Factory_getInstance,
|
|
68
|
+
} from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs';
|
|
69
|
+
import {
|
|
70
|
+
get_size2imoy2jq11jxl as get_size,
|
|
71
|
+
BytePacketBuilder2biodf4wxvlba as BytePacketBuilder,
|
|
72
|
+
writeFully359t6q8kam2g5 as writeFully,
|
|
73
|
+
buildjygoh729rhy8 as build,
|
|
74
|
+
} from '../../../../ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs';
|
|
86
75
|
import { FrameTooBigException1rgdafsgu31sm as FrameTooBigException } from './FrameTooBigException.mjs';
|
|
76
|
+
import {
|
|
77
|
+
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
78
|
+
ensureNotNull1e947j3ixpazm as ensureNotNull,
|
|
79
|
+
} from '../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
87
80
|
import { CoroutineScopefcb5f5dwqcas as CoroutineScope } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs';
|
|
81
|
+
import { readByteArray1ri21h2rciakw as readByteArray } from '../../../../kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs';
|
|
82
|
+
import { cancelConsumed2i0oizqhmljf6 as cancelConsumed } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs';
|
|
83
|
+
import { CancellationException3b36o9qz53rgr as CancellationException } from '../../../../kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs';
|
|
84
|
+
import { ChannelIOException2i3t76lsrbgox as ChannelIOException } from '../../../../ktor-ktor-utils/io/ktor/util/cio/Channels.mjs';
|
|
85
|
+
import { IOException1wyutdmfe71nu as IOException } from '../../../../kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs';
|
|
88
86
|
import {
|
|
89
87
|
atomic$ref$130aurmcwdfdf1 as atomic$ref$1,
|
|
90
88
|
atomic$boolean$1iggki4z65a2h as atomic$boolean$1,
|
|
@@ -92,7 +90,7 @@ import {
|
|
|
92
90
|
import { CompletableDeferred2lnqvsbvx74d3 as CompletableDeferred } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs';
|
|
93
91
|
import {
|
|
94
92
|
Job13y4jkazwjho0 as Job,
|
|
95
|
-
|
|
93
|
+
Key_instance2rlngjw9v1qsd as Key_instance,
|
|
96
94
|
} from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs';
|
|
97
95
|
import { CoroutineName2g5zosw74tf0f as CoroutineName } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs';
|
|
98
96
|
import { ArrayList3it5z8td81qkl as ArrayList } from '../../../../kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs';
|
|
@@ -136,365 +134,146 @@ function DefaultWebSocketSession() {
|
|
|
136
134
|
function DefaultWebSocketSession_0(session, pingIntervalMillis, timeoutMillis, channelsConfig) {
|
|
137
135
|
pingIntervalMillis = pingIntervalMillis === VOID ? new (Long())(0, 0) : pingIntervalMillis;
|
|
138
136
|
timeoutMillis = timeoutMillis === VOID ? new (Long())(15000, 0) : timeoutMillis;
|
|
139
|
-
channelsConfig = channelsConfig === VOID ? Companion_getInstance().
|
|
137
|
+
channelsConfig = channelsConfig === VOID ? Companion_getInstance().r37_1 : channelsConfig;
|
|
140
138
|
_init_properties_DefaultWebSocketSession_kt__469s0y();
|
|
141
139
|
// Inline function 'kotlin.require' call
|
|
142
140
|
if (!!isInterface(session, DefaultWebSocketSession())) {
|
|
143
141
|
var message = 'Cannot wrap other DefaultWebSocketSession';
|
|
144
|
-
throw IllegalArgumentException().
|
|
142
|
+
throw IllegalArgumentException().m2(toString(message));
|
|
145
143
|
}
|
|
146
|
-
return new (DefaultWebSocketSessionImpl())(session, pingIntervalMillis, timeoutMillis, channelsConfig.
|
|
147
|
-
}
|
|
148
|
-
function *_generator_invoke__zhh2q8($this, $this$launch, $completion) {
|
|
149
|
-
var tmp = $this.y37_1.uy($completion);
|
|
150
|
-
if (tmp === get_COROUTINE_SUSPENDED())
|
|
151
|
-
tmp = yield tmp;
|
|
152
|
-
var tmp_0 = $this.z37_1.uy($completion);
|
|
153
|
-
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
154
|
-
tmp_0 = yield tmp_0;
|
|
155
|
-
$this.a38_1.e38_1.yy();
|
|
156
|
-
return Unit_instance;
|
|
157
|
-
}
|
|
158
|
-
function *_generator_invoke__zhh2q8_0($this, $this$launch, $completion) {
|
|
159
|
-
var firstFrame = null;
|
|
160
|
-
var frameBody = null;
|
|
161
|
-
var closeFramePresented = false;
|
|
162
|
-
try {
|
|
163
|
-
// Inline function 'kotlinx.coroutines.channels.consumeEach' call
|
|
164
|
-
var tmp0 = $this.o38_1.b38_1.s37();
|
|
165
|
-
$l$block_1: {
|
|
166
|
-
// Inline function 'kotlinx.coroutines.channels.consume' call
|
|
167
|
-
var cause = null;
|
|
168
|
-
try {
|
|
169
|
-
var _iterator__ex2g4s = tmp0.q1();
|
|
170
|
-
$l$loop: while (true) {
|
|
171
|
-
var tmp = _iterator__ex2g4s.p1c($completion);
|
|
172
|
-
if (tmp === get_COROUTINE_SUSPENDED())
|
|
173
|
-
tmp = yield tmp;
|
|
174
|
-
if (!tmp) {
|
|
175
|
-
break $l$loop;
|
|
176
|
-
}
|
|
177
|
-
var e = _iterator__ex2g4s.s1();
|
|
178
|
-
$l$block_0: {
|
|
179
|
-
// Inline function 'io.ktor.util.logging.trace' call
|
|
180
|
-
var this_0 = get_LOGGER();
|
|
181
|
-
if (get_isTraceEnabled(this_0)) {
|
|
182
|
-
var tmp$ret$0 = 'WebSocketSession(' + toString($this$launch) + ') receiving frame ' + e.toString();
|
|
183
|
-
this_0.z2p(tmp$ret$0);
|
|
184
|
-
}
|
|
185
|
-
if (e instanceof Close()) {
|
|
186
|
-
if (!$this.o38_1.t37().w1c()) {
|
|
187
|
-
var tmp_0 = $this.o38_1.t37();
|
|
188
|
-
var tmp1_elvis_lhs = readReason(e);
|
|
189
|
-
var tmp_1 = tmp_0.d1d(Close().g39(tmp1_elvis_lhs == null ? get_NORMAL_CLOSE() : tmp1_elvis_lhs), $completion);
|
|
190
|
-
if (tmp_1 === get_COROUTINE_SUSPENDED())
|
|
191
|
-
tmp_1 = yield tmp_1;
|
|
192
|
-
}
|
|
193
|
-
closeFramePresented = true;
|
|
194
|
-
return Unit_instance;
|
|
195
|
-
} else {
|
|
196
|
-
if (e instanceof Pong()) {
|
|
197
|
-
var tmp2_safe_receiver = $this.o38_1.c38_1.kotlinx$atomicfu$value;
|
|
198
|
-
if (tmp2_safe_receiver == null)
|
|
199
|
-
null;
|
|
200
|
-
else {
|
|
201
|
-
var tmp_2 = tmp2_safe_receiver.d1d(e, $completion);
|
|
202
|
-
if (tmp_2 === get_COROUTINE_SUSPENDED())
|
|
203
|
-
tmp_2 = yield tmp_2;
|
|
204
|
-
}
|
|
205
|
-
} else {
|
|
206
|
-
if (e instanceof Ping()) {
|
|
207
|
-
var tmp_3 = $this.p38_1.d1d(e, $completion);
|
|
208
|
-
if (tmp_3 === get_COROUTINE_SUSPENDED())
|
|
209
|
-
tmp_3 = yield tmp_3;
|
|
210
|
-
} else {
|
|
211
|
-
var tmp_4 = checkMaxFrameSize($this.o38_1, frameBody, e, $completion);
|
|
212
|
-
if (tmp_4 === get_COROUTINE_SUSPENDED())
|
|
213
|
-
tmp_4 = yield tmp_4;
|
|
214
|
-
if (!e.q38_1) {
|
|
215
|
-
if (firstFrame == null) {
|
|
216
|
-
firstFrame = e;
|
|
217
|
-
}
|
|
218
|
-
if (frameBody == null) {
|
|
219
|
-
frameBody = BytePacketBuilder();
|
|
220
|
-
}
|
|
221
|
-
writeFully(frameBody, e.s38_1);
|
|
222
|
-
break $l$block_0;
|
|
223
|
-
}
|
|
224
|
-
if (firstFrame == null) {
|
|
225
|
-
var tmp_5 = $this.o38_1.g38_1.d1d(processIncomingExtensions($this.o38_1, e), $completion);
|
|
226
|
-
if (tmp_5 === get_COROUTINE_SUSPENDED())
|
|
227
|
-
tmp_5 = yield tmp_5;
|
|
228
|
-
break $l$block_0;
|
|
229
|
-
}
|
|
230
|
-
writeFully(ensureNotNull(frameBody), e.s38_1);
|
|
231
|
-
var defragmented = Companion_getInstance_0().y38(true, firstFrame.r38_1, readByteArray(build(frameBody)), firstFrame.u38_1, firstFrame.v38_1, firstFrame.w38_1);
|
|
232
|
-
firstFrame = null;
|
|
233
|
-
var tmp_6 = $this.o38_1.g38_1.d1d(processIncomingExtensions($this.o38_1, defragmented), $completion);
|
|
234
|
-
if (tmp_6 === get_COROUTINE_SUSPENDED())
|
|
235
|
-
tmp_6 = yield tmp_6;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
break $l$block_1;
|
|
242
|
-
} catch ($p) {
|
|
243
|
-
if ($p instanceof Error) {
|
|
244
|
-
var e_0 = $p;
|
|
245
|
-
cause = e_0;
|
|
246
|
-
throw e_0;
|
|
247
|
-
} else {
|
|
248
|
-
throw $p;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
finally {
|
|
252
|
-
cancelConsumed(tmp0, cause);
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
} catch ($p) {
|
|
256
|
-
if ($p instanceof ClosedSendChannelException()) {
|
|
257
|
-
var _unused_var__etf5q3 = $p;
|
|
258
|
-
} else {
|
|
259
|
-
if ($p instanceof Error) {
|
|
260
|
-
var cause_0 = $p;
|
|
261
|
-
$this.p38_1.q1d();
|
|
262
|
-
$this.o38_1.g38_1.o1d(cause_0);
|
|
263
|
-
} else {
|
|
264
|
-
throw $p;
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
finally {
|
|
269
|
-
$this.p38_1.q1d();
|
|
270
|
-
var tmp0_safe_receiver = frameBody;
|
|
271
|
-
if (tmp0_safe_receiver == null)
|
|
272
|
-
null;
|
|
273
|
-
else {
|
|
274
|
-
tmp0_safe_receiver.o6();
|
|
275
|
-
}
|
|
276
|
-
$this.o38_1.g38_1.q1d();
|
|
277
|
-
if (!closeFramePresented) {
|
|
278
|
-
var tmp_7 = close($this.o38_1, CloseReason().m37(Codes_CLOSED_ABNORMALLY_getInstance(), 'Connection was closed without close frame'), $completion);
|
|
279
|
-
if (tmp_7 === get_COROUTINE_SUSPENDED())
|
|
280
|
-
tmp_7 = yield tmp_7;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
return Unit_instance;
|
|
284
|
-
}
|
|
285
|
-
function *_generator_invoke__zhh2q8_1($this, $this$launch, $completion) {
|
|
286
|
-
try {
|
|
287
|
-
var tmp = outgoingProcessorLoop($this.h39_1, $completion);
|
|
288
|
-
if (tmp === get_COROUTINE_SUSPENDED())
|
|
289
|
-
tmp = yield tmp;
|
|
290
|
-
} catch ($p) {
|
|
291
|
-
if ($p instanceof ClosedSendChannelException()) {
|
|
292
|
-
var _unused_var__etf5q3 = $p;
|
|
293
|
-
} else {
|
|
294
|
-
if ($p instanceof ClosedReceiveChannelException()) {
|
|
295
|
-
var _unused_var__etf5q3_0 = $p;
|
|
296
|
-
} else {
|
|
297
|
-
if ($p instanceof CancellationException()) {
|
|
298
|
-
var _unused_var__etf5q3_1 = $p;
|
|
299
|
-
var tmp_0 = sendCloseSequence$default($this.h39_1, CloseReason().m37(Codes_NORMAL_getInstance(), ''), VOID, $completion);
|
|
300
|
-
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
301
|
-
tmp_0 = yield tmp_0;
|
|
302
|
-
} else {
|
|
303
|
-
if ($p instanceof ChannelIOException()) {
|
|
304
|
-
var _unused_var__etf5q3_2 = $p;
|
|
305
|
-
} else {
|
|
306
|
-
if ($p instanceof Error) {
|
|
307
|
-
var cause = $p;
|
|
308
|
-
$this.h39_1.h38_1.xy(CancellationException().p('Failed to send frame', cause));
|
|
309
|
-
var tmp_1 = closeExceptionally($this.h39_1.b38_1, cause, $completion);
|
|
310
|
-
if (tmp_1 === get_COROUTINE_SUSPENDED())
|
|
311
|
-
tmp_1 = yield tmp_1;
|
|
312
|
-
return Unit_instance;
|
|
313
|
-
} else {
|
|
314
|
-
throw $p;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
finally {
|
|
322
|
-
$this.h39_1.h38_1.s1d();
|
|
323
|
-
var tmp_2 = close($this.h39_1.b38_1, VOID, $completion);
|
|
324
|
-
if (tmp_2 === get_COROUTINE_SUSPENDED())
|
|
325
|
-
tmp_2 = yield tmp_2;
|
|
326
|
-
}
|
|
327
|
-
return Unit_instance;
|
|
328
|
-
}
|
|
329
|
-
function *_generator_invoke__zhh2q8_2($this, it, $completion) {
|
|
330
|
-
var tmp = sendCloseSequence($this.i39_1, it, IOException().l1s('Ping timeout'), $completion);
|
|
331
|
-
if (tmp === get_COROUTINE_SUSPENDED())
|
|
332
|
-
tmp = yield tmp;
|
|
333
|
-
return Unit_instance;
|
|
334
|
-
}
|
|
335
|
-
function *_generator_flush__owbk1c($this, $completion) {
|
|
336
|
-
var tmp = $this.b38_1.o1t($completion);
|
|
337
|
-
if (tmp === get_COROUTINE_SUSPENDED())
|
|
338
|
-
tmp = yield tmp;
|
|
339
|
-
return Unit_instance;
|
|
144
|
+
return new (DefaultWebSocketSessionImpl())(session, pingIntervalMillis, timeoutMillis, channelsConfig.s37_1, channelsConfig.t37_1);
|
|
340
145
|
}
|
|
341
146
|
function runIncomingProcessor($this, ponger) {
|
|
342
|
-
var tmp = get_IncomingProcessorCoroutineName().
|
|
147
|
+
var tmp = get_IncomingProcessorCoroutineName().po(Dispatchers_getInstance().b19_1);
|
|
343
148
|
return launch($this, tmp, VOID, DefaultWebSocketSessionImpl$runIncomingProcessor$slambda_0($this, ponger));
|
|
344
149
|
}
|
|
345
150
|
function runOutgoingProcessor($this) {
|
|
346
|
-
var tmp = get_OutgoingProcessorCoroutineName().
|
|
151
|
+
var tmp = get_OutgoingProcessorCoroutineName().po(Dispatchers_getInstance().b19_1);
|
|
347
152
|
var tmp_0 = CoroutineStart_UNDISPATCHED_getInstance();
|
|
348
153
|
return launch($this, tmp, tmp_0, DefaultWebSocketSessionImpl$runOutgoingProcessor$slambda_0($this));
|
|
349
154
|
}
|
|
350
|
-
function *
|
|
351
|
-
var _iterator__ex2g4s = $this.
|
|
352
|
-
$l$
|
|
353
|
-
var
|
|
354
|
-
if (tmp === get_COROUTINE_SUSPENDED())
|
|
355
|
-
tmp = yield tmp;
|
|
356
|
-
if (!tmp) {
|
|
357
|
-
break $l$loop_0;
|
|
358
|
-
}
|
|
359
|
-
var frame = _iterator__ex2g4s.s1();
|
|
155
|
+
function *outgoingProcessorLoop($this, $completion) {
|
|
156
|
+
var _iterator__ex2g4s = $this.a38_1.l1();
|
|
157
|
+
$l$loop: while (yield* _iterator__ex2g4s.j1c($completion)) {
|
|
158
|
+
var frame = _iterator__ex2g4s.n1();
|
|
360
159
|
// Inline function 'io.ktor.util.logging.trace' call
|
|
361
160
|
var this_0 = get_LOGGER();
|
|
362
161
|
if (get_isTraceEnabled(this_0)) {
|
|
363
|
-
var tmp$ret$
|
|
364
|
-
this_0.
|
|
162
|
+
var tmp$ret$1 = 'Sending ' + frame.toString() + ' from session ' + toString($this);
|
|
163
|
+
this_0.v2p(tmp$ret$1);
|
|
365
164
|
}
|
|
366
|
-
var
|
|
165
|
+
var tmp;
|
|
367
166
|
if (frame instanceof Close()) {
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
tmp_1 = yield tmp_1;
|
|
371
|
-
break $l$loop_0;
|
|
167
|
+
yield* sendCloseSequence($this, readReason(frame), VOID, $completion);
|
|
168
|
+
break $l$loop;
|
|
372
169
|
} else {
|
|
373
|
-
var
|
|
170
|
+
var tmp_0;
|
|
374
171
|
if (frame instanceof Text()) {
|
|
375
|
-
|
|
172
|
+
tmp_0 = true;
|
|
376
173
|
} else {
|
|
377
|
-
|
|
174
|
+
tmp_0 = frame instanceof Binary();
|
|
378
175
|
}
|
|
379
|
-
if (
|
|
380
|
-
|
|
176
|
+
if (tmp_0) {
|
|
177
|
+
tmp = processOutgoingExtensions($this, frame);
|
|
381
178
|
} else {
|
|
382
|
-
|
|
179
|
+
tmp = frame;
|
|
383
180
|
}
|
|
384
181
|
}
|
|
385
|
-
var processedFrame =
|
|
386
|
-
|
|
387
|
-
if (tmp_3 === get_COROUTINE_SUSPENDED())
|
|
388
|
-
tmp_3 = yield tmp_3;
|
|
182
|
+
var processedFrame = tmp;
|
|
183
|
+
yield* $this.u37_1.p37().x1c(processedFrame, $completion);
|
|
389
184
|
}
|
|
390
185
|
return Unit_instance;
|
|
391
186
|
}
|
|
392
|
-
function
|
|
393
|
-
|
|
394
|
-
}
|
|
395
|
-
function *_generator_sendCloseSequence__8ec8rh($this, reason, exception, $completion) {
|
|
187
|
+
function *sendCloseSequence($this, reason, exception, $completion) {
|
|
188
|
+
exception = exception === VOID ? null : exception;
|
|
396
189
|
if (!tryClose($this))
|
|
397
190
|
return Unit_instance;
|
|
398
191
|
// Inline function 'io.ktor.util.logging.trace' call
|
|
399
192
|
var this_0 = get_LOGGER();
|
|
400
193
|
if (get_isTraceEnabled(this_0)) {
|
|
401
|
-
var tmp$ret$
|
|
402
|
-
this_0.
|
|
194
|
+
var tmp$ret$1 = 'Sending Close Sequence for session ' + toString($this) + ' with reason ' + toString_0(reason) + ' and exception ' + toString_0(exception);
|
|
195
|
+
this_0.v2p(tmp$ret$1);
|
|
403
196
|
}
|
|
404
|
-
$this.
|
|
405
|
-
var reasonToSend = reason == null ? CloseReason().
|
|
197
|
+
$this.x37_1.p14();
|
|
198
|
+
var reasonToSend = reason == null ? CloseReason().i37(Codes_NORMAL_getInstance(), '') : reason;
|
|
406
199
|
try {
|
|
407
200
|
runOrCancelPinger($this);
|
|
408
|
-
if (!(reasonToSend.
|
|
409
|
-
|
|
410
|
-
if (tmp === get_COROUTINE_SUSPENDED())
|
|
411
|
-
tmp = yield tmp;
|
|
201
|
+
if (!(reasonToSend.f37_1 === Codes_CLOSED_ABNORMALLY_getInstance().b37_1)) {
|
|
202
|
+
yield* $this.u37_1.p37().x1c(Close().o38(reasonToSend), $completion);
|
|
412
203
|
}
|
|
413
204
|
}finally {
|
|
414
|
-
$this.
|
|
205
|
+
$this.w37_1.n14(reasonToSend);
|
|
415
206
|
if (!(exception == null)) {
|
|
416
|
-
$this.
|
|
417
|
-
$this.
|
|
207
|
+
$this.a38_1.i1d(exception);
|
|
208
|
+
$this.z37_1.i1d(exception);
|
|
418
209
|
}
|
|
419
210
|
}
|
|
420
211
|
return Unit_instance;
|
|
421
212
|
}
|
|
422
|
-
function sendCloseSequence($this, reason, exception, $completion) {
|
|
423
|
-
return suspendOrReturn(/*#__NOINLINE__*/_generator_sendCloseSequence__8ec8rh.bind(VOID, $this, reason, exception), $completion);
|
|
424
|
-
}
|
|
425
|
-
function sendCloseSequence$default($this, reason, exception, $completion, $super) {
|
|
426
|
-
exception = exception === VOID ? null : exception;
|
|
427
|
-
return sendCloseSequence($this, reason, exception, $completion);
|
|
428
|
-
}
|
|
429
213
|
function tryClose($this) {
|
|
430
|
-
return $this.
|
|
214
|
+
return $this.b38_1.atomicfu$compareAndSet(false, true);
|
|
431
215
|
}
|
|
432
216
|
function runOrCancelPinger($this) {
|
|
433
|
-
var interval = $this.
|
|
217
|
+
var interval = $this.e38_1;
|
|
434
218
|
var tmp;
|
|
435
|
-
if ($this.
|
|
219
|
+
if ($this.b38_1.kotlinx$atomicfu$value) {
|
|
436
220
|
tmp = null;
|
|
437
221
|
} else if (compare(interval, new (Long())(0, 0)) > 0) {
|
|
438
|
-
var tmp_0 = $this.
|
|
439
|
-
var tmp_1 = $this.
|
|
222
|
+
var tmp_0 = $this.u37_1.p37();
|
|
223
|
+
var tmp_1 = $this.f38_1;
|
|
440
224
|
tmp = pinger($this, tmp_0, interval, tmp_1, DefaultWebSocketSessionImpl$runOrCancelPinger$slambda_0($this));
|
|
441
225
|
} else {
|
|
442
226
|
tmp = null;
|
|
443
227
|
}
|
|
444
228
|
var newPinger = tmp;
|
|
445
|
-
var tmp0_safe_receiver = $this.
|
|
229
|
+
var tmp0_safe_receiver = $this.v37_1.atomicfu$getAndSet(newPinger);
|
|
446
230
|
if (tmp0_safe_receiver == null)
|
|
447
231
|
null;
|
|
448
232
|
else
|
|
449
|
-
tmp0_safe_receiver.
|
|
450
|
-
var tmp2_safe_receiver = newPinger == null ? null : new (ChannelResult())(newPinger.
|
|
233
|
+
tmp0_safe_receiver.k1d();
|
|
234
|
+
var tmp2_safe_receiver = newPinger == null ? null : new (ChannelResult())(newPinger.y1c(Companion_getInstance_1().p38_1));
|
|
451
235
|
if (tmp2_safe_receiver == null)
|
|
452
236
|
null;
|
|
453
237
|
else
|
|
454
|
-
_ChannelResult___get_isSuccess__impl__odq1z9(tmp2_safe_receiver.
|
|
455
|
-
if ($this.
|
|
238
|
+
_ChannelResult___get_isSuccess__impl__odq1z9(tmp2_safe_receiver.w1c_1);
|
|
239
|
+
if ($this.b38_1.kotlinx$atomicfu$value && !(newPinger == null)) {
|
|
456
240
|
runOrCancelPinger($this);
|
|
457
241
|
}
|
|
458
242
|
}
|
|
459
|
-
function *
|
|
243
|
+
function *checkMaxFrameSize($this, packet, frame, $completion) {
|
|
460
244
|
var tmp = frame.s38_1.length;
|
|
461
245
|
var tmp1_elvis_lhs = packet == null ? null : get_size(packet);
|
|
462
246
|
var size = tmp + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
463
|
-
if (compare(fromInt(size), $this.
|
|
247
|
+
if (compare(fromInt(size), $this.n37()) > 0) {
|
|
464
248
|
if (packet == null)
|
|
465
249
|
null;
|
|
466
250
|
else {
|
|
467
|
-
packet.
|
|
251
|
+
packet.j6();
|
|
468
252
|
}
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
tmp_0 = yield tmp_0;
|
|
472
|
-
throw FrameTooBigException().n39(fromInt(size));
|
|
253
|
+
yield* close($this, CloseReason().i37(Codes_TOO_BIG_getInstance(), 'Frame is too big: ' + size + '. Max size is ' + $this.n37().toString()), $completion);
|
|
254
|
+
throw FrameTooBigException().a39(fromInt(size));
|
|
473
255
|
}
|
|
474
256
|
return Unit_instance;
|
|
475
257
|
}
|
|
476
|
-
function checkMaxFrameSize($this, packet, frame, $completion) {
|
|
477
|
-
return suspendOrReturn(/*#__NOINLINE__*/_generator_checkMaxFrameSize__26jxa6.bind(VOID, $this, packet, frame), $completion);
|
|
478
|
-
}
|
|
479
258
|
function processIncomingExtensions($this, frame) {
|
|
480
259
|
// Inline function 'kotlin.collections.fold' call
|
|
481
260
|
var accumulator = frame;
|
|
482
|
-
var _iterator__ex2g4s = $this.
|
|
483
|
-
while (_iterator__ex2g4s.
|
|
484
|
-
var element = _iterator__ex2g4s.
|
|
261
|
+
var _iterator__ex2g4s = $this.b39().l1();
|
|
262
|
+
while (_iterator__ex2g4s.m1()) {
|
|
263
|
+
var element = _iterator__ex2g4s.n1();
|
|
485
264
|
var current = accumulator;
|
|
486
|
-
accumulator = element.
|
|
265
|
+
accumulator = element.c39(current);
|
|
487
266
|
}
|
|
488
267
|
return accumulator;
|
|
489
268
|
}
|
|
490
269
|
function processOutgoingExtensions($this, frame) {
|
|
491
270
|
// Inline function 'kotlin.collections.fold' call
|
|
492
271
|
var accumulator = frame;
|
|
493
|
-
var _iterator__ex2g4s = $this.
|
|
494
|
-
while (_iterator__ex2g4s.
|
|
495
|
-
var element = _iterator__ex2g4s.
|
|
272
|
+
var _iterator__ex2g4s = $this.b39().l1();
|
|
273
|
+
while (_iterator__ex2g4s.m1()) {
|
|
274
|
+
var element = _iterator__ex2g4s.n1();
|
|
496
275
|
var current = accumulator;
|
|
497
|
-
accumulator = element.
|
|
276
|
+
accumulator = element.d39(current);
|
|
498
277
|
}
|
|
499
278
|
return accumulator;
|
|
500
279
|
}
|
|
@@ -504,7 +283,7 @@ function Companion() {
|
|
|
504
283
|
class $ {
|
|
505
284
|
constructor() {
|
|
506
285
|
Companion_instance = this;
|
|
507
|
-
this.
|
|
286
|
+
this.p38_1 = Pong().l39(new Int8Array(0), NonDisposableHandle_instance);
|
|
508
287
|
}
|
|
509
288
|
}
|
|
510
289
|
initMetadataForCompanion($);
|
|
@@ -523,15 +302,18 @@ function DefaultWebSocketSessionImpl$start$slambda() {
|
|
|
523
302
|
if (DefaultWebSocketSessionImpl$start$slambdaClass === VOID) {
|
|
524
303
|
class $ {
|
|
525
304
|
constructor($incomingJob, $outgoingJob, this$0) {
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
528
|
-
this.
|
|
305
|
+
this.m39_1 = $incomingJob;
|
|
306
|
+
this.n39_1 = $outgoingJob;
|
|
307
|
+
this.o39_1 = this$0;
|
|
529
308
|
}
|
|
530
|
-
|
|
531
|
-
|
|
309
|
+
*w1h($this$launch, $completion) {
|
|
310
|
+
yield* this.m39_1.ny($completion);
|
|
311
|
+
yield* this.n39_1.ny($completion);
|
|
312
|
+
this.o39_1.x37_1.ry();
|
|
313
|
+
return Unit_instance;
|
|
532
314
|
}
|
|
533
|
-
|
|
534
|
-
return this.
|
|
315
|
+
vd(p1, $completion) {
|
|
316
|
+
return this.w1h((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
535
317
|
}
|
|
536
318
|
}
|
|
537
319
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -541,7 +323,7 @@ function DefaultWebSocketSessionImpl$start$slambda() {
|
|
|
541
323
|
}
|
|
542
324
|
function DefaultWebSocketSessionImpl$start$slambda_0($incomingJob, $outgoingJob, this$0) {
|
|
543
325
|
var i = new (DefaultWebSocketSessionImpl$start$slambda())($incomingJob, $outgoingJob, this$0);
|
|
544
|
-
var l = ($this$launch, $completion) => i.
|
|
326
|
+
var l = ($this$launch, $completion) => i.w1h($this$launch, $completion);
|
|
545
327
|
l.$arity = 1;
|
|
546
328
|
return l;
|
|
547
329
|
}
|
|
@@ -550,14 +332,117 @@ function DefaultWebSocketSessionImpl$runIncomingProcessor$slambda() {
|
|
|
550
332
|
if (DefaultWebSocketSessionImpl$runIncomingProcessor$slambdaClass === VOID) {
|
|
551
333
|
class $ {
|
|
552
334
|
constructor(this$0, $ponger) {
|
|
553
|
-
this.
|
|
554
|
-
this.
|
|
335
|
+
this.p39_1 = this$0;
|
|
336
|
+
this.q39_1 = $ponger;
|
|
555
337
|
}
|
|
556
|
-
|
|
557
|
-
|
|
338
|
+
*w1h($this$launch, $completion) {
|
|
339
|
+
var firstFrame = null;
|
|
340
|
+
var frameBody = null;
|
|
341
|
+
var closeFramePresented = false;
|
|
342
|
+
try {
|
|
343
|
+
// Inline function 'kotlinx.coroutines.channels.consumeEach' call
|
|
344
|
+
var tmp0 = this.p39_1.u37_1.o37();
|
|
345
|
+
$l$block_1: {
|
|
346
|
+
// Inline function 'kotlinx.coroutines.channels.consume' call
|
|
347
|
+
var cause = null;
|
|
348
|
+
try {
|
|
349
|
+
var _iterator__ex2g4s = tmp0.l1();
|
|
350
|
+
while (yield* _iterator__ex2g4s.j1c($completion)) {
|
|
351
|
+
var e = _iterator__ex2g4s.n1();
|
|
352
|
+
$l$block_0: {
|
|
353
|
+
// Inline function 'io.ktor.util.logging.trace' call
|
|
354
|
+
var this_0 = get_LOGGER();
|
|
355
|
+
if (get_isTraceEnabled(this_0)) {
|
|
356
|
+
var tmp$ret$5 = 'WebSocketSession(' + toString($this$launch) + ') receiving frame ' + e.toString();
|
|
357
|
+
this_0.v2p(tmp$ret$5);
|
|
358
|
+
}
|
|
359
|
+
if (e instanceof Close()) {
|
|
360
|
+
if (!this.p39_1.p37().q1c()) {
|
|
361
|
+
var tmp = this.p39_1.p37();
|
|
362
|
+
var tmp1_elvis_lhs = readReason(e);
|
|
363
|
+
yield* tmp.x1c(Close().o38(tmp1_elvis_lhs == null ? get_NORMAL_CLOSE() : tmp1_elvis_lhs), $completion);
|
|
364
|
+
}
|
|
365
|
+
closeFramePresented = true;
|
|
366
|
+
return Unit_instance;
|
|
367
|
+
} else {
|
|
368
|
+
if (e instanceof Pong()) {
|
|
369
|
+
var tmp2_safe_receiver = this.p39_1.v37_1.kotlinx$atomicfu$value;
|
|
370
|
+
if (tmp2_safe_receiver == null)
|
|
371
|
+
null;
|
|
372
|
+
else
|
|
373
|
+
yield* tmp2_safe_receiver.x1c(e, $completion);
|
|
374
|
+
} else {
|
|
375
|
+
if (e instanceof Ping())
|
|
376
|
+
yield* this.q39_1.x1c(e, $completion);
|
|
377
|
+
else {
|
|
378
|
+
yield* /*#__NOINLINE__*/checkMaxFrameSize(this.p39_1, frameBody, e, $completion);
|
|
379
|
+
if (!e.q38_1) {
|
|
380
|
+
if (firstFrame == null) {
|
|
381
|
+
firstFrame = e;
|
|
382
|
+
}
|
|
383
|
+
if (frameBody == null) {
|
|
384
|
+
frameBody = BytePacketBuilder();
|
|
385
|
+
}
|
|
386
|
+
writeFully(frameBody, e.s38_1);
|
|
387
|
+
break $l$block_0;
|
|
388
|
+
}
|
|
389
|
+
if (firstFrame == null) {
|
|
390
|
+
yield* this.p39_1.z37_1.x1c(processIncomingExtensions(this.p39_1, e), $completion);
|
|
391
|
+
break $l$block_0;
|
|
392
|
+
}
|
|
393
|
+
writeFully(ensureNotNull(frameBody), e.s38_1);
|
|
394
|
+
var defragmented = Companion_getInstance_0().s39(true, firstFrame.r38_1, readByteArray(build(frameBody)), firstFrame.u38_1, firstFrame.v38_1, firstFrame.w38_1);
|
|
395
|
+
firstFrame = null;
|
|
396
|
+
yield* this.p39_1.z37_1.x1c(processIncomingExtensions(this.p39_1, defragmented), $completion);
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
break $l$block_1;
|
|
403
|
+
} catch ($p) {
|
|
404
|
+
if ($p instanceof Error) {
|
|
405
|
+
var e_0 = $p;
|
|
406
|
+
cause = e_0;
|
|
407
|
+
throw e_0;
|
|
408
|
+
} else {
|
|
409
|
+
throw $p;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
finally {
|
|
413
|
+
cancelConsumed(tmp0, cause);
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
} catch ($p) {
|
|
417
|
+
if ($p instanceof ClosedSendChannelException()) {
|
|
418
|
+
var _unused_var__etf5q3 = $p;
|
|
419
|
+
} else {
|
|
420
|
+
if ($p instanceof Error) {
|
|
421
|
+
var cause_0 = $p;
|
|
422
|
+
this.q39_1.k1d();
|
|
423
|
+
this.p39_1.z37_1.i1d(cause_0);
|
|
424
|
+
} else {
|
|
425
|
+
throw $p;
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
finally {
|
|
430
|
+
this.q39_1.k1d();
|
|
431
|
+
var tmp0_safe_receiver = frameBody;
|
|
432
|
+
if (tmp0_safe_receiver == null)
|
|
433
|
+
null;
|
|
434
|
+
else {
|
|
435
|
+
tmp0_safe_receiver.j6();
|
|
436
|
+
}
|
|
437
|
+
this.p39_1.z37_1.k1d();
|
|
438
|
+
if (!closeFramePresented) {
|
|
439
|
+
yield* close(this.p39_1, CloseReason().i37(Codes_CLOSED_ABNORMALLY_getInstance(), 'Connection was closed without close frame'), $completion);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
return Unit_instance;
|
|
558
443
|
}
|
|
559
|
-
|
|
560
|
-
return this.
|
|
444
|
+
vd(p1, $completion) {
|
|
445
|
+
return this.w1h((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
561
446
|
}
|
|
562
447
|
}
|
|
563
448
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -567,7 +452,7 @@ function DefaultWebSocketSessionImpl$runIncomingProcessor$slambda() {
|
|
|
567
452
|
}
|
|
568
453
|
function DefaultWebSocketSessionImpl$runIncomingProcessor$slambda_0(this$0, $ponger) {
|
|
569
454
|
var i = new (DefaultWebSocketSessionImpl$runIncomingProcessor$slambda())(this$0, $ponger);
|
|
570
|
-
var l = ($this$launch, $completion) => i.
|
|
455
|
+
var l = ($this$launch, $completion) => i.w1h($this$launch, $completion);
|
|
571
456
|
l.$arity = 1;
|
|
572
457
|
return l;
|
|
573
458
|
}
|
|
@@ -576,13 +461,46 @@ function DefaultWebSocketSessionImpl$runOutgoingProcessor$slambda() {
|
|
|
576
461
|
if (DefaultWebSocketSessionImpl$runOutgoingProcessor$slambdaClass === VOID) {
|
|
577
462
|
class $ {
|
|
578
463
|
constructor(this$0) {
|
|
579
|
-
this.
|
|
464
|
+
this.t39_1 = this$0;
|
|
580
465
|
}
|
|
581
|
-
|
|
582
|
-
|
|
466
|
+
*w1h($this$launch, $completion) {
|
|
467
|
+
try {
|
|
468
|
+
yield* /*#__NOINLINE__*/outgoingProcessorLoop(this.t39_1, $completion);
|
|
469
|
+
} catch ($p) {
|
|
470
|
+
if ($p instanceof ClosedSendChannelException()) {
|
|
471
|
+
var _unused_var__etf5q3 = $p;
|
|
472
|
+
} else {
|
|
473
|
+
if ($p instanceof ClosedReceiveChannelException()) {
|
|
474
|
+
var _unused_var__etf5q3_0 = $p;
|
|
475
|
+
} else {
|
|
476
|
+
if ($p instanceof CancellationException()) {
|
|
477
|
+
var _unused_var__etf5q3_1 = $p;
|
|
478
|
+
yield* /*#__NOINLINE__*/sendCloseSequence(this.t39_1, CloseReason().i37(Codes_NORMAL_getInstance(), ''), VOID, $completion);
|
|
479
|
+
} else {
|
|
480
|
+
if ($p instanceof ChannelIOException()) {
|
|
481
|
+
var _unused_var__etf5q3_2 = $p;
|
|
482
|
+
} else {
|
|
483
|
+
if ($p instanceof Error) {
|
|
484
|
+
var cause = $p;
|
|
485
|
+
this.t39_1.a38_1.qy(CancellationException().p('Failed to send frame', cause));
|
|
486
|
+
yield* closeExceptionally(this.t39_1.u37_1, cause, $completion);
|
|
487
|
+
return Unit_instance;
|
|
488
|
+
} else {
|
|
489
|
+
throw $p;
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
finally {
|
|
497
|
+
this.t39_1.a38_1.m1d();
|
|
498
|
+
yield* close(this.t39_1.u37_1, VOID, $completion);
|
|
499
|
+
}
|
|
500
|
+
return Unit_instance;
|
|
583
501
|
}
|
|
584
|
-
|
|
585
|
-
return this.
|
|
502
|
+
vd(p1, $completion) {
|
|
503
|
+
return this.w1h((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
586
504
|
}
|
|
587
505
|
}
|
|
588
506
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -592,7 +510,7 @@ function DefaultWebSocketSessionImpl$runOutgoingProcessor$slambda() {
|
|
|
592
510
|
}
|
|
593
511
|
function DefaultWebSocketSessionImpl$runOutgoingProcessor$slambda_0(this$0) {
|
|
594
512
|
var i = new (DefaultWebSocketSessionImpl$runOutgoingProcessor$slambda())(this$0);
|
|
595
|
-
var l = ($this$launch, $completion) => i.
|
|
513
|
+
var l = ($this$launch, $completion) => i.w1h($this$launch, $completion);
|
|
596
514
|
l.$arity = 1;
|
|
597
515
|
return l;
|
|
598
516
|
}
|
|
@@ -601,13 +519,14 @@ function DefaultWebSocketSessionImpl$runOrCancelPinger$slambda() {
|
|
|
601
519
|
if (DefaultWebSocketSessionImpl$runOrCancelPinger$slambdaClass === VOID) {
|
|
602
520
|
class $ {
|
|
603
521
|
constructor(this$0) {
|
|
604
|
-
this.
|
|
522
|
+
this.u39_1 = this$0;
|
|
605
523
|
}
|
|
606
|
-
|
|
607
|
-
|
|
524
|
+
*v39(it, $completion) {
|
|
525
|
+
yield* /*#__NOINLINE__*/sendCloseSequence(this.u39_1, it, IOException().g1s('Ping timeout'), $completion);
|
|
526
|
+
return Unit_instance;
|
|
608
527
|
}
|
|
609
|
-
|
|
610
|
-
return this.
|
|
528
|
+
vd(p1, $completion) {
|
|
529
|
+
return this.v39(p1 instanceof CloseReason() ? p1 : THROW_CCE(), $completion);
|
|
611
530
|
}
|
|
612
531
|
}
|
|
613
532
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -617,7 +536,7 @@ function DefaultWebSocketSessionImpl$runOrCancelPinger$slambda() {
|
|
|
617
536
|
}
|
|
618
537
|
function DefaultWebSocketSessionImpl$runOrCancelPinger$slambda_0(this$0) {
|
|
619
538
|
var i = new (DefaultWebSocketSessionImpl$runOrCancelPinger$slambda())(this$0);
|
|
620
|
-
var l = (it, $completion) => i.
|
|
539
|
+
var l = (it, $completion) => i.v39(it, $completion);
|
|
621
540
|
l.$arity = 1;
|
|
622
541
|
return l;
|
|
623
542
|
}
|
|
@@ -627,45 +546,45 @@ function DefaultWebSocketSessionImpl() {
|
|
|
627
546
|
class $ {
|
|
628
547
|
constructor(raw, pingIntervalMillis, timeoutMillis, incomingFramesConfig, outgoingFramesConfig) {
|
|
629
548
|
Companion_getInstance_1();
|
|
630
|
-
this.
|
|
631
|
-
this.
|
|
632
|
-
this.
|
|
633
|
-
this.
|
|
634
|
-
this.
|
|
635
|
-
this.
|
|
636
|
-
this.
|
|
637
|
-
this.
|
|
549
|
+
this.u37_1 = raw;
|
|
550
|
+
this.v37_1 = atomic$ref$1(null);
|
|
551
|
+
this.w37_1 = CompletableDeferred();
|
|
552
|
+
this.x37_1 = Job();
|
|
553
|
+
this.y37_1 = this.u37_1.gx().no(Key_instance).po(this.x37_1).po(new (CoroutineName())('ws-default'));
|
|
554
|
+
this.z37_1 = from(Factory_getInstance(), incomingFramesConfig);
|
|
555
|
+
this.a38_1 = from(Factory_getInstance(), outgoingFramesConfig);
|
|
556
|
+
this.b38_1 = atomic$boolean$1(false);
|
|
638
557
|
var tmp = this;
|
|
639
558
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
640
|
-
tmp.
|
|
641
|
-
this.
|
|
642
|
-
this.
|
|
643
|
-
this.
|
|
644
|
-
this.
|
|
559
|
+
tmp.c38_1 = ArrayList().i2();
|
|
560
|
+
this.d38_1 = atomic$boolean$1(false);
|
|
561
|
+
this.e38_1 = pingIntervalMillis;
|
|
562
|
+
this.f38_1 = timeoutMillis;
|
|
563
|
+
this.g38_1 = this.w37_1;
|
|
645
564
|
}
|
|
646
|
-
|
|
647
|
-
return this.
|
|
565
|
+
gx() {
|
|
566
|
+
return this.y37_1;
|
|
648
567
|
}
|
|
649
|
-
|
|
650
|
-
return this.
|
|
568
|
+
o37() {
|
|
569
|
+
return this.z37_1;
|
|
651
570
|
}
|
|
652
|
-
|
|
653
|
-
return this.
|
|
571
|
+
p37() {
|
|
572
|
+
return this.a38_1;
|
|
654
573
|
}
|
|
655
|
-
|
|
656
|
-
return this.
|
|
574
|
+
b39() {
|
|
575
|
+
return this.c38_1;
|
|
657
576
|
}
|
|
658
|
-
|
|
659
|
-
this.
|
|
577
|
+
m37(value) {
|
|
578
|
+
this.u37_1.m37(value);
|
|
660
579
|
}
|
|
661
|
-
|
|
662
|
-
return this.
|
|
580
|
+
n37() {
|
|
581
|
+
return this.u37_1.n37();
|
|
663
582
|
}
|
|
664
|
-
|
|
665
|
-
return this.
|
|
583
|
+
k37() {
|
|
584
|
+
return this.g38_1;
|
|
666
585
|
}
|
|
667
|
-
|
|
668
|
-
if (!this.
|
|
586
|
+
l37(negotiatedExtensions) {
|
|
587
|
+
if (!this.d38_1.atomicfu$compareAndSet(false, true)) {
|
|
669
588
|
// Inline function 'kotlin.error' call
|
|
670
589
|
var message = 'WebSocket session ' + toString(this) + ' is already started.';
|
|
671
590
|
throw IllegalStateException().o(toString(message));
|
|
@@ -673,20 +592,21 @@ function DefaultWebSocketSessionImpl() {
|
|
|
673
592
|
// Inline function 'io.ktor.util.logging.trace' call
|
|
674
593
|
var this_0 = get_LOGGER();
|
|
675
594
|
if (get_isTraceEnabled(this_0)) {
|
|
676
|
-
var tmp$ret$
|
|
677
|
-
this_0.
|
|
595
|
+
var tmp$ret$2 = 'Starting default WebSocketSession(' + toString(this) + ') ' + ('with negotiated extensions: ' + joinToString(negotiatedExtensions));
|
|
596
|
+
this_0.v2p(tmp$ret$2);
|
|
678
597
|
}
|
|
679
|
-
this.
|
|
598
|
+
this.c38_1.s2(negotiatedExtensions);
|
|
680
599
|
runOrCancelPinger(this);
|
|
681
|
-
var incomingJob = runIncomingProcessor(this, ponger(this, this.
|
|
600
|
+
var incomingJob = runIncomingProcessor(this, ponger(this, this.p37()));
|
|
682
601
|
var outgoingJob = runOutgoingProcessor(this);
|
|
683
602
|
launch(this, VOID, VOID, DefaultWebSocketSessionImpl$start$slambda_0(incomingJob, outgoingJob, this));
|
|
684
603
|
}
|
|
685
|
-
|
|
686
|
-
|
|
604
|
+
*d1u($completion) {
|
|
605
|
+
yield* this.u37_1.d1u($completion);
|
|
606
|
+
return Unit_instance;
|
|
687
607
|
}
|
|
688
608
|
}
|
|
689
|
-
protoOf($).
|
|
609
|
+
protoOf($).q37 = send;
|
|
690
610
|
initMetadataForClass($, 'DefaultWebSocketSessionImpl', VOID, VOID, [DefaultWebSocketSession(), WebSocketSession()], [1, 0, 2]);
|
|
691
611
|
DefaultWebSocketSessionImplClass = $;
|
|
692
612
|
}
|
|
@@ -699,7 +619,7 @@ function _init_properties_DefaultWebSocketSession_kt__469s0y() {
|
|
|
699
619
|
LOGGER = KtorSimpleLogger('io.ktor.websocket.WebSocket');
|
|
700
620
|
IncomingProcessorCoroutineName = new (CoroutineName())('ws-incoming-processor');
|
|
701
621
|
OutgoingProcessorCoroutineName = new (CoroutineName())('ws-outgoing-processor');
|
|
702
|
-
NORMAL_CLOSE = CloseReason().
|
|
622
|
+
NORMAL_CLOSE = CloseReason().i37(Codes_NORMAL_getInstance(), 'OK');
|
|
703
623
|
var tmp0_safe_receiver = get_OUTGOING_CHANNEL_CAPACITY();
|
|
704
624
|
var tmp;
|
|
705
625
|
if (tmp0_safe_receiver == null) {
|