@continuous-excellence/coupling-cli 1.1.529 → 1.1.531
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 +35 -35
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +26 -26
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +12 -12
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +22 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +31 -31
- 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/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 +52 -52
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +30 -30
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +9 -9
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/CouplingJsonFormat.mjs +4 -4
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +7 -7
- 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 +17 -17
- 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 +31 -31
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +13 -13
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +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 +31 -31
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyContributionReportContributionsQuery.mjs +38 -38
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +27 -27
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +20 -20
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +30 -30
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/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/type/AvatarType.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +46 -46
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionWindow.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyInput.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +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 -110
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +62 -62
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +60 -60
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +3 -3
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +43 -43
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +8 -8
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +21 -21
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +8 -8
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +131 -131
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +55 -55
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +24 -24
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +84 -84
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +273 -273
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +10 -10
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +12 -12
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +99 -99
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +48 -48
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +35 -35
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +51 -51
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +18 -18
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +235 -235
- 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 +39 -39
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +27 -27
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +49 -49
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +22 -22
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +18 -18
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +4 -4
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +24 -24
- 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/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 +122 -122
- 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.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +12 -12
- 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 +32 -32
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +148 -148
- 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/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.mjs +24 -24
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +46 -46
- 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 +133 -133
- 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 +206 -206
- 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/collections/AbstractMutableCollectionJs.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/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-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +5 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +2 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +10 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.js.mjs +18 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.js.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +4 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs +37 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +19 -17
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +1 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +23 -16
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +23 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +29 -28
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +21 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +47 -46
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs +6 -6
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +102 -76
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonExceptions.mjs +80 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonExceptions.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +184 -193
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs.map +1 -1
- 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/Composers.mjs.map +1 -1
- 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/JsonElementMarker.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +73 -75
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +13 -15
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +64 -45
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs.map +1 -1
- 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/JsonTreeReader.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +7 -5
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
- 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/SchemaCache.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +127 -107
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +101 -101
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +53 -53
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +477 -259
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +136 -136
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +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 +17 -17
- 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 +11 -11
- 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 +157 -157
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +8 -8
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +55 -55
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs.map +1 -1
- 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 +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +152 -152
- 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 +59 -59
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/okio-parent-okio/okio/Buffer.mjs +395 -395
- package/kotlin/okio-parent-okio/okio/ByteString.mjs +51 -51
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +15 -15
- package/kotlin/okio-parent-okio/okio/Okio.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/Options.mjs +23 -23
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +37 -37
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +61 -61
- package/kotlin/okio-parent-okio/okio/Segment.mjs +69 -69
- package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +4 -4
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +51 -51
- package/kotlin/okio-parent-okio/okio/Util.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +21 -21
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +9 -9
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +2 -2
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +7 -7
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +120 -120
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs.map +1 -1
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +22 -22
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +27 -27
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +15 -15
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +4 -4
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +11 -11
- package/package.json +1 -1
|
@@ -32,14 +32,10 @@ import { StringBuildermazzzhj6kkai as StringBuilder } from '../../../../../kotli
|
|
|
32
32
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
33
33
|
import { toString1pkumu07cwy4m as toString_0 } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
34
34
|
import { ArrayList3it5z8td81qkl as ArrayList } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs';
|
|
35
|
-
import {
|
|
36
|
-
JsonDecodingException1p97qvfqhd5n3 as JsonDecodingException,
|
|
37
|
-
JsonDecodingException278mackfi1uuk as JsonDecodingException_0,
|
|
38
|
-
minify1kh64osmcox7j as minify,
|
|
39
|
-
} from './JsonExceptions.mjs';
|
|
40
35
|
import { last1vo29oleiqj36 as last } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs';
|
|
41
36
|
import { removeLast3759euu1xvfa3 as removeLast } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs';
|
|
42
37
|
import { lastIndexOf2d52xhix5ymjr as lastIndexOf } from '../../../../../kotlin-kotlin-stdlib/kotlin/text/Strings.mjs';
|
|
38
|
+
import { decodingExceptionOf3hhtsziu575yf as decodingExceptionOf } from './JsonExceptions.mjs';
|
|
43
39
|
import { Long2qws0ah9gnpki as Long } from '../../../../../kotlin-kotlin-stdlib/kotlin/Primitives.mjs';
|
|
44
40
|
import {
|
|
45
41
|
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
@@ -51,56 +47,56 @@ import { charArray2ujmm1qusno00 as charArray } from '../../../../../kotlin-kotli
|
|
|
51
47
|
//region block: pre-declaration
|
|
52
48
|
//endregion
|
|
53
49
|
function appendEscape($this, lastPosition, current) {
|
|
54
|
-
$this.
|
|
50
|
+
$this.n4d(lastPosition, current);
|
|
55
51
|
return appendEsc($this, current + 1 | 0);
|
|
56
52
|
}
|
|
57
53
|
function decodedString($this, lastPosition, currentPosition) {
|
|
58
|
-
$this.
|
|
59
|
-
var result = $this.
|
|
60
|
-
$this.
|
|
54
|
+
$this.n4d(lastPosition, currentPosition);
|
|
55
|
+
var result = $this.c41_1.toString();
|
|
56
|
+
$this.c41_1.zg(0);
|
|
61
57
|
return result;
|
|
62
58
|
}
|
|
63
59
|
function takePeeked($this) {
|
|
64
60
|
// Inline function 'kotlin.also' call
|
|
65
|
-
var this_0 = ensureNotNull($this.
|
|
66
|
-
$this.
|
|
61
|
+
var this_0 = ensureNotNull($this.b41_1);
|
|
62
|
+
$this.b41_1 = null;
|
|
67
63
|
return this_0;
|
|
68
64
|
}
|
|
69
65
|
function wasUnquotedString($this) {
|
|
70
|
-
return !(charSequenceGet($this.
|
|
66
|
+
return !(charSequenceGet($this.o4d(), $this.z40_1 - 1 | 0) === _Char___init__impl__6a9atx(34));
|
|
71
67
|
}
|
|
72
68
|
function appendEsc($this, startPosition) {
|
|
73
69
|
var currentPosition = startPosition;
|
|
74
|
-
currentPosition = $this.
|
|
70
|
+
currentPosition = $this.p4d(currentPosition);
|
|
75
71
|
if (currentPosition === -1) {
|
|
76
|
-
$this.
|
|
72
|
+
$this.k46('Expected escape sequence to continue, got EOF');
|
|
77
73
|
}
|
|
78
|
-
var tmp = $this.
|
|
74
|
+
var tmp = $this.o4d();
|
|
79
75
|
var _unary__edvuaz = currentPosition;
|
|
80
76
|
currentPosition = _unary__edvuaz + 1 | 0;
|
|
81
77
|
var currentChar = charSequenceGet(tmp, _unary__edvuaz);
|
|
82
78
|
if (currentChar === _Char___init__impl__6a9atx(117)) {
|
|
83
|
-
return appendHex($this, $this.
|
|
79
|
+
return appendHex($this, $this.o4d(), currentPosition);
|
|
84
80
|
}
|
|
85
81
|
// Inline function 'kotlin.code' call
|
|
86
82
|
var tmp$ret$0 = Char__toInt_impl_vasixd(currentChar);
|
|
87
83
|
var c = escapeToChar(tmp$ret$0);
|
|
88
84
|
if (c === _Char___init__impl__6a9atx(0)) {
|
|
89
|
-
$this.
|
|
85
|
+
$this.k46("Invalid escaped char '" + toString(currentChar) + "'");
|
|
90
86
|
}
|
|
91
|
-
$this.
|
|
87
|
+
$this.c41_1.k1(c);
|
|
92
88
|
return currentPosition;
|
|
93
89
|
}
|
|
94
90
|
function appendHex($this, source, startPos) {
|
|
95
91
|
if ((startPos + 4 | 0) >= charSequenceLength(source)) {
|
|
96
|
-
$this.
|
|
97
|
-
$this.
|
|
98
|
-
if (($this.
|
|
99
|
-
$this.
|
|
92
|
+
$this.z40_1 = startPos;
|
|
93
|
+
$this.q4d();
|
|
94
|
+
if (($this.z40_1 + 4 | 0) >= charSequenceLength(source)) {
|
|
95
|
+
$this.k46('Unexpected EOF during unicode escape');
|
|
100
96
|
}
|
|
101
|
-
return appendHex($this, source, $this.
|
|
97
|
+
return appendHex($this, source, $this.z40_1);
|
|
102
98
|
}
|
|
103
|
-
$this.
|
|
99
|
+
$this.c41_1.k1(numberToChar((((fromHexChar($this, source, startPos) << 12) + (fromHexChar($this, source, startPos + 1 | 0) << 8) | 0) + (fromHexChar($this, source, startPos + 2 | 0) << 4) | 0) + fromHexChar($this, source, startPos + 3 | 0) | 0));
|
|
104
100
|
return startPos + 4 | 0;
|
|
105
101
|
}
|
|
106
102
|
function fromHexChar($this, source, currentPosition) {
|
|
@@ -125,16 +121,16 @@ function fromHexChar($this, source, currentPosition) {
|
|
|
125
121
|
var this_2 = _Char___init__impl__6a9atx(65);
|
|
126
122
|
tmp = (tmp_2 - Char__toInt_impl_vasixd(this_2) | 0) + 10 | 0;
|
|
127
123
|
} else {
|
|
128
|
-
$this.
|
|
124
|
+
$this.k46("Invalid toHexChar char '" + toString(character) + "' in unicode escape");
|
|
129
125
|
}
|
|
130
126
|
return tmp;
|
|
131
127
|
}
|
|
132
128
|
function consumeBoolean2($this, start) {
|
|
133
|
-
var current = $this.
|
|
134
|
-
if (current >= charSequenceLength($this.
|
|
135
|
-
$this.
|
|
129
|
+
var current = $this.p4d(start);
|
|
130
|
+
if (current >= charSequenceLength($this.o4d()) || current === -1) {
|
|
131
|
+
$this.k46('EOF');
|
|
136
132
|
}
|
|
137
|
-
var tmp = $this.
|
|
133
|
+
var tmp = $this.o4d();
|
|
138
134
|
var _unary__edvuaz = current;
|
|
139
135
|
current = _unary__edvuaz + 1 | 0;
|
|
140
136
|
// Inline function 'kotlin.code' call
|
|
@@ -153,14 +149,14 @@ function consumeBoolean2($this, start) {
|
|
|
153
149
|
consumeBooleanLiteral($this, 'alse', current);
|
|
154
150
|
tmp_0 = false;
|
|
155
151
|
} else {
|
|
156
|
-
$this.
|
|
152
|
+
$this.k46("Expected valid boolean literal prefix, but had '" + $this.t47() + "'");
|
|
157
153
|
}
|
|
158
154
|
}
|
|
159
155
|
return tmp_0;
|
|
160
156
|
}
|
|
161
157
|
function consumeBooleanLiteral($this, literalSuffix, current) {
|
|
162
|
-
if ((charSequenceLength($this.
|
|
163
|
-
$this.
|
|
158
|
+
if ((charSequenceLength($this.o4d()) - current | 0) < literalSuffix.length) {
|
|
159
|
+
$this.k46('Unexpected end of boolean literal');
|
|
164
160
|
}
|
|
165
161
|
var inductionVariable = 0;
|
|
166
162
|
var last = charSequenceLength(literalSuffix) - 1 | 0;
|
|
@@ -169,16 +165,16 @@ function consumeBooleanLiteral($this, literalSuffix, current) {
|
|
|
169
165
|
var i = inductionVariable;
|
|
170
166
|
inductionVariable = inductionVariable + 1 | 0;
|
|
171
167
|
var expected = charCodeAt(literalSuffix, i);
|
|
172
|
-
var actual = charSequenceGet($this.
|
|
168
|
+
var actual = charSequenceGet($this.o4d(), current + i | 0);
|
|
173
169
|
// Inline function 'kotlin.code' call
|
|
174
170
|
var tmp = Char__toInt_impl_vasixd(expected);
|
|
175
171
|
// Inline function 'kotlin.code' call
|
|
176
172
|
if (!(tmp === (Char__toInt_impl_vasixd(actual) | 32))) {
|
|
177
|
-
$this.
|
|
173
|
+
$this.k46("Expected valid boolean literal prefix, but had '" + $this.t47() + "'");
|
|
178
174
|
}
|
|
179
175
|
}
|
|
180
176
|
while (inductionVariable <= last);
|
|
181
|
-
$this.
|
|
177
|
+
$this.z40_1 = current + literalSuffix.length | 0;
|
|
182
178
|
}
|
|
183
179
|
function consumeNumericLiteral$calculateExponent(exponentAccumulator, isExponentPositive) {
|
|
184
180
|
var tmp;
|
|
@@ -205,78 +201,79 @@ var AbstractJsonLexerClass;
|
|
|
205
201
|
function AbstractJsonLexer() {
|
|
206
202
|
if (AbstractJsonLexerClass === VOID) {
|
|
207
203
|
class $ {
|
|
208
|
-
constructor() {
|
|
209
|
-
this.y40_1 =
|
|
210
|
-
this.z40_1 =
|
|
211
|
-
this.a41_1 =
|
|
212
|
-
this.b41_1 =
|
|
204
|
+
constructor(configuration) {
|
|
205
|
+
this.y40_1 = configuration;
|
|
206
|
+
this.z40_1 = 0;
|
|
207
|
+
this.a41_1 = new (JsonPath())(this.y40_1);
|
|
208
|
+
this.b41_1 = null;
|
|
209
|
+
this.c41_1 = StringBuilder().h1();
|
|
213
210
|
}
|
|
214
|
-
|
|
211
|
+
q4d() {
|
|
215
212
|
}
|
|
216
|
-
|
|
217
|
-
var current = this.
|
|
218
|
-
var source = this.
|
|
213
|
+
d48() {
|
|
214
|
+
var current = this.r4d();
|
|
215
|
+
var source = this.o4d();
|
|
219
216
|
if (current >= charSequenceLength(source) || current === -1)
|
|
220
217
|
return false;
|
|
221
218
|
if (charSequenceGet(source, current) === _Char___init__impl__6a9atx(44)) {
|
|
222
|
-
this.
|
|
219
|
+
this.z40_1 = this.z40_1 + 1 | 0;
|
|
223
220
|
return true;
|
|
224
221
|
}
|
|
225
222
|
return false;
|
|
226
223
|
}
|
|
227
|
-
|
|
224
|
+
s4d(c) {
|
|
228
225
|
return c === _Char___init__impl__6a9atx(125) || c === _Char___init__impl__6a9atx(93) || (c === _Char___init__impl__6a9atx(58) || c === _Char___init__impl__6a9atx(44)) ? false : true;
|
|
229
226
|
}
|
|
230
|
-
|
|
231
|
-
var nextToken = this.
|
|
227
|
+
d41() {
|
|
228
|
+
var nextToken = this.v47();
|
|
232
229
|
if (!(nextToken === 10)) {
|
|
233
|
-
this.
|
|
230
|
+
this.k46('Expected EOF after parsing, but had ' + toString(charSequenceGet(this.o4d(), this.z40_1 - 1 | 0)) + ' instead');
|
|
234
231
|
}
|
|
235
232
|
}
|
|
236
|
-
|
|
237
|
-
var token = this.
|
|
233
|
+
p47(expected) {
|
|
234
|
+
var token = this.v47();
|
|
238
235
|
if (!(token === expected)) {
|
|
239
236
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.fail' call
|
|
240
237
|
var expected_0 = tokenDescription(expected);
|
|
241
|
-
var position = true ? this.
|
|
242
|
-
var s = this.
|
|
238
|
+
var position = true && this.z40_1 > 0 ? this.z40_1 - 1 | 0 : this.z40_1;
|
|
239
|
+
var s = this.z40_1 === charSequenceLength(this.o4d()) || position < 0 ? 'EOF' : toString(charSequenceGet(this.o4d(), position));
|
|
243
240
|
var tmp$ret$1 = 'Expected ' + expected_0 + ", but had '" + s + "' instead";
|
|
244
|
-
this.
|
|
241
|
+
this.k46(tmp$ret$1, position);
|
|
245
242
|
}
|
|
246
243
|
return token;
|
|
247
244
|
}
|
|
248
|
-
|
|
249
|
-
if (this.
|
|
245
|
+
t4d(expected) {
|
|
246
|
+
if (this.z40_1 > 0 && expected === _Char___init__impl__6a9atx(34)) {
|
|
250
247
|
var tmp$ret$0;
|
|
251
248
|
$l$block: {
|
|
252
249
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.withPositionRollback' call
|
|
253
|
-
var snapshot = this.
|
|
250
|
+
var snapshot = this.z40_1;
|
|
254
251
|
try {
|
|
255
|
-
this.
|
|
256
|
-
tmp$ret$0 = this.
|
|
252
|
+
this.z40_1 = this.z40_1 - 1 | 0;
|
|
253
|
+
tmp$ret$0 = this.t47();
|
|
257
254
|
break $l$block;
|
|
258
255
|
}finally {
|
|
259
|
-
this.
|
|
256
|
+
this.z40_1 = snapshot;
|
|
260
257
|
}
|
|
261
258
|
}
|
|
262
259
|
var inputLiteral = tmp$ret$0;
|
|
263
260
|
if (inputLiteral === 'null') {
|
|
264
|
-
this.
|
|
261
|
+
this.j46("Expected string literal but 'null' literal was found", this.z40_1 - 1 | 0, "Use 'coerceInputValues = true' in 'Json {}' builder to coerce nulls if property has a default value.");
|
|
265
262
|
}
|
|
266
263
|
}
|
|
267
264
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.fail' call
|
|
268
265
|
var expectedToken = charToTokenClass(expected);
|
|
269
266
|
var expected_0 = tokenDescription(expectedToken);
|
|
270
|
-
var position = true ? this.
|
|
271
|
-
var s = this.
|
|
267
|
+
var position = true && this.z40_1 > 0 ? this.z40_1 - 1 | 0 : this.z40_1;
|
|
268
|
+
var s = this.z40_1 === charSequenceLength(this.o4d()) || position < 0 ? 'EOF' : toString(charSequenceGet(this.o4d(), position));
|
|
272
269
|
var tmp$ret$3 = 'Expected ' + expected_0 + ", but had '" + s + "' instead";
|
|
273
|
-
this.
|
|
270
|
+
this.k46(tmp$ret$3, position);
|
|
274
271
|
}
|
|
275
|
-
|
|
276
|
-
var source = this.
|
|
277
|
-
var cpos = this.
|
|
272
|
+
q47() {
|
|
273
|
+
var source = this.o4d();
|
|
274
|
+
var cpos = this.z40_1;
|
|
278
275
|
$l$loop_0: while (true) {
|
|
279
|
-
cpos = this.
|
|
276
|
+
cpos = this.p4d(cpos);
|
|
280
277
|
if (cpos === -1)
|
|
281
278
|
break $l$loop_0;
|
|
282
279
|
var ch = charSequenceGet(source, cpos);
|
|
@@ -284,16 +281,16 @@ function AbstractJsonLexer() {
|
|
|
284
281
|
cpos = cpos + 1 | 0;
|
|
285
282
|
continue $l$loop_0;
|
|
286
283
|
}
|
|
287
|
-
this.
|
|
284
|
+
this.z40_1 = cpos;
|
|
288
285
|
return charToTokenClass(ch);
|
|
289
286
|
}
|
|
290
|
-
this.
|
|
287
|
+
this.z40_1 = cpos;
|
|
291
288
|
return 10;
|
|
292
289
|
}
|
|
293
|
-
|
|
294
|
-
var current = this.
|
|
295
|
-
current = this.
|
|
296
|
-
var len = charSequenceLength(this.
|
|
290
|
+
e48(doConsume) {
|
|
291
|
+
var current = this.r4d();
|
|
292
|
+
current = this.p4d(current);
|
|
293
|
+
var len = charSequenceLength(this.o4d()) - current | 0;
|
|
297
294
|
if (len < 4 || current === -1)
|
|
298
295
|
return false;
|
|
299
296
|
var inductionVariable = 0;
|
|
@@ -301,50 +298,50 @@ function AbstractJsonLexer() {
|
|
|
301
298
|
do {
|
|
302
299
|
var i = inductionVariable;
|
|
303
300
|
inductionVariable = inductionVariable + 1 | 0;
|
|
304
|
-
if (!(charCodeAt('null', i) === charSequenceGet(this.
|
|
301
|
+
if (!(charCodeAt('null', i) === charSequenceGet(this.o4d(), current + i | 0)))
|
|
305
302
|
return false;
|
|
306
303
|
}
|
|
307
304
|
while (inductionVariable <= 3);
|
|
308
|
-
if (len > 4 && charToTokenClass(charSequenceGet(this.
|
|
305
|
+
if (len > 4 && charToTokenClass(charSequenceGet(this.o4d(), current + 4 | 0)) === 0)
|
|
309
306
|
return false;
|
|
310
307
|
if (doConsume) {
|
|
311
|
-
this.
|
|
308
|
+
this.z40_1 = current + 4 | 0;
|
|
312
309
|
}
|
|
313
310
|
return true;
|
|
314
311
|
}
|
|
315
|
-
|
|
312
|
+
p48(doConsume, $super) {
|
|
316
313
|
doConsume = doConsume === VOID ? true : doConsume;
|
|
317
|
-
return $super === VOID ? this.
|
|
314
|
+
return $super === VOID ? this.e48(doConsume) : $super.e48.call(this, doConsume);
|
|
318
315
|
}
|
|
319
|
-
|
|
320
|
-
var token = this.
|
|
316
|
+
f48(isLenient) {
|
|
317
|
+
var token = this.q47();
|
|
321
318
|
var tmp;
|
|
322
319
|
if (isLenient) {
|
|
323
320
|
if (!(token === 1) && !(token === 0))
|
|
324
321
|
return null;
|
|
325
|
-
tmp = this.
|
|
322
|
+
tmp = this.t47();
|
|
326
323
|
} else {
|
|
327
324
|
if (!(token === 1))
|
|
328
325
|
return null;
|
|
329
|
-
tmp = this.
|
|
326
|
+
tmp = this.s47();
|
|
330
327
|
}
|
|
331
328
|
var string = tmp;
|
|
332
|
-
this.
|
|
329
|
+
this.b41_1 = string;
|
|
333
330
|
return string;
|
|
334
331
|
}
|
|
335
|
-
|
|
336
|
-
this.
|
|
332
|
+
u4d() {
|
|
333
|
+
this.b41_1 = null;
|
|
337
334
|
}
|
|
338
335
|
k1o(startPos, endPos) {
|
|
339
336
|
// Inline function 'kotlin.text.substring' call
|
|
340
|
-
var this_0 = this.
|
|
337
|
+
var this_0 = this.o4d();
|
|
341
338
|
return toString_0(charSequenceSubSequence(this_0, startPos, endPos));
|
|
342
339
|
}
|
|
343
|
-
|
|
344
|
-
if (!(this.
|
|
340
|
+
s47() {
|
|
341
|
+
if (!(this.b41_1 == null)) {
|
|
345
342
|
return takePeeked(this);
|
|
346
343
|
}
|
|
347
|
-
return this.
|
|
344
|
+
return this.i48();
|
|
348
345
|
}
|
|
349
346
|
consumeString2(source, startPosition, current) {
|
|
350
347
|
var currentPosition = current;
|
|
@@ -354,19 +351,19 @@ function AbstractJsonLexer() {
|
|
|
354
351
|
while (!(char === _Char___init__impl__6a9atx(34))) {
|
|
355
352
|
if (char === _Char___init__impl__6a9atx(92)) {
|
|
356
353
|
usedAppend = true;
|
|
357
|
-
currentPosition = this.
|
|
354
|
+
currentPosition = this.p4d(appendEscape(this, lastPosition, currentPosition));
|
|
358
355
|
if (currentPosition === -1) {
|
|
359
|
-
this.
|
|
356
|
+
this.k46('Unexpected EOF', currentPosition);
|
|
360
357
|
}
|
|
361
358
|
lastPosition = currentPosition;
|
|
362
359
|
} else {
|
|
363
360
|
currentPosition = currentPosition + 1 | 0;
|
|
364
361
|
if (currentPosition >= charSequenceLength(source)) {
|
|
365
362
|
usedAppend = true;
|
|
366
|
-
this.
|
|
367
|
-
currentPosition = this.
|
|
363
|
+
this.n4d(lastPosition, currentPosition);
|
|
364
|
+
currentPosition = this.p4d(currentPosition);
|
|
368
365
|
if (currentPosition === -1) {
|
|
369
|
-
this.
|
|
366
|
+
this.k46('Unexpected EOF', currentPosition);
|
|
370
367
|
}
|
|
371
368
|
lastPosition = currentPosition;
|
|
372
369
|
}
|
|
@@ -380,40 +377,40 @@ function AbstractJsonLexer() {
|
|
|
380
377
|
tmp = decodedString(this, lastPosition, currentPosition);
|
|
381
378
|
}
|
|
382
379
|
var string = tmp;
|
|
383
|
-
this.
|
|
380
|
+
this.z40_1 = currentPosition + 1 | 0;
|
|
384
381
|
return string;
|
|
385
382
|
}
|
|
386
|
-
|
|
387
|
-
var result = this.
|
|
383
|
+
j48() {
|
|
384
|
+
var result = this.t47();
|
|
388
385
|
if (result === 'null' && wasUnquotedString(this)) {
|
|
389
|
-
this.
|
|
386
|
+
this.k46("Unexpected 'null' value instead of string literal");
|
|
390
387
|
}
|
|
391
388
|
return result;
|
|
392
389
|
}
|
|
393
|
-
|
|
394
|
-
if (!(this.
|
|
390
|
+
t47() {
|
|
391
|
+
if (!(this.b41_1 == null)) {
|
|
395
392
|
return takePeeked(this);
|
|
396
393
|
}
|
|
397
|
-
var current = this.
|
|
398
|
-
if (current >= charSequenceLength(this.
|
|
399
|
-
this.
|
|
394
|
+
var current = this.r4d();
|
|
395
|
+
if (current >= charSequenceLength(this.o4d()) || current === -1) {
|
|
396
|
+
this.k46('EOF', current);
|
|
400
397
|
}
|
|
401
|
-
var token = charToTokenClass(charSequenceGet(this.
|
|
398
|
+
var token = charToTokenClass(charSequenceGet(this.o4d(), current));
|
|
402
399
|
if (token === 1) {
|
|
403
|
-
return this.
|
|
400
|
+
return this.s47();
|
|
404
401
|
}
|
|
405
402
|
if (!(token === 0)) {
|
|
406
|
-
this.
|
|
403
|
+
this.k46('Expected beginning of the string, but got ' + toString(charSequenceGet(this.o4d(), current)));
|
|
407
404
|
}
|
|
408
405
|
var usedAppend = false;
|
|
409
|
-
while (charToTokenClass(charSequenceGet(this.
|
|
406
|
+
while (charToTokenClass(charSequenceGet(this.o4d(), current)) === 0) {
|
|
410
407
|
current = current + 1 | 0;
|
|
411
|
-
if (current >= charSequenceLength(this.
|
|
408
|
+
if (current >= charSequenceLength(this.o4d())) {
|
|
412
409
|
usedAppend = true;
|
|
413
|
-
this.
|
|
414
|
-
var eof = this.
|
|
410
|
+
this.n4d(this.z40_1, current);
|
|
411
|
+
var eof = this.p4d(current);
|
|
415
412
|
if (eof === -1) {
|
|
416
|
-
this.
|
|
413
|
+
this.z40_1 = current;
|
|
417
414
|
return decodedString(this, 0, 0);
|
|
418
415
|
} else {
|
|
419
416
|
current = eof;
|
|
@@ -422,88 +419,82 @@ function AbstractJsonLexer() {
|
|
|
422
419
|
}
|
|
423
420
|
var tmp;
|
|
424
421
|
if (!usedAppend) {
|
|
425
|
-
tmp = this.k1o(this.
|
|
422
|
+
tmp = this.k1o(this.z40_1, current);
|
|
426
423
|
} else {
|
|
427
|
-
tmp = decodedString(this, this.
|
|
424
|
+
tmp = decodedString(this, this.z40_1, current);
|
|
428
425
|
}
|
|
429
426
|
var result = tmp;
|
|
430
|
-
this.
|
|
427
|
+
this.z40_1 = current;
|
|
431
428
|
return result;
|
|
432
429
|
}
|
|
433
|
-
|
|
434
|
-
this.
|
|
430
|
+
n4d(fromIndex, toIndex) {
|
|
431
|
+
this.c41_1.ug(this.o4d(), fromIndex, toIndex);
|
|
435
432
|
}
|
|
436
|
-
|
|
433
|
+
h48(allowLenientStrings) {
|
|
437
434
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
438
435
|
var tokenStack = ArrayList().i2();
|
|
439
|
-
var lastToken = this.
|
|
436
|
+
var lastToken = this.q47();
|
|
440
437
|
if (!(lastToken === 8) && !(lastToken === 6)) {
|
|
441
|
-
this.
|
|
438
|
+
this.t47();
|
|
442
439
|
return Unit_instance;
|
|
443
440
|
}
|
|
444
441
|
$l$loop: while (true) {
|
|
445
|
-
lastToken = this.
|
|
442
|
+
lastToken = this.q47();
|
|
446
443
|
if (lastToken === 1) {
|
|
447
444
|
if (allowLenientStrings)
|
|
448
|
-
this.e47();
|
|
449
|
-
else
|
|
450
445
|
this.t47();
|
|
446
|
+
else
|
|
447
|
+
this.i48();
|
|
451
448
|
continue $l$loop;
|
|
452
449
|
}
|
|
453
450
|
var tmp0_subject = lastToken;
|
|
454
451
|
if (tmp0_subject === 8 || tmp0_subject === 6) {
|
|
455
452
|
tokenStack.o2(lastToken);
|
|
456
453
|
} else if (tmp0_subject === 9) {
|
|
457
|
-
if (!(last(tokenStack) === 8))
|
|
458
|
-
|
|
454
|
+
if (!(last(tokenStack) === 8)) {
|
|
455
|
+
this.k46('found ] instead of }');
|
|
456
|
+
}
|
|
459
457
|
removeLast(tokenStack);
|
|
460
458
|
} else if (tmp0_subject === 7) {
|
|
461
|
-
if (!(last(tokenStack) === 6))
|
|
462
|
-
|
|
459
|
+
if (!(last(tokenStack) === 6)) {
|
|
460
|
+
this.k46('found } instead of ]');
|
|
461
|
+
}
|
|
463
462
|
removeLast(tokenStack);
|
|
464
463
|
} else if (tmp0_subject === 10) {
|
|
465
|
-
this.
|
|
464
|
+
this.k46('Unexpected end of input due to malformed JSON during ignoring unknown keys');
|
|
466
465
|
}
|
|
467
|
-
this.
|
|
466
|
+
this.v47();
|
|
468
467
|
if (tokenStack.q2() === 0)
|
|
469
468
|
return Unit_instance;
|
|
470
469
|
}
|
|
471
470
|
}
|
|
472
471
|
toString() {
|
|
473
|
-
return "JsonReader(source='" + toString_0(this.
|
|
472
|
+
return "JsonReader(source='" + toString_0(this.o4d()) + "', currentPosition=" + this.z40_1 + ')';
|
|
474
473
|
}
|
|
475
|
-
|
|
476
|
-
var processed = this.k1o(0, this.
|
|
474
|
+
g48(key) {
|
|
475
|
+
var processed = this.k1o(0, this.z40_1);
|
|
477
476
|
var lastIndexOf_0 = lastIndexOf(processed, key);
|
|
478
|
-
|
|
477
|
+
this.j46("Encountered an unknown key '" + key + "'", lastIndexOf_0, "Use 'ignoreUnknownKeys = true' in 'Json {}' builder or '@JsonIgnoreUnknownKeys' annotation to ignore unknown keys.");
|
|
479
478
|
}
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
// Inline function 'kotlin.text.isEmpty' call
|
|
483
|
-
if (charSequenceLength(hint) === 0) {
|
|
484
|
-
tmp = '';
|
|
485
|
-
} else {
|
|
486
|
-
tmp = '\n' + hint;
|
|
487
|
-
}
|
|
488
|
-
var hintMessage = tmp;
|
|
489
|
-
throw JsonDecodingException(position, message + ' at path: ' + this.z40_1.j46() + hintMessage, this.z4c());
|
|
479
|
+
j46(message, position, hint) {
|
|
480
|
+
throw decodingExceptionOf(this, message, position, this.a41_1.y46(), hint, this.o4d());
|
|
490
481
|
}
|
|
491
|
-
|
|
492
|
-
position = position === VOID ? this.
|
|
493
|
-
hint = hint === VOID ?
|
|
494
|
-
return $super === VOID ? this.
|
|
482
|
+
k46(message, position, hint, $super) {
|
|
483
|
+
position = position === VOID ? this.z40_1 : position;
|
|
484
|
+
hint = hint === VOID ? null : hint;
|
|
485
|
+
return $super === VOID ? this.j46(message, position, hint) : $super.j46.call(this, message, position, hint);
|
|
495
486
|
}
|
|
496
|
-
|
|
497
|
-
var current = this.
|
|
498
|
-
current = this.
|
|
499
|
-
if (current >= charSequenceLength(this.
|
|
500
|
-
this.
|
|
487
|
+
r48() {
|
|
488
|
+
var current = this.r4d();
|
|
489
|
+
current = this.p4d(current);
|
|
490
|
+
if (current >= charSequenceLength(this.o4d()) || current === -1) {
|
|
491
|
+
this.k46('EOF');
|
|
501
492
|
}
|
|
502
493
|
var tmp;
|
|
503
|
-
if (charSequenceGet(this.
|
|
494
|
+
if (charSequenceGet(this.o4d(), current) === _Char___init__impl__6a9atx(34)) {
|
|
504
495
|
current = current + 1 | 0;
|
|
505
|
-
if (current === charSequenceLength(this.
|
|
506
|
-
this.
|
|
496
|
+
if (current === charSequenceLength(this.o4d())) {
|
|
497
|
+
this.k46('EOF');
|
|
507
498
|
}
|
|
508
499
|
tmp = true;
|
|
509
500
|
} else {
|
|
@@ -516,11 +507,11 @@ function AbstractJsonLexer() {
|
|
|
516
507
|
var isExponentPositive = false;
|
|
517
508
|
var hasExponent = false;
|
|
518
509
|
var start = current;
|
|
519
|
-
$l$loop_4: while (!(current === charSequenceLength(this.
|
|
520
|
-
var ch = charSequenceGet(this.
|
|
510
|
+
$l$loop_4: while (!(current === charSequenceLength(this.o4d()))) {
|
|
511
|
+
var ch = charSequenceGet(this.o4d(), current);
|
|
521
512
|
if ((ch === _Char___init__impl__6a9atx(101) || ch === _Char___init__impl__6a9atx(69)) && !hasExponent) {
|
|
522
513
|
if (current === start) {
|
|
523
|
-
this.
|
|
514
|
+
this.k46("Unexpected symbol '" + toString(ch) + "' in numeric literal", current);
|
|
524
515
|
}
|
|
525
516
|
isExponentPositive = true;
|
|
526
517
|
hasExponent = true;
|
|
@@ -529,7 +520,7 @@ function AbstractJsonLexer() {
|
|
|
529
520
|
}
|
|
530
521
|
if (ch === _Char___init__impl__6a9atx(45) && hasExponent) {
|
|
531
522
|
if (current === start) {
|
|
532
|
-
this.
|
|
523
|
+
this.k46("Unexpected symbol '-' in numeric literal", current);
|
|
533
524
|
}
|
|
534
525
|
isExponentPositive = false;
|
|
535
526
|
current = current + 1 | 0;
|
|
@@ -537,7 +528,7 @@ function AbstractJsonLexer() {
|
|
|
537
528
|
}
|
|
538
529
|
if (ch === _Char___init__impl__6a9atx(43) && hasExponent) {
|
|
539
530
|
if (current === start) {
|
|
540
|
-
this.
|
|
531
|
+
this.k46("Unexpected symbol '+' in numeric literal", current);
|
|
541
532
|
}
|
|
542
533
|
isExponentPositive = true;
|
|
543
534
|
current = current + 1 | 0;
|
|
@@ -545,7 +536,7 @@ function AbstractJsonLexer() {
|
|
|
545
536
|
}
|
|
546
537
|
if (ch === _Char___init__impl__6a9atx(45)) {
|
|
547
538
|
if (!(current === start)) {
|
|
548
|
-
this.
|
|
539
|
+
this.k46("Unexpected symbol '-' in numeric literal", current);
|
|
549
540
|
}
|
|
550
541
|
isNegative = true;
|
|
551
542
|
current = current + 1 | 0;
|
|
@@ -557,7 +548,7 @@ function AbstractJsonLexer() {
|
|
|
557
548
|
current = current + 1 | 0;
|
|
558
549
|
var digit = Char__minus_impl_a2frrh(ch, _Char___init__impl__6a9atx(48));
|
|
559
550
|
if (!(0 <= digit ? digit <= 9 : false)) {
|
|
560
|
-
this.
|
|
551
|
+
this.k46("Unexpected symbol '" + toString(ch) + "' in numeric literal", current - 1 | 0);
|
|
561
552
|
}
|
|
562
553
|
if (hasExponent) {
|
|
563
554
|
// Inline function 'kotlin.Long.times' call
|
|
@@ -573,31 +564,31 @@ function AbstractJsonLexer() {
|
|
|
573
564
|
var this_3 = multiply(this_2, fromInt(10));
|
|
574
565
|
accumulator = subtract(this_3, fromInt(digit));
|
|
575
566
|
if (compare(accumulator, new (Long())(0, 0)) > 0) {
|
|
576
|
-
this.
|
|
567
|
+
this.k46('Numeric value overflow');
|
|
577
568
|
}
|
|
578
569
|
}
|
|
579
570
|
var hasChars = !(current === start);
|
|
580
571
|
if (start === current || (isNegative && start === (current - 1 | 0))) {
|
|
581
|
-
this.
|
|
572
|
+
this.k46('Expected numeric literal', current);
|
|
582
573
|
}
|
|
583
574
|
if (hasQuotation) {
|
|
584
575
|
if (!hasChars) {
|
|
585
|
-
this.
|
|
576
|
+
this.k46('EOF');
|
|
586
577
|
}
|
|
587
|
-
if (!(charSequenceGet(this.
|
|
588
|
-
this.
|
|
578
|
+
if (!(charSequenceGet(this.o4d(), current) === _Char___init__impl__6a9atx(34))) {
|
|
579
|
+
this.k46('Expected closing quotation mark', current);
|
|
589
580
|
}
|
|
590
581
|
current = current + 1 | 0;
|
|
591
582
|
}
|
|
592
|
-
this.
|
|
583
|
+
this.z40_1 = current;
|
|
593
584
|
if (hasExponent) {
|
|
594
585
|
var doubleAccumulator = toNumber(accumulator) * consumeNumericLiteral$calculateExponent(exponentAccumulator, isExponentPositive);
|
|
595
586
|
if (doubleAccumulator > toNumber(new (Long())(-1, 2147483647)) || doubleAccumulator < toNumber(new (Long())(0, -2147483648))) {
|
|
596
|
-
this.
|
|
587
|
+
this.k46('Numeric value overflow');
|
|
597
588
|
}
|
|
598
589
|
// Inline function 'kotlin.math.floor' call
|
|
599
590
|
if (!(Math.floor(doubleAccumulator) === doubleAccumulator)) {
|
|
600
|
-
this.
|
|
591
|
+
this.k46("Can't convert " + doubleAccumulator + ' to Long');
|
|
601
592
|
}
|
|
602
593
|
accumulator = numberToLong(doubleAccumulator);
|
|
603
594
|
}
|
|
@@ -607,30 +598,30 @@ function AbstractJsonLexer() {
|
|
|
607
598
|
} else if (!equalsLong(accumulator, new (Long())(0, -2147483648))) {
|
|
608
599
|
tmp_0 = negate(accumulator);
|
|
609
600
|
} else {
|
|
610
|
-
this.
|
|
601
|
+
this.k46('Numeric value overflow');
|
|
611
602
|
}
|
|
612
603
|
return tmp_0;
|
|
613
604
|
}
|
|
614
|
-
|
|
615
|
-
var result = this.
|
|
616
|
-
var next = this.
|
|
605
|
+
b43() {
|
|
606
|
+
var result = this.r48();
|
|
607
|
+
var next = this.v47();
|
|
617
608
|
if (!(next === 10)) {
|
|
618
609
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.fail' call
|
|
619
610
|
var expected = tokenDescription(10);
|
|
620
|
-
var position = true ? this.
|
|
621
|
-
var s = this.
|
|
611
|
+
var position = true && this.z40_1 > 0 ? this.z40_1 - 1 | 0 : this.z40_1;
|
|
612
|
+
var s = this.z40_1 === charSequenceLength(this.o4d()) || position < 0 ? 'EOF' : toString(charSequenceGet(this.o4d(), position));
|
|
622
613
|
var tmp$ret$1 = "Expected input to contain a single valid number, but got '" + s + "' after it";
|
|
623
|
-
this.
|
|
614
|
+
this.k46(tmp$ret$1, position);
|
|
624
615
|
}
|
|
625
616
|
return result;
|
|
626
617
|
}
|
|
627
|
-
|
|
628
|
-
var current = this.
|
|
629
|
-
if (current === charSequenceLength(this.
|
|
630
|
-
this.
|
|
618
|
+
q48() {
|
|
619
|
+
var current = this.r4d();
|
|
620
|
+
if (current === charSequenceLength(this.o4d())) {
|
|
621
|
+
this.k46('EOF');
|
|
631
622
|
}
|
|
632
623
|
var tmp;
|
|
633
|
-
if (charSequenceGet(this.
|
|
624
|
+
if (charSequenceGet(this.o4d(), current) === _Char___init__impl__6a9atx(34)) {
|
|
634
625
|
current = current + 1 | 0;
|
|
635
626
|
tmp = true;
|
|
636
627
|
} else {
|
|
@@ -639,13 +630,13 @@ function AbstractJsonLexer() {
|
|
|
639
630
|
var hasQuotation = tmp;
|
|
640
631
|
var result = consumeBoolean2(this, current);
|
|
641
632
|
if (hasQuotation) {
|
|
642
|
-
if (this.
|
|
643
|
-
this.
|
|
633
|
+
if (this.z40_1 === charSequenceLength(this.o4d())) {
|
|
634
|
+
this.k46('EOF');
|
|
644
635
|
}
|
|
645
|
-
if (!(charSequenceGet(this.
|
|
646
|
-
this.
|
|
636
|
+
if (!(charSequenceGet(this.o4d(), this.z40_1) === _Char___init__impl__6a9atx(34))) {
|
|
637
|
+
this.k46('Expected closing quotation mark');
|
|
647
638
|
}
|
|
648
|
-
this.
|
|
639
|
+
this.z40_1 = this.z40_1 + 1 | 0;
|
|
649
640
|
}
|
|
650
641
|
return result;
|
|
651
642
|
}
|
|
@@ -662,7 +653,7 @@ function charToTokenClass(c) {
|
|
|
662
653
|
var tmp;
|
|
663
654
|
// Inline function 'kotlin.code' call
|
|
664
655
|
if (Char__toInt_impl_vasixd(c) < 126) {
|
|
665
|
-
var tmp_0 = CharMappings_getInstance().
|
|
656
|
+
var tmp_0 = CharMappings_getInstance().w4d_1;
|
|
666
657
|
// Inline function 'kotlin.code' call
|
|
667
658
|
tmp = tmp_0[Char__toInt_impl_vasixd(c)];
|
|
668
659
|
} else {
|
|
@@ -671,7 +662,7 @@ function charToTokenClass(c) {
|
|
|
671
662
|
return tmp;
|
|
672
663
|
}
|
|
673
664
|
function escapeToChar(c) {
|
|
674
|
-
return c < 117 ? CharMappings_getInstance().
|
|
665
|
+
return c < 117 ? CharMappings_getInstance().v4d_1[c] : _Char___init__impl__6a9atx(0);
|
|
675
666
|
}
|
|
676
667
|
function initEscape($this) {
|
|
677
668
|
var inductionVariable = 0;
|
|
@@ -717,7 +708,7 @@ function initC2ESC($this, c, esc) {
|
|
|
717
708
|
if (!(esc === _Char___init__impl__6a9atx(117))) {
|
|
718
709
|
// Inline function 'kotlin.code' call
|
|
719
710
|
var tmp$ret$0 = Char__toInt_impl_vasixd(esc);
|
|
720
|
-
$this.
|
|
711
|
+
$this.v4d_1[tmp$ret$0] = numberToChar(c);
|
|
721
712
|
}
|
|
722
713
|
}
|
|
723
714
|
function initC2ESC_0($this, c, esc) {
|
|
@@ -726,7 +717,7 @@ function initC2ESC_0($this, c, esc) {
|
|
|
726
717
|
return initC2ESC($this, tmp$ret$0, esc);
|
|
727
718
|
}
|
|
728
719
|
function initC2TC($this, c, cl) {
|
|
729
|
-
$this.
|
|
720
|
+
$this.w4d_1[c] = cl;
|
|
730
721
|
}
|
|
731
722
|
function initC2TC_0($this, c, cl) {
|
|
732
723
|
// Inline function 'kotlin.code' call
|
|
@@ -739,8 +730,8 @@ function CharMappings() {
|
|
|
739
730
|
class $ {
|
|
740
731
|
constructor() {
|
|
741
732
|
CharMappings_instance = this;
|
|
742
|
-
this.
|
|
743
|
-
this.
|
|
733
|
+
this.v4d_1 = charArray(117);
|
|
734
|
+
this.w4d_1 = new Int8Array(126);
|
|
744
735
|
initEscape(this);
|
|
745
736
|
initCharToToken(this);
|
|
746
737
|
}
|