@continuous-excellence/coupling-cli 1.1.582 → 1.1.584
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +41 -41
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +18 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +19 -19
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +26 -26
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +5 -5
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +36 -28
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +43 -37
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +21 -21
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +30 -30
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PartyListQuerySelections.mjs +45 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PartyListQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PlayersQuerySelections.mjs +50 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PlayersQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +44 -44
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +27 -27
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +42 -42
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +4 -4
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ListContribution.mjs +53 -53
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +37 -37
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +17 -17
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +34 -34
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +60 -60
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +13 -13
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +18 -18
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +13 -13
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs +82 -82
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +54 -54
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +26 -26
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/CouplingJsonFormat.mjs +5 -5
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +10 -10
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +112 -112
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +57 -57
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +16 -16
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +34 -34
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +5 -5
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +17 -17
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +28 -28
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs +7 -7
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +19 -19
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +19 -19
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +37 -37
- 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 +13 -13
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +2 -2
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/ContributionDetailsMapper.mjs +16 -16
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +9 -9
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +43 -37
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyContributionReportContributionsQuery.mjs +50 -44
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyContributionReportContributionsQuery.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +39 -33
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +32 -26
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +30 -30
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyContributionReportContributionsQuery_ResponseAdapter.mjs +39 -39
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyContributionReportContributionsQuery_VariablesAdapter.mjs +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +21 -21
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +9 -9
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/ContributionDetails.mjs +53 -53
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/ContributionDetailsImpl_ResponseAdapter.mjs +56 -56
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +77 -77
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +102 -102
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +31 -31
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +36 -36
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetails.mjs +28 -28
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs +33 -33
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/ContributionDetailsSelections.mjs +44 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/ContributionDetailsSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PairingSetDetailsSelections.mjs +54 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PairingSetDetailsSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PartyDetailsSelections.mjs +43 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PartyDetailsSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PlayerDetailsSelections.mjs +43 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PlayerDetailsSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/CurrentPairAssignmentsQuerySelections.mjs +53 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/CurrentPairAssignmentsQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyContributionReportContributionsQuerySelections.mjs +56 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyContributionReportContributionsQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyDetailsQuerySelections.mjs +51 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyDetailsQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/SaveContributionMutationSelections.mjs +41 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/SaveContributionMutationSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Contribution.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Contribution.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +46 -46
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionReport.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionReport.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionWindow.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/DateTimeISO.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/DateTimeISO.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Duration.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Duration.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLBoolean.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLBoolean.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLInt.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLInt.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLString.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLString.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Mutation.mjs +56 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Mutation.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairSnapshot.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairSnapshot.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSet.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSet.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSetId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSetId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Party.mjs +40 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Party.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyInput.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinSnapshot.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinSnapshot.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Player.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Player.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerSnapshot.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerSnapshot.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Query.mjs +40 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Query.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +47 -47
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionWindow_ResponseAdapter.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionsInput_InputAdapter.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +8 -8
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +112 -142
- 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 +100 -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 +61 -61
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +269 -3
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +39 -50
- 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 +35 -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 +51 -10
- 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 +8 -8
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +21 -21
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +9 -9
- 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 +21 -5
- 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/RequestParameters.mjs +158 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/RequestParameters.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/CacheUrlOverride.mjs +60 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/CacheUrlOverride.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +189 -291
- 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 +106 -60
- 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 +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +44 -33
- 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 +84 -84
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +371 -458
- 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/JsonReader.mjs +19 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReader.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +13 -13
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +12 -12
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +127 -126
- 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 +47 -50
- 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 +35 -35
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +130 -138
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +44 -50
- 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 +290 -307
- 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 +6 -6
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +232 -102
- 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/MultipartReader.mjs +49 -49
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +30 -30
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/IncrementalDeliveryProtocolImpl.mjs +81 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/IncrementalDeliveryProtocolImpl.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/JsonMap.mjs +85 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/JsonMap.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_1IncrementalResultsMerger.mjs +154 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_1IncrementalResultsMerger.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_2IncrementalResultsMerger.mjs +253 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_2IncrementalResultsMerger.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +18 -18
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/IncrementalDeliveryProtocol.mjs +38 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/IncrementalDeliveryProtocol.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +4 -4
- 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 +34 -118
- 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 +0 -4
- 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 +8 -8
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +225 -204
- 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 +6 -10
- 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/websocket/ClientMessage.mjs +50 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ClientMessage.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/GraphQLWsProtocol.mjs +199 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/GraphQLWsProtocol.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ServerMessage.mjs +145 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ServerMessage.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketEngine.js.mjs +270 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketEngine.js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketNetworkTransport.mjs +313 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketNetworkTransport.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/SubscribableWebSocket.mjs +571 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/SubscribableWebSocket.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/WebSocketPool.mjs +118 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/WebSocketPool.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +35 -35
- 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 +39 -36
- 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 +211 -208
- 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 +21 -21
- 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 +24 -24
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +2 -2
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.js.mjs +1 -1
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +50 -57
- 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 +68 -68
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +41 -41
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +24 -24
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +116 -116
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +102 -102
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +38 -38
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +145 -145
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +28 -28
- 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 +13 -13
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +26 -26
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +215 -215
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +46 -46
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +236 -236
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +16 -16
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +2 -2
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +65 -65
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +20 -20
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +25 -25
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +121 -121
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +134 -134
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +68 -68
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Result.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +26 -26
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs +17 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +33 -33
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +187 -187
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +61 -61
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +17 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs +38 -38
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +87 -87
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +11 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +7 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +7 -7
- 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/coroutines/ContinuationInterceptor.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +33 -33
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +16 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +34 -28
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/encoding/Base64.mjs +42 -42
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +10 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +43 -43
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +24 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +17 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +24 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +10 -10
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +8 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +22 -22
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +8 -8
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +20 -20
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +34 -34
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +39 -39
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/sequenceJs.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +263 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +271 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +17 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +63 -63
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +4 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +14 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +82 -82
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +36 -14
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +100 -100
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +8 -8
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +76 -76
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs +40 -40
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs +15 -15
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/measureTime.mjs +7 -7
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +30 -30
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/DirectLoggerFactory.mjs +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +9 -9
- 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 +4 -4
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +12 -12
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +5 -5
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/locks/Synchronized.mjs +34 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/locks/Synchronized.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +25 -25
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs +40 -40
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +30 -30
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +166 -166
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +35 -35
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +42 -42
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +30 -30
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +89 -89
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +18 -18
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +316 -316
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs +21 -21
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +463 -439
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +26 -23
- 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 +30 -30
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +65 -13
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +52 -20
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs +10 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +2 -29
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +14 -14
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +28 -28
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs +16 -16
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +23 -23
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +137 -137
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +19 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +32 -32
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +72 -72
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +46 -46
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +71 -71
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +39 -39
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +75 -75
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +12 -12
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +15 -15
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +35 -35
- 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 +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +158 -158
- 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 +10 -10
- 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 +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +50 -50
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +133 -133
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +12 -12
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
- 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 +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +17 -17
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +19 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +97 -97
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +60 -60
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +69 -69
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +25 -25
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +56 -56
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +231 -231
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +14 -14
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +70 -70
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +114 -114
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +221 -221
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +92 -92
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +31 -31
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +19 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +57 -57
- 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 +155 -155
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonExceptions.mjs +19 -19
- 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 +179 -179
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +21 -21
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +40 -40
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +11 -11
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +62 -62
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +180 -180
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +141 -141
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +264 -264
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +184 -184
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +71 -71
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +73 -73
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
- 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 +49 -49
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +24 -24
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +56 -54
- 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 +23 -23
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +16 -16
- 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 +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +41 -41
- 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/browser/BrowserFetch.mjs +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +7 -7
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +55 -55
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +76 -72
- 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 +80 -80
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +59 -59
- 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 +33 -33
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +31 -31
- 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 -114
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +53 -53
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +87 -81
- 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 +23 -23
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +26 -26
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +14 -14
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +36 -36
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +57 -57
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +8 -8
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +36 -36
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +72 -72
- 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 +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +81 -81
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +30 -20
- 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 +20 -20
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +58 -58
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +10 -10
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +25 -25
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +27 -27
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +28 -20
- 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 +16 -16
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/JsUtils.js.mjs +17 -17
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/JsUtils.js.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +28 -28
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/KtorMDCContext.web.mjs +3 -3
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs +24 -24
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +3 -3
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs +16 -16
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +275 -275
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +16 -16
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +12 -12
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +6 -6
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +13 -13
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +95 -95
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +19 -19
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +39 -39
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +117 -115
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +5 -5
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +15 -15
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +4 -4
- package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +13 -13
- package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.web.mjs +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
- package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +29 -29
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +77 -77
- package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +31 -31
- package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +11 -11
- package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +9 -9
- package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +14 -14
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +89 -89
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +54 -54
- 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 +10 -10
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +73 -73
- 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 +6 -6
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +346 -144
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +50 -50
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +32 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +75 -74
- 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 +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +37 -37
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +25 -49
- 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 +23 -23
- 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 +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +50 -19
- 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 +36 -36
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +28 -28
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +3 -3
- 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 +5 -5
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +37 -37
- 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 +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +81 -81
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +88 -12
- 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 +7 -7
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +14 -14
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs +16 -16
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +55 -55
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +196 -196
- package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncoders.web.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +2 -2
- package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.mjs +4 -32
- package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.web.mjs +8 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +139 -139
- package/kotlin/ktor-ktor-utils/io/ktor/util/TargetUtilsJs.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Text.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +106 -106
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +8 -8
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLogger.web.mjs +10 -10
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/Logger.web.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +29 -29
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.web.mjs +48 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.web.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +53 -53
- 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 +19 -19
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +121 -121
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/Frame.web.mjs +41 -41
- 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 +12 -13
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +46 -46
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +49 -46
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs +4 -4
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs +4 -4
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs +6 -6
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +42 -42
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +61 -61
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +79 -79
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +243 -243
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +23 -23
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +153 -153
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +54 -54
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +9 -9
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +62 -62
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +61 -61
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/okio-parent-okio/okio/Buffer.mjs +447 -611
- package/kotlin/okio-parent-okio/okio/Buffer.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/ByteString.mjs +57 -57
- package/kotlin/okio-parent-okio/okio/ByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/HashingSink.mjs +92 -0
- package/kotlin/okio-parent-okio/okio/HashingSink.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +16 -16
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Okio.mjs +2 -2
- package/kotlin/okio-parent-okio/okio/Okio.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Options.mjs +24 -24
- package/kotlin/okio-parent-okio/okio/Options.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +37 -37
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +93 -93
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Segment.mjs +70 -70
- package/kotlin/okio-parent-okio/okio/Segment.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +5 -5
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +51 -51
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Util.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/Util.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +154 -154
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +242 -45
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +67 -67
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/RealBufferedSource.mjs +92 -0
- package/kotlin/okio-parent-okio/okio/internal/RealBufferedSource.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/Sha256.mjs +265 -0
- package/kotlin/okio-parent-okio/okio/internal/Sha256.mjs.map +1 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +9 -9
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +2 -2
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +7 -7
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +175 -175
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +30 -30
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +34 -34
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +15 -15
- package/kotlin/types-types-internal/kotools/types/internal/Errors.mjs +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +12 -12
- package/kotlin/uuid/com/benasher44/uuid/platform.mjs +1 -1
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +11 -11
- package/package.json +1 -4
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +0 -209
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs.map +0 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/ExceptionUtils.web.mjs +0 -11
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/ExceptionUtils.web.mjs.map +0 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs +0 -15
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +0 -1
|
@@ -59,6 +59,7 @@ import {
|
|
|
59
59
|
Token_LONG_getInstance2zqadaqyxtu82 as Token_LONG_getInstance,
|
|
60
60
|
Token_NUMBER_getInstancevca4d508ugjn as Token_NUMBER_getInstance,
|
|
61
61
|
Token_END_DOCUMENT_getInstance2id197vicmeuj as Token_END_DOCUMENT_getInstance,
|
|
62
|
+
JsonReaderhn8ohc8v7l9p as JsonReader,
|
|
62
63
|
} from './JsonReader.mjs';
|
|
63
64
|
import { ensureNotNull1e947j3ixpazm as ensureNotNull } from '../../../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
64
65
|
import {
|
|
@@ -78,18 +79,18 @@ var imul = Math.imul;
|
|
|
78
79
|
//region block: pre-declaration
|
|
79
80
|
//endregion
|
|
80
81
|
function doPeek($this) {
|
|
81
|
-
var peekStack = $this.
|
|
82
|
+
var peekStack = $this.q53_1[$this.r53_1 - 1 | 0];
|
|
82
83
|
switch (peekStack) {
|
|
83
84
|
case 1:
|
|
84
|
-
$this.
|
|
85
|
+
$this.q53_1[$this.r53_1 - 1 | 0] = 2;
|
|
85
86
|
break;
|
|
86
87
|
case 2:
|
|
87
88
|
var c = nextNonWhitespace($this, true);
|
|
88
|
-
$this.
|
|
89
|
+
$this.k53_1.f1q();
|
|
89
90
|
var tmp1_subject = numberToChar(c);
|
|
90
91
|
if (tmp1_subject === _Char___init__impl__6a9atx(93)) {
|
|
91
92
|
// Inline function 'kotlin.also' call
|
|
92
|
-
$this.
|
|
93
|
+
$this.l53_1 = 4;
|
|
93
94
|
return 4;
|
|
94
95
|
} else if (tmp1_subject !== _Char___init__impl__6a9atx(44)) {
|
|
95
96
|
throwSyntaxError($this, 'Unterminated array');
|
|
@@ -98,14 +99,14 @@ function doPeek($this) {
|
|
|
98
99
|
break;
|
|
99
100
|
case 3:
|
|
100
101
|
case 5:
|
|
101
|
-
$this.
|
|
102
|
+
$this.q53_1[$this.r53_1 - 1 | 0] = 4;
|
|
102
103
|
if (peekStack === 5) {
|
|
103
104
|
var c_0 = nextNonWhitespace($this, true);
|
|
104
|
-
$this.
|
|
105
|
+
$this.k53_1.f1q();
|
|
105
106
|
var tmp2_subject = numberToChar(c_0);
|
|
106
107
|
if (tmp2_subject === _Char___init__impl__6a9atx(125)) {
|
|
107
108
|
// Inline function 'kotlin.also' call
|
|
108
|
-
$this.
|
|
109
|
+
$this.l53_1 = 2;
|
|
109
110
|
return 2;
|
|
110
111
|
} else if (tmp2_subject !== _Char___init__impl__6a9atx(44)) {
|
|
111
112
|
throwSyntaxError($this, 'Unterminated object');
|
|
@@ -116,16 +117,16 @@ function doPeek($this) {
|
|
|
116
117
|
var tmp3_subject = numberToChar(c_1);
|
|
117
118
|
var tmp;
|
|
118
119
|
if (tmp3_subject === _Char___init__impl__6a9atx(34)) {
|
|
119
|
-
$this.
|
|
120
|
+
$this.k53_1.f1q();
|
|
120
121
|
// Inline function 'kotlin.also' call
|
|
121
|
-
$this.
|
|
122
|
+
$this.l53_1 = 13;
|
|
122
123
|
tmp = 13;
|
|
123
124
|
} else if (tmp3_subject === _Char___init__impl__6a9atx(125)) {
|
|
124
125
|
var tmp_0;
|
|
125
126
|
if (!(peekStack === 5)) {
|
|
126
|
-
$this.
|
|
127
|
+
$this.k53_1.f1q();
|
|
127
128
|
// Inline function 'kotlin.also' call
|
|
128
|
-
$this.
|
|
129
|
+
$this.l53_1 = 2;
|
|
129
130
|
tmp_0 = 2;
|
|
130
131
|
} else {
|
|
131
132
|
throwSyntaxError($this, 'Expected name');
|
|
@@ -137,22 +138,22 @@ function doPeek($this) {
|
|
|
137
138
|
|
|
138
139
|
return tmp;
|
|
139
140
|
case 4:
|
|
140
|
-
$this.
|
|
141
|
+
$this.q53_1[$this.r53_1 - 1 | 0] = 5;
|
|
141
142
|
var c_2 = nextNonWhitespace($this, true);
|
|
142
|
-
$this.
|
|
143
|
+
$this.k53_1.f1q();
|
|
143
144
|
if (!(numberToChar(c_2) === _Char___init__impl__6a9atx(58))) {
|
|
144
145
|
throwSyntaxError($this, "Expected ':'");
|
|
145
146
|
}
|
|
146
147
|
|
|
147
148
|
break;
|
|
148
149
|
case 6:
|
|
149
|
-
$this.
|
|
150
|
+
$this.q53_1[$this.r53_1 - 1 | 0] = 7;
|
|
150
151
|
break;
|
|
151
152
|
case 7:
|
|
152
153
|
var c_3 = nextNonWhitespace($this, false);
|
|
153
154
|
if (c_3 === -1) {
|
|
154
155
|
// Inline function 'kotlin.also' call
|
|
155
|
-
$this.
|
|
156
|
+
$this.l53_1 = 17;
|
|
156
157
|
return 17;
|
|
157
158
|
} else {
|
|
158
159
|
throwSyntaxError($this, 'Malformed JSON');
|
|
@@ -173,9 +174,9 @@ function doPeek($this) {
|
|
|
173
174
|
var tmp4_subject = numberToChar(c_4);
|
|
174
175
|
if (tmp4_subject === _Char___init__impl__6a9atx(93)) {
|
|
175
176
|
if (peekStack === 1) {
|
|
176
|
-
$this.
|
|
177
|
+
$this.k53_1.f1q();
|
|
177
178
|
// Inline function 'kotlin.also' call
|
|
178
|
-
$this.
|
|
179
|
+
$this.l53_1 = 4;
|
|
179
180
|
return 4;
|
|
180
181
|
} else {
|
|
181
182
|
throwSyntaxError($this, 'Unexpected value');
|
|
@@ -183,19 +184,19 @@ function doPeek($this) {
|
|
|
183
184
|
} else if (tmp4_subject === _Char___init__impl__6a9atx(59) || (tmp4_subject === _Char___init__impl__6a9atx(44) || tmp4_subject === _Char___init__impl__6a9atx(39))) {
|
|
184
185
|
throwSyntaxError($this, 'Unexpected value');
|
|
185
186
|
} else if (tmp4_subject === _Char___init__impl__6a9atx(34)) {
|
|
186
|
-
$this.
|
|
187
|
+
$this.k53_1.f1q();
|
|
187
188
|
// Inline function 'kotlin.also' call
|
|
188
|
-
$this.
|
|
189
|
+
$this.l53_1 = 9;
|
|
189
190
|
return 9;
|
|
190
191
|
} else if (tmp4_subject === _Char___init__impl__6a9atx(91)) {
|
|
191
|
-
$this.
|
|
192
|
+
$this.k53_1.f1q();
|
|
192
193
|
// Inline function 'kotlin.also' call
|
|
193
|
-
$this.
|
|
194
|
+
$this.l53_1 = 3;
|
|
194
195
|
return 3;
|
|
195
196
|
} else if (tmp4_subject === _Char___init__impl__6a9atx(123)) {
|
|
196
|
-
$this.
|
|
197
|
+
$this.k53_1.f1q();
|
|
197
198
|
// Inline function 'kotlin.also' call
|
|
198
|
-
$this.
|
|
199
|
+
$this.l53_1 = 1;
|
|
199
200
|
return 1;
|
|
200
201
|
}
|
|
201
202
|
var result = peekKeyword($this);
|
|
@@ -206,7 +207,7 @@ function doPeek($this) {
|
|
|
206
207
|
if (!(result === 0)) {
|
|
207
208
|
return result;
|
|
208
209
|
}
|
|
209
|
-
if (!isLiteral($this, numberToChar($this.
|
|
210
|
+
if (!isLiteral($this, numberToChar($this.k53_1.x1q(new (Long())(0, 0))))) {
|
|
210
211
|
throwSyntaxError($this, 'Expected value');
|
|
211
212
|
}
|
|
212
213
|
throwSyntaxError($this, 'Malformed JSON');
|
|
@@ -215,7 +216,7 @@ function peekKeyword($this) {
|
|
|
215
216
|
var keyword;
|
|
216
217
|
var keywordUpper;
|
|
217
218
|
var peeking;
|
|
218
|
-
var tmp0_subject = $this.
|
|
219
|
+
var tmp0_subject = $this.k53_1.x1q(new (Long())(0, 0));
|
|
219
220
|
var tmp;
|
|
220
221
|
var tmp_0 = tmp0_subject;
|
|
221
222
|
// Inline function 'kotlin.code' call
|
|
@@ -283,10 +284,10 @@ function peekKeyword($this) {
|
|
|
283
284
|
do {
|
|
284
285
|
var i = inductionVariable;
|
|
285
286
|
inductionVariable = inductionVariable + 1 | 0;
|
|
286
|
-
if (!$this.
|
|
287
|
+
if (!$this.j53_1.e1q(add(numberToLong(i), new (Long())(1, 0)))) {
|
|
287
288
|
return 0;
|
|
288
289
|
}
|
|
289
|
-
var c = $this.
|
|
290
|
+
var c = $this.k53_1.x1q(fromInt(i));
|
|
290
291
|
var tmp_8;
|
|
291
292
|
var tmp_9 = c;
|
|
292
293
|
// Inline function 'kotlin.code' call
|
|
@@ -306,13 +307,13 @@ function peekKeyword($this) {
|
|
|
306
307
|
}
|
|
307
308
|
}
|
|
308
309
|
while (inductionVariable < length);
|
|
309
|
-
if ($this.
|
|
310
|
+
if ($this.j53_1.e1q(add(numberToLong(length), new (Long())(1, 0))) && isLiteral($this, numberToChar($this.k53_1.x1q(fromInt(length))))) {
|
|
310
311
|
return 0;
|
|
311
312
|
}
|
|
312
|
-
$this.
|
|
313
|
+
$this.k53_1.z1q(fromInt(length));
|
|
313
314
|
// Inline function 'kotlin.also' call
|
|
314
315
|
var this_8 = peeking;
|
|
315
|
-
$this.
|
|
316
|
+
$this.l53_1 = this_8;
|
|
316
317
|
return this_8;
|
|
317
318
|
}
|
|
318
319
|
function peekNumber($this) {
|
|
@@ -321,8 +322,8 @@ function peekNumber($this) {
|
|
|
321
322
|
var fitsInLong = true;
|
|
322
323
|
var last = 0;
|
|
323
324
|
var i = 0;
|
|
324
|
-
loop: while ($this.
|
|
325
|
-
var c = $this.
|
|
325
|
+
loop: while ($this.j53_1.e1q(add(numberToLong(i), new (Long())(1, 0)))) {
|
|
326
|
+
var c = $this.k53_1.x1q(fromInt(i));
|
|
326
327
|
var tmp0_subject = numberToChar(c);
|
|
327
328
|
if (tmp0_subject === _Char___init__impl__6a9atx(45)) {
|
|
328
329
|
switch (last) {
|
|
@@ -422,15 +423,15 @@ function peekNumber($this) {
|
|
|
422
423
|
}
|
|
423
424
|
var tmp_2;
|
|
424
425
|
if (last === 2 && fitsInLong && (!equalsLong(value, new (Long())(0, -2147483648)) || negative)) {
|
|
425
|
-
$this.
|
|
426
|
-
$this.
|
|
426
|
+
$this.n53_1 = negative ? value : negate(value);
|
|
427
|
+
$this.k53_1.z1q(fromInt(i));
|
|
427
428
|
// Inline function 'kotlin.also' call
|
|
428
|
-
$this.
|
|
429
|
+
$this.l53_1 = 15;
|
|
429
430
|
tmp_2 = 15;
|
|
430
431
|
} else if (last === 2 || last === 4 || last === 7) {
|
|
431
|
-
$this.
|
|
432
|
+
$this.o53_1 = i;
|
|
432
433
|
// Inline function 'kotlin.also' call
|
|
433
|
-
$this.
|
|
434
|
+
$this.l53_1 = 16;
|
|
434
435
|
tmp_2 = 16;
|
|
435
436
|
} else {
|
|
436
437
|
tmp_2 = 0;
|
|
@@ -451,84 +452,84 @@ function isLiteral($this, c) {
|
|
|
451
452
|
function nextQuotedValue($this, runTerminator) {
|
|
452
453
|
var builder = null;
|
|
453
454
|
$l$loop: while (true) {
|
|
454
|
-
var index = $this.
|
|
455
|
+
var index = $this.j53_1.z4p(runTerminator);
|
|
455
456
|
if (equalsLong(index, new (Long())(-1, -1))) {
|
|
456
457
|
throwSyntaxError($this, 'Unterminated string');
|
|
457
458
|
}
|
|
458
|
-
var tmp = $this.
|
|
459
|
+
var tmp = $this.k53_1.x1q(index);
|
|
459
460
|
// Inline function 'kotlin.code' call
|
|
460
461
|
var this_0 = _Char___init__impl__6a9atx(92);
|
|
461
462
|
var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
|
|
462
463
|
if (tmp === toByte(tmp$ret$0)) {
|
|
463
464
|
if (builder == null)
|
|
464
465
|
builder = StringBuilder().h1();
|
|
465
|
-
builder.i1($this.
|
|
466
|
-
$this.
|
|
466
|
+
builder.i1($this.k53_1.c4n(index));
|
|
467
|
+
$this.k53_1.f1q();
|
|
467
468
|
builder.k1(readEscapeCharacter($this));
|
|
468
469
|
continue $l$loop;
|
|
469
470
|
}
|
|
470
471
|
var tmp_0;
|
|
471
472
|
if (builder == null) {
|
|
472
|
-
var result = $this.
|
|
473
|
-
$this.
|
|
473
|
+
var result = $this.k53_1.c4n(index);
|
|
474
|
+
$this.k53_1.f1q();
|
|
474
475
|
tmp_0 = result;
|
|
475
476
|
} else {
|
|
476
|
-
builder.i1($this.
|
|
477
|
-
$this.
|
|
477
|
+
builder.i1($this.k53_1.c4n(index));
|
|
478
|
+
$this.k53_1.f1q();
|
|
478
479
|
tmp_0 = builder.toString();
|
|
479
480
|
}
|
|
480
481
|
return tmp_0;
|
|
481
482
|
}
|
|
482
483
|
}
|
|
483
484
|
function nextUnquotedValue($this) {
|
|
484
|
-
var i = $this.
|
|
485
|
-
return !equalsLong(i, new (Long())(-1, -1)) ? $this.
|
|
485
|
+
var i = $this.j53_1.z4p(Companion_getInstance_0().z53_1);
|
|
486
|
+
return !equalsLong(i, new (Long())(-1, -1)) ? $this.k53_1.c4n(i) : $this.k53_1.i4p();
|
|
486
487
|
}
|
|
487
488
|
function skipQuotedValue($this, runTerminator) {
|
|
488
489
|
while (true) {
|
|
489
|
-
var index = $this.
|
|
490
|
+
var index = $this.j53_1.z4p(runTerminator);
|
|
490
491
|
if (equalsLong(index, new (Long())(-1, -1))) {
|
|
491
492
|
throwSyntaxError($this, 'Unterminated string');
|
|
492
493
|
}
|
|
493
|
-
var tmp = $this.
|
|
494
|
+
var tmp = $this.k53_1.x1q(index);
|
|
494
495
|
// Inline function 'kotlin.code' call
|
|
495
496
|
var this_0 = _Char___init__impl__6a9atx(92);
|
|
496
497
|
var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
|
|
497
498
|
if (tmp === toByte(tmp$ret$0)) {
|
|
498
499
|
// Inline function 'kotlin.Long.plus' call
|
|
499
500
|
var tmp$ret$1 = add(index, fromInt(1));
|
|
500
|
-
$this.
|
|
501
|
+
$this.k53_1.z1q(tmp$ret$1);
|
|
501
502
|
readEscapeCharacter($this);
|
|
502
503
|
} else {
|
|
503
504
|
// Inline function 'kotlin.Long.plus' call
|
|
504
505
|
var tmp$ret$2 = add(index, fromInt(1));
|
|
505
|
-
$this.
|
|
506
|
+
$this.k53_1.z1q(tmp$ret$2);
|
|
506
507
|
return Unit_instance;
|
|
507
508
|
}
|
|
508
509
|
}
|
|
509
510
|
}
|
|
510
511
|
function skipUnquotedValue($this) {
|
|
511
|
-
var i = $this.
|
|
512
|
-
$this.
|
|
512
|
+
var i = $this.j53_1.z4p(Companion_getInstance_0().z53_1);
|
|
513
|
+
$this.k53_1.z1q(!equalsLong(i, new (Long())(-1, -1)) ? i : $this.k53_1.q4l_1);
|
|
513
514
|
}
|
|
514
515
|
function push($this, newTop) {
|
|
515
|
-
if ($this.
|
|
516
|
-
$this.
|
|
517
|
-
$this.
|
|
518
|
-
$this.
|
|
519
|
-
$this.
|
|
516
|
+
if ($this.r53_1 === $this.q53_1.length) {
|
|
517
|
+
$this.q53_1 = copyOf($this.q53_1, imul($this.q53_1.length, 2));
|
|
518
|
+
$this.s53_1 = copyOf_0($this.s53_1, imul($this.s53_1.length, 2));
|
|
519
|
+
$this.t53_1 = copyOf($this.t53_1, imul($this.t53_1.length, 2));
|
|
520
|
+
$this.u53_1 = copyOf($this.u53_1, imul($this.u53_1.length, 2));
|
|
520
521
|
}
|
|
521
|
-
var tmp = $this.
|
|
522
|
-
var _unary__edvuaz = $this.
|
|
523
|
-
$this.
|
|
522
|
+
var tmp = $this.q53_1;
|
|
523
|
+
var _unary__edvuaz = $this.r53_1;
|
|
524
|
+
$this.r53_1 = _unary__edvuaz + 1 | 0;
|
|
524
525
|
tmp[_unary__edvuaz] = newTop;
|
|
525
526
|
}
|
|
526
527
|
function nextNonWhitespace($this, throwOnEof) {
|
|
527
528
|
var p = 0;
|
|
528
|
-
loop: while ($this.
|
|
529
|
+
loop: while ($this.j53_1.e1q(add(numberToLong(p), new (Long())(1, 0)))) {
|
|
529
530
|
var _unary__edvuaz = p;
|
|
530
531
|
p = _unary__edvuaz + 1 | 0;
|
|
531
|
-
var c = $this.
|
|
532
|
+
var c = $this.k53_1.x1q(fromInt(_unary__edvuaz));
|
|
532
533
|
var tmp;
|
|
533
534
|
var tmp_0;
|
|
534
535
|
var tmp_1;
|
|
@@ -558,11 +559,11 @@ function nextNonWhitespace($this, throwOnEof) {
|
|
|
558
559
|
if (tmp) {
|
|
559
560
|
continue loop;
|
|
560
561
|
}
|
|
561
|
-
$this.
|
|
562
|
+
$this.k53_1.z1q(subtract(numberToLong(p), new (Long())(1, 0)));
|
|
562
563
|
// Inline function 'kotlin.code' call
|
|
563
564
|
var this_4 = _Char___init__impl__6a9atx(47);
|
|
564
565
|
if (c === Char__toInt_impl_vasixd(this_4)) {
|
|
565
|
-
if (!$this.
|
|
566
|
+
if (!$this.j53_1.e1q(new (Long())(2, 0))) {
|
|
566
567
|
return c;
|
|
567
568
|
}
|
|
568
569
|
throwSyntaxError($this, 'Malformed JSON');
|
|
@@ -578,30 +579,30 @@ function nextNonWhitespace($this, throwOnEof) {
|
|
|
578
579
|
}
|
|
579
580
|
var tmp_2;
|
|
580
581
|
if (throwOnEof) {
|
|
581
|
-
throw EOFException().
|
|
582
|
+
throw EOFException().a4p('End of input');
|
|
582
583
|
} else {
|
|
583
584
|
tmp_2 = -1;
|
|
584
585
|
}
|
|
585
586
|
return tmp_2;
|
|
586
587
|
}
|
|
587
588
|
function getPathAsString($this) {
|
|
588
|
-
return joinToString($this.
|
|
589
|
+
return joinToString($this.n48(), '.');
|
|
589
590
|
}
|
|
590
591
|
function readEscapeCharacter($this) {
|
|
591
|
-
if (!$this.
|
|
592
|
+
if (!$this.j53_1.e1q(new (Long())(1, 0))) {
|
|
592
593
|
throwSyntaxError($this, 'Unterminated escape sequence');
|
|
593
594
|
}
|
|
594
|
-
var escaped = numberToChar($this.
|
|
595
|
+
var escaped = numberToChar($this.k53_1.f1q());
|
|
595
596
|
var tmp;
|
|
596
597
|
if (escaped === _Char___init__impl__6a9atx(117)) {
|
|
597
|
-
if (!$this.
|
|
598
|
-
throw EOFException().
|
|
598
|
+
if (!$this.j53_1.e1q(new (Long())(4, 0))) {
|
|
599
|
+
throw EOFException().a4p('Unterminated escape sequence at path ' + toString_0($this.n48()));
|
|
599
600
|
}
|
|
600
601
|
var result = _Char___init__impl__6a9atx(0);
|
|
601
602
|
var i = 0;
|
|
602
603
|
var end = i + 4 | 0;
|
|
603
604
|
while (i < end) {
|
|
604
|
-
var c = $this.
|
|
605
|
+
var c = $this.k53_1.x1q(fromInt(i));
|
|
605
606
|
// Inline function 'kotlin.code' call
|
|
606
607
|
var this_0 = result;
|
|
607
608
|
var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
|
|
@@ -668,14 +669,14 @@ function readEscapeCharacter($this) {
|
|
|
668
669
|
var tmp$ret$9 = Char__toInt_impl_vasixd(this_9);
|
|
669
670
|
tmp_1 = c - toByte(tmp$ret$9) + 10 | 0;
|
|
670
671
|
} else {
|
|
671
|
-
throwSyntaxError($this, '\\u' + $this.
|
|
672
|
+
throwSyntaxError($this, '\\u' + $this.k53_1.c4n(new (Long())(4, 0)));
|
|
672
673
|
}
|
|
673
674
|
}
|
|
674
675
|
}
|
|
675
676
|
result = Char__plus_impl_qi7pgj(tmp_0, tmp_1);
|
|
676
677
|
i = i + 1 | 0;
|
|
677
678
|
}
|
|
678
|
-
$this.
|
|
679
|
+
$this.k53_1.z1q(new (Long())(4, 0));
|
|
679
680
|
tmp = result;
|
|
680
681
|
} else if (escaped === _Char___init__impl__6a9atx(116)) {
|
|
681
682
|
tmp = _Char___init__impl__6a9atx(9);
|
|
@@ -695,7 +696,7 @@ function readEscapeCharacter($this) {
|
|
|
695
696
|
return tmp;
|
|
696
697
|
}
|
|
697
698
|
function throwSyntaxError($this, message) {
|
|
698
|
-
throw JsonEncodingException().
|
|
699
|
+
throw JsonEncodingException().f55(message + ' at path ' + toString_0($this.n48()));
|
|
699
700
|
}
|
|
700
701
|
var CompanionClass;
|
|
701
702
|
function Companion() {
|
|
@@ -703,37 +704,37 @@ function Companion() {
|
|
|
703
704
|
class $ {
|
|
704
705
|
constructor() {
|
|
705
706
|
Companion_instance = this;
|
|
706
|
-
this.
|
|
707
|
-
this.
|
|
708
|
-
this.
|
|
709
|
-
this.
|
|
710
|
-
this.
|
|
711
|
-
this.
|
|
712
|
-
this.
|
|
713
|
-
this.
|
|
714
|
-
this.
|
|
715
|
-
this.
|
|
716
|
-
this.
|
|
717
|
-
this.
|
|
718
|
-
this.
|
|
719
|
-
this.
|
|
720
|
-
this.
|
|
721
|
-
this.
|
|
722
|
-
this.
|
|
723
|
-
this.
|
|
724
|
-
this.
|
|
725
|
-
this.
|
|
726
|
-
this.
|
|
727
|
-
this.
|
|
728
|
-
this.
|
|
729
|
-
this.
|
|
730
|
-
this.
|
|
731
|
-
this.
|
|
732
|
-
this.
|
|
733
|
-
this.
|
|
734
|
-
this.
|
|
735
|
-
this.
|
|
736
|
-
this.
|
|
707
|
+
this.w53_1 = new (Long())(858993460, -214748365);
|
|
708
|
+
this.x53_1 = Companion_getInstance().e4o("'\\");
|
|
709
|
+
this.y53_1 = Companion_getInstance().e4o('"\\');
|
|
710
|
+
this.z53_1 = Companion_getInstance().e4o('{}[]:, \n\t\r/\\;#=');
|
|
711
|
+
this.a54_1 = 0;
|
|
712
|
+
this.b54_1 = 1;
|
|
713
|
+
this.c54_1 = 2;
|
|
714
|
+
this.d54_1 = 3;
|
|
715
|
+
this.e54_1 = 4;
|
|
716
|
+
this.f54_1 = 5;
|
|
717
|
+
this.g54_1 = 6;
|
|
718
|
+
this.h54_1 = 7;
|
|
719
|
+
this.i54_1 = 8;
|
|
720
|
+
this.j54_1 = 9;
|
|
721
|
+
this.k54_1 = 10;
|
|
722
|
+
this.l54_1 = 11;
|
|
723
|
+
this.m54_1 = 12;
|
|
724
|
+
this.n54_1 = 13;
|
|
725
|
+
this.o54_1 = 14;
|
|
726
|
+
this.p54_1 = 15;
|
|
727
|
+
this.q54_1 = 16;
|
|
728
|
+
this.r54_1 = 17;
|
|
729
|
+
this.s54_1 = 0;
|
|
730
|
+
this.t54_1 = 1;
|
|
731
|
+
this.u54_1 = 2;
|
|
732
|
+
this.v54_1 = 3;
|
|
733
|
+
this.w54_1 = 4;
|
|
734
|
+
this.x54_1 = 5;
|
|
735
|
+
this.y54_1 = 6;
|
|
736
|
+
this.z54_1 = 7;
|
|
737
|
+
this.a55_1 = 64;
|
|
737
738
|
}
|
|
738
739
|
}
|
|
739
740
|
initMetadataForCompanion($);
|
|
@@ -753,398 +754,315 @@ function BufferedSourceJsonReader() {
|
|
|
753
754
|
class $ {
|
|
754
755
|
constructor(source) {
|
|
755
756
|
Companion_getInstance_0();
|
|
756
|
-
this.
|
|
757
|
-
this.
|
|
758
|
-
this.
|
|
759
|
-
this.
|
|
760
|
-
this.
|
|
761
|
-
this.
|
|
757
|
+
this.j53_1 = source;
|
|
758
|
+
this.k53_1 = this.j53_1.b1q();
|
|
759
|
+
this.l53_1 = 0;
|
|
760
|
+
this.m53_1 = true;
|
|
761
|
+
this.n53_1 = new (Long())(0, 0);
|
|
762
|
+
this.o53_1 = 0;
|
|
763
|
+
this.p53_1 = null;
|
|
762
764
|
var tmp = this;
|
|
763
765
|
// Inline function 'kotlin.apply' call
|
|
764
766
|
var this_0 = new Int32Array(64);
|
|
765
767
|
this_0[0] = 6;
|
|
766
|
-
tmp.
|
|
767
|
-
this.
|
|
768
|
+
tmp.q53_1 = this_0;
|
|
769
|
+
this.r53_1 = 1;
|
|
768
770
|
var tmp_0 = this;
|
|
769
771
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
770
|
-
tmp_0.
|
|
771
|
-
this.
|
|
772
|
+
tmp_0.s53_1 = Array(64);
|
|
773
|
+
this.t53_1 = new Int32Array(64);
|
|
772
774
|
var tmp_1 = this;
|
|
773
775
|
// Inline function 'kotlin.apply' call
|
|
774
776
|
var this_1 = new Int32Array(64);
|
|
775
777
|
this_1[0] = 0;
|
|
776
|
-
tmp_1.
|
|
777
|
-
this.
|
|
778
|
+
tmp_1.u53_1 = this_1;
|
|
779
|
+
this.v53_1 = 1;
|
|
778
780
|
}
|
|
779
|
-
|
|
781
|
+
k4r() {
|
|
780
782
|
// Inline function 'kotlin.apply' call
|
|
781
|
-
// Inline function '
|
|
782
|
-
var
|
|
783
|
-
var
|
|
784
|
-
if (
|
|
785
|
-
tmp = this_0;
|
|
786
|
-
} else {
|
|
787
|
-
tmp = null;
|
|
788
|
-
}
|
|
789
|
-
var tmp0_elvis_lhs = tmp;
|
|
790
|
-
var p = tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs;
|
|
791
|
-
if (p === 3) {
|
|
783
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
784
|
+
var p = this.l53_1;
|
|
785
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
786
|
+
if (p_0 === 3) {
|
|
792
787
|
push(this, 1);
|
|
793
|
-
this.
|
|
794
|
-
this.
|
|
788
|
+
this.t53_1[this.r53_1 - 1 | 0] = 0;
|
|
789
|
+
this.l53_1 = 0;
|
|
795
790
|
} else {
|
|
796
|
-
throw JsonDataException().
|
|
791
|
+
throw JsonDataException().t4z('Expected BEGIN_ARRAY but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
797
792
|
}
|
|
798
793
|
return this;
|
|
799
794
|
}
|
|
800
|
-
|
|
795
|
+
l4r() {
|
|
801
796
|
// Inline function 'kotlin.apply' call
|
|
802
|
-
// Inline function '
|
|
803
|
-
var
|
|
804
|
-
var
|
|
805
|
-
if (
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
}
|
|
810
|
-
var tmp0_elvis_lhs = tmp;
|
|
811
|
-
var p = tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs;
|
|
812
|
-
if (p === 4) {
|
|
813
|
-
this.j4z_1 = this.j4z_1 - 1 | 0;
|
|
814
|
-
var _array__4zh2yp = this.l4z_1;
|
|
815
|
-
var _index_0__fvwizt = this.j4z_1 - 1 | 0;
|
|
797
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
798
|
+
var p = this.l53_1;
|
|
799
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
800
|
+
if (p_0 === 4) {
|
|
801
|
+
this.r53_1 = this.r53_1 - 1 | 0;
|
|
802
|
+
var _array__4zh2yp = this.t53_1;
|
|
803
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
816
804
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
817
|
-
this.
|
|
805
|
+
this.l53_1 = 0;
|
|
818
806
|
} else {
|
|
819
|
-
throw JsonDataException().
|
|
807
|
+
throw JsonDataException().t4z('Expected END_ARRAY but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
820
808
|
}
|
|
821
809
|
return this;
|
|
822
810
|
}
|
|
823
|
-
|
|
811
|
+
c4r() {
|
|
824
812
|
// Inline function 'kotlin.apply' call
|
|
825
|
-
// Inline function '
|
|
826
|
-
var
|
|
827
|
-
var
|
|
828
|
-
if (
|
|
829
|
-
tmp = this_0;
|
|
830
|
-
} else {
|
|
831
|
-
tmp = null;
|
|
832
|
-
}
|
|
833
|
-
var tmp0_elvis_lhs = tmp;
|
|
834
|
-
var p = tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs;
|
|
835
|
-
if (p === 1) {
|
|
813
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
814
|
+
var p = this.l53_1;
|
|
815
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
816
|
+
if (p_0 === 1) {
|
|
836
817
|
push(this, 3);
|
|
837
|
-
this.
|
|
838
|
-
this.
|
|
839
|
-
this.
|
|
818
|
+
this.l53_1 = 0;
|
|
819
|
+
this.v53_1 = this.v53_1 + 1 | 0;
|
|
820
|
+
this.u53_1[this.v53_1 - 1 | 0] = 0;
|
|
840
821
|
} else {
|
|
841
|
-
throw JsonDataException().
|
|
822
|
+
throw JsonDataException().t4z('Expected BEGIN_OBJECT but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
842
823
|
}
|
|
843
824
|
return this;
|
|
844
825
|
}
|
|
845
|
-
|
|
826
|
+
d4r() {
|
|
846
827
|
// Inline function 'kotlin.apply' call
|
|
847
|
-
// Inline function '
|
|
848
|
-
var
|
|
849
|
-
var
|
|
850
|
-
if (
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
var tmp0_elvis_lhs = tmp;
|
|
856
|
-
var p = tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs;
|
|
857
|
-
if (p === 2) {
|
|
858
|
-
this.j4z_1 = this.j4z_1 - 1 | 0;
|
|
859
|
-
this.k4z_1[this.j4z_1] = null;
|
|
860
|
-
var _array__4zh2yp = this.l4z_1;
|
|
861
|
-
var _index_0__fvwizt = this.j4z_1 - 1 | 0;
|
|
828
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
829
|
+
var p = this.l53_1;
|
|
830
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
831
|
+
if (p_0 === 2) {
|
|
832
|
+
this.r53_1 = this.r53_1 - 1 | 0;
|
|
833
|
+
this.s53_1[this.r53_1] = null;
|
|
834
|
+
var _array__4zh2yp = this.t53_1;
|
|
835
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
862
836
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
863
|
-
this.
|
|
864
|
-
this.
|
|
837
|
+
this.l53_1 = 0;
|
|
838
|
+
this.v53_1 = this.v53_1 - 1 | 0;
|
|
865
839
|
} else {
|
|
866
|
-
throw JsonDataException().
|
|
840
|
+
throw JsonDataException().t4z('Expected END_OBJECT but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
867
841
|
}
|
|
868
842
|
return this;
|
|
869
843
|
}
|
|
870
844
|
m1() {
|
|
871
|
-
// Inline function '
|
|
872
|
-
var
|
|
873
|
-
var
|
|
874
|
-
|
|
875
|
-
tmp = this_0;
|
|
876
|
-
} else {
|
|
877
|
-
tmp = null;
|
|
878
|
-
}
|
|
879
|
-
var tmp0_elvis_lhs = tmp;
|
|
880
|
-
var p = tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs;
|
|
881
|
-
return !(p === 2) && !(p === 4);
|
|
845
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
846
|
+
var p = this.l53_1;
|
|
847
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
848
|
+
return !(p_0 === 2) && !(p_0 === 4);
|
|
882
849
|
}
|
|
883
|
-
|
|
884
|
-
// Inline function '
|
|
885
|
-
var
|
|
850
|
+
g1r() {
|
|
851
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
852
|
+
var p = this.l53_1;
|
|
886
853
|
var tmp;
|
|
887
|
-
|
|
888
|
-
tmp = this_0;
|
|
889
|
-
} else {
|
|
890
|
-
tmp = null;
|
|
891
|
-
}
|
|
892
|
-
var tmp0_elvis_lhs = tmp;
|
|
893
|
-
var tmp_0;
|
|
894
|
-
switch (tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs) {
|
|
854
|
+
switch (p === 0 ? doPeek(this) : p) {
|
|
895
855
|
case 1:
|
|
896
|
-
|
|
856
|
+
tmp = Token_BEGIN_OBJECT_getInstance();
|
|
897
857
|
break;
|
|
898
858
|
case 2:
|
|
899
|
-
|
|
859
|
+
tmp = Token_END_OBJECT_getInstance();
|
|
900
860
|
break;
|
|
901
861
|
case 3:
|
|
902
|
-
|
|
862
|
+
tmp = Token_BEGIN_ARRAY_getInstance();
|
|
903
863
|
break;
|
|
904
864
|
case 4:
|
|
905
|
-
|
|
865
|
+
tmp = Token_END_ARRAY_getInstance();
|
|
906
866
|
break;
|
|
907
867
|
case 12:
|
|
908
868
|
case 13:
|
|
909
869
|
case 14:
|
|
910
|
-
|
|
870
|
+
tmp = Token_NAME_getInstance();
|
|
911
871
|
break;
|
|
912
872
|
case 5:
|
|
913
873
|
case 6:
|
|
914
|
-
|
|
874
|
+
tmp = Token_BOOLEAN_getInstance();
|
|
915
875
|
break;
|
|
916
876
|
case 7:
|
|
917
|
-
|
|
877
|
+
tmp = Token_NULL_getInstance();
|
|
918
878
|
break;
|
|
919
879
|
case 8:
|
|
920
880
|
case 9:
|
|
921
881
|
case 10:
|
|
922
882
|
case 11:
|
|
923
|
-
|
|
883
|
+
tmp = Token_STRING_getInstance();
|
|
924
884
|
break;
|
|
925
885
|
case 15:
|
|
926
|
-
|
|
886
|
+
tmp = Token_LONG_getInstance();
|
|
927
887
|
break;
|
|
928
888
|
case 16:
|
|
929
|
-
|
|
889
|
+
tmp = Token_NUMBER_getInstance();
|
|
930
890
|
break;
|
|
931
891
|
case 17:
|
|
932
|
-
|
|
892
|
+
tmp = Token_END_DOCUMENT_getInstance();
|
|
933
893
|
break;
|
|
934
894
|
default:
|
|
935
|
-
throw AssertionError().
|
|
895
|
+
throw AssertionError().bf();
|
|
936
896
|
}
|
|
937
|
-
return
|
|
897
|
+
return tmp;
|
|
938
898
|
}
|
|
939
|
-
|
|
940
|
-
// Inline function '
|
|
941
|
-
var
|
|
899
|
+
e4r() {
|
|
900
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
901
|
+
var p = this.l53_1;
|
|
942
902
|
var tmp;
|
|
943
|
-
|
|
944
|
-
tmp = this_0;
|
|
945
|
-
} else {
|
|
946
|
-
tmp = null;
|
|
947
|
-
}
|
|
948
|
-
var tmp0_elvis_lhs = tmp;
|
|
949
|
-
var tmp_0;
|
|
950
|
-
switch (tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs) {
|
|
903
|
+
switch (p === 0 ? doPeek(this) : p) {
|
|
951
904
|
case 14:
|
|
952
|
-
|
|
905
|
+
tmp = nextUnquotedValue(this);
|
|
953
906
|
break;
|
|
954
907
|
case 13:
|
|
955
|
-
|
|
908
|
+
tmp = nextQuotedValue(this, Companion_getInstance_0().y53_1);
|
|
956
909
|
break;
|
|
957
910
|
case 12:
|
|
958
|
-
|
|
911
|
+
tmp = nextQuotedValue(this, Companion_getInstance_0().x53_1);
|
|
959
912
|
break;
|
|
960
913
|
default:
|
|
961
|
-
throw JsonDataException().
|
|
914
|
+
throw JsonDataException().t4z('Expected a name but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
962
915
|
}
|
|
963
|
-
var result =
|
|
964
|
-
this.
|
|
965
|
-
this.
|
|
916
|
+
var result = tmp;
|
|
917
|
+
this.l53_1 = 0;
|
|
918
|
+
this.s53_1[this.r53_1 - 1 | 0] = result;
|
|
966
919
|
return result;
|
|
967
920
|
}
|
|
968
|
-
|
|
969
|
-
// Inline function '
|
|
970
|
-
var
|
|
921
|
+
p4r() {
|
|
922
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
923
|
+
var p = this.l53_1;
|
|
971
924
|
var tmp;
|
|
972
|
-
|
|
973
|
-
tmp = this_0;
|
|
974
|
-
} else {
|
|
975
|
-
tmp = null;
|
|
976
|
-
}
|
|
977
|
-
var tmp0_elvis_lhs = tmp;
|
|
978
|
-
var tmp_0;
|
|
979
|
-
switch (tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs) {
|
|
925
|
+
switch (p === 0 ? doPeek(this) : p) {
|
|
980
926
|
case 10:
|
|
981
|
-
|
|
927
|
+
tmp = nextUnquotedValue(this);
|
|
982
928
|
break;
|
|
983
929
|
case 9:
|
|
984
|
-
|
|
930
|
+
tmp = nextQuotedValue(this, Companion_getInstance_0().y53_1);
|
|
985
931
|
break;
|
|
986
932
|
case 8:
|
|
987
|
-
|
|
933
|
+
tmp = nextQuotedValue(this, Companion_getInstance_0().x53_1);
|
|
988
934
|
break;
|
|
989
935
|
case 11:
|
|
990
|
-
var
|
|
991
|
-
var
|
|
992
|
-
if (
|
|
993
|
-
|
|
936
|
+
var tmp1_safe_receiver = this.p53_1;
|
|
937
|
+
var tmp_0;
|
|
938
|
+
if (tmp1_safe_receiver == null) {
|
|
939
|
+
tmp_0 = null;
|
|
994
940
|
} else {
|
|
995
941
|
// Inline function 'kotlin.also' call
|
|
996
|
-
this.
|
|
997
|
-
|
|
942
|
+
this.p53_1 = null;
|
|
943
|
+
tmp_0 = tmp1_safe_receiver;
|
|
998
944
|
}
|
|
999
945
|
|
|
1000
|
-
|
|
946
|
+
tmp = tmp_0;
|
|
1001
947
|
break;
|
|
1002
948
|
case 15:
|
|
1003
|
-
|
|
949
|
+
tmp = this.n53_1.toString();
|
|
1004
950
|
break;
|
|
1005
951
|
case 16:
|
|
1006
|
-
|
|
952
|
+
tmp = this.k53_1.c4n(fromInt(this.o53_1));
|
|
1007
953
|
break;
|
|
1008
954
|
default:
|
|
1009
|
-
throw JsonDataException().
|
|
955
|
+
throw JsonDataException().t4z('Expected a string but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
1010
956
|
}
|
|
1011
|
-
var result =
|
|
1012
|
-
this.
|
|
1013
|
-
var _array__4zh2yp = this.
|
|
1014
|
-
var _index_0__fvwizt = this.
|
|
957
|
+
var result = tmp;
|
|
958
|
+
this.l53_1 = 0;
|
|
959
|
+
var _array__4zh2yp = this.t53_1;
|
|
960
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
1015
961
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
1016
962
|
return result;
|
|
1017
963
|
}
|
|
1018
|
-
|
|
1019
|
-
// Inline function '
|
|
1020
|
-
var
|
|
964
|
+
a4s() {
|
|
965
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
966
|
+
var p = this.l53_1;
|
|
1021
967
|
var tmp;
|
|
1022
|
-
|
|
1023
|
-
tmp = this_0;
|
|
1024
|
-
} else {
|
|
1025
|
-
tmp = null;
|
|
1026
|
-
}
|
|
1027
|
-
var tmp0_elvis_lhs = tmp;
|
|
1028
|
-
var tmp_0;
|
|
1029
|
-
switch (tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs) {
|
|
968
|
+
switch (p === 0 ? doPeek(this) : p) {
|
|
1030
969
|
case 5:
|
|
1031
|
-
this.
|
|
1032
|
-
var _array__4zh2yp = this.
|
|
1033
|
-
var _index_0__fvwizt = this.
|
|
970
|
+
this.l53_1 = 0;
|
|
971
|
+
var _array__4zh2yp = this.t53_1;
|
|
972
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
1034
973
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
1035
|
-
|
|
974
|
+
tmp = true;
|
|
1036
975
|
break;
|
|
1037
976
|
case 6:
|
|
1038
|
-
this.
|
|
1039
|
-
var _array__4zh2yp_0 = this.
|
|
1040
|
-
var _index_0__fvwizt_0 = this.
|
|
977
|
+
this.l53_1 = 0;
|
|
978
|
+
var _array__4zh2yp_0 = this.t53_1;
|
|
979
|
+
var _index_0__fvwizt_0 = this.r53_1 - 1 | 0;
|
|
1041
980
|
_array__4zh2yp_0[_index_0__fvwizt_0] = _array__4zh2yp_0[_index_0__fvwizt_0] + 1 | 0;
|
|
1042
|
-
|
|
981
|
+
tmp = false;
|
|
1043
982
|
break;
|
|
1044
983
|
default:
|
|
1045
|
-
throw JsonDataException().
|
|
984
|
+
throw JsonDataException().t4z('Expected a boolean but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
1046
985
|
}
|
|
1047
|
-
return
|
|
986
|
+
return tmp;
|
|
1048
987
|
}
|
|
1049
|
-
|
|
1050
|
-
// Inline function '
|
|
1051
|
-
var
|
|
988
|
+
j52() {
|
|
989
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
990
|
+
var p = this.l53_1;
|
|
1052
991
|
var tmp;
|
|
1053
|
-
if (
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
}
|
|
1058
|
-
var tmp0_elvis_lhs = tmp;
|
|
1059
|
-
var tmp_0;
|
|
1060
|
-
if ((tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs) === 7) {
|
|
1061
|
-
this.e4z_1 = 0;
|
|
1062
|
-
var _array__4zh2yp = this.l4z_1;
|
|
1063
|
-
var _index_0__fvwizt = this.j4z_1 - 1 | 0;
|
|
992
|
+
if ((p === 0 ? doPeek(this) : p) === 7) {
|
|
993
|
+
this.l53_1 = 0;
|
|
994
|
+
var _array__4zh2yp = this.t53_1;
|
|
995
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
1064
996
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
1065
|
-
|
|
997
|
+
tmp = null;
|
|
1066
998
|
} else {
|
|
1067
|
-
throw JsonDataException().
|
|
999
|
+
throw JsonDataException().t4z('Expected null but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
1068
1000
|
}
|
|
1069
|
-
return
|
|
1001
|
+
return tmp;
|
|
1070
1002
|
}
|
|
1071
|
-
|
|
1072
|
-
// Inline function '
|
|
1073
|
-
var
|
|
1074
|
-
var
|
|
1075
|
-
if (
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
}
|
|
1080
|
-
var tmp0_elvis_lhs = tmp;
|
|
1081
|
-
var p = tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs;
|
|
1082
|
-
if (p === 15) {
|
|
1083
|
-
this.e4z_1 = 0;
|
|
1084
|
-
var _array__4zh2yp = this.l4z_1;
|
|
1085
|
-
var _index_0__fvwizt = this.j4z_1 - 1 | 0;
|
|
1003
|
+
u4r() {
|
|
1004
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
1005
|
+
var p = this.l53_1;
|
|
1006
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
1007
|
+
if (p_0 === 15) {
|
|
1008
|
+
this.l53_1 = 0;
|
|
1009
|
+
var _array__4zh2yp = this.t53_1;
|
|
1010
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
1086
1011
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
1087
|
-
return toNumber(this.
|
|
1088
|
-
} else if (
|
|
1089
|
-
this.
|
|
1090
|
-
} else if (
|
|
1091
|
-
this.
|
|
1092
|
-
} else if (
|
|
1093
|
-
this.
|
|
1094
|
-
} else if (
|
|
1095
|
-
this.
|
|
1096
|
-
} else if (!(
|
|
1097
|
-
throw JsonDataException().
|
|
1098
|
-
this.
|
|
1099
|
-
var
|
|
1012
|
+
return toNumber(this.n53_1);
|
|
1013
|
+
} else if (p_0 === 16) {
|
|
1014
|
+
this.p53_1 = this.k53_1.c4n(fromInt(this.o53_1));
|
|
1015
|
+
} else if (p_0 === 9) {
|
|
1016
|
+
this.p53_1 = nextQuotedValue(this, Companion_getInstance_0().y53_1);
|
|
1017
|
+
} else if (p_0 === 8) {
|
|
1018
|
+
this.p53_1 = nextQuotedValue(this, Companion_getInstance_0().x53_1);
|
|
1019
|
+
} else if (p_0 === 10) {
|
|
1020
|
+
this.p53_1 = nextUnquotedValue(this);
|
|
1021
|
+
} else if (!(p_0 === 11))
|
|
1022
|
+
throw JsonDataException().t4z('Expected a double but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
1023
|
+
this.l53_1 = 11;
|
|
1024
|
+
var tmp;
|
|
1100
1025
|
try {
|
|
1101
|
-
|
|
1026
|
+
tmp = toDouble(ensureNotNull(this.p53_1));
|
|
1102
1027
|
} catch ($p) {
|
|
1103
|
-
var
|
|
1028
|
+
var tmp_0;
|
|
1104
1029
|
if ($p instanceof NumberFormatException()) {
|
|
1105
1030
|
var e = $p;
|
|
1106
|
-
throw JsonDataException().
|
|
1031
|
+
throw JsonDataException().t4z('Expected a double but was ' + this.p53_1 + ' at path ' + getPathAsString(this));
|
|
1107
1032
|
} else {
|
|
1108
1033
|
throw $p;
|
|
1109
1034
|
}
|
|
1110
1035
|
}
|
|
1111
|
-
var result =
|
|
1036
|
+
var result = tmp;
|
|
1112
1037
|
if (isNaN_0(result) || isInfinite(result)) {
|
|
1113
|
-
throw JsonEncodingException().
|
|
1038
|
+
throw JsonEncodingException().f55('JSON forbids NaN and infinities: ' + result + ' at path ' + getPathAsString(this));
|
|
1114
1039
|
}
|
|
1115
|
-
this.
|
|
1116
|
-
this.
|
|
1117
|
-
var _array__4zh2yp_0 = this.
|
|
1118
|
-
var _index_0__fvwizt_0 = this.
|
|
1040
|
+
this.p53_1 = null;
|
|
1041
|
+
this.l53_1 = 0;
|
|
1042
|
+
var _array__4zh2yp_0 = this.t53_1;
|
|
1043
|
+
var _index_0__fvwizt_0 = this.r53_1 - 1 | 0;
|
|
1119
1044
|
_array__4zh2yp_0[_index_0__fvwizt_0] = _array__4zh2yp_0[_index_0__fvwizt_0] + 1 | 0;
|
|
1120
1045
|
return result;
|
|
1121
1046
|
}
|
|
1122
|
-
|
|
1123
|
-
// Inline function '
|
|
1124
|
-
var
|
|
1125
|
-
var
|
|
1126
|
-
if (
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
}
|
|
1131
|
-
var tmp0_elvis_lhs = tmp;
|
|
1132
|
-
var p = tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs;
|
|
1133
|
-
if (p === 15) {
|
|
1134
|
-
this.e4z_1 = 0;
|
|
1135
|
-
var _array__4zh2yp = this.l4z_1;
|
|
1136
|
-
var _index_0__fvwizt = this.j4z_1 - 1 | 0;
|
|
1047
|
+
gq() {
|
|
1048
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
1049
|
+
var p = this.l53_1;
|
|
1050
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
1051
|
+
if (p_0 === 15) {
|
|
1052
|
+
this.l53_1 = 0;
|
|
1053
|
+
var _array__4zh2yp = this.t53_1;
|
|
1054
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
1137
1055
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
1138
|
-
return this.
|
|
1139
|
-
} else if (
|
|
1140
|
-
this.
|
|
1141
|
-
} else if (
|
|
1142
|
-
this.
|
|
1056
|
+
return this.n53_1;
|
|
1057
|
+
} else if (p_0 === 16) {
|
|
1058
|
+
this.p53_1 = this.k53_1.c4n(fromInt(this.o53_1));
|
|
1059
|
+
} else if (p_0 === 9 || p_0 === 8) {
|
|
1060
|
+
this.p53_1 = p_0 === 9 ? nextQuotedValue(this, Companion_getInstance_0().y53_1) : nextQuotedValue(this, Companion_getInstance_0().x53_1);
|
|
1143
1061
|
try {
|
|
1144
|
-
var result = toLong(ensureNotNull(this.
|
|
1145
|
-
this.
|
|
1146
|
-
var _array__4zh2yp_0 = this.
|
|
1147
|
-
var _index_0__fvwizt_0 = this.
|
|
1062
|
+
var result = toLong(ensureNotNull(this.p53_1));
|
|
1063
|
+
this.l53_1 = 0;
|
|
1064
|
+
var _array__4zh2yp_0 = this.t53_1;
|
|
1065
|
+
var _index_0__fvwizt_0 = this.r53_1 - 1 | 0;
|
|
1148
1066
|
_array__4zh2yp_0[_index_0__fvwizt_0] = _array__4zh2yp_0[_index_0__fvwizt_0] + 1 | 0;
|
|
1149
1067
|
return result;
|
|
1150
1068
|
} catch ($p) {
|
|
@@ -1154,66 +1072,59 @@ function BufferedSourceJsonReader() {
|
|
|
1154
1072
|
throw $p;
|
|
1155
1073
|
}
|
|
1156
1074
|
}
|
|
1157
|
-
} else if (!(
|
|
1158
|
-
throw JsonDataException().
|
|
1159
|
-
this.
|
|
1160
|
-
var
|
|
1075
|
+
} else if (!(p_0 === 11))
|
|
1076
|
+
throw JsonDataException().t4z('Expected a long but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
1077
|
+
this.l53_1 = 11;
|
|
1078
|
+
var tmp;
|
|
1161
1079
|
try {
|
|
1162
|
-
|
|
1080
|
+
tmp = toDouble(ensureNotNull(this.p53_1));
|
|
1163
1081
|
} catch ($p) {
|
|
1164
|
-
var
|
|
1082
|
+
var tmp_0;
|
|
1165
1083
|
if ($p instanceof NumberFormatException()) {
|
|
1166
1084
|
var e = $p;
|
|
1167
|
-
throw JsonDataException().
|
|
1085
|
+
throw JsonDataException().t4z('Expected a long but was ' + this.p53_1 + ' at path ' + getPathAsString(this));
|
|
1168
1086
|
} else {
|
|
1169
1087
|
throw $p;
|
|
1170
1088
|
}
|
|
1171
1089
|
}
|
|
1172
|
-
var asDouble =
|
|
1090
|
+
var asDouble = tmp;
|
|
1173
1091
|
var result_0 = numberToLong(asDouble);
|
|
1174
1092
|
if (!(toNumber(result_0) === asDouble)) {
|
|
1175
|
-
throw JsonDataException().
|
|
1093
|
+
throw JsonDataException().t4z('Expected a long but was ' + this.p53_1 + ' at path ' + getPathAsString(this));
|
|
1176
1094
|
}
|
|
1177
|
-
this.
|
|
1178
|
-
this.
|
|
1179
|
-
var _array__4zh2yp_1 = this.
|
|
1180
|
-
var _index_0__fvwizt_1 = this.
|
|
1095
|
+
this.p53_1 = null;
|
|
1096
|
+
this.l53_1 = 0;
|
|
1097
|
+
var _array__4zh2yp_1 = this.t53_1;
|
|
1098
|
+
var _index_0__fvwizt_1 = this.r53_1 - 1 | 0;
|
|
1181
1099
|
_array__4zh2yp_1[_index_0__fvwizt_1] = _array__4zh2yp_1[_index_0__fvwizt_1] + 1 | 0;
|
|
1182
1100
|
return result_0;
|
|
1183
1101
|
}
|
|
1184
|
-
|
|
1185
|
-
return new (JsonNumber())(ensureNotNull(this.
|
|
1102
|
+
g55() {
|
|
1103
|
+
return new (JsonNumber())(ensureNotNull(this.p4r()));
|
|
1186
1104
|
}
|
|
1187
|
-
|
|
1188
|
-
// Inline function '
|
|
1189
|
-
var
|
|
1190
|
-
var
|
|
1191
|
-
if (
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
}
|
|
1196
|
-
var tmp0_elvis_lhs = tmp;
|
|
1197
|
-
var p = tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs;
|
|
1198
|
-
if (p === 15) {
|
|
1199
|
-
var result = convertToInt(this.f4z_1);
|
|
1200
|
-
if (!equalsLong(this.f4z_1, fromInt(result))) {
|
|
1201
|
-
throw JsonDataException().t4v('Expected an int but was ' + this.f4z_1 + ' at path ' + toString_0(this.b47()));
|
|
1105
|
+
zl() {
|
|
1106
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
1107
|
+
var p = this.l53_1;
|
|
1108
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
1109
|
+
if (p_0 === 15) {
|
|
1110
|
+
var result = convertToInt(this.n53_1);
|
|
1111
|
+
if (!equalsLong(this.n53_1, fromInt(result))) {
|
|
1112
|
+
throw JsonDataException().t4z('Expected an int but was ' + this.n53_1 + ' at path ' + toString_0(this.n48()));
|
|
1202
1113
|
}
|
|
1203
|
-
this.
|
|
1204
|
-
var _array__4zh2yp = this.
|
|
1205
|
-
var _index_0__fvwizt = this.
|
|
1114
|
+
this.l53_1 = 0;
|
|
1115
|
+
var _array__4zh2yp = this.t53_1;
|
|
1116
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
1206
1117
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
1207
1118
|
return result;
|
|
1208
|
-
} else if (
|
|
1209
|
-
this.
|
|
1210
|
-
} else if (
|
|
1211
|
-
this.
|
|
1119
|
+
} else if (p_0 === 16) {
|
|
1120
|
+
this.p53_1 = this.k53_1.c4n(fromInt(this.o53_1));
|
|
1121
|
+
} else if (p_0 === 9 || p_0 === 8) {
|
|
1122
|
+
this.p53_1 = p_0 === 9 ? nextQuotedValue(this, Companion_getInstance_0().y53_1) : nextQuotedValue(this, Companion_getInstance_0().x53_1);
|
|
1212
1123
|
try {
|
|
1213
|
-
var result_0 = toInt(ensureNotNull(this.
|
|
1214
|
-
this.
|
|
1215
|
-
var _array__4zh2yp_0 = this.
|
|
1216
|
-
var _index_0__fvwizt_0 = this.
|
|
1124
|
+
var result_0 = toInt(ensureNotNull(this.p53_1));
|
|
1125
|
+
this.l53_1 = 0;
|
|
1126
|
+
var _array__4zh2yp_0 = this.t53_1;
|
|
1127
|
+
var _index_0__fvwizt_0 = this.r53_1 - 1 | 0;
|
|
1217
1128
|
_array__4zh2yp_0[_index_0__fvwizt_0] = _array__4zh2yp_0[_index_0__fvwizt_0] + 1 | 0;
|
|
1218
1129
|
return result_0;
|
|
1219
1130
|
} catch ($p) {
|
|
@@ -1223,54 +1134,47 @@ function BufferedSourceJsonReader() {
|
|
|
1223
1134
|
throw $p;
|
|
1224
1135
|
}
|
|
1225
1136
|
}
|
|
1226
|
-
} else if (!(
|
|
1227
|
-
throw JsonDataException().
|
|
1137
|
+
} else if (!(p_0 === 11)) {
|
|
1138
|
+
throw JsonDataException().t4z('Expected an int but was ' + this.g1r().toString() + ' at path ' + getPathAsString(this));
|
|
1228
1139
|
}
|
|
1229
|
-
this.
|
|
1230
|
-
var
|
|
1140
|
+
this.l53_1 = 11;
|
|
1141
|
+
var tmp;
|
|
1231
1142
|
try {
|
|
1232
|
-
|
|
1143
|
+
tmp = toDouble(ensureNotNull(this.p53_1));
|
|
1233
1144
|
} catch ($p) {
|
|
1234
|
-
var
|
|
1145
|
+
var tmp_0;
|
|
1235
1146
|
if ($p instanceof NumberFormatException()) {
|
|
1236
1147
|
var e = $p;
|
|
1237
|
-
throw JsonDataException().
|
|
1148
|
+
throw JsonDataException().t4z('Expected an int but was ' + this.p53_1 + ' at path ' + getPathAsString(this));
|
|
1238
1149
|
} else {
|
|
1239
1150
|
throw $p;
|
|
1240
1151
|
}
|
|
1241
1152
|
}
|
|
1242
|
-
var asDouble =
|
|
1153
|
+
var asDouble = tmp;
|
|
1243
1154
|
var result_1 = numberToInt(asDouble);
|
|
1244
1155
|
if (!(result_1 === asDouble)) {
|
|
1245
|
-
throw JsonDataException().
|
|
1156
|
+
throw JsonDataException().t4z('Expected an int but was ' + this.p53_1 + ' at path ' + getPathAsString(this));
|
|
1246
1157
|
}
|
|
1247
|
-
this.
|
|
1248
|
-
this.
|
|
1249
|
-
var _array__4zh2yp_1 = this.
|
|
1250
|
-
var _index_0__fvwizt_1 = this.
|
|
1158
|
+
this.p53_1 = null;
|
|
1159
|
+
this.l53_1 = 0;
|
|
1160
|
+
var _array__4zh2yp_1 = this.t53_1;
|
|
1161
|
+
var _index_0__fvwizt_1 = this.r53_1 - 1 | 0;
|
|
1251
1162
|
_array__4zh2yp_1[_index_0__fvwizt_1] = _array__4zh2yp_1[_index_0__fvwizt_1] + 1 | 0;
|
|
1252
1163
|
return result_1;
|
|
1253
1164
|
}
|
|
1254
1165
|
j6() {
|
|
1255
|
-
this.
|
|
1256
|
-
this.
|
|
1257
|
-
this.
|
|
1258
|
-
this.
|
|
1259
|
-
this.
|
|
1166
|
+
this.l53_1 = 0;
|
|
1167
|
+
this.q53_1[0] = 8;
|
|
1168
|
+
this.r53_1 = 1;
|
|
1169
|
+
this.k53_1.m4();
|
|
1170
|
+
this.j53_1.j6();
|
|
1260
1171
|
}
|
|
1261
|
-
|
|
1172
|
+
t4q() {
|
|
1262
1173
|
var count = 0;
|
|
1263
1174
|
do {
|
|
1264
|
-
// Inline function '
|
|
1265
|
-
var
|
|
1266
|
-
|
|
1267
|
-
if (!(this_0 === 0)) {
|
|
1268
|
-
tmp = this_0;
|
|
1269
|
-
} else {
|
|
1270
|
-
tmp = null;
|
|
1271
|
-
}
|
|
1272
|
-
var tmp0_elvis_lhs = tmp;
|
|
1273
|
-
switch (tmp0_elvis_lhs == null ? doPeek(this) : tmp0_elvis_lhs) {
|
|
1175
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
1176
|
+
var p = this.l53_1;
|
|
1177
|
+
switch (p === 0 ? doPeek(this) : p) {
|
|
1274
1178
|
case 3:
|
|
1275
1179
|
push(this, 1);
|
|
1276
1180
|
count = count + 1 | 0;
|
|
@@ -1280,11 +1184,11 @@ function BufferedSourceJsonReader() {
|
|
|
1280
1184
|
count = count + 1 | 0;
|
|
1281
1185
|
break;
|
|
1282
1186
|
case 4:
|
|
1283
|
-
this.
|
|
1187
|
+
this.r53_1 = this.r53_1 - 1 | 0;
|
|
1284
1188
|
count = count - 1 | 0;
|
|
1285
1189
|
break;
|
|
1286
1190
|
case 2:
|
|
1287
|
-
this.
|
|
1191
|
+
this.r53_1 = this.r53_1 - 1 | 0;
|
|
1288
1192
|
count = count - 1 | 0;
|
|
1289
1193
|
break;
|
|
1290
1194
|
case 14:
|
|
@@ -1293,36 +1197,36 @@ function BufferedSourceJsonReader() {
|
|
|
1293
1197
|
break;
|
|
1294
1198
|
case 9:
|
|
1295
1199
|
case 13:
|
|
1296
|
-
skipQuotedValue(this, Companion_getInstance_0().
|
|
1200
|
+
skipQuotedValue(this, Companion_getInstance_0().y53_1);
|
|
1297
1201
|
break;
|
|
1298
1202
|
case 8:
|
|
1299
1203
|
case 12:
|
|
1300
|
-
skipQuotedValue(this, Companion_getInstance_0().
|
|
1204
|
+
skipQuotedValue(this, Companion_getInstance_0().x53_1);
|
|
1301
1205
|
break;
|
|
1302
1206
|
case 16:
|
|
1303
|
-
this.
|
|
1207
|
+
this.k53_1.z1q(fromInt(this.o53_1));
|
|
1304
1208
|
break;
|
|
1305
1209
|
}
|
|
1306
|
-
this.
|
|
1210
|
+
this.l53_1 = 0;
|
|
1307
1211
|
}
|
|
1308
1212
|
while (!(count === 0));
|
|
1309
|
-
var _array__4zh2yp = this.
|
|
1310
|
-
var _index_0__fvwizt = this.
|
|
1213
|
+
var _array__4zh2yp = this.t53_1;
|
|
1214
|
+
var _index_0__fvwizt = this.r53_1 - 1 | 0;
|
|
1311
1215
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
1312
|
-
this.
|
|
1216
|
+
this.s53_1[this.r53_1 - 1 | 0] = 'null';
|
|
1313
1217
|
}
|
|
1314
|
-
|
|
1218
|
+
h55(names) {
|
|
1315
1219
|
if (names.j1()) {
|
|
1316
1220
|
return -1;
|
|
1317
1221
|
}
|
|
1318
1222
|
while (this.m1()) {
|
|
1319
|
-
var name = this.
|
|
1320
|
-
var expectedIndex = this.
|
|
1223
|
+
var name = this.e4r();
|
|
1224
|
+
var expectedIndex = this.u53_1[this.v53_1 - 1 | 0];
|
|
1321
1225
|
if (names.p2(expectedIndex) === name) {
|
|
1322
1226
|
// Inline function 'kotlin.also' call
|
|
1323
|
-
this.
|
|
1324
|
-
if (this.
|
|
1325
|
-
this.
|
|
1227
|
+
this.u53_1[this.v53_1 - 1 | 0] = expectedIndex + 1 | 0;
|
|
1228
|
+
if (this.u53_1[this.v53_1 - 1 | 0] === names.q2()) {
|
|
1229
|
+
this.u53_1[this.v53_1 - 1 | 0] = 0;
|
|
1326
1230
|
}
|
|
1327
1231
|
return expectedIndex;
|
|
1328
1232
|
} else {
|
|
@@ -1338,28 +1242,37 @@ function BufferedSourceJsonReader() {
|
|
|
1338
1242
|
if (names.p2(index) === name) {
|
|
1339
1243
|
// Inline function 'kotlin.also' call
|
|
1340
1244
|
var this_0 = index;
|
|
1341
|
-
this.
|
|
1342
|
-
if (this.
|
|
1343
|
-
this.
|
|
1245
|
+
this.u53_1[this.v53_1 - 1 | 0] = index + 1 | 0;
|
|
1246
|
+
if (this.u53_1[this.v53_1 - 1 | 0] === names.q2()) {
|
|
1247
|
+
this.u53_1[this.v53_1 - 1 | 0] = 0;
|
|
1344
1248
|
}
|
|
1345
1249
|
return this_0;
|
|
1346
1250
|
}
|
|
1347
1251
|
}
|
|
1348
|
-
this.
|
|
1252
|
+
if (!this.m53_1) {
|
|
1253
|
+
throw JsonDataException().t4z("Unknown key '" + name + "' found at path: '" + getPathAsString(this) + "'");
|
|
1254
|
+
}
|
|
1255
|
+
this.t4q();
|
|
1349
1256
|
}
|
|
1350
1257
|
}
|
|
1351
1258
|
return -1;
|
|
1352
1259
|
}
|
|
1353
|
-
|
|
1354
|
-
return
|
|
1260
|
+
k52() {
|
|
1261
|
+
return this.m53_1;
|
|
1262
|
+
}
|
|
1263
|
+
i55(ignoreUnknownKeys) {
|
|
1264
|
+
this.m53_1 = ignoreUnknownKeys;
|
|
1265
|
+
}
|
|
1266
|
+
n48() {
|
|
1267
|
+
return JsonScope_instance.e53(this.r53_1, this.q53_1, this.s53_1, this.t53_1);
|
|
1355
1268
|
}
|
|
1356
|
-
|
|
1269
|
+
j55() {
|
|
1357
1270
|
// Inline function 'kotlin.error' call
|
|
1358
1271
|
var message = 'BufferedSourceJsonReader cannot rewind.';
|
|
1359
1272
|
throw IllegalStateException().o(toString_0(message));
|
|
1360
1273
|
}
|
|
1361
1274
|
}
|
|
1362
|
-
initMetadataForClass($, 'BufferedSourceJsonReader');
|
|
1275
|
+
initMetadataForClass($, 'BufferedSourceJsonReader', VOID, VOID, [JsonReader()]);
|
|
1363
1276
|
BufferedSourceJsonReaderClass = $;
|
|
1364
1277
|
}
|
|
1365
1278
|
return BufferedSourceJsonReaderClass;
|