@continuous-excellence/coupling-cli 1.1.582 → 1.1.583
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 +39 -39
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +15 -15
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +16 -16
- 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 +2 -2
- 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 +43 -43
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +26 -26
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +38 -38
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ListContribution.mjs +51 -51
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +37 -37
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +31 -31
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +17 -17
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +32 -32
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +57 -57
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +10 -10
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +18 -18
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +13 -13
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/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 +4 -4
- 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 +2 -2
- 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 +35 -35
- 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 +55 -55
- 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 +110 -140
- 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 +41 -30
- 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 +368 -455
- 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 +11 -11
- 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 +125 -124
- 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 +42 -48
- 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.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 +221 -200
- 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 +4 -8
- 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 +26 -26
- 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 +206 -203
- 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 +43 -50
- 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 +67 -67
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +111 -111
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +95 -95
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +21 -21
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +205 -205
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +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 +29 -29
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +230 -230
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
- 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 +18 -18
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +25 -25
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +121 -121
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +134 -134
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +62 -62
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +41 -41
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +8 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
- 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/js/arrays.mjs +10 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
- 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/text/stringJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/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/locks/Synchronized.mjs +34 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/locks/Synchronized.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +31 -31
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +73 -73
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +26 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +13 -13
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +13 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +56 -4
- 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 +1 -1
- 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 +26 -26
- 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 +132 -132
- 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 +3 -3
- 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/CoroutineExceptionHandlerImpl.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +33 -33
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +72 -72
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +8 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +157 -157
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +50 -50
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +133 -133
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +12 -12
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +17 -17
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/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 +96 -96
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +59 -59
- 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 +5 -5
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +70 -70
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +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 +90 -90
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +30 -30
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +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 +55 -55
- 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 +154 -154
- 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 +61 -61
- 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 +179 -179
- 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/TreeJsonDecoder.mjs +262 -262
- 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 +69 -69
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +71 -71
- 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 +43 -43
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +46 -46
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +50 -50
- 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 +40 -40
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +19 -19
- 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 +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +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 +63 -63
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +77 -77
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +52 -52
- 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 +25 -25
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +104 -104
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +53 -53
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +77 -77
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +23 -23
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +25 -25
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +55 -55
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +34 -34
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +66 -66
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +8 -8
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +79 -79
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +16 -16
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +19 -19
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +58 -58
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +10 -10
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +16 -16
- 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 +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/JsUtils.js.mjs +15 -15
- 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/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 +265 -265
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +14 -14
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +11 -11
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +92 -92
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +3 -3
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +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 +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +12 -12
- 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 +26 -26
- 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 +4 -4
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +87 -87
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +32 -32
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +43 -43
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +10 -10
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +120 -120
- 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/ByteReadChannel.mjs +13 -13
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +64 -64
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +29 -29
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- 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/LineEndingMode.mjs +15 -15
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +35 -35
- 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 +8 -8
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +12 -12
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs +16 -16
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +52 -52
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +193 -193
- package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncoders.web.mjs +5 -5
- 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 +136 -136
- package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +105 -105
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/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 +28 -28
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +48 -48
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +113 -113
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/Frame.web.mjs +41 -41
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +7 -7
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +38 -38
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +42 -39
- 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 +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +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 +234 -234
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +23 -23
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +153 -153
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +61 -61
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/okio-parent-okio/okio/Buffer.mjs +446 -610
- 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 +15 -15
- 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 +23 -23
- 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 +174 -174
- 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/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
|
@@ -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.k52_1[$this.l52_1 - 1 | 0];
|
|
82
83
|
switch (peekStack) {
|
|
83
84
|
case 1:
|
|
84
|
-
$this.
|
|
85
|
+
$this.k52_1[$this.l52_1 - 1 | 0] = 2;
|
|
85
86
|
break;
|
|
86
87
|
case 2:
|
|
87
88
|
var c = nextNonWhitespace($this, true);
|
|
88
|
-
$this.
|
|
89
|
+
$this.e52_1.f1p();
|
|
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.f52_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.k52_1[$this.l52_1 - 1 | 0] = 4;
|
|
102
103
|
if (peekStack === 5) {
|
|
103
104
|
var c_0 = nextNonWhitespace($this, true);
|
|
104
|
-
$this.
|
|
105
|
+
$this.e52_1.f1p();
|
|
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.f52_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.e52_1.f1p();
|
|
120
121
|
// Inline function 'kotlin.also' call
|
|
121
|
-
$this.
|
|
122
|
+
$this.f52_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.e52_1.f1p();
|
|
127
128
|
// Inline function 'kotlin.also' call
|
|
128
|
-
$this.
|
|
129
|
+
$this.f52_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.k52_1[$this.l52_1 - 1 | 0] = 5;
|
|
141
142
|
var c_2 = nextNonWhitespace($this, true);
|
|
142
|
-
$this.
|
|
143
|
+
$this.e52_1.f1p();
|
|
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.k52_1[$this.l52_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.f52_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.e52_1.f1p();
|
|
177
178
|
// Inline function 'kotlin.also' call
|
|
178
|
-
$this.
|
|
179
|
+
$this.f52_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.e52_1.f1p();
|
|
187
188
|
// Inline function 'kotlin.also' call
|
|
188
|
-
$this.
|
|
189
|
+
$this.f52_1 = 9;
|
|
189
190
|
return 9;
|
|
190
191
|
} else if (tmp4_subject === _Char___init__impl__6a9atx(91)) {
|
|
191
|
-
$this.
|
|
192
|
+
$this.e52_1.f1p();
|
|
192
193
|
// Inline function 'kotlin.also' call
|
|
193
|
-
$this.
|
|
194
|
+
$this.f52_1 = 3;
|
|
194
195
|
return 3;
|
|
195
196
|
} else if (tmp4_subject === _Char___init__impl__6a9atx(123)) {
|
|
196
|
-
$this.
|
|
197
|
+
$this.e52_1.f1p();
|
|
197
198
|
// Inline function 'kotlin.also' call
|
|
198
|
-
$this.
|
|
199
|
+
$this.f52_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.e52_1.x1p(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.e52_1.x1p(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.d52_1.e1p(add(numberToLong(i), new (Long())(1, 0)))) {
|
|
287
288
|
return 0;
|
|
288
289
|
}
|
|
289
|
-
var c = $this.
|
|
290
|
+
var c = $this.e52_1.x1p(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.d52_1.e1p(add(numberToLong(length), new (Long())(1, 0))) && isLiteral($this, numberToChar($this.e52_1.x1p(fromInt(length))))) {
|
|
310
311
|
return 0;
|
|
311
312
|
}
|
|
312
|
-
$this.
|
|
313
|
+
$this.e52_1.z1p(fromInt(length));
|
|
313
314
|
// Inline function 'kotlin.also' call
|
|
314
315
|
var this_8 = peeking;
|
|
315
|
-
$this.
|
|
316
|
+
$this.f52_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.d52_1.e1p(add(numberToLong(i), new (Long())(1, 0)))) {
|
|
326
|
+
var c = $this.e52_1.x1p(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.h52_1 = negative ? value : negate(value);
|
|
427
|
+
$this.e52_1.z1p(fromInt(i));
|
|
427
428
|
// Inline function 'kotlin.also' call
|
|
428
|
-
$this.
|
|
429
|
+
$this.f52_1 = 15;
|
|
429
430
|
tmp_2 = 15;
|
|
430
431
|
} else if (last === 2 || last === 4 || last === 7) {
|
|
431
|
-
$this.
|
|
432
|
+
$this.i52_1 = i;
|
|
432
433
|
// Inline function 'kotlin.also' call
|
|
433
|
-
$this.
|
|
434
|
+
$this.f52_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.d52_1.t4o(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.e52_1.x1p(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.e52_1.w4l(index));
|
|
467
|
+
$this.e52_1.f1p();
|
|
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.e52_1.w4l(index);
|
|
474
|
+
$this.e52_1.f1p();
|
|
474
475
|
tmp_0 = result;
|
|
475
476
|
} else {
|
|
476
|
-
builder.i1($this.
|
|
477
|
-
$this.
|
|
477
|
+
builder.i1($this.e52_1.w4l(index));
|
|
478
|
+
$this.e52_1.f1p();
|
|
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.d52_1.t4o(Companion_getInstance_0().t52_1);
|
|
486
|
+
return !equalsLong(i, new (Long())(-1, -1)) ? $this.e52_1.w4l(i) : $this.e52_1.c4o();
|
|
486
487
|
}
|
|
487
488
|
function skipQuotedValue($this, runTerminator) {
|
|
488
489
|
while (true) {
|
|
489
|
-
var index = $this.
|
|
490
|
+
var index = $this.d52_1.t4o(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.e52_1.x1p(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.e52_1.z1p(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.e52_1.z1p(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.d52_1.t4o(Companion_getInstance_0().t52_1);
|
|
513
|
+
$this.e52_1.z1p(!equalsLong(i, new (Long())(-1, -1)) ? i : $this.e52_1.k4k_1);
|
|
513
514
|
}
|
|
514
515
|
function push($this, newTop) {
|
|
515
|
-
if ($this.
|
|
516
|
-
$this.
|
|
517
|
-
$this.
|
|
518
|
-
$this.
|
|
519
|
-
$this.
|
|
516
|
+
if ($this.l52_1 === $this.k52_1.length) {
|
|
517
|
+
$this.k52_1 = copyOf($this.k52_1, imul($this.k52_1.length, 2));
|
|
518
|
+
$this.m52_1 = copyOf_0($this.m52_1, imul($this.m52_1.length, 2));
|
|
519
|
+
$this.n52_1 = copyOf($this.n52_1, imul($this.n52_1.length, 2));
|
|
520
|
+
$this.o52_1 = copyOf($this.o52_1, imul($this.o52_1.length, 2));
|
|
520
521
|
}
|
|
521
|
-
var tmp = $this.
|
|
522
|
-
var _unary__edvuaz = $this.
|
|
523
|
-
$this.
|
|
522
|
+
var tmp = $this.k52_1;
|
|
523
|
+
var _unary__edvuaz = $this.l52_1;
|
|
524
|
+
$this.l52_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.d52_1.e1p(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.e52_1.x1p(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.e52_1.z1p(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.d52_1.e1p(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().u4n('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.h47(), '.');
|
|
589
590
|
}
|
|
590
591
|
function readEscapeCharacter($this) {
|
|
591
|
-
if (!$this.
|
|
592
|
+
if (!$this.d52_1.e1p(new (Long())(1, 0))) {
|
|
592
593
|
throwSyntaxError($this, 'Unterminated escape sequence');
|
|
593
594
|
}
|
|
594
|
-
var escaped = numberToChar($this.
|
|
595
|
+
var escaped = numberToChar($this.e52_1.f1p());
|
|
595
596
|
var tmp;
|
|
596
597
|
if (escaped === _Char___init__impl__6a9atx(117)) {
|
|
597
|
-
if (!$this.
|
|
598
|
-
throw EOFException().
|
|
598
|
+
if (!$this.d52_1.e1p(new (Long())(4, 0))) {
|
|
599
|
+
throw EOFException().u4n('Unterminated escape sequence at path ' + toString_0($this.h47()));
|
|
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.e52_1.x1p(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.e52_1.w4l(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.e52_1.z1p(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().z53(message + ' at path ' + toString_0($this.h47()));
|
|
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.q52_1 = new (Long())(858993460, -214748365);
|
|
708
|
+
this.r52_1 = Companion_getInstance().y4m("'\\");
|
|
709
|
+
this.s52_1 = Companion_getInstance().y4m('"\\');
|
|
710
|
+
this.t52_1 = Companion_getInstance().y4m('{}[]:, \n\t\r/\\;#=');
|
|
711
|
+
this.u52_1 = 0;
|
|
712
|
+
this.v52_1 = 1;
|
|
713
|
+
this.w52_1 = 2;
|
|
714
|
+
this.x52_1 = 3;
|
|
715
|
+
this.y52_1 = 4;
|
|
716
|
+
this.z52_1 = 5;
|
|
717
|
+
this.a53_1 = 6;
|
|
718
|
+
this.b53_1 = 7;
|
|
719
|
+
this.c53_1 = 8;
|
|
720
|
+
this.d53_1 = 9;
|
|
721
|
+
this.e53_1 = 10;
|
|
722
|
+
this.f53_1 = 11;
|
|
723
|
+
this.g53_1 = 12;
|
|
724
|
+
this.h53_1 = 13;
|
|
725
|
+
this.i53_1 = 14;
|
|
726
|
+
this.j53_1 = 15;
|
|
727
|
+
this.k53_1 = 16;
|
|
728
|
+
this.l53_1 = 17;
|
|
729
|
+
this.m53_1 = 0;
|
|
730
|
+
this.n53_1 = 1;
|
|
731
|
+
this.o53_1 = 2;
|
|
732
|
+
this.p53_1 = 3;
|
|
733
|
+
this.q53_1 = 4;
|
|
734
|
+
this.r53_1 = 5;
|
|
735
|
+
this.s53_1 = 6;
|
|
736
|
+
this.t53_1 = 7;
|
|
737
|
+
this.u53_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.d52_1 = source;
|
|
758
|
+
this.e52_1 = this.d52_1.b1p();
|
|
759
|
+
this.f52_1 = 0;
|
|
760
|
+
this.g52_1 = true;
|
|
761
|
+
this.h52_1 = new (Long())(0, 0);
|
|
762
|
+
this.i52_1 = 0;
|
|
763
|
+
this.j52_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.k52_1 = this_0;
|
|
769
|
+
this.l52_1 = 1;
|
|
768
770
|
var tmp_0 = this;
|
|
769
771
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
770
|
-
tmp_0.
|
|
771
|
-
this.
|
|
772
|
+
tmp_0.m52_1 = Array(64);
|
|
773
|
+
this.n52_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.o52_1 = this_1;
|
|
779
|
+
this.p52_1 = 1;
|
|
778
780
|
}
|
|
779
|
-
|
|
781
|
+
e4q() {
|
|
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.f52_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.n52_1[this.l52_1 - 1 | 0] = 0;
|
|
789
|
+
this.f52_1 = 0;
|
|
795
790
|
} else {
|
|
796
|
-
throw JsonDataException().
|
|
791
|
+
throw JsonDataException().n4y('Expected BEGIN_ARRAY but was ' + this.g1q().toString() + ' at path ' + getPathAsString(this));
|
|
797
792
|
}
|
|
798
793
|
return this;
|
|
799
794
|
}
|
|
800
|
-
|
|
795
|
+
f4q() {
|
|
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.f52_1;
|
|
799
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
800
|
+
if (p_0 === 4) {
|
|
801
|
+
this.l52_1 = this.l52_1 - 1 | 0;
|
|
802
|
+
var _array__4zh2yp = this.n52_1;
|
|
803
|
+
var _index_0__fvwizt = this.l52_1 - 1 | 0;
|
|
816
804
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
817
|
-
this.
|
|
805
|
+
this.f52_1 = 0;
|
|
818
806
|
} else {
|
|
819
|
-
throw JsonDataException().
|
|
807
|
+
throw JsonDataException().n4y('Expected END_ARRAY but was ' + this.g1q().toString() + ' at path ' + getPathAsString(this));
|
|
820
808
|
}
|
|
821
809
|
return this;
|
|
822
810
|
}
|
|
823
|
-
|
|
811
|
+
w4p() {
|
|
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.f52_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.f52_1 = 0;
|
|
819
|
+
this.p52_1 = this.p52_1 + 1 | 0;
|
|
820
|
+
this.o52_1[this.p52_1 - 1 | 0] = 0;
|
|
840
821
|
} else {
|
|
841
|
-
throw JsonDataException().
|
|
822
|
+
throw JsonDataException().n4y('Expected BEGIN_OBJECT but was ' + this.g1q().toString() + ' at path ' + getPathAsString(this));
|
|
842
823
|
}
|
|
843
824
|
return this;
|
|
844
825
|
}
|
|
845
|
-
|
|
826
|
+
x4p() {
|
|
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.f52_1;
|
|
830
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
831
|
+
if (p_0 === 2) {
|
|
832
|
+
this.l52_1 = this.l52_1 - 1 | 0;
|
|
833
|
+
this.m52_1[this.l52_1] = null;
|
|
834
|
+
var _array__4zh2yp = this.n52_1;
|
|
835
|
+
var _index_0__fvwizt = this.l52_1 - 1 | 0;
|
|
862
836
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
863
|
-
this.
|
|
864
|
-
this.
|
|
837
|
+
this.f52_1 = 0;
|
|
838
|
+
this.p52_1 = this.p52_1 - 1 | 0;
|
|
865
839
|
} else {
|
|
866
|
-
throw JsonDataException().
|
|
840
|
+
throw JsonDataException().n4y('Expected END_OBJECT but was ' + this.g1q().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.f52_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
|
+
g1q() {
|
|
851
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
852
|
+
var p = this.f52_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
895
|
throw AssertionError().af();
|
|
936
896
|
}
|
|
937
|
-
return
|
|
897
|
+
return tmp;
|
|
938
898
|
}
|
|
939
|
-
|
|
940
|
-
// Inline function '
|
|
941
|
-
var
|
|
899
|
+
y4p() {
|
|
900
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
901
|
+
var p = this.f52_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().s52_1);
|
|
956
909
|
break;
|
|
957
910
|
case 12:
|
|
958
|
-
|
|
911
|
+
tmp = nextQuotedValue(this, Companion_getInstance_0().r52_1);
|
|
959
912
|
break;
|
|
960
913
|
default:
|
|
961
|
-
throw JsonDataException().
|
|
914
|
+
throw JsonDataException().n4y('Expected a name but was ' + this.g1q().toString() + ' at path ' + getPathAsString(this));
|
|
962
915
|
}
|
|
963
|
-
var result =
|
|
964
|
-
this.
|
|
965
|
-
this.
|
|
916
|
+
var result = tmp;
|
|
917
|
+
this.f52_1 = 0;
|
|
918
|
+
this.m52_1[this.l52_1 - 1 | 0] = result;
|
|
966
919
|
return result;
|
|
967
920
|
}
|
|
968
|
-
|
|
969
|
-
// Inline function '
|
|
970
|
-
var
|
|
921
|
+
j4q() {
|
|
922
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
923
|
+
var p = this.f52_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().s52_1);
|
|
985
931
|
break;
|
|
986
932
|
case 8:
|
|
987
|
-
|
|
933
|
+
tmp = nextQuotedValue(this, Companion_getInstance_0().r52_1);
|
|
988
934
|
break;
|
|
989
935
|
case 11:
|
|
990
|
-
var
|
|
991
|
-
var
|
|
992
|
-
if (
|
|
993
|
-
|
|
936
|
+
var tmp1_safe_receiver = this.j52_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.j52_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.h52_1.toString();
|
|
1004
950
|
break;
|
|
1005
951
|
case 16:
|
|
1006
|
-
|
|
952
|
+
tmp = this.e52_1.w4l(fromInt(this.i52_1));
|
|
1007
953
|
break;
|
|
1008
954
|
default:
|
|
1009
|
-
throw JsonDataException().
|
|
955
|
+
throw JsonDataException().n4y('Expected a string but was ' + this.g1q().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.f52_1 = 0;
|
|
959
|
+
var _array__4zh2yp = this.n52_1;
|
|
960
|
+
var _index_0__fvwizt = this.l52_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
|
+
u4q() {
|
|
965
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
966
|
+
var p = this.f52_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.f52_1 = 0;
|
|
971
|
+
var _array__4zh2yp = this.n52_1;
|
|
972
|
+
var _index_0__fvwizt = this.l52_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.f52_1 = 0;
|
|
978
|
+
var _array__4zh2yp_0 = this.n52_1;
|
|
979
|
+
var _index_0__fvwizt_0 = this.l52_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().n4y('Expected a boolean but was ' + this.g1q().toString() + ' at path ' + getPathAsString(this));
|
|
1046
985
|
}
|
|
1047
|
-
return
|
|
986
|
+
return tmp;
|
|
1048
987
|
}
|
|
1049
|
-
|
|
1050
|
-
// Inline function '
|
|
1051
|
-
var
|
|
988
|
+
d51() {
|
|
989
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
990
|
+
var p = this.f52_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.f52_1 = 0;
|
|
994
|
+
var _array__4zh2yp = this.n52_1;
|
|
995
|
+
var _index_0__fvwizt = this.l52_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().n4y('Expected null but was ' + this.g1q().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
|
+
o4q() {
|
|
1004
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
1005
|
+
var p = this.f52_1;
|
|
1006
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
1007
|
+
if (p_0 === 15) {
|
|
1008
|
+
this.f52_1 = 0;
|
|
1009
|
+
var _array__4zh2yp = this.n52_1;
|
|
1010
|
+
var _index_0__fvwizt = this.l52_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.h52_1);
|
|
1013
|
+
} else if (p_0 === 16) {
|
|
1014
|
+
this.j52_1 = this.e52_1.w4l(fromInt(this.i52_1));
|
|
1015
|
+
} else if (p_0 === 9) {
|
|
1016
|
+
this.j52_1 = nextQuotedValue(this, Companion_getInstance_0().s52_1);
|
|
1017
|
+
} else if (p_0 === 8) {
|
|
1018
|
+
this.j52_1 = nextQuotedValue(this, Companion_getInstance_0().r52_1);
|
|
1019
|
+
} else if (p_0 === 10) {
|
|
1020
|
+
this.j52_1 = nextUnquotedValue(this);
|
|
1021
|
+
} else if (!(p_0 === 11))
|
|
1022
|
+
throw JsonDataException().n4y('Expected a double but was ' + this.g1q().toString() + ' at path ' + getPathAsString(this));
|
|
1023
|
+
this.f52_1 = 11;
|
|
1024
|
+
var tmp;
|
|
1100
1025
|
try {
|
|
1101
|
-
|
|
1026
|
+
tmp = toDouble(ensureNotNull(this.j52_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().n4y('Expected a double but was ' + this.j52_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().z53('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.j52_1 = null;
|
|
1041
|
+
this.f52_1 = 0;
|
|
1042
|
+
var _array__4zh2yp_0 = this.n52_1;
|
|
1043
|
+
var _index_0__fvwizt_0 = this.l52_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
1047
|
eq() {
|
|
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;
|
|
1048
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
1049
|
+
var p = this.f52_1;
|
|
1050
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
1051
|
+
if (p_0 === 15) {
|
|
1052
|
+
this.f52_1 = 0;
|
|
1053
|
+
var _array__4zh2yp = this.n52_1;
|
|
1054
|
+
var _index_0__fvwizt = this.l52_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.h52_1;
|
|
1057
|
+
} else if (p_0 === 16) {
|
|
1058
|
+
this.j52_1 = this.e52_1.w4l(fromInt(this.i52_1));
|
|
1059
|
+
} else if (p_0 === 9 || p_0 === 8) {
|
|
1060
|
+
this.j52_1 = p_0 === 9 ? nextQuotedValue(this, Companion_getInstance_0().s52_1) : nextQuotedValue(this, Companion_getInstance_0().r52_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.j52_1));
|
|
1063
|
+
this.f52_1 = 0;
|
|
1064
|
+
var _array__4zh2yp_0 = this.n52_1;
|
|
1065
|
+
var _index_0__fvwizt_0 = this.l52_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().n4y('Expected a long but was ' + this.g1q().toString() + ' at path ' + getPathAsString(this));
|
|
1077
|
+
this.f52_1 = 11;
|
|
1078
|
+
var tmp;
|
|
1161
1079
|
try {
|
|
1162
|
-
|
|
1080
|
+
tmp = toDouble(ensureNotNull(this.j52_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().n4y('Expected a long but was ' + this.j52_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().n4y('Expected a long but was ' + this.j52_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.j52_1 = null;
|
|
1096
|
+
this.f52_1 = 0;
|
|
1097
|
+
var _array__4zh2yp_1 = this.n52_1;
|
|
1098
|
+
var _index_0__fvwizt_1 = this.l52_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
|
+
a54() {
|
|
1103
|
+
return new (JsonNumber())(ensureNotNull(this.j4q()));
|
|
1186
1104
|
}
|
|
1187
1105
|
xl() {
|
|
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()));
|
|
1106
|
+
// Inline function 'com.apollographql.apollo.api.json.BufferedSourceJsonReader.peekIfNone' call
|
|
1107
|
+
var p = this.f52_1;
|
|
1108
|
+
var p_0 = p === 0 ? doPeek(this) : p;
|
|
1109
|
+
if (p_0 === 15) {
|
|
1110
|
+
var result = convertToInt(this.h52_1);
|
|
1111
|
+
if (!equalsLong(this.h52_1, fromInt(result))) {
|
|
1112
|
+
throw JsonDataException().n4y('Expected an int but was ' + this.h52_1 + ' at path ' + toString_0(this.h47()));
|
|
1202
1113
|
}
|
|
1203
|
-
this.
|
|
1204
|
-
var _array__4zh2yp = this.
|
|
1205
|
-
var _index_0__fvwizt = this.
|
|
1114
|
+
this.f52_1 = 0;
|
|
1115
|
+
var _array__4zh2yp = this.n52_1;
|
|
1116
|
+
var _index_0__fvwizt = this.l52_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.j52_1 = this.e52_1.w4l(fromInt(this.i52_1));
|
|
1121
|
+
} else if (p_0 === 9 || p_0 === 8) {
|
|
1122
|
+
this.j52_1 = p_0 === 9 ? nextQuotedValue(this, Companion_getInstance_0().s52_1) : nextQuotedValue(this, Companion_getInstance_0().r52_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.j52_1));
|
|
1125
|
+
this.f52_1 = 0;
|
|
1126
|
+
var _array__4zh2yp_0 = this.n52_1;
|
|
1127
|
+
var _index_0__fvwizt_0 = this.l52_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().n4y('Expected an int but was ' + this.g1q().toString() + ' at path ' + getPathAsString(this));
|
|
1228
1139
|
}
|
|
1229
|
-
this.
|
|
1230
|
-
var
|
|
1140
|
+
this.f52_1 = 11;
|
|
1141
|
+
var tmp;
|
|
1231
1142
|
try {
|
|
1232
|
-
|
|
1143
|
+
tmp = toDouble(ensureNotNull(this.j52_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().n4y('Expected an int but was ' + this.j52_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().n4y('Expected an int but was ' + this.j52_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.j52_1 = null;
|
|
1159
|
+
this.f52_1 = 0;
|
|
1160
|
+
var _array__4zh2yp_1 = this.n52_1;
|
|
1161
|
+
var _index_0__fvwizt_1 = this.l52_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.f52_1 = 0;
|
|
1167
|
+
this.k52_1[0] = 8;
|
|
1168
|
+
this.l52_1 = 1;
|
|
1169
|
+
this.e52_1.m4();
|
|
1170
|
+
this.d52_1.j6();
|
|
1260
1171
|
}
|
|
1261
|
-
|
|
1172
|
+
n4p() {
|
|
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.f52_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.l52_1 = this.l52_1 - 1 | 0;
|
|
1284
1188
|
count = count - 1 | 0;
|
|
1285
1189
|
break;
|
|
1286
1190
|
case 2:
|
|
1287
|
-
this.
|
|
1191
|
+
this.l52_1 = this.l52_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().s52_1);
|
|
1297
1201
|
break;
|
|
1298
1202
|
case 8:
|
|
1299
1203
|
case 12:
|
|
1300
|
-
skipQuotedValue(this, Companion_getInstance_0().
|
|
1204
|
+
skipQuotedValue(this, Companion_getInstance_0().r52_1);
|
|
1301
1205
|
break;
|
|
1302
1206
|
case 16:
|
|
1303
|
-
this.
|
|
1207
|
+
this.e52_1.z1p(fromInt(this.i52_1));
|
|
1304
1208
|
break;
|
|
1305
1209
|
}
|
|
1306
|
-
this.
|
|
1210
|
+
this.f52_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.n52_1;
|
|
1214
|
+
var _index_0__fvwizt = this.l52_1 - 1 | 0;
|
|
1311
1215
|
_array__4zh2yp[_index_0__fvwizt] = _array__4zh2yp[_index_0__fvwizt] + 1 | 0;
|
|
1312
|
-
this.
|
|
1216
|
+
this.m52_1[this.l52_1 - 1 | 0] = 'null';
|
|
1313
1217
|
}
|
|
1314
|
-
|
|
1218
|
+
b54(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.y4p();
|
|
1224
|
+
var expectedIndex = this.o52_1[this.p52_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.o52_1[this.p52_1 - 1 | 0] = expectedIndex + 1 | 0;
|
|
1228
|
+
if (this.o52_1[this.p52_1 - 1 | 0] === names.q2()) {
|
|
1229
|
+
this.o52_1[this.p52_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.o52_1[this.p52_1 - 1 | 0] = index + 1 | 0;
|
|
1246
|
+
if (this.o52_1[this.p52_1 - 1 | 0] === names.q2()) {
|
|
1247
|
+
this.o52_1[this.p52_1 - 1 | 0] = 0;
|
|
1344
1248
|
}
|
|
1345
1249
|
return this_0;
|
|
1346
1250
|
}
|
|
1347
1251
|
}
|
|
1348
|
-
this.
|
|
1252
|
+
if (!this.g52_1) {
|
|
1253
|
+
throw JsonDataException().n4y("Unknown key '" + name + "' found at path: '" + getPathAsString(this) + "'");
|
|
1254
|
+
}
|
|
1255
|
+
this.n4p();
|
|
1349
1256
|
}
|
|
1350
1257
|
}
|
|
1351
1258
|
return -1;
|
|
1352
1259
|
}
|
|
1353
|
-
|
|
1354
|
-
return
|
|
1260
|
+
e51() {
|
|
1261
|
+
return this.g52_1;
|
|
1262
|
+
}
|
|
1263
|
+
c54(ignoreUnknownKeys) {
|
|
1264
|
+
this.g52_1 = ignoreUnknownKeys;
|
|
1265
|
+
}
|
|
1266
|
+
h47() {
|
|
1267
|
+
return JsonScope_instance.y51(this.l52_1, this.k52_1, this.m52_1, this.n52_1);
|
|
1355
1268
|
}
|
|
1356
|
-
|
|
1269
|
+
d54() {
|
|
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;
|