@continuous-excellence/coupling-cli 1.1.420 → 1.1.421

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.
Files changed (468) hide show
  1. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
  2. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CliScope.mjs +4 -4
  3. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +148 -0
  4. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs.map +1 -0
  5. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +161 -0
  6. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs.map +1 -0
  7. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +17 -17
  8. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +4 -5
  9. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
  10. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ReadFromFile.js.mjs +25 -0
  11. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ReadFromFile.js.mjs.map +1 -0
  12. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Welcome.mjs +3 -3
  13. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +11 -11
  14. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +22 -22
  15. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +21 -21
  16. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +32 -32
  17. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +87 -32
  18. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -1
  19. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
  20. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +35 -35
  21. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
  22. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +126 -63
  23. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
  24. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +33 -33
  25. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +13 -13
  26. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +50 -50
  27. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +10 -10
  28. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +18 -18
  29. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
  30. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +13 -13
  31. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +46 -46
  32. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +20 -20
  33. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/PollResult.mjs +78 -78
  34. package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +54 -0
  35. package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs.map +1 -0
  36. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +54 -54
  37. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +4 -4
  38. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +57 -57
  39. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +16 -16
  40. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +4 -4
  41. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +1 -1
  42. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +34 -34
  43. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +5 -5
  44. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +4 -4
  45. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +17 -17
  46. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +1 -1
  47. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +1 -1
  48. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +28 -28
  49. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +4 -4
  50. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs +7 -7
  51. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +4 -4
  52. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +19 -19
  53. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs +3 -3
  54. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +2 -2
  55. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +20 -20
  56. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +31 -31
  57. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +13 -13
  58. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +1 -1
  59. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +6 -6
  60. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +9 -9
  61. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
  62. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +31 -31
  63. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +27 -27
  64. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +20 -20
  65. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +30 -30
  66. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +3 -3
  67. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +21 -21
  68. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +3 -3
  69. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +9 -9
  70. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +3 -3
  71. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +77 -77
  72. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +102 -102
  73. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +31 -31
  74. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +36 -36
  75. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +4 -4
  76. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +4 -4
  77. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +46 -46
  78. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
  79. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
  80. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +7 -7
  81. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +7 -7
  82. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +47 -47
  83. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +8 -8
  84. package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +6 -6
  85. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +105 -105
  86. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +63 -63
  87. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +61 -61
  88. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
  89. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +3 -3
  90. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +44 -44
  91. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -7
  92. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
  93. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +1 -1
  94. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +8 -8
  95. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +21 -21
  96. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +8 -8
  97. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +5 -5
  98. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +139 -139
  99. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +57 -57
  100. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +2 -2
  101. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +24 -24
  102. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +84 -84
  103. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +273 -273
  104. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +2 -2
  105. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +10 -10
  106. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +12 -12
  107. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +99 -99
  108. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +48 -48
  109. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +35 -35
  110. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +9 -9
  111. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +51 -51
  112. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +18 -18
  113. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +234 -234
  114. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +6 -6
  115. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +5 -5
  116. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +7 -7
  117. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +40 -40
  118. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +27 -27
  119. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +49 -49
  120. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +22 -22
  121. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +18 -18
  122. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +4 -4
  123. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +27 -27
  124. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +8 -8
  125. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +5 -5
  126. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +124 -124
  127. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +25 -25
  128. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +26 -26
  129. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +146 -146
  130. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +23 -23
  131. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +24 -24
  132. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +2 -2
  133. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.js.mjs +1 -1
  134. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +41 -41
  135. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +57 -57
  136. package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +5 -5
  137. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
  138. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
  139. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
  140. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +115 -109
  141. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -1
  142. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +93 -93
  143. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
  144. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
  145. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
  146. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
  147. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
  148. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +35 -31
  149. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs.map +1 -1
  150. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
  151. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
  152. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
  153. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
  154. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
  155. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +21 -21
  156. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +205 -205
  157. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +6 -6
  158. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
  159. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
  160. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
  161. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +29 -29
  162. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
  163. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +230 -230
  164. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
  165. package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +125 -0
  166. package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs.map +1 -0
  167. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
  168. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +65 -65
  169. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
  170. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
  171. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
  172. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
  173. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
  174. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
  175. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
  176. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
  177. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +25 -25
  178. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
  179. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +121 -121
  180. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +134 -134
  181. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +62 -62
  182. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
  183. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +1 -1
  184. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +2 -2
  185. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +2 -2
  186. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  187. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  188. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
  189. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
  190. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
  191. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +10 -10
  192. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
  193. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
  194. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +2 -2
  195. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +3 -3
  196. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +1 -1
  197. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +3 -3
  198. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +9 -9
  199. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  200. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  201. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
  202. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
  203. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  204. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +92 -2
  205. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
  206. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +44 -44
  207. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +50 -50
  208. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +1 -1
  209. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +5 -5
  210. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +14 -14
  211. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +24 -24
  212. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +22 -22
  213. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +213 -213
  214. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
  215. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +21 -21
  216. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +7 -7
  217. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +14 -14
  218. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +5 -5
  219. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +11 -11
  220. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +11 -11
  221. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +5 -5
  222. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +45 -45
  223. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
  224. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +73 -72
  225. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +317 -97
  226. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
  227. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +71 -71
  228. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +36 -36
  229. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +26 -26
  230. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  231. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +46 -42
  232. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
  233. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  234. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +72 -58
  235. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  236. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs +6 -6
  237. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +83 -83
  238. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  239. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +176 -176
  240. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  241. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  242. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  243. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +17 -13
  244. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
  245. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
  246. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +37 -37
  247. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +12 -12
  248. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
  249. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  250. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +61 -61
  251. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
  252. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  253. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +166 -166
  254. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +133 -132
  255. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  256. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +195 -195
  257. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +625 -0
  258. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs.map +1 -0
  259. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +4 -4
  260. package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +67 -67
  261. package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  262. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +73 -73
  263. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  264. package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  265. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
  266. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +47 -47
  267. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +49 -49
  268. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
  269. package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +23 -23
  270. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +37 -37
  271. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
  272. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  273. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  274. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  275. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  276. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +28 -28
  277. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +15 -15
  278. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +5 -5
  279. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
  280. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
  281. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +56 -56
  282. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
  283. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +62 -62
  284. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +77 -77
  285. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  286. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +47 -47
  287. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
  288. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +22 -22
  289. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +104 -104
  290. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +52 -52
  291. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +73 -73
  292. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +23 -23
  293. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  294. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
  295. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  296. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +25 -25
  297. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  298. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
  299. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +49 -49
  300. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +2 -2
  301. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +32 -32
  302. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +53 -53
  303. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +8 -8
  304. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +77 -77
  305. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +7 -7
  306. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs +1 -1
  307. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +19 -19
  308. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +58 -58
  309. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  310. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +1 -1
  311. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +10 -10
  312. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +11 -11
  313. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
  314. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
  315. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +4 -4
  316. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  317. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +16 -16
  318. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +11 -11
  319. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  320. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  321. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  322. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
  323. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +28 -28
  324. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +3 -3
  325. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs +16 -16
  326. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs +1 -1
  327. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +255 -255
  328. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +13 -13
  329. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +9 -9
  330. package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
  331. package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +4 -4
  332. package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  333. package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  334. package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  335. package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  336. package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
  337. package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +3 -3
  338. package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  339. package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
  340. package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  341. package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +1 -1
  342. package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
  343. package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
  344. package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
  345. package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  346. package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  347. package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  348. package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +26 -26
  349. package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +74 -74
  350. package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +29 -29
  351. package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +11 -11
  352. package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +9 -9
  353. package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +14 -14
  354. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
  355. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +78 -78
  356. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +32 -32
  357. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +27 -27
  358. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +10 -10
  359. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  360. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
  361. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +2 -2
  362. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  363. package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  364. package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +22 -22
  365. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  366. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +57 -57
  367. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
  368. package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
  369. package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +12 -12
  370. package/kotlin/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +16 -16
  371. package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +36 -36
  372. package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +31 -31
  373. package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncodersJs.mjs +5 -5
  374. package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +34 -34
  375. package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs +3 -3
  376. package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  377. package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +88 -88
  378. package/kotlin/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  379. package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  380. package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +102 -102
  381. package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  382. package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
  383. package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  384. package/kotlin/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  385. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +28 -28
  386. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  387. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  388. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  389. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  390. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  391. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
  392. package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  393. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
  394. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +101 -101
  395. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +5 -5
  396. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
  397. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
  398. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
  399. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +26 -26
  400. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs +4 -4
  401. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs +4 -4
  402. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs +5 -5
  403. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
  404. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
  405. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
  406. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
  407. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
  408. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
  409. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
  410. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
  411. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
  412. package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
  413. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
  414. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +63 -63
  415. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
  416. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
  417. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +79 -79
  418. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
  419. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
  420. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
  421. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
  422. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
  423. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +234 -234
  424. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +23 -23
  425. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +153 -153
  426. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
  427. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
  428. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
  429. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
  430. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
  431. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
  432. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
  433. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
  434. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
  435. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
  436. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
  437. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
  438. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
  439. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
  440. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +61 -61
  441. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
  442. package/kotlin/okio-parent-okio/okio/Buffer.mjs +395 -395
  443. package/kotlin/okio-parent-okio/okio/ByteString.mjs +51 -51
  444. package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +15 -15
  445. package/kotlin/okio-parent-okio/okio/Okio.mjs +1 -1
  446. package/kotlin/okio-parent-okio/okio/Options.mjs +23 -23
  447. package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +37 -37
  448. package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +61 -61
  449. package/kotlin/okio-parent-okio/okio/Segment.mjs +69 -69
  450. package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +4 -4
  451. package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +51 -51
  452. package/kotlin/okio-parent-okio/okio/Util.mjs +1 -1
  453. package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +1 -1
  454. package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +21 -21
  455. package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +1 -1
  456. package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
  457. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +9 -9
  458. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +2 -2
  459. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +4 -4
  460. package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +142 -142
  461. package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
  462. package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +25 -25
  463. package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +31 -27
  464. package/kotlin/types-types/kotools/types/text/NotBlankString.mjs.map +1 -1
  465. package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +15 -15
  466. package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +5 -5
  467. package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +11 -11
  468. package/package.json +1 -1
@@ -2,6 +2,7 @@ import { charSequenceLength3278n89t01tmv as charSequenceLength } from '../../../
2
2
  import {
3
3
  joinToString1cxrrlmo0chqs as joinToString,
4
4
  lastOrNull1aq5oz189qoe1 as lastOrNull,
5
+ last1vo29oleiqj36 as last,
5
6
  } from '../../../../kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs';
6
7
  import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
7
8
  import { VOID3gxj6tk5isa35 as VOID } from '../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
@@ -26,6 +27,14 @@ import {
26
27
  CompositeDecoder2tzm7wpwkr0og as CompositeDecoder,
27
28
  } from '../encoding/Decoding.mjs';
28
29
  import { get_lastIndex1yw0x4k50k51w as get_lastIndex } from '../../../../kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs';
30
+ import {
31
+ beginCollection27i47rk9upjw4 as beginCollection,
32
+ encodeSerializableValue1mu7jsn2oheqi as encodeSerializableValue,
33
+ encodeNullableSerializableValue22qo2euy9x1r4 as encodeNullableSerializableValue,
34
+ shouldEncodeElementDefault1vy568gzcy4z0 as shouldEncodeElementDefault,
35
+ Encoderqvmrpqtq8hnu as Encoder,
36
+ CompositeEncoderknecpkexzn3v as CompositeEncoder,
37
+ } from '../encoding/Encoding.mjs';
29
38
  //region block: imports
30
39
  //endregion
31
40
  //region block: pre-declaration
@@ -34,17 +43,17 @@ var NamedValueDecoderClass;
34
43
  function NamedValueDecoder() {
35
44
  if (NamedValueDecoderClass === VOID) {
36
45
  class $ extends TaggedDecoder() {
37
- p2e(_this__u8e3s4, index) {
38
- return this.r2e(this.q2e(_this__u8e3s4, index));
46
+ r2e(_this__u8e3s4, index) {
47
+ return this.t2e(this.s2e(_this__u8e3s4, index));
39
48
  }
40
- r2e(nestedName) {
41
- var tmp0_elvis_lhs = this.u2e();
42
- return this.v2e(tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs, nestedName);
49
+ t2e(nestedName) {
50
+ var tmp0_elvis_lhs = this.w2e();
51
+ return this.x2e(tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs, nestedName);
43
52
  }
44
- q2e(descriptor, index) {
53
+ s2e(descriptor, index) {
45
54
  return descriptor.v1y(index);
46
55
  }
47
- v2e(parentName, childName) {
56
+ x2e(parentName, childName) {
48
57
  var tmp;
49
58
  // Inline function 'kotlin.text.isEmpty' call
50
59
  if (charSequenceLength(parentName) === 0) {
@@ -54,8 +63,8 @@ function NamedValueDecoder() {
54
63
  }
55
64
  return tmp;
56
65
  }
57
- w2e() {
58
- return this.s2e_1.o1() ? '$' : joinToString(this.s2e_1, '.', '$.');
66
+ y2e() {
67
+ return this.u2e_1.o1() ? '$' : joinToString(this.u2e_1, '.', '$.');
59
68
  }
60
69
  }
61
70
  initMetadataForClass($, 'NamedValueDecoder');
@@ -63,17 +72,47 @@ function NamedValueDecoder() {
63
72
  }
64
73
  return NamedValueDecoderClass;
65
74
  }
75
+ var NamedValueEncoderClass;
76
+ function NamedValueEncoder() {
77
+ if (NamedValueEncoderClass === VOID) {
78
+ class $ extends TaggedEncoder() {
79
+ r2e(_this__u8e3s4, index) {
80
+ return this.t2e(this.s2e(_this__u8e3s4, index));
81
+ }
82
+ t2e(nestedName) {
83
+ var tmp0_elvis_lhs = this.w2e();
84
+ return this.x2e(tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs, nestedName);
85
+ }
86
+ s2e(descriptor, index) {
87
+ return descriptor.v1y(index);
88
+ }
89
+ x2e(parentName, childName) {
90
+ var tmp;
91
+ // Inline function 'kotlin.text.isEmpty' call
92
+ if (charSequenceLength(parentName) === 0) {
93
+ tmp = childName;
94
+ } else {
95
+ tmp = parentName + '.' + childName;
96
+ }
97
+ return tmp;
98
+ }
99
+ }
100
+ initMetadataForClass($, 'NamedValueEncoder');
101
+ NamedValueEncoderClass = $;
102
+ }
103
+ return NamedValueEncoderClass;
104
+ }
66
105
  function tagBlock($this, tag, block) {
67
- $this.k2f(tag);
106
+ $this.m2f(tag);
68
107
  var r = block();
69
- if (!$this.t2e_1) {
70
- $this.l2f();
108
+ if (!$this.v2e_1) {
109
+ $this.n2f();
71
110
  }
72
- $this.t2e_1 = false;
111
+ $this.v2e_1 = false;
73
112
  return r;
74
113
  }
75
114
  function TaggedDecoder$decodeSerializableElement$lambda(this$0, $deserializer, $previousValue) {
76
- return () => this$0.i20($deserializer, $previousValue);
115
+ return () => this$0.k20($deserializer, $previousValue);
77
116
  }
78
117
  function TaggedDecoder$decodeNullableSerializableElement$lambda(this$0, $deserializer, $previousValue) {
79
118
  return () => {
@@ -81,10 +120,10 @@ function TaggedDecoder$decodeNullableSerializableElement$lambda(this$0, $deseria
81
120
  // Inline function 'kotlinx.serialization.encoding.decodeIfNullable' call
82
121
  var isNullabilitySupported = $deserializer.k1w().j1y();
83
122
  var tmp;
84
- if (isNullabilitySupported || tmp0.v1z()) {
85
- tmp = this$0.i20($deserializer, $previousValue);
123
+ if (isNullabilitySupported || tmp0.x1z()) {
124
+ tmp = this$0.k20($deserializer, $previousValue);
86
125
  } else {
87
- tmp = tmp0.w1z();
126
+ tmp = tmp0.y1z();
88
127
  }
89
128
  return tmp;
90
129
  };
@@ -96,71 +135,71 @@ function TaggedDecoder() {
96
135
  constructor() {
97
136
  var tmp = this;
98
137
  // Inline function 'kotlin.collections.arrayListOf' call
99
- tmp.s2e_1 = ArrayList().n2();
100
- this.t2e_1 = false;
138
+ tmp.u2e_1 = ArrayList().n2();
139
+ this.v2e_1 = false;
101
140
  }
102
- z20() {
141
+ b21() {
103
142
  return EmptySerializersModule();
104
143
  }
105
- x2e(tag) {
144
+ z2e(tag) {
106
145
  throw SerializationException().w1x(toString(getKClassFromExpression(this)) + " can't retrieve untyped values");
107
146
  }
108
- y2e(tag) {
147
+ a2f(tag) {
109
148
  return true;
110
149
  }
111
- z2e(tag) {
112
- var tmp = this.x2e(tag);
150
+ b2f(tag) {
151
+ var tmp = this.z2e(tag);
113
152
  return typeof tmp === 'boolean' ? tmp : THROW_CCE();
114
153
  }
115
- a2f(tag) {
116
- var tmp = this.x2e(tag);
154
+ c2f(tag) {
155
+ var tmp = this.z2e(tag);
117
156
  return typeof tmp === 'number' ? tmp : THROW_CCE();
118
157
  }
119
- b2f(tag) {
120
- var tmp = this.x2e(tag);
158
+ d2f(tag) {
159
+ var tmp = this.z2e(tag);
121
160
  return typeof tmp === 'number' ? tmp : THROW_CCE();
122
161
  }
123
- c2f(tag) {
124
- var tmp = this.x2e(tag);
162
+ e2f(tag) {
163
+ var tmp = this.z2e(tag);
125
164
  return typeof tmp === 'number' ? tmp : THROW_CCE();
126
165
  }
127
- d2f(tag) {
128
- var tmp = this.x2e(tag);
166
+ f2f(tag) {
167
+ var tmp = this.z2e(tag);
129
168
  return tmp instanceof Long() ? tmp : THROW_CCE();
130
169
  }
131
- e2f(tag) {
132
- var tmp = this.x2e(tag);
170
+ g2f(tag) {
171
+ var tmp = this.z2e(tag);
133
172
  return typeof tmp === 'number' ? tmp : THROW_CCE();
134
173
  }
135
- f2f(tag) {
136
- var tmp = this.x2e(tag);
174
+ h2f(tag) {
175
+ var tmp = this.z2e(tag);
137
176
  return typeof tmp === 'number' ? tmp : THROW_CCE();
138
177
  }
139
- g2f(tag) {
140
- var tmp = this.x2e(tag);
178
+ i2f(tag) {
179
+ var tmp = this.z2e(tag);
141
180
  return tmp instanceof Char() ? tmp.y3_1 : THROW_CCE();
142
181
  }
143
- h2f(tag) {
144
- var tmp = this.x2e(tag);
182
+ j2f(tag) {
183
+ var tmp = this.z2e(tag);
145
184
  return typeof tmp === 'string' ? tmp : THROW_CCE();
146
185
  }
147
- i2f(tag, enumDescriptor) {
148
- var tmp = this.x2e(tag);
186
+ k2f(tag, enumDescriptor) {
187
+ var tmp = this.z2e(tag);
149
188
  return typeof tmp === 'number' ? tmp : THROW_CCE();
150
189
  }
151
- j2f(tag, inlineDescriptor) {
190
+ l2f(tag, inlineDescriptor) {
152
191
  // Inline function 'kotlin.apply' call
153
- this.k2f(tag);
192
+ this.m2f(tag);
154
193
  return this;
155
194
  }
156
- i20(deserializer, previousValue) {
157
- return this.j20(deserializer);
195
+ k20(deserializer, previousValue) {
196
+ return this.l20(deserializer);
158
197
  }
159
- h20(descriptor) {
160
- return this.j2f(this.l2f(), descriptor);
198
+ j20(descriptor) {
199
+ return this.l2f(this.n2f(), descriptor);
161
200
  }
162
- v1z() {
163
- var tmp0_elvis_lhs = this.u2e();
201
+ x1z() {
202
+ var tmp0_elvis_lhs = this.w2e();
164
203
  var tmp;
165
204
  if (tmp0_elvis_lhs == null) {
166
205
  return false;
@@ -168,108 +207,289 @@ function TaggedDecoder() {
168
207
  tmp = tmp0_elvis_lhs;
169
208
  }
170
209
  var currentTag = tmp;
171
- return this.y2e(currentTag);
172
- }
173
- w1z() {
174
- return null;
175
- }
176
- x1z() {
177
- return this.z2e(this.l2f());
210
+ return this.a2f(currentTag);
178
211
  }
179
212
  y1z() {
180
- return this.a2f(this.l2f());
213
+ return null;
181
214
  }
182
215
  z1z() {
183
- return this.b2f(this.l2f());
216
+ return this.b2f(this.n2f());
184
217
  }
185
218
  a20() {
186
- return this.c2f(this.l2f());
219
+ return this.c2f(this.n2f());
187
220
  }
188
221
  b20() {
189
- return this.d2f(this.l2f());
222
+ return this.d2f(this.n2f());
190
223
  }
191
224
  c20() {
192
- return this.e2f(this.l2f());
225
+ return this.e2f(this.n2f());
193
226
  }
194
227
  d20() {
195
- return this.f2f(this.l2f());
228
+ return this.f2f(this.n2f());
196
229
  }
197
230
  e20() {
198
- return this.g2f(this.l2f());
231
+ return this.g2f(this.n2f());
199
232
  }
200
233
  f20() {
201
- return this.h2f(this.l2f());
234
+ return this.h2f(this.n2f());
202
235
  }
203
- g20(enumDescriptor) {
204
- return this.i2f(this.l2f(), enumDescriptor);
236
+ g20() {
237
+ return this.i2f(this.n2f());
205
238
  }
206
- k20(descriptor) {
207
- return this;
239
+ h20() {
240
+ return this.j2f(this.n2f());
208
241
  }
209
- l20(descriptor) {
242
+ i20(enumDescriptor) {
243
+ return this.k2f(this.n2f(), enumDescriptor);
210
244
  }
211
- m20(descriptor, index) {
212
- return this.z2e(this.p2e(descriptor, index));
245
+ m20(descriptor) {
246
+ return this;
213
247
  }
214
- n20(descriptor, index) {
215
- return this.a2f(this.p2e(descriptor, index));
248
+ n20(descriptor) {
216
249
  }
217
250
  o20(descriptor, index) {
218
- return this.b2f(this.p2e(descriptor, index));
251
+ return this.b2f(this.r2e(descriptor, index));
219
252
  }
220
253
  p20(descriptor, index) {
221
- return this.c2f(this.p2e(descriptor, index));
254
+ return this.c2f(this.r2e(descriptor, index));
222
255
  }
223
256
  q20(descriptor, index) {
224
- return this.d2f(this.p2e(descriptor, index));
257
+ return this.d2f(this.r2e(descriptor, index));
225
258
  }
226
259
  r20(descriptor, index) {
227
- return this.e2f(this.p2e(descriptor, index));
260
+ return this.e2f(this.r2e(descriptor, index));
228
261
  }
229
262
  s20(descriptor, index) {
230
- return this.f2f(this.p2e(descriptor, index));
263
+ return this.f2f(this.r2e(descriptor, index));
231
264
  }
232
265
  t20(descriptor, index) {
233
- return this.g2f(this.p2e(descriptor, index));
266
+ return this.g2f(this.r2e(descriptor, index));
234
267
  }
235
268
  u20(descriptor, index) {
236
- return this.h2f(this.p2e(descriptor, index));
269
+ return this.h2f(this.r2e(descriptor, index));
237
270
  }
238
271
  v20(descriptor, index) {
239
- return this.j2f(this.p2e(descriptor, index), descriptor.y1y(index));
272
+ return this.i2f(this.r2e(descriptor, index));
240
273
  }
241
- w20(descriptor, index, deserializer, previousValue) {
242
- var tmp = this.p2e(descriptor, index);
243
- return tagBlock(this, tmp, TaggedDecoder$decodeSerializableElement$lambda(this, deserializer, previousValue));
274
+ w20(descriptor, index) {
275
+ return this.j2f(this.r2e(descriptor, index));
276
+ }
277
+ x20(descriptor, index) {
278
+ return this.l2f(this.r2e(descriptor, index), descriptor.y1y(index));
244
279
  }
245
280
  y20(descriptor, index, deserializer, previousValue) {
246
- var tmp = this.p2e(descriptor, index);
281
+ var tmp = this.r2e(descriptor, index);
282
+ return tagBlock(this, tmp, TaggedDecoder$decodeSerializableElement$lambda(this, deserializer, previousValue));
283
+ }
284
+ a21(descriptor, index, deserializer, previousValue) {
285
+ var tmp = this.r2e(descriptor, index);
247
286
  return tagBlock(this, tmp, TaggedDecoder$decodeNullableSerializableElement$lambda(this, deserializer, previousValue));
248
287
  }
249
- u2e() {
250
- return lastOrNull(this.s2e_1);
288
+ w2e() {
289
+ return lastOrNull(this.u2e_1);
251
290
  }
252
- k2f(name) {
253
- this.s2e_1.t2(name);
291
+ m2f(name) {
292
+ this.u2e_1.t2(name);
254
293
  }
255
- l2f() {
256
- var r = this.s2e_1.u4(get_lastIndex(this.s2e_1));
257
- this.t2e_1 = true;
294
+ n2f() {
295
+ var r = this.u2e_1.u4(get_lastIndex(this.u2e_1));
296
+ this.v2e_1 = true;
258
297
  return r;
259
298
  }
260
299
  }
261
- protoOf($).x20 = decodeSerializableElement$default;
262
- protoOf($).j20 = decodeSerializableValue;
263
- protoOf($).a21 = decodeSequentially;
264
- protoOf($).c21 = decodeCollectionSize;
300
+ protoOf($).z20 = decodeSerializableElement$default;
301
+ protoOf($).l20 = decodeSerializableValue;
302
+ protoOf($).c21 = decodeSequentially;
303
+ protoOf($).e21 = decodeCollectionSize;
265
304
  initMetadataForClass($, 'TaggedDecoder', VOID, VOID, [Decoder(), CompositeDecoder()]);
266
305
  TaggedDecoderClass = $;
267
306
  }
268
307
  return TaggedDecoderClass;
269
308
  }
309
+ function encodeElement($this, desc, index) {
310
+ var tag = $this.r2e(desc, index);
311
+ $this.m2f(tag);
312
+ return true;
313
+ }
314
+ var TaggedEncoderClass;
315
+ function TaggedEncoder() {
316
+ if (TaggedEncoderClass === VOID) {
317
+ class $ {
318
+ constructor() {
319
+ var tmp = this;
320
+ // Inline function 'kotlin.collections.arrayListOf' call
321
+ tmp.p2f_1 = ArrayList().n2();
322
+ }
323
+ b21() {
324
+ return EmptySerializersModule();
325
+ }
326
+ q2f(tag, value) {
327
+ throw SerializationException().w1x('Non-serializable ' + toString(getKClassFromExpression(value)) + ' is not supported by ' + toString(getKClassFromExpression(this)) + ' encoder');
328
+ }
329
+ r2f(tag) {
330
+ }
331
+ s2f(tag) {
332
+ throw SerializationException().w1x('null is not supported');
333
+ }
334
+ t2f(tag, value) {
335
+ return this.q2f(tag, value);
336
+ }
337
+ u2f(tag, value) {
338
+ return this.q2f(tag, value);
339
+ }
340
+ v2f(tag, value) {
341
+ return this.q2f(tag, value);
342
+ }
343
+ w2f(tag, value) {
344
+ return this.q2f(tag, value);
345
+ }
346
+ x2f(tag, value) {
347
+ return this.q2f(tag, value);
348
+ }
349
+ y2f(tag, value) {
350
+ return this.q2f(tag, value);
351
+ }
352
+ z2f(tag, value) {
353
+ return this.q2f(tag, value);
354
+ }
355
+ a2g(tag, value) {
356
+ return this.q2f(tag, new (Char())(value));
357
+ }
358
+ b2g(tag, value) {
359
+ return this.q2f(tag, value);
360
+ }
361
+ c2g(tag, enumDescriptor, ordinal) {
362
+ return this.q2f(tag, ordinal);
363
+ }
364
+ d2g(tag, inlineDescriptor) {
365
+ // Inline function 'kotlin.apply' call
366
+ this.m2f(tag);
367
+ return this;
368
+ }
369
+ t21(descriptor) {
370
+ return this.d2g(this.n2f(), descriptor);
371
+ }
372
+ i22() {
373
+ return this.r2f(this.f2g());
374
+ }
375
+ i21() {
376
+ return this.s2f(this.n2f());
377
+ }
378
+ j21(value) {
379
+ return this.z2f(this.n2f(), value);
380
+ }
381
+ k21(value) {
382
+ return this.u2f(this.n2f(), value);
383
+ }
384
+ l21(value) {
385
+ return this.v2f(this.n2f(), value);
386
+ }
387
+ m21(value) {
388
+ return this.t2f(this.n2f(), value);
389
+ }
390
+ n21(value) {
391
+ return this.w2f(this.n2f(), value);
392
+ }
393
+ o21(value) {
394
+ return this.x2f(this.n2f(), value);
395
+ }
396
+ p21(value) {
397
+ return this.y2f(this.n2f(), value);
398
+ }
399
+ q21(value) {
400
+ return this.a2g(this.n2f(), value);
401
+ }
402
+ r21(value) {
403
+ return this.b2g(this.n2f(), value);
404
+ }
405
+ s21(enumDescriptor, index) {
406
+ return this.c2g(this.n2f(), enumDescriptor, index);
407
+ }
408
+ m20(descriptor) {
409
+ return this;
410
+ }
411
+ n20(descriptor) {
412
+ // Inline function 'kotlin.collections.isNotEmpty' call
413
+ if (!this.p2f_1.o1()) {
414
+ this.n2f();
415
+ }
416
+ this.e2g(descriptor);
417
+ }
418
+ e2g(descriptor) {
419
+ }
420
+ u21(descriptor, index, value) {
421
+ return this.z2f(this.r2e(descriptor, index), value);
422
+ }
423
+ v21(descriptor, index, value) {
424
+ return this.u2f(this.r2e(descriptor, index), value);
425
+ }
426
+ w21(descriptor, index, value) {
427
+ return this.v2f(this.r2e(descriptor, index), value);
428
+ }
429
+ x21(descriptor, index, value) {
430
+ return this.t2f(this.r2e(descriptor, index), value);
431
+ }
432
+ y21(descriptor, index, value) {
433
+ return this.w2f(this.r2e(descriptor, index), value);
434
+ }
435
+ z21(descriptor, index, value) {
436
+ return this.x2f(this.r2e(descriptor, index), value);
437
+ }
438
+ a22(descriptor, index, value) {
439
+ return this.y2f(this.r2e(descriptor, index), value);
440
+ }
441
+ b22(descriptor, index, value) {
442
+ return this.a2g(this.r2e(descriptor, index), value);
443
+ }
444
+ c22(descriptor, index, value) {
445
+ return this.b2g(this.r2e(descriptor, index), value);
446
+ }
447
+ d22(descriptor, index) {
448
+ return this.d2g(this.r2e(descriptor, index), descriptor.y1y(index));
449
+ }
450
+ e22(descriptor, index, serializer, value) {
451
+ if (encodeElement(this, descriptor, index)) {
452
+ this.f22(serializer, value);
453
+ }
454
+ }
455
+ g22(descriptor, index, serializer, value) {
456
+ if (encodeElement(this, descriptor, index)) {
457
+ this.h22(serializer, value);
458
+ }
459
+ }
460
+ f2g() {
461
+ return last(this.p2f_1);
462
+ }
463
+ w2e() {
464
+ return lastOrNull(this.p2f_1);
465
+ }
466
+ m2f(name) {
467
+ this.p2f_1.t2(name);
468
+ }
469
+ n2f() {
470
+ var tmp;
471
+ // Inline function 'kotlin.collections.isNotEmpty' call
472
+ if (!this.p2f_1.o1()) {
473
+ tmp = this.p2f_1.u4(get_lastIndex(this.p2f_1));
474
+ } else {
475
+ throw SerializationException().w1x('No tag in stack for requested element');
476
+ }
477
+ return tmp;
478
+ }
479
+ }
480
+ protoOf($).j22 = beginCollection;
481
+ protoOf($).f22 = encodeSerializableValue;
482
+ protoOf($).h22 = encodeNullableSerializableValue;
483
+ protoOf($).k22 = shouldEncodeElementDefault;
484
+ initMetadataForClass($, 'TaggedEncoder', VOID, VOID, [Encoder(), CompositeEncoder()]);
485
+ TaggedEncoderClass = $;
486
+ }
487
+ return TaggedEncoderClass;
488
+ }
270
489
  //region block: exports
271
490
  export {
272
491
  NamedValueDecoder as NamedValueDecoderzk26ztf92xbq,
492
+ NamedValueEncoder as NamedValueEncoder1lca9edk1lf89,
273
493
  };
274
494
  //endregion
275
495
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/Tagged.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/text/Strings.kt","../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/encoding/Decoding.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/Collections.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["getTag","<this>","index","nested","nestedName","elementName","descriptor","composeName","parentName","childName","renderTagStack","tagBlock","tag","block","r","TaggedDecoder$decodeSerializableElement$lambda","$deserializer","$previousValue","TaggedDecoder$decodeSerializableElement$lambda$lambda","TaggedDecoder$decodeNullableSerializableElement$lambda","TaggedDecoder$decodeNullableSerializableElement$lambda$lambda","isNullabilitySupported","<get-serializersModule>","decodeTaggedValue","decodeTaggedNotNullMark","decodeTaggedBoolean","decodeTaggedByte","decodeTaggedShort","decodeTaggedInt","decodeTaggedLong","decodeTaggedFloat","decodeTaggedDouble","decodeTaggedChar","decodeTaggedString","decodeTaggedEnum","enumDescriptor","decodeTaggedInline","inlineDescriptor","decodeSerializableValue","deserializer","previousValue","decodeInline","decodeNotNullMark","currentTag","decodeNull","decodeBoolean","decodeByte","decodeShort","decodeInt","decodeLong","decodeFloat","decodeDouble","decodeChar","decodeString","decodeEnum","beginStructure","endStructure","decodeBooleanElement","decodeByteElement","decodeShortElement","decodeIntElement","decodeLongElement","decodeFloatElement","decodeDoubleElement","decodeCharElement","decodeStringElement","decodeInlineElement","decodeSerializableElement","decodeNullableSerializableElement","<get-currentTagOrNull>","pushTag","name","popTag"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAwUIA,CAAmBC,a,EAAwBC,KAA3CF,EAAiE;A,QAAgC,OAAhC,SAAO,SAAY,aAAZ,EAAkB,KAAlB,CAAP,C;MAA+B,C;SAEhGG,CAAqBC,UAArBD,EAAmD;A,YAAY,2B;QAAmC,OAA/C,SAAY,yBAAoB,EAApB,iBAAZ,EAAoC,UAApC,C;MAA8C,C;SACjGE,CAA+BC,U,EAA8BJ,KAA7DG,EAAmF;A,QAAgC,OAAhC,UAAW,KAAe,KAAf,C;MAAoB,C;SAClHE,CAA+BC,U,EAAoBC,SAAnDF,EACI;A;;QAAI,ICvCwC,mBDuCxC,UCvCwC,MAAU,CDuClD,C;gBAAsB,S;;gBAAiB,U,GAAU,G,GAAE,S;;QAAU,U;MAAD,C;SAGpEG,CAAAA,EAAuC;A,QACnC,OAAW,IAAS,CAAT,KAAS,KAAT,GAAoB,GAApB,GACG,aAAT,IAAS,CAAT,KAAS,EAAyB,GAAzB,EAAuC,IAAvC,C;MAClB,C;;;;;;;iBAhDAC,CAAA,K,EAAyBC,G,EAAUC,KAAnCF,EAAsD;A,EAClD,UAAQ,GAAR,C;MACAG,IAAQ,O;EACJ,KAAC,KAAD,CAAC,KAAD,C,CAAO;A,IACP,W;;EAEJ,cAAO,K;EACP,OAAO,C;AACX,C;uDArBuCC,CANvC,M,EAGIC,a,EACAC,cAEmCF,E;SAAAG,CAAAA,KAAE,WAAwB,aAAxB,EAAsC,cAAtC,C;C;+DAOEC,CAL3C,M,EAGIH,a,EACAC,cACuCE,E;SAAAC,CAAAA,KAAA;A,eACvC,M;;QEhBJC,yBFgBqB,aEhBqB,MAAW,M;;IAC1C,8BAA0B,UAA1B,C;YFgBH,WAAwB,aAAxB,EAAsC,cAAtC,C;;YEhB+D,U;;IFiBlE,OEjBE,G;EFkBP,C;C;;;;;;kBAYwC,I;;QAAA,YG5LQ,gB;QH2M7B,kB;;SAxIfC,CAAAA,EAAQ;A,QAAwB,OAAxB,wB;MAAuB,C;SAKnCC,CAAqCX,GAArCW,EACI;A,QAAA,oEAAgC,IAAhC,KAA4C,gCAA5C,C;MAA2E,C;SAE/EC,CAA2CZ,GAA3CY,EAAgE;A,QAAI,OAAJ,I;MAAG,C;SAGnEC,CAAuCb,GAAvCa,EAA4D;A,kBAAA,SAAkB,GAAlB,C;QAAiC,kCAAjC,GAAiC,c;MAAD,C;SAC5FC,CAAoCd,GAApCc,EAAsD;A,kBAAA,SAAkB,GAAlB,C;QAA8B,iCAA9B,GAA8B,c;MAAD,C;SACnFC,CAAqCf,GAArCe,EAAwD;A,kBAAA,SAAkB,GAAlB,C;QAA+B,iCAA/B,GAA+B,c;MAAD,C;SACtFC,CAAmChB,GAAnCgB,EAAoD;A,kBAAA,SAAkB,GAAlB,C;QAA6B,iCAA7B,GAA6B,c;MAAD,C;SAChFC,CAAoCjB,GAApCiB,EAAsD;A,kBAAA,SAAkB,GAAlB,C;QAA8B,+BAA9B,GAA8B,c;MAAD,C;SACnFC,CAAqClB,GAArCkB,EAAwD;A,kBAAA,SAAkB,GAAlB,C;QAA+B,iCAA/B,GAA+B,c;MAAD,C;SACtFC,CAAsCnB,GAAtCmB,EAA0D;A,kBAAA,SAAkB,GAAlB,C;QAAgC,iCAAhC,GAAgC,c;MAAD,C;SACzFC,CAAoCpB,GAApCoB,EAAsD;A,kBAAA,SAAkB,GAAlB,C;QAA8B,qD;MAAD,C;SACnFC,CAAsCrB,GAAtCqB,EAA0D;A,kBAAA,SAAkB,GAAlB,C;QAAgC,iCAAhC,GAAgC,c;MAAD,C;SACzFC,CAAoCtB,G,EAAUuB,cAA9CD,EACI;A,kBAAA,SAAkB,GAAlB,C;QAA6B,iCAA7B,GAA6B,c;MAAD,C;SAEhCE,CAAsCxB,G,EAAUyB,gBAAhDD,EAA+F;A;QAAA,IAAa,KAAQ,GAAR,C;QAAc,OAA3B,I;MAA0B,C;SAEzHE,CAAsDC,Y,EAA0CC,aAAhGF,EACI;A,QAAqC,OAArC,SAAwB,YAAxB,C;MAAoC,C;SAIxCG,CAA0BnC,UAA1BmC,EACI;A,QAAwC,OAAxC,SAAmB,UAAnB,EAA6B,UAA7B,C;MAAuC,C;SAG3CC,CAAAA,EAA0C;A,YAErB,2B;;QAAA,2B;UAAoB,OAAO,K;;gBAA3B,c;;YAAjBC,gB;QACA,OAAO,SAAwB,UAAxB,C;MACX,C;SAEAC,CAAAA,EAA4C;A,QAAI,OAAJ,I;MAAG,C;SAE/CC,CAAAA,EAA8C;A,QAA6B,OAA7B,SAAoB,UAApB,C;MAA4B,C;SAC1EC,CAAAA,EAAwC;A,QAA0B,OAA1B,SAAiB,UAAjB,C;MAAyB,C;SACjEC,CAAAA,EAA0C;A,QAA2B,OAA3B,SAAkB,UAAlB,C;MAA0B,C;SACpEC,CAAAA,EAAsC;A,QAAyB,OAAzB,SAAgB,UAAhB,C;MAAwB,C;SAC9DC,CAAAA,EAAwC;A,QAA0B,OAA1B,SAAiB,UAAjB,C;MAAyB,C;SACjEC,CAAAA,EAA0C;A,QAA2B,OAA3B,SAAkB,UAAlB,C;MAA0B,C;SACpEC,CAAAA,EAA4C;A,QAA4B,OAA5B,SAAmB,UAAnB,C;MAA2B,C;SACvEC,CAAAA,EAAwC;A,QAA0B,OAA1B,SAAiB,UAAjB,C;MAAyB,C;SACjEC,CAAAA,EAA4C;A,QAA4B,OAA5B,SAAmB,UAAnB,C;MAA2B,C;SAEvEC,CAA8BnB,cAA9BmB,EAAuE;A,QAA0C,OAA1C,SAAiB,UAAjB,EAA2B,cAA3B,C;MAAyC,C;SAEhHC,CAA4BjD,UAA5BiD,EAA8E;A,QAAI,OAAJ,I;MAAG,C;SAEjFC,CAA0BlD,UAA1BkD,EAAwD;A,MAExD,C;SAEAC,CAAwCnD,U,EAA8BJ,KAAtEuD,EACI;A,QAA6C,OAA7C,SAAoB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA/B,C;MAA4C,C;SAEhDC,CAAqCpD,U,EAA8BJ,KAAnEwD,EACI;A,QAA0C,OAA1C,SAAiB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA5B,C;MAAyC,C;SAE7CC,CAAsCrD,U,EAA8BJ,KAApEyD,EACI;A,QAA2C,OAA3C,SAAkB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA7B,C;MAA0C,C;SAE9CC,CAAoCtD,U,EAA8BJ,KAAlE0D,EACI;A,QAAyC,OAAzC,SAAgB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA3B,C;MAAwC,C;SAE5CC,CAAqCvD,U,EAA8BJ,KAAnE2D,EACI;A,QAA0C,OAA1C,SAAiB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA5B,C;MAAyC,C;SAE7CC,CAAsCxD,U,EAA8BJ,KAApE4D,EACI;A,QAA2C,OAA3C,SAAkB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA7B,C;MAA0C,C;SAE9CC,CAAuCzD,U,EAA8BJ,KAArE6D,EACI;A,QAA4C,OAA5C,SAAmB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA9B,C;MAA2C,C;SAE/CC,CAAqC1D,U,EAA8BJ,KAAnE8D,EACI;A,QAA0C,OAA1C,SAAiB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA5B,C;MAAyC,C;SAE7CC,CAAuC3D,U,EAA8BJ,KAArE+D,EACI;A,QAA4C,OAA5C,SAAmB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA9B,C;MAA2C,C;SAE/CC,CACI5D,U,EACAJ,KAFJgE,EAGa;A,QAAoF,OAApF,SAAmB,IAAW,KAAX,UAAW,EAAO,KAAP,CAA9B,EAA6C,UAAW,KAAqB,KAArB,CAAxD,C;MAAmF,C;SAEhGC,CACI7D,U,EACAJ,K,EACAqC,Y,EACAC,aAJJ2B,EAMI;A,kBAAS,IAAW,KAAX,UAAW,EAAO,KAAP,C;QAAuE,OAA3F,oBAAmC,iFAAnC,C;MAA0F,C;SAE9FC,CACI9D,U,EACAJ,K,EACAqC,Y,EACAC,aAJJ4B,EAKQ;A,kBAAS,IAAW,KAAX,UAAW,EAAO,KAAP,C;QAI3B,OAJO,oBAAmC,yFAAnC,C;MAIR,C;SAiBIC,CAAAA,EAAQ;A,QAAqB,OAAZ,WAAT,IAAS,CAAT,KAAS,C;MAAW,C;SAEhCC,CAAsBC,IAAtBD,EAAiC;A,QAC7B,IAAS,CAAT,KAAS,IAAI,IAAJ,C;MACb,C;SAQAE,CAAAA,EAA4B;A,YACxB1D,IAAQ,IAAS,CAAT,KAAS,IAAkB,cAAT,IAAS,CAAT,KAAS,CAAlB,C;QACjB,aAAO,I;QACP,OAAO,C;MACX,C;;;;;;;;;;;;;;;"}
1
+ {"version":3,"sources":["../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/Tagged.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/text/Strings.kt","../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/encoding/Decoding.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/src/kotlin/collections/Collections.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["getTag","<this>","index","nested","nestedName","elementName","descriptor","composeName","parentName","childName","renderTagStack","tagBlock","tag","block","r","TaggedDecoder$decodeSerializableElement$lambda","$deserializer","$previousValue","TaggedDecoder$decodeSerializableElement$lambda$lambda","TaggedDecoder$decodeNullableSerializableElement$lambda","TaggedDecoder$decodeNullableSerializableElement$lambda$lambda","isNullabilitySupported","<get-serializersModule>","decodeTaggedValue","decodeTaggedNotNullMark","decodeTaggedBoolean","decodeTaggedByte","decodeTaggedShort","decodeTaggedInt","decodeTaggedLong","decodeTaggedFloat","decodeTaggedDouble","decodeTaggedChar","decodeTaggedString","decodeTaggedEnum","enumDescriptor","decodeTaggedInline","inlineDescriptor","decodeSerializableValue","deserializer","previousValue","decodeInline","decodeNotNullMark","currentTag","decodeNull","decodeBoolean","decodeByte","decodeShort","decodeInt","decodeLong","decodeFloat","decodeDouble","decodeChar","decodeString","decodeEnum","beginStructure","endStructure","decodeBooleanElement","decodeByteElement","decodeShortElement","decodeIntElement","decodeLongElement","decodeFloatElement","decodeDoubleElement","decodeCharElement","decodeStringElement","decodeInlineElement","decodeSerializableElement","decodeNullableSerializableElement","<get-currentTagOrNull>","pushTag","name","popTag","encodeElement","desc","encodeTaggedValue","value","encodeTaggedNonNullMark","encodeTaggedNull","encodeTaggedInt","encodeTaggedByte","encodeTaggedShort","encodeTaggedLong","encodeTaggedFloat","encodeTaggedDouble","encodeTaggedBoolean","encodeTaggedChar","encodeTaggedString","encodeTaggedEnum","ordinal","encodeTaggedInline","encodeInline","encodeNotNullMark","encodeNull","encodeBoolean","encodeByte","encodeShort","encodeInt","encodeLong","encodeFloat","encodeDouble","encodeChar","encodeString","encodeEnum","endEncode","encodeBooleanElement","encodeByteElement","encodeShortElement","encodeIntElement","encodeLongElement","encodeFloatElement","encodeDoubleElement","encodeCharElement","encodeStringElement","encodeInlineElement","encodeSerializableElement","serializer","encodeNullableSerializableElement","<get-currentTag>"],"mappings":"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"}