@continuous-excellence/coupling-cli 1.1.498 → 1.1.500

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1241) hide show
  1. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +9 -9
  2. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +47 -47
  3. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs.map +1 -1
  4. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +35 -35
  5. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs.map +1 -1
  6. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.js.mjs +9 -17
  7. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.js.mjs.map +1 -1
  8. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +50 -76
  9. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs.map +1 -1
  10. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +35 -35
  11. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs.map +1 -1
  12. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/GetSecureData.js.mjs +2 -2
  13. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/GetSecureData.js.mjs.map +1 -1
  14. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.js.mjs +1 -1
  15. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +59 -93
  16. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
  17. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +21 -42
  18. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
  19. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +2 -2
  20. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +26 -45
  21. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
  22. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WriteSecureData.js.mjs +3 -3
  23. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WriteSecureData.js.mjs.map +1 -1
  24. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +23 -23
  25. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +33 -33
  26. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +24 -24
  27. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs.map +1 -1
  28. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +33 -33
  29. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs.map +1 -1
  30. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +6 -6
  31. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +123 -134
  32. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -1
  33. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +28 -28
  34. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -1
  35. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +22 -24
  36. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs.map +1 -1
  37. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +203 -220
  38. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs.map +1 -1
  39. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +4 -4
  40. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +30 -30
  41. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
  42. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +59 -76
  43. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
  44. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +49 -62
  45. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
  46. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +55 -72
  47. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs.map +1 -1
  48. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +195 -208
  49. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
  50. package/kotlin/Coupling-cli.mjs +1 -1
  51. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +39 -47
  52. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs.map +1 -1
  53. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/CommandResult.mjs +1 -1
  54. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +36 -44
  55. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs.map +1 -1
  56. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
  57. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +16 -16
  58. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs.map +1 -1
  59. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs +85 -85
  60. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs.map +1 -1
  61. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +59 -53
  62. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs.map +1 -1
  63. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +105 -134
  64. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs.map +1 -1
  65. package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/CouplingJsonFormat.mjs +5 -5
  66. package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +12 -12
  67. package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs.map +1 -1
  68. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +54 -54
  69. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +6 -6
  70. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +80 -80
  71. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +18 -18
  72. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +6 -6
  73. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +4 -4
  74. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +35 -35
  75. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +8 -10
  76. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs.map +1 -1
  77. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +6 -6
  78. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +20 -20
  79. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/PinTarget.mjs +2 -2
  80. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +14 -14
  81. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +4 -4
  82. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +28 -28
  83. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +6 -6
  84. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs +7 -7
  85. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +6 -6
  86. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +23 -23
  87. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs.map +1 -1
  88. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs +5 -5
  89. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs.map +1 -1
  90. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +4 -12
  91. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs.map +1 -1
  92. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +31 -39
  93. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs.map +1 -1
  94. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +51 -58
  95. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs.map +1 -1
  96. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +15 -15
  97. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs.map +1 -1
  98. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +3 -3
  99. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs.map +1 -1
  100. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +7 -29
  101. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs.map +1 -1
  102. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/AvatarTypeMapper.mjs +13 -13
  103. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/BadgeMapper.mjs +3 -3
  104. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +27 -29
  105. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs.map +1 -1
  106. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +11 -11
  107. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +33 -33
  108. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +29 -29
  109. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +22 -22
  110. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +33 -33
  111. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs.map +1 -1
  112. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +5 -5
  113. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +24 -24
  114. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs.map +1 -1
  115. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +5 -5
  116. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +11 -11
  117. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs.map +1 -1
  118. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +6 -6
  119. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +77 -77
  120. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +107 -107
  121. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs.map +1 -1
  122. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +31 -31
  123. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +39 -39
  124. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs.map +1 -1
  125. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetails.mjs +28 -28
  126. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs +37 -37
  127. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs.map +1 -1
  128. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +9 -9
  129. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +9 -9
  130. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +46 -46
  131. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +2 -2
  132. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyInput.mjs +4 -4
  133. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
  134. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +10 -10
  135. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs.map +1 -1
  136. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +10 -10
  137. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs.map +1 -1
  138. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +51 -51
  139. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs.map +1 -1
  140. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs +8 -8
  141. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs.map +1 -1
  142. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +11 -11
  143. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs.map +1 -1
  144. package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +9 -9
  145. package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs.map +1 -1
  146. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +129 -130
  147. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs.map +1 -1
  148. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +63 -63
  149. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs.map +1 -1
  150. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +65 -65
  151. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs.map +1 -1
  152. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
  153. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +3 -3
  154. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +49 -48
  155. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs.map +1 -1
  156. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -9
  157. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs.map +1 -1
  158. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
  159. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs.map +1 -1
  160. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +1 -1
  161. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +17 -17
  162. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs.map +1 -1
  163. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +25 -25
  164. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs.map +1 -1
  165. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +15 -16
  166. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs.map +1 -1
  167. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +7 -9
  168. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs.map +1 -1
  169. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +182 -182
  170. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs.map +1 -1
  171. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +63 -65
  172. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs.map +1 -1
  173. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +9 -9
  174. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/internal/UrlEncode.mjs +6 -6
  175. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/internal/UrlEncode.mjs.map +1 -1
  176. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +47 -47
  177. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs.map +1 -1
  178. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +93 -93
  179. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs.map +1 -1
  180. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +304 -304
  181. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs.map +1 -1
  182. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +2 -2
  183. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs.map +1 -1
  184. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReader.mjs +13 -13
  185. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +22 -20
  186. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs.map +1 -1
  187. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +31 -31
  188. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs.map +1 -1
  189. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +151 -146
  190. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs.map +1 -1
  191. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +88 -88
  192. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs.map +1 -1
  193. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +38 -38
  194. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs.map +1 -1
  195. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +14 -14
  196. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs +1 -1
  197. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs.map +1 -1
  198. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +53 -55
  199. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs.map +1 -1
  200. package/kotlin/apollo-kotlin-apollo-mpp-utils/com/apollographql/apollo/mpp/utils.mjs.map +1 -1
  201. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +43 -51
  202. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs.map +1 -1
  203. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +264 -281
  204. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs.map +1 -1
  205. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +7 -7
  206. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +6 -6
  207. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs.map +1 -1
  208. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +8 -7
  209. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs.map +1 -1
  210. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +77 -93
  211. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs.map +1 -1
  212. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +61 -60
  213. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs.map +1 -1
  214. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +59 -59
  215. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs.map +1 -1
  216. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs +2 -2
  217. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +51 -69
  218. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs.map +1 -1
  219. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs +1 -1
  220. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs.map +1 -1
  221. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +54 -61
  222. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs.map +1 -1
  223. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +11 -18
  224. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs.map +1 -1
  225. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +104 -121
  226. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs.map +1 -1
  227. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs +1 -1
  228. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs.map +1 -1
  229. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +9 -9
  230. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +6 -6
  231. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs.map +1 -1
  232. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +286 -320
  233. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs.map +1 -1
  234. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs +20 -15
  235. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs.map +1 -1
  236. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +89 -94
  237. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs.map +1 -1
  238. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +72 -82
  239. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs.map +1 -1
  240. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +323 -412
  241. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs.map +1 -1
  242. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +50 -64
  243. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs.map +1 -1
  244. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +26 -26
  245. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs.map +1 -1
  246. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +3 -3
  247. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +166 -177
  248. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs.map +1 -1
  249. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +125 -170
  250. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs.map +1 -1
  251. package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +16 -28
  252. package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs.map +1 -1
  253. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +186 -186
  254. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs.map +1 -1
  255. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionCandidates.mjs +7 -7
  256. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +7 -7
  257. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs.map +1 -1
  258. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +121 -121
  259. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs.map +1 -1
  260. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +172 -172
  261. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -1
  262. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +135 -135
  263. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs.map +1 -1
  264. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/JaroWinkerSimilarity.mjs.map +1 -1
  265. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +155 -154
  266. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs.map +1 -1
  267. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +132 -132
  268. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs.map +1 -1
  269. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +4 -4
  270. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs.map +1 -1
  271. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +268 -268
  272. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs.map +1 -1
  273. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +49 -49
  274. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +36 -36
  275. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +43 -43
  276. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs.map +1 -1
  277. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/arguments/Argument.mjs +1 -1
  278. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
  279. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +14 -15
  280. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs.map +1 -1
  281. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +7 -7
  282. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs.map +1 -1
  283. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +4 -4
  284. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs.map +1 -1
  285. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +63 -63
  286. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +250 -251
  287. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs.map +1 -1
  288. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +14 -14
  289. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs.map +1 -1
  290. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +9 -9
  291. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +8 -8
  292. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
  293. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +87 -87
  294. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs.map +1 -1
  295. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +68 -87
  296. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs.map +1 -1
  297. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +338 -338
  298. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs.map +1 -1
  299. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +14 -14
  300. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs.map +1 -1
  301. package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +20 -20
  302. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +1 -1
  303. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +19 -19
  304. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs.map +1 -1
  305. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +79 -79
  306. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs.map +1 -1
  307. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +33 -33
  308. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs.map +1 -1
  309. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
  310. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
  311. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +7 -7
  312. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +16 -16
  313. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/ColorSpaceUtils.mjs +13 -13
  314. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/ColorSpaceUtils.mjs.map +1 -1
  315. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Constants.mjs +1 -1
  316. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/InternalMath.mjs.map +1 -1
  317. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +20 -20
  318. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs.map +1 -1
  319. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +20 -20
  320. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +21 -21
  321. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs.map +1 -1
  322. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +28 -28
  323. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs.map +1 -1
  324. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +22 -22
  325. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +150 -150
  326. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs.map +1 -1
  327. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +147 -147
  328. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs.map +1 -1
  329. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +77 -77
  330. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs.map +1 -1
  331. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
  332. package/kotlin/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
  333. package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
  334. package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
  335. package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +43 -41
  336. package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
  337. package/kotlin/kotlin-kotlin-stdlib/kotlin/Enum.mjs +6 -6
  338. package/kotlin/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
  339. package/kotlin/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
  340. package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +14 -18
  341. package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
  342. package/kotlin/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
  343. package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +4 -4
  344. package/kotlin/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +10 -10
  345. package/kotlin/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
  346. package/kotlin/kotlin-kotlin-stdlib/kotlin/Result.mjs +17 -17
  347. package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
  348. package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
  349. package/kotlin/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +26 -26
  350. package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
  351. package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
  352. package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +46 -46
  353. package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
  354. package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs +16 -16
  355. package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
  356. package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +46 -46
  357. package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
  358. package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs +16 -16
  359. package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
  360. package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +46 -46
  361. package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
  362. package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs +16 -16
  363. package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
  364. package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +46 -46
  365. package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
  366. package/kotlin/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
  367. package/kotlin/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
  368. package/kotlin/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
  369. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
  370. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
  371. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs +21 -24
  372. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs.map +1 -1
  373. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +82 -82
  374. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +87 -87
  375. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
  376. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +26 -26
  377. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
  378. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +93 -93
  379. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +37 -37
  380. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
  381. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +6 -6
  382. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +13 -13
  383. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +222 -227
  384. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
  385. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
  386. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +75 -78
  387. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
  388. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
  389. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
  390. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +72 -72
  391. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
  392. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
  393. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
  394. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +80 -80
  395. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
  396. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +60 -61
  397. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
  398. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +31 -31
  399. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
  400. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +11 -11
  401. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +246 -258
  402. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
  403. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
  404. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
  405. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
  406. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
  407. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
  408. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
  409. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
  410. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +7 -8
  411. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
  412. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +39 -39
  413. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
  414. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
  415. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
  416. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs +68 -69
  417. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs.map +1 -1
  418. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +17 -17
  419. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
  420. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +140 -163
  421. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
  422. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +43 -31
  423. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
  424. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -16
  425. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +150 -150
  426. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
  427. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
  428. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +15 -15
  429. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
  430. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +9 -9
  431. package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
  432. package/kotlin/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
  433. package/kotlin/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
  434. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +5 -5
  435. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
  436. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
  437. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
  438. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
  439. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
  440. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
  441. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +6 -5
  442. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
  443. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +79 -149
  444. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
  445. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
  446. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +21 -21
  447. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
  448. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +19 -91
  449. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
  450. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/js/internal/EmptyContinuation.mjs +10 -12
  451. package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/js/internal/EmptyContinuation.mjs.map +1 -1
  452. package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +22 -22
  453. package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
  454. package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +94 -94
  455. package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
  456. package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs +13 -13
  457. package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
  458. package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +1 -1
  459. package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -1
  460. package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
  461. package/kotlin/kotlin-kotlin-stdlib/kotlin/io/console.mjs +24 -24
  462. package/kotlin/kotlin-kotlin-stdlib/kotlin/io/encoding/Base64.mjs +52 -52
  463. package/kotlin/kotlin-kotlin-stdlib/kotlin/io/encoding/Base64.mjs.map +1 -1
  464. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
  465. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
  466. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -11
  467. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
  468. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -2
  469. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
  470. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +38 -38
  471. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
  472. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/jsIntrinsics.mjs +10 -0
  473. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/jsIntrinsics.mjs.map +1 -0
  474. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +27 -17
  475. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
  476. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
  477. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
  478. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +10 -36
  479. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
  480. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +2 -24
  481. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
  482. package/kotlin/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
  483. package/kotlin/kotlin-kotlin-stdlib/kotlin/math/math.mjs +2 -2
  484. package/kotlin/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
  485. package/kotlin/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
  486. package/kotlin/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +48 -48
  487. package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +27 -27
  488. package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
  489. package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +41 -41
  490. package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
  491. package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
  492. package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
  493. package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
  494. package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
  495. package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +9 -9
  496. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +32 -32
  497. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -1
  498. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +5 -5
  499. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
  500. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
  501. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +30 -30
  502. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +6 -6
  503. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +11 -11
  504. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +23 -23
  505. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
  506. package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +1 -1
  507. package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +65 -63
  508. package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
  509. package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +55 -55
  510. package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
  511. package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +29 -29
  512. package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
  513. package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/sequenceJs.mjs +5 -5
  514. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
  515. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +6 -6
  516. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
  517. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +2 -2
  518. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +35 -35
  519. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
  520. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +45 -45
  521. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
  522. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
  523. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +133 -133
  524. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
  525. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +13 -13
  526. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
  527. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
  528. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
  529. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
  530. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OneToManyTitlecaseMappings.mjs +2 -2
  531. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OtherLowercaseChars.mjs +4 -4
  532. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +11 -11
  533. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_TitlecaseMappings.mjs +1 -1
  534. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
  535. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
  536. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
  537. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +118 -118
  538. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
  539. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +24 -24
  540. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  541. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
  542. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
  543. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
  544. package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +43 -43
  545. package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
  546. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
  547. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +162 -158
  548. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
  549. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +3 -1
  550. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
  551. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +16 -16
  552. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +138 -138
  553. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
  554. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
  555. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs +50 -50
  556. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs.map +1 -1
  557. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs +23 -23
  558. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs.map +1 -1
  559. package/kotlin/kotlin-kotlin-stdlib/kotlin/time/measureTime.mjs +9 -9
  560. package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +40 -40
  561. package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
  562. package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +38 -38
  563. package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
  564. package/kotlin/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
  565. package/kotlin/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
  566. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +5 -5
  567. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +3 -3
  568. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/DirectLoggerFactory.mjs +2 -2
  569. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +15 -15
  570. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -1
  571. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +12 -12
  572. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -1
  573. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +25 -25
  574. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
  575. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +8 -8
  576. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +15 -15
  577. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +9 -9
  578. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +14 -14
  579. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  580. package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
  581. package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +9 -9
  582. package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
  583. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +30 -31
  584. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
  585. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs +80 -85
  586. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs.map +1 -1
  587. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +62 -68
  588. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
  589. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
  590. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
  591. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +181 -180
  592. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
  593. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +12 -23
  594. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
  595. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +18 -22
  596. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
  597. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +10 -10
  598. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
  599. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +11 -11
  600. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
  601. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
  602. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
  603. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
  604. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +16 -11
  605. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
  606. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
  607. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
  608. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
  609. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +26 -20
  610. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
  611. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +59 -59
  612. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
  613. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
  614. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +33 -33
  615. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
  616. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
  617. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
  618. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
  619. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +113 -113
  620. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  621. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +27 -26
  622. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
  623. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +402 -388
  624. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  625. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +6 -6
  626. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +20 -15
  627. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
  628. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
  629. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs +41 -44
  630. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs.map +1 -1
  631. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +9 -9
  632. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
  633. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
  634. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +1167 -1150
  635. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
  636. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +46 -47
  637. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
  638. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +30 -37
  639. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
  640. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
  641. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +28 -28
  642. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
  643. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +18 -18
  644. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
  645. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +31 -48
  646. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
  647. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +9 -23
  648. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
  649. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +8 -16
  650. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
  651. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs +20 -28
  652. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs.map +1 -1
  653. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +11 -11
  654. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +36 -53
  655. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
  656. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +71 -102
  657. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
  658. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +12 -19
  659. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +1 -1
  660. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs +42 -58
  661. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs.map +1 -1
  662. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -37
  663. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  664. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +41 -60
  665. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
  666. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +255 -259
  667. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
  668. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +26 -41
  669. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
  670. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +39 -39
  671. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
  672. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +119 -150
  673. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
  674. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
  675. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +3 -3
  676. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +5 -6
  677. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
  678. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +9 -8
  679. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
  680. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +18 -25
  681. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
  682. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
  683. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
  684. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +1 -1
  685. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +58 -57
  686. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
  687. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
  688. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
  689. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +89 -89
  690. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
  691. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +8 -9
  692. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
  693. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +43 -43
  694. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
  695. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
  696. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +85 -87
  697. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs.map +1 -1
  698. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +13 -13
  699. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
  700. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
  701. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  702. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +1 -0
  703. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
  704. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -7
  705. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
  706. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +11 -11
  707. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +17 -19
  708. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
  709. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +24 -21
  710. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
  711. package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +58 -58
  712. package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
  713. package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
  714. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
  715. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
  716. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +227 -225
  717. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
  718. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +119 -117
  719. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
  720. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
  721. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +23 -23
  722. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
  723. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +146 -146
  724. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
  725. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
  726. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  727. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +66 -66
  728. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
  729. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +24 -24
  730. package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
  731. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +23 -23
  732. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
  733. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +23 -23
  734. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +58 -65
  735. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
  736. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
  737. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
  738. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  739. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +31 -31
  740. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
  741. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
  742. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
  743. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
  744. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +112 -112
  745. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
  746. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
  747. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
  748. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
  749. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +64 -64
  750. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
  751. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +8 -8
  752. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
  753. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +35 -35
  754. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
  755. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
  756. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
  757. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +69 -67
  758. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
  759. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -279
  760. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
  761. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +23 -23
  762. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
  763. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +41 -41
  764. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
  765. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +17 -16
  766. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
  767. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs +1 -1
  768. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
  769. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +18 -18
  770. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
  771. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +45 -45
  772. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
  773. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +27 -27
  774. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
  775. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +18 -18
  776. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
  777. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +35 -35
  778. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
  779. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
  780. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
  781. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
  782. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
  783. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +513 -513
  784. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
  785. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
  786. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
  787. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +211 -211
  788. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
  789. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +101 -104
  790. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
  791. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
  792. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
  793. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +56 -56
  794. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
  795. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  796. package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
  797. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +61 -61
  798. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
  799. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +22 -22
  800. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +96 -96
  801. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  802. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs +6 -6
  803. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +167 -167
  804. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
  805. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  806. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +191 -191
  807. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
  808. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
  809. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +79 -79
  810. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
  811. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
  812. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
  813. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +15 -15
  814. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +42 -42
  815. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
  816. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
  817. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
  818. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +18 -18
  819. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
  820. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
  821. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
  822. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +82 -96
  823. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
  824. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +11 -11
  825. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
  826. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
  827. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +219 -218
  828. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
  829. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +158 -158
  830. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
  831. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +55 -55
  832. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +24 -24
  833. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
  834. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +323 -323
  835. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
  836. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +214 -214
  837. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs.map +1 -1
  838. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
  839. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
  840. package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +138 -152
  841. package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
  842. package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypes.web.mjs +1 -1
  843. package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
  844. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +114 -135
  845. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
  846. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.web.mjs +10 -10
  847. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
  848. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
  849. package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +10 -5
  850. package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
  851. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +45 -45
  852. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +91 -108
  853. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
  854. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -59
  855. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
  856. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
  857. package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +30 -37
  858. package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
  859. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +134 -153
  860. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
  861. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +27 -27
  862. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
  863. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +5 -5
  864. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  865. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +15 -15
  866. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +27 -27
  867. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
  868. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
  869. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
  870. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +123 -151
  871. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  872. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +26 -52
  873. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
  874. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +54 -65
  875. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
  876. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +34 -29
  877. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
  878. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -79
  879. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
  880. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +79 -79
  881. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs.map +1 -1
  882. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +60 -71
  883. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
  884. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +168 -213
  885. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
  886. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +114 -160
  887. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
  888. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +5 -5
  889. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +88 -104
  890. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
  891. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +36 -53
  892. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
  893. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +47 -61
  894. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
  895. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +114 -137
  896. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
  897. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +143 -158
  898. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
  899. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +41 -48
  900. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
  901. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +74 -84
  902. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
  903. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +2 -2
  904. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +14 -14
  905. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +8 -8
  906. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +25 -32
  907. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
  908. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +9 -9
  909. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
  910. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +58 -81
  911. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
  912. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +119 -153
  913. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs.map +1 -1
  914. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserverContext.web.mjs +3 -3
  915. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserverContext.web.mjs.map +1 -1
  916. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +12 -4
  917. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
  918. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
  919. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +42 -64
  920. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs.map +1 -1
  921. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +139 -150
  922. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
  923. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +12 -12
  924. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +154 -166
  925. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
  926. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +63 -93
  927. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs.map +1 -1
  928. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs +1 -1
  929. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +21 -21
  930. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +63 -64
  931. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
  932. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
  933. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs +2 -2
  934. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +2 -2
  935. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +12 -12
  936. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +42 -50
  937. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs.map +1 -1
  938. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +3 -3
  939. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
  940. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +12 -20
  941. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
  942. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
  943. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +61 -81
  944. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
  945. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +39 -53
  946. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
  947. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  948. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +4 -4
  949. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +12 -12
  950. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
  951. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +45 -62
  952. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs.map +1 -1
  953. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/KtorMDCContext.web.mjs +5 -5
  954. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs +100 -113
  955. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs.map +1 -1
  956. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +9 -9
  957. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs +16 -16
  958. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs +2 -2
  959. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +543 -668
  960. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs.map +1 -1
  961. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +58 -73
  962. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs.map +1 -1
  963. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +24 -43
  964. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs.map +1 -1
  965. package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
  966. package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
  967. package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +70 -70
  968. package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
  969. package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +116 -116
  970. package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
  971. package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
  972. package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +24 -24
  973. package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +67 -67
  974. package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
  975. package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
  976. package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +6 -6
  977. package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +17 -17
  978. package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
  979. package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
  980. package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
  981. package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
  982. package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +17 -17
  983. package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +17 -17
  984. package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
  985. package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +96 -96
  986. package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
  987. package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.web.mjs +2 -2
  988. package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.web.mjs.map +1 -1
  989. package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs +51 -51
  990. package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
  991. package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +32 -32
  992. package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +50 -50
  993. package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +95 -95
  994. package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
  995. package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +68 -68
  996. package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +11 -11
  997. package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +11 -11
  998. package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +15 -15
  999. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
  1000. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +113 -120
  1001. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
  1002. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +52 -60
  1003. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
  1004. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +120 -201
  1005. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
  1006. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +62 -62
  1007. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
  1008. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +93 -93
  1009. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
  1010. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  1011. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +38 -38
  1012. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  1013. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  1014. package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
  1015. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +247 -259
  1016. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
  1017. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +2 -2
  1018. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +72 -132
  1019. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
  1020. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
  1021. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
  1022. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +110 -219
  1023. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
  1024. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +5 -13
  1025. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
  1026. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +88 -111
  1027. package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
  1028. package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  1029. package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
  1030. package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +33 -41
  1031. package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
  1032. package/kotlin/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  1033. package/kotlin/ktor-ktor-io/io/ktor/utils/io/IODispatcher.web.mjs +2 -2
  1034. package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEnding.mjs +3 -3
  1035. package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +23 -23
  1036. package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
  1037. package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
  1038. package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
  1039. package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
  1040. package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
  1041. package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +6 -6
  1042. package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
  1043. package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
  1044. package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
  1045. package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +7 -7
  1046. package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
  1047. package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  1048. package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +1 -1
  1049. package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
  1050. package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  1051. package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  1052. package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +11 -11
  1053. package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
  1054. package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  1055. package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +30 -30
  1056. package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
  1057. package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
  1058. package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
  1059. package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
  1060. package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +60 -82
  1061. package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
  1062. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
  1063. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +167 -206
  1064. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
  1065. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +42 -42
  1066. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
  1067. package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
  1068. package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +21 -21
  1069. package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
  1070. package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs +17 -18
  1071. package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs.map +1 -1
  1072. package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +131 -165
  1073. package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs.map +1 -1
  1074. package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +53 -53
  1075. package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
  1076. package/kotlin/ktor-ktor-utils/io/ktor/util/Charset.mjs +3 -3
  1077. package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncoders.web.mjs +8 -8
  1078. package/kotlin/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +5 -5
  1079. package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.mjs +1 -1
  1080. package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +61 -62
  1081. package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
  1082. package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs +6 -6
  1083. package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
  1084. package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
  1085. package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +146 -146
  1086. package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
  1087. package/kotlin/ktor-ktor-utils/io/ktor/util/Text.mjs +23 -23
  1088. package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  1089. package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +114 -114
  1090. package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
  1091. package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +7 -7
  1092. package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
  1093. package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
  1094. package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
  1095. package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLogger.web.mjs +32 -43
  1096. package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLogger.web.mjs.map +1 -1
  1097. package/kotlin/ktor-ktor-utils/io/ktor/util/logging/Logger.web.mjs +6 -6
  1098. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +34 -41
  1099. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
  1100. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +30 -30
  1101. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
  1102. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +67 -67
  1103. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
  1104. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  1105. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
  1106. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
  1107. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
  1108. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +78 -74
  1109. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
  1110. package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  1111. package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/TypeInfo.web.mjs +1 -1
  1112. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +30 -30
  1113. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +303 -383
  1114. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs.map +1 -1
  1115. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/Frame.web.mjs +42 -42
  1116. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +8 -8
  1117. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
  1118. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +9 -9
  1119. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +23 -23
  1120. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +121 -157
  1121. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs.map +1 -1
  1122. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +62 -66
  1123. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs.map +1 -1
  1124. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs +11 -11
  1125. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs +17 -17
  1126. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs.map +1 -1
  1127. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs +18 -37
  1128. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs.map +1 -1
  1129. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +25 -25
  1130. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +65 -65
  1131. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs.map +1 -1
  1132. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +5 -5
  1133. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
  1134. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/JsCompat.mjs +4 -4
  1135. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/JsCompat.mjs.map +1 -1
  1136. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.js.mjs +1 -1
  1137. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.js.mjs.map +1 -1
  1138. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +23 -23
  1139. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs.map +1 -1
  1140. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +116 -116
  1141. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +10 -10
  1142. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
  1143. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +20 -20
  1144. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs.map +1 -1
  1145. package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +4 -4
  1146. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Align.mjs +5 -5
  1147. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +42 -42
  1148. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +131 -131
  1149. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs.map +1 -1
  1150. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/OverflowWrap.mjs +3 -3
  1151. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
  1152. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +31 -31
  1153. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs.map +1 -1
  1154. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextColors.mjs +5 -5
  1155. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +79 -79
  1156. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +62 -62
  1157. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs.map +1 -1
  1158. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +8 -8
  1159. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +3 -3
  1160. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +22 -22
  1161. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +7 -7
  1162. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +466 -469
  1163. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs.map +1 -1
  1164. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +30 -30
  1165. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +169 -169
  1166. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +121 -121
  1167. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs.map +1 -1
  1168. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +53 -53
  1169. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs.map +1 -1
  1170. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +68 -68
  1171. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs.map +1 -1
  1172. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +16 -16
  1173. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +64 -64
  1174. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs.map +1 -1
  1175. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +2 -2
  1176. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +26 -26
  1177. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs.map +1 -1
  1178. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +4 -4
  1179. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
  1180. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
  1181. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +20 -20
  1182. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs.map +1 -1
  1183. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +17 -17
  1184. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs.map +1 -1
  1185. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +114 -114
  1186. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs.map +1 -1
  1187. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +5 -5
  1188. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +74 -74
  1189. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs.map +1 -1
  1190. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +137 -137
  1191. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs.map +1 -1
  1192. package/kotlin/okio-parent-okio/okio/Buffer.mjs +838 -830
  1193. package/kotlin/okio-parent-okio/okio/Buffer.mjs.map +1 -1
  1194. package/kotlin/okio-parent-okio/okio/ByteString.mjs +76 -76
  1195. package/kotlin/okio-parent-okio/okio/ByteString.mjs.map +1 -1
  1196. package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +17 -17
  1197. package/kotlin/okio-parent-okio/okio/Okio.mjs +4 -4
  1198. package/kotlin/okio-parent-okio/okio/Options.mjs +73 -76
  1199. package/kotlin/okio-parent-okio/okio/Options.mjs.map +1 -1
  1200. package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +40 -40
  1201. package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +110 -110
  1202. package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs.map +1 -1
  1203. package/kotlin/okio-parent-okio/okio/Segment.mjs +75 -75
  1204. package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +6 -6
  1205. package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +56 -56
  1206. package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs.map +1 -1
  1207. package/kotlin/okio-parent-okio/okio/Util.mjs +2 -2
  1208. package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +40 -40
  1209. package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +27 -27
  1210. package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +26 -26
  1211. package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
  1212. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +10 -10
  1213. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs.map +1 -1
  1214. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +5 -5
  1215. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs.map +1 -1
  1216. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +10 -11
  1217. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs.map +1 -1
  1218. package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +183 -160
  1219. package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs.map +1 -1
  1220. package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
  1221. package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +53 -67
  1222. package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs.map +1 -1
  1223. package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +53 -60
  1224. package/kotlin/types-types/kotools/types/text/NotBlankString.mjs.map +1 -1
  1225. package/kotlin/types-types-internal/kotools/types/internal/AnyX.mjs +1 -1
  1226. package/kotlin/types-types-internal/kotools/types/internal/AnyX.mjs.map +1 -1
  1227. package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +20 -20
  1228. package/kotlin/types-types-internal/kotools/types/internal/Errors.mjs +1 -1
  1229. package/kotlin/types-types-internal/kotools/types/internal/KClassX.mjs +4 -4
  1230. package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +13 -13
  1231. package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs.map +1 -1
  1232. package/kotlin/uuid/com/benasher44/uuid/platform.mjs +2 -2
  1233. package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +21 -21
  1234. package/kotlin/uuid/com/benasher44/uuid/uuid.mjs.map +1 -1
  1235. package/package.json +1 -1
  1236. package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +0 -33
  1237. package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +0 -1
  1238. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +0 -83
  1239. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +0 -1
  1240. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +0 -15
  1241. package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +0 -1
@@ -5,7 +5,7 @@ import {
5
5
  AssertionError3yq7q0knw9m5 as AssertionError,
6
6
  } from '../../kotlin-kotlin-stdlib/kotlin/exceptions.mjs';
7
7
  import { toString1pkumu07cwy4m as toString } from '../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
8
- import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
8
+ import { Unit_instancev9v8hjid95df as Unit_instance } from '../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
9
9
  import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
10
10
  import { VOID3gxj6tk5isa35 as VOID } from '../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
11
11
  import {
@@ -23,15 +23,15 @@ import {
23
23
  ensureNotNull1e947j3ixpazm as ensureNotNull,
24
24
  THROW_CCE2g6jy02ryeudk as THROW_CCE,
25
25
  } from '../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
26
- import { SegmentPool_instance26x4wee5nyx6a as SegmentPool_instance } from './SegmentPool.mjs';
26
+ import { SegmentPool_instance23prvj6kllmmf as SegmentPool_instance } from './SegmentPool.mjs';
27
27
  import {
28
28
  ByteString2qc03wzjsovk as ByteString,
29
- Companion_getInstance28gds36m4006o as Companion_getInstance,
29
+ Companion_getInstance2g1g1maz1t653 as Companion_getInstance,
30
30
  } from './ByteString.mjs';
31
31
  import { commonToUtf8Stringyih6e1qg1yoo as commonToUtf8String } from './internal/-Utf8.mjs';
32
32
  import {
33
- _Char___init__impl__6a9atx1csff5kwtduxl as _Char___init__impl__6a9atx,
34
- Char__toInt_impl_vasixd3jl92hthlhyn7 as Char__toInt_impl_vasixd,
33
+ _Char___init__impl__6a9atx2gndcvjvc5pke as _Char___init__impl__6a9atx,
34
+ Char__toInt_impl_vasixdnyockrdnmht5 as Char__toInt_impl_vasixd,
35
35
  } from '../../kotlin-kotlin-stdlib/kotlin/Char.mjs';
36
36
  import { toByte4i43936u611k as toByte } from '../../kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs';
37
37
  import {
@@ -53,27 +53,27 @@ function UnsafeCursor() {
53
53
  if (UnsafeCursorClass === VOID) {
54
54
  class $ {
55
55
  constructor() {
56
- this.q4k_1 = null;
57
- this.r4k_1 = false;
58
- this.s4k_1 = null;
59
- this.t4k_1 = new (Long())(-1, -1);
60
- this.u4k_1 = null;
61
- this.v4k_1 = -1;
62
- this.w4k_1 = -1;
56
+ this.y4k_1 = null;
57
+ this.z4k_1 = false;
58
+ this.a4l_1 = null;
59
+ this.b4l_1 = new (Long())(-1, -1);
60
+ this.c4l_1 = null;
61
+ this.d4l_1 = -1;
62
+ this.e4l_1 = -1;
63
63
  }
64
- o6() {
64
+ j6() {
65
65
  // Inline function 'okio.internal.commonClose' call
66
66
  // Inline function 'kotlin.check' call
67
- if (!!(this.q4k_1 == null)) {
67
+ if (!!(this.y4k_1 == null)) {
68
68
  var message = 'not attached to a buffer';
69
69
  throw IllegalStateException().o(toString(message));
70
70
  }
71
- this.q4k_1 = null;
72
- this.s4k_1 = null;
73
- this.t4k_1 = new (Long())(-1, -1);
74
- this.u4k_1 = null;
75
- this.v4k_1 = -1;
76
- this.w4k_1 = -1;
71
+ this.y4k_1 = null;
72
+ this.a4l_1 = null;
73
+ this.b4l_1 = new (Long())(-1, -1);
74
+ this.c4l_1 = null;
75
+ this.d4l_1 = -1;
76
+ this.e4l_1 = -1;
77
77
  }
78
78
  }
79
79
  initMetadataForClass($, 'UnsafeCursor', UnsafeCursor);
@@ -86,166 +86,168 @@ function Buffer() {
86
86
  if (BufferClass === VOID) {
87
87
  class $ {
88
88
  constructor() {
89
- this.j4i_1 = null;
90
- this.k4i_1 = new (Long())(0, 0);
89
+ this.r4i_1 = null;
90
+ this.s4i_1 = new (Long())(0, 0);
91
91
  }
92
- h1p() {
92
+ c1p() {
93
93
  return this;
94
94
  }
95
- i1p() {
96
- return equalsLong(this.k4i_1, new (Long())(0, 0));
95
+ d1p() {
96
+ return equalsLong(this.s4i_1, new (Long())(0, 0));
97
97
  }
98
- j1p(byteCount) {
99
- if (compare(this.k4i_1, byteCount) < 0)
100
- throw EOFException().a4l(null);
98
+ e1p(byteCount) {
99
+ if (compare(this.s4i_1, byteCount) < 0)
100
+ throw EOFException().i4l(null);
101
101
  }
102
- k1p(byteCount) {
103
- return compare(this.k4i_1, byteCount) >= 0;
102
+ f1p(byteCount) {
103
+ return compare(this.s4i_1, byteCount) >= 0;
104
104
  }
105
- b4l(out, offset, byteCount) {
105
+ j4l(out, offset, byteCount) {
106
106
  var tmp$ret$0;
107
107
  $l$block: {
108
108
  // Inline function 'okio.internal.commonCopyTo' call
109
109
  var offset_0 = offset;
110
110
  var byteCount_0 = byteCount;
111
- checkOffsetAndCount(this.k4i_1, offset_0, byteCount_0);
111
+ checkOffsetAndCount(this.s4i_1, offset_0, byteCount_0);
112
112
  if (equalsLong(byteCount_0, new (Long())(0, 0))) {
113
113
  tmp$ret$0 = this;
114
114
  break $l$block;
115
115
  }
116
- out.k4i_1 = add(out.k4i_1, byteCount_0);
117
- var s = this.j4i_1;
118
- while (compare(offset_0, fromInt(ensureNotNull(s).a4j_1 - s.z4i_1 | 0)) >= 0) {
119
- offset_0 = subtract(offset_0, fromInt(s.a4j_1 - s.z4i_1 | 0));
120
- s = s.d4j_1;
116
+ out.s4i_1 = add(out.s4i_1, byteCount_0);
117
+ var s = this.r4i_1;
118
+ while (compare(offset_0, fromInt(ensureNotNull(s).i4j_1 - s.h4j_1 | 0)) >= 0) {
119
+ offset_0 = subtract(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
120
+ s = s.l4j_1;
121
121
  }
122
122
  while (compare(byteCount_0, new (Long())(0, 0)) > 0) {
123
- var copy = ensureNotNull(s).h4j();
124
- copy.z4i_1 = copy.z4i_1 + convertToInt(offset_0) | 0;
123
+ var copy = ensureNotNull(s).p4j();
124
+ copy.h4j_1 = copy.h4j_1 + convertToInt(offset_0) | 0;
125
125
  var tmp = copy;
126
- var tmp0 = copy.z4i_1 + convertToInt(byteCount_0) | 0;
126
+ var tmp0 = copy.h4j_1 + convertToInt(byteCount_0) | 0;
127
127
  // Inline function 'kotlin.comparisons.minOf' call
128
- var b = copy.a4j_1;
129
- tmp.a4j_1 = Math.min(tmp0, b);
130
- if (out.j4i_1 == null) {
131
- copy.e4j_1 = copy;
132
- copy.d4j_1 = copy.e4j_1;
133
- out.j4i_1 = copy.d4j_1;
128
+ var b = copy.i4j_1;
129
+ tmp.i4j_1 = Math.min(tmp0, b);
130
+ if (out.r4i_1 == null) {
131
+ copy.m4j_1 = copy;
132
+ copy.l4j_1 = copy.m4j_1;
133
+ out.r4i_1 = copy.l4j_1;
134
134
  } else {
135
- ensureNotNull(ensureNotNull(out.j4i_1).e4j_1).j4j(copy);
135
+ ensureNotNull(ensureNotNull(out.r4i_1).m4j_1).r4j(copy);
136
136
  }
137
- byteCount_0 = subtract(byteCount_0, fromInt(copy.a4j_1 - copy.z4i_1 | 0));
137
+ byteCount_0 = subtract(byteCount_0, fromInt(copy.i4j_1 - copy.h4j_1 | 0));
138
138
  offset_0 = new (Long())(0, 0);
139
- s = s.d4j_1;
139
+ s = s.l4j_1;
140
140
  }
141
141
  tmp$ret$0 = this;
142
142
  }
143
143
  return tmp$ret$0;
144
144
  }
145
- d1q(pos) {
145
+ y1p(pos) {
146
146
  var tmp$ret$0;
147
- $l$block_1: {
147
+ $l$block_3: {
148
148
  // Inline function 'okio.internal.commonGet' call
149
- checkOffsetAndCount(this.k4i_1, pos, new (Long())(1, 0));
150
- // Inline function 'okio.internal.seek' call
151
- var tmp0_elvis_lhs = this.j4i_1;
152
- var tmp;
153
- if (tmp0_elvis_lhs == null) {
154
- var offset = new (Long())(-1, -1);
155
- tmp$ret$0 = ensureNotNull(null).y4i_1[convertToInt(subtract(add(numberToLong(null.z4i_1), pos), offset))];
156
- break $l$block_1;
157
- } else {
158
- tmp = tmp0_elvis_lhs;
159
- }
160
- var s = tmp;
161
- if (compare(subtract(this.k4i_1, pos), pos) < 0) {
162
- var offset_0 = this.k4i_1;
163
- while (compare(offset_0, pos) > 0) {
164
- s = ensureNotNull(s.e4j_1);
165
- offset_0 = subtract(offset_0, fromInt(s.a4j_1 - s.z4i_1 | 0));
149
+ checkOffsetAndCount(this.s4i_1, pos, new (Long())(1, 0));
150
+ $l$block_4: {
151
+ // Inline function 'okio.internal.seek' call
152
+ var tmp0_elvis_lhs = this.r4i_1;
153
+ var tmp;
154
+ if (tmp0_elvis_lhs == null) {
155
+ var offset = new (Long())(-1, -1);
156
+ tmp$ret$0 = ensureNotNull(null).g4j_1[convertToInt(subtract(add(numberToLong(null.h4j_1), pos), offset))];
157
+ break $l$block_3;
158
+ } else {
159
+ tmp = tmp0_elvis_lhs;
166
160
  }
167
- var tmp0 = s;
168
- var offset_1 = offset_0;
169
- tmp$ret$0 = ensureNotNull(tmp0).y4i_1[convertToInt(subtract(add(numberToLong(tmp0.z4i_1), pos), offset_1))];
170
- break $l$block_1;
171
- } else {
172
- var offset_2 = new (Long())(0, 0);
173
- $l$loop: while (true) {
174
- var tmp0_0 = offset_2;
175
- // Inline function 'kotlin.Long.plus' call
176
- var other = s.a4j_1 - s.z4i_1 | 0;
177
- var nextOffset = add(tmp0_0, fromInt(other));
178
- if (compare(nextOffset, pos) > 0)
179
- break $l$loop;
180
- s = ensureNotNull(s.d4j_1);
181
- offset_2 = nextOffset;
161
+ var s = tmp;
162
+ if (compare(subtract(this.s4i_1, pos), pos) < 0) {
163
+ var offset_0 = this.s4i_1;
164
+ while (compare(offset_0, pos) > 0) {
165
+ s = ensureNotNull(s.m4j_1);
166
+ offset_0 = subtract(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
167
+ }
168
+ var tmp0 = s;
169
+ var offset_1 = offset_0;
170
+ tmp$ret$0 = ensureNotNull(tmp0).g4j_1[convertToInt(subtract(add(numberToLong(tmp0.h4j_1), pos), offset_1))];
171
+ break $l$block_3;
172
+ } else {
173
+ var offset_2 = new (Long())(0, 0);
174
+ $l$loop: while (true) {
175
+ var tmp0_0 = offset_2;
176
+ // Inline function 'kotlin.Long.plus' call
177
+ var other = s.i4j_1 - s.h4j_1 | 0;
178
+ var nextOffset = add(tmp0_0, fromInt(other));
179
+ if (compare(nextOffset, pos) > 0)
180
+ break $l$loop;
181
+ s = ensureNotNull(s.l4j_1);
182
+ offset_2 = nextOffset;
183
+ }
184
+ var tmp0_1 = s;
185
+ var offset_3 = offset_2;
186
+ tmp$ret$0 = ensureNotNull(tmp0_1).g4j_1[convertToInt(subtract(add(numberToLong(tmp0_1.h4j_1), pos), offset_3))];
187
+ break $l$block_3;
182
188
  }
183
- var tmp0_1 = s;
184
- var offset_3 = offset_2;
185
- tmp$ret$0 = ensureNotNull(tmp0_1).y4i_1[convertToInt(subtract(add(numberToLong(tmp0_1.z4i_1), pos), offset_3))];
186
- break $l$block_1;
187
189
  }
188
190
  }
189
191
  return tmp$ret$0;
190
192
  }
191
- c4l() {
193
+ k4l() {
192
194
  var tmp$ret$0;
193
195
  $l$block: {
194
196
  // Inline function 'okio.internal.commonCompleteSegmentByteCount' call
195
- var result = this.k4i_1;
197
+ var result = this.s4i_1;
196
198
  if (equalsLong(result, new (Long())(0, 0))) {
197
199
  tmp$ret$0 = new (Long())(0, 0);
198
200
  break $l$block;
199
201
  }
200
- var tail = ensureNotNull(ensureNotNull(this.j4i_1).e4j_1);
201
- if (tail.a4j_1 < 8192 && tail.c4j_1) {
202
- result = subtract(result, fromInt(tail.a4j_1 - tail.z4i_1 | 0));
202
+ var tail = ensureNotNull(ensureNotNull(this.r4i_1).m4j_1);
203
+ if (tail.i4j_1 < 8192 && tail.k4j_1) {
204
+ result = subtract(result, fromInt(tail.i4j_1 - tail.h4j_1 | 0));
203
205
  }
204
206
  tmp$ret$0 = result;
205
207
  }
206
208
  return tmp$ret$0;
207
209
  }
208
- l1p() {
210
+ g1p() {
209
211
  // Inline function 'okio.internal.commonReadByte' call
210
- if (equalsLong(this.k4i_1, new (Long())(0, 0)))
211
- throw EOFException().d4l();
212
- var segment = ensureNotNull(this.j4i_1);
213
- var pos = segment.z4i_1;
214
- var limit = segment.a4j_1;
215
- var data = segment.y4i_1;
212
+ if (equalsLong(this.s4i_1, new (Long())(0, 0)))
213
+ throw EOFException().l4l();
214
+ var segment = ensureNotNull(this.r4i_1);
215
+ var pos = segment.h4j_1;
216
+ var limit = segment.i4j_1;
217
+ var data = segment.g4j_1;
216
218
  var tmp0 = pos;
217
219
  pos = tmp0 + 1 | 0;
218
220
  var b = data[tmp0];
219
- this.k4i_1 = subtract(this.k4i_1, new (Long())(1, 0));
221
+ this.s4i_1 = subtract(this.s4i_1, new (Long())(1, 0));
220
222
  if (pos === limit) {
221
- this.j4i_1 = segment.i4j();
222
- SegmentPool_instance.p4j(segment);
223
+ this.r4i_1 = segment.q4j();
224
+ SegmentPool_instance.x4j(segment);
223
225
  } else {
224
- segment.z4i_1 = pos;
226
+ segment.h4j_1 = pos;
225
227
  }
226
228
  return b;
227
229
  }
228
- v4i() {
229
- var tmp$ret$4;
230
+ d4j() {
231
+ var tmp$ret$0;
230
232
  $l$block: {
231
233
  // Inline function 'okio.internal.commonReadInt' call
232
- if (compare(this.k4i_1, new (Long())(4, 0)) < 0)
233
- throw EOFException().d4l();
234
- var segment = ensureNotNull(this.j4i_1);
235
- var pos = segment.z4i_1;
236
- var limit = segment.a4j_1;
234
+ if (compare(this.s4i_1, new (Long())(4, 0)) < 0)
235
+ throw EOFException().l4l();
236
+ var segment = ensureNotNull(this.r4i_1);
237
+ var pos = segment.h4j_1;
238
+ var limit = segment.i4j_1;
237
239
  if (compare(fromInt(limit - pos | 0), new (Long())(4, 0)) < 0) {
238
240
  // Inline function 'okio.and' call
239
- var tmp = (this.l1p() & 255) << 24;
241
+ var tmp = (this.g1p() & 255) << 24;
240
242
  // Inline function 'okio.and' call
241
- var tmp_0 = tmp | (this.l1p() & 255) << 16;
243
+ var tmp_0 = tmp | (this.g1p() & 255) << 16;
242
244
  // Inline function 'okio.and' call
243
- var tmp_1 = tmp_0 | (this.l1p() & 255) << 8;
245
+ var tmp_1 = tmp_0 | (this.g1p() & 255) << 8;
244
246
  // Inline function 'okio.and' call
245
- tmp$ret$4 = tmp_1 | this.l1p() & 255;
247
+ tmp$ret$0 = tmp_1 | this.g1p() & 255;
246
248
  break $l$block;
247
249
  }
248
- var data = segment.y4i_1;
250
+ var data = segment.g4j_1;
249
251
  var tmp3 = pos;
250
252
  pos = tmp3 + 1 | 0;
251
253
  // Inline function 'okio.and' call
@@ -262,106 +264,106 @@ function Buffer() {
262
264
  pos = tmp0 + 1 | 0;
263
265
  // Inline function 'okio.and' call
264
266
  var i = tmp_4 | data[tmp0] & 255;
265
- this.k4i_1 = subtract(this.k4i_1, new (Long())(4, 0));
267
+ this.s4i_1 = subtract(this.s4i_1, new (Long())(4, 0));
266
268
  if (pos === limit) {
267
- this.j4i_1 = segment.i4j();
268
- SegmentPool_instance.p4j(segment);
269
+ this.r4i_1 = segment.q4j();
270
+ SegmentPool_instance.x4j(segment);
269
271
  } else {
270
- segment.z4i_1 = pos;
272
+ segment.h4j_1 = pos;
271
273
  }
272
- tmp$ret$4 = i;
274
+ tmp$ret$0 = i;
273
275
  }
274
- return tmp$ret$4;
276
+ return tmp$ret$0;
275
277
  }
276
- e4l() {
278
+ m4l() {
277
279
  // Inline function 'okio.internal.commonReadByteString' call
278
- return this.f4l(this.k4i_1);
280
+ return this.n4l(this.s4i_1);
279
281
  }
280
- f4l(byteCount) {
281
- var tmp$ret$4;
282
+ n4l(byteCount) {
283
+ var tmp$ret$0;
282
284
  $l$block_0: {
283
285
  // Inline function 'okio.internal.commonReadByteString' call
284
286
  // Inline function 'kotlin.require' call
285
287
  if (!(compare(byteCount, new (Long())(0, 0)) >= 0 && compare(byteCount, new (Long())(2147483647, 0)) <= 0)) {
286
288
  var message = 'byteCount: ' + byteCount.toString();
287
- throw IllegalArgumentException().r2(toString(message));
289
+ throw IllegalArgumentException().m2(toString(message));
288
290
  }
289
- if (compare(this.k4i_1, byteCount) < 0)
290
- throw EOFException().d4l();
291
+ if (compare(this.s4i_1, byteCount) < 0)
292
+ throw EOFException().l4l();
291
293
  if (compare(byteCount, new (Long())(4096, 0)) >= 0) {
292
294
  // Inline function 'kotlin.also' call
293
- var this_0 = this.h4l(convertToInt(byteCount));
294
- this.f1q(byteCount);
295
- tmp$ret$4 = this_0;
295
+ var this_0 = this.p4l(convertToInt(byteCount));
296
+ this.a1q(byteCount);
297
+ tmp$ret$0 = this_0;
296
298
  break $l$block_0;
297
299
  } else {
298
- tmp$ret$4 = new (ByteString())(this.g4l(byteCount));
300
+ tmp$ret$0 = new (ByteString())(this.o4l(byteCount));
299
301
  break $l$block_0;
300
302
  }
301
303
  }
302
- return tmp$ret$4;
304
+ return tmp$ret$0;
303
305
  }
304
- i4l() {
305
- return this.v4j(this.k4i_1);
306
+ q4l() {
307
+ return this.d4k(this.s4i_1);
306
308
  }
307
- v4j(byteCount) {
308
- var tmp$ret$2;
309
+ d4k(byteCount) {
310
+ var tmp$ret$0;
309
311
  $l$block_0: {
310
312
  // Inline function 'okio.internal.commonReadUtf8' call
311
313
  // Inline function 'kotlin.require' call
312
314
  if (!(compare(byteCount, new (Long())(0, 0)) >= 0 && compare(byteCount, new (Long())(2147483647, 0)) <= 0)) {
313
315
  var message = 'byteCount: ' + byteCount.toString();
314
- throw IllegalArgumentException().r2(toString(message));
316
+ throw IllegalArgumentException().m2(toString(message));
315
317
  }
316
- if (compare(this.k4i_1, byteCount) < 0)
317
- throw EOFException().d4l();
318
+ if (compare(this.s4i_1, byteCount) < 0)
319
+ throw EOFException().l4l();
318
320
  if (equalsLong(byteCount, new (Long())(0, 0))) {
319
- tmp$ret$2 = '';
321
+ tmp$ret$0 = '';
320
322
  break $l$block_0;
321
323
  }
322
- var s = ensureNotNull(this.j4i_1);
323
- if (compare(add(numberToLong(s.z4i_1), byteCount), fromInt(s.a4j_1)) > 0) {
324
- tmp$ret$2 = commonToUtf8String(this.g4l(byteCount));
324
+ var s = ensureNotNull(this.r4i_1);
325
+ if (compare(add(numberToLong(s.h4j_1), byteCount), fromInt(s.i4j_1)) > 0) {
326
+ tmp$ret$0 = commonToUtf8String(this.o4l(byteCount));
325
327
  break $l$block_0;
326
328
  }
327
- var result = commonToUtf8String(s.y4i_1, s.z4i_1, s.z4i_1 + convertToInt(byteCount) | 0);
328
- s.z4i_1 = s.z4i_1 + convertToInt(byteCount) | 0;
329
- this.k4i_1 = subtract(this.k4i_1, byteCount);
330
- if (s.z4i_1 === s.a4j_1) {
331
- this.j4i_1 = s.i4j();
332
- SegmentPool_instance.p4j(s);
329
+ var result = commonToUtf8String(s.g4j_1, s.h4j_1, s.h4j_1 + convertToInt(byteCount) | 0);
330
+ s.h4j_1 = s.h4j_1 + convertToInt(byteCount) | 0;
331
+ this.s4i_1 = subtract(this.s4i_1, byteCount);
332
+ if (s.h4j_1 === s.i4j_1) {
333
+ this.r4i_1 = s.q4j();
334
+ SegmentPool_instance.x4j(s);
333
335
  }
334
- tmp$ret$2 = result;
336
+ tmp$ret$0 = result;
335
337
  }
336
- return tmp$ret$2;
338
+ return tmp$ret$0;
337
339
  }
338
- j4l() {
339
- return this.k4l(new (Long())(-1, 2147483647));
340
+ r4l() {
341
+ return this.s4l(new (Long())(-1, 2147483647));
340
342
  }
341
- k4l(limit) {
342
- var tmp$ret$3;
343
+ s4l(limit) {
344
+ var tmp$ret$0;
343
345
  $l$block_0: {
344
346
  // Inline function 'okio.internal.commonReadUtf8LineStrict' call
345
347
  // Inline function 'kotlin.require' call
346
348
  if (!(compare(limit, new (Long())(0, 0)) >= 0)) {
347
349
  var message = 'limit < 0: ' + limit.toString();
348
- throw IllegalArgumentException().r2(toString(message));
350
+ throw IllegalArgumentException().m2(toString(message));
349
351
  }
350
352
  var scanLength = equalsLong(limit, new (Long())(-1, 2147483647)) ? new (Long())(-1, 2147483647) : add(limit, new (Long())(1, 0));
351
353
  // Inline function 'kotlin.code' call
352
354
  var this_0 = _Char___init__impl__6a9atx(10);
353
- var tmp$ret$2 = Char__toInt_impl_vasixd(this_0);
354
- var newline = this.l4l(toByte(tmp$ret$2), new (Long())(0, 0), scanLength);
355
+ var tmp$ret$3 = Char__toInt_impl_vasixd(this_0);
356
+ var newline = this.t4l(toByte(tmp$ret$3), new (Long())(0, 0), scanLength);
355
357
  if (!equalsLong(newline, new (Long())(-1, -1))) {
356
- tmp$ret$3 = readUtf8Line(this, newline);
358
+ tmp$ret$0 = readUtf8Line(this, newline);
357
359
  break $l$block_0;
358
360
  }
359
361
  var tmp;
360
362
  var tmp_0;
361
- if (compare(scanLength, this.k4i_1) < 0) {
363
+ if (compare(scanLength, this.s4i_1) < 0) {
362
364
  // Inline function 'kotlin.Long.minus' call
363
365
  var tmp$ret$4 = subtract(scanLength, fromInt(1));
364
- var tmp_1 = this.d1q(tmp$ret$4);
366
+ var tmp_1 = this.y1p(tmp$ret$4);
365
367
  // Inline function 'kotlin.code' call
366
368
  var this_1 = _Char___init__impl__6a9atx(13);
367
369
  var tmp$ret$5 = Char__toInt_impl_vasixd(this_1);
@@ -370,7 +372,7 @@ function Buffer() {
370
372
  tmp_0 = false;
371
373
  }
372
374
  if (tmp_0) {
373
- var tmp_2 = this.d1q(scanLength);
375
+ var tmp_2 = this.y1p(scanLength);
374
376
  // Inline function 'kotlin.code' call
375
377
  var this_2 = _Char___init__impl__6a9atx(10);
376
378
  var tmp$ret$6 = Char__toInt_impl_vasixd(this_2);
@@ -379,25 +381,25 @@ function Buffer() {
379
381
  tmp = false;
380
382
  }
381
383
  if (tmp) {
382
- tmp$ret$3 = readUtf8Line(this, scanLength);
384
+ tmp$ret$0 = readUtf8Line(this, scanLength);
383
385
  break $l$block_0;
384
386
  }
385
387
  var data = new (Buffer())();
386
388
  var tmp_3 = new (Long())(0, 0);
387
389
  // Inline function 'okio.minOf' call
388
- var b = this.k4i_1;
390
+ var b = this.s4i_1;
389
391
  // Inline function 'kotlin.comparisons.minOf' call
390
392
  var a = fromInt(32);
391
- var tmp$ret$8 = compare(a, b) <= 0 ? a : b;
392
- this.b4l(data, tmp_3, tmp$ret$8);
393
+ var tmp$ret$7 = compare(a, b) <= 0 ? a : b;
394
+ this.j4l(data, tmp_3, tmp$ret$7);
393
395
  // Inline function 'kotlin.comparisons.minOf' call
394
- var a_0 = this.k4i_1;
396
+ var a_0 = this.s4i_1;
395
397
  var tmp$ret$9 = compare(a_0, limit) <= 0 ? a_0 : limit;
396
- throw EOFException().a4l('\\n not found: limit=' + tmp$ret$9.toString() + ' content=' + data.e4l().i4k() + '\u2026');
398
+ throw EOFException().i4l('\\n not found: limit=' + tmp$ret$9.toString() + ' content=' + data.m4l().q4k() + '\u2026');
397
399
  }
398
- return tmp$ret$3;
400
+ return tmp$ret$0;
399
401
  }
400
- m4l(options) {
402
+ u4l(options) {
401
403
  var tmp$ret$0;
402
404
  $l$block: {
403
405
  // Inline function 'okio.internal.commonSelect' call
@@ -406,46 +408,46 @@ function Buffer() {
406
408
  tmp$ret$0 = -1;
407
409
  break $l$block;
408
410
  }
409
- var selectedSize = options.r4i_1[index].v2();
410
- this.f1q(fromInt(selectedSize));
411
+ var selectedSize = options.z4i_1[index].q2();
412
+ this.a1q(fromInt(selectedSize));
411
413
  tmp$ret$0 = index;
412
414
  }
413
415
  return tmp$ret$0;
414
416
  }
415
- n4l() {
417
+ v4l() {
416
418
  // Inline function 'okio.internal.commonReadByteArray' call
417
- return this.g4l(this.k4i_1);
419
+ return this.o4l(this.s4i_1);
418
420
  }
419
- g4l(byteCount) {
421
+ o4l(byteCount) {
420
422
  // Inline function 'okio.internal.commonReadByteArray' call
421
423
  // Inline function 'kotlin.require' call
422
424
  if (!(compare(byteCount, new (Long())(0, 0)) >= 0 && compare(byteCount, new (Long())(2147483647, 0)) <= 0)) {
423
425
  var message = 'byteCount: ' + byteCount.toString();
424
- throw IllegalArgumentException().r2(toString(message));
426
+ throw IllegalArgumentException().m2(toString(message));
425
427
  }
426
- if (compare(this.k4i_1, byteCount) < 0)
427
- throw EOFException().d4l();
428
+ if (compare(this.s4i_1, byteCount) < 0)
429
+ throw EOFException().l4l();
428
430
  var result = new Int8Array(convertToInt(byteCount));
429
- this.o4l(result);
431
+ this.w4l(result);
430
432
  return result;
431
433
  }
432
- o4l(sink) {
434
+ w4l(sink) {
433
435
  // Inline function 'okio.internal.commonReadFully' call
434
436
  var offset = 0;
435
437
  while (offset < sink.length) {
436
- var read = this.p4l(sink, offset, sink.length - offset | 0);
438
+ var read = this.x4l(sink, offset, sink.length - offset | 0);
437
439
  if (read === -1)
438
- throw EOFException().d4l();
440
+ throw EOFException().l4l();
439
441
  offset = offset + read | 0;
440
442
  }
441
443
  return Unit_instance;
442
444
  }
443
- p4l(sink, offset, byteCount) {
445
+ x4l(sink, offset, byteCount) {
444
446
  var tmp$ret$0;
445
447
  $l$block: {
446
448
  // Inline function 'okio.internal.commonRead' call
447
449
  checkOffsetAndCount(fromInt(sink.length), fromInt(offset), fromInt(byteCount));
448
- var tmp0_elvis_lhs = this.j4i_1;
450
+ var tmp0_elvis_lhs = this.r4i_1;
449
451
  var tmp;
450
452
  if (tmp0_elvis_lhs == null) {
451
453
  tmp$ret$0 = -1;
@@ -455,112 +457,112 @@ function Buffer() {
455
457
  }
456
458
  var s = tmp;
457
459
  // Inline function 'kotlin.comparisons.minOf' call
458
- var b = s.a4j_1 - s.z4i_1 | 0;
460
+ var b = s.i4j_1 - s.h4j_1 | 0;
459
461
  var toCopy = Math.min(byteCount, b);
460
- var tmp0 = s.y4i_1;
461
- var tmp6 = s.z4i_1;
462
+ var tmp0 = s.g4j_1;
463
+ var tmp6 = s.h4j_1;
462
464
  // Inline function 'kotlin.collections.copyInto' call
463
- var endIndex = s.z4i_1 + toCopy | 0;
465
+ var endIndex = s.h4j_1 + toCopy | 0;
464
466
  // Inline function 'kotlin.js.unsafeCast' call
465
467
  // Inline function 'kotlin.js.asDynamic' call
466
468
  var tmp_0 = tmp0;
467
469
  // Inline function 'kotlin.js.unsafeCast' call
468
470
  // Inline function 'kotlin.js.asDynamic' call
469
471
  arrayCopy(tmp_0, sink, offset, tmp6, endIndex);
470
- s.z4i_1 = s.z4i_1 + toCopy | 0;
471
- this.k4i_1 = subtract(this.k4i_1, fromInt(toCopy));
472
- if (s.z4i_1 === s.a4j_1) {
473
- this.j4i_1 = s.i4j();
474
- SegmentPool_instance.p4j(s);
472
+ s.h4j_1 = s.h4j_1 + toCopy | 0;
473
+ this.s4i_1 = subtract(this.s4i_1, fromInt(toCopy));
474
+ if (s.h4j_1 === s.i4j_1) {
475
+ this.r4i_1 = s.q4j();
476
+ SegmentPool_instance.x4j(s);
475
477
  }
476
478
  tmp$ret$0 = toCopy;
477
479
  }
478
480
  return tmp$ret$0;
479
481
  }
480
- r4() {
482
+ m4() {
481
483
  // Inline function 'okio.internal.commonClear' call
482
- this.f1q(this.k4i_1);
484
+ this.a1q(this.s4i_1);
483
485
  return Unit_instance;
484
486
  }
485
- f1q(byteCount) {
487
+ a1q(byteCount) {
486
488
  // Inline function 'okio.internal.commonSkip' call
487
489
  var byteCount_0 = byteCount;
488
490
  while (compare(byteCount_0, new (Long())(0, 0)) > 0) {
489
- var tmp0_elvis_lhs = this.j4i_1;
491
+ var tmp0_elvis_lhs = this.r4i_1;
490
492
  var tmp;
491
493
  if (tmp0_elvis_lhs == null) {
492
- throw EOFException().d4l();
494
+ throw EOFException().l4l();
493
495
  } else {
494
496
  tmp = tmp0_elvis_lhs;
495
497
  }
496
498
  var head = tmp;
497
499
  var tmp0 = byteCount_0;
498
500
  // Inline function 'okio.minOf' call
499
- var b = head.a4j_1 - head.z4i_1 | 0;
501
+ var b = head.i4j_1 - head.h4j_1 | 0;
500
502
  // Inline function 'kotlin.comparisons.minOf' call
501
503
  var b_0 = fromInt(b);
502
504
  var tmp$ret$1 = compare(tmp0, b_0) <= 0 ? tmp0 : b_0;
503
505
  var toSkip = convertToInt(tmp$ret$1);
504
- this.k4i_1 = subtract(this.k4i_1, fromInt(toSkip));
506
+ this.s4i_1 = subtract(this.s4i_1, fromInt(toSkip));
505
507
  byteCount_0 = subtract(byteCount_0, fromInt(toSkip));
506
- head.z4i_1 = head.z4i_1 + toSkip | 0;
507
- if (head.z4i_1 === head.a4j_1) {
508
- this.j4i_1 = head.i4j();
509
- SegmentPool_instance.p4j(head);
508
+ head.h4j_1 = head.h4j_1 + toSkip | 0;
509
+ if (head.h4j_1 === head.i4j_1) {
510
+ this.r4i_1 = head.q4j();
511
+ SegmentPool_instance.x4j(head);
510
512
  }
511
513
  }
512
514
  return Unit_instance;
513
515
  }
514
- q4l(byteString) {
516
+ y4l(byteString) {
515
517
  // Inline function 'okio.internal.commonWrite' call
516
- var byteCount = byteString.v2();
517
- byteString.m4k(this, 0, byteCount);
518
+ var byteCount = byteString.q2();
519
+ byteString.u4k(this, 0, byteCount);
518
520
  return this;
519
521
  }
520
- r4l(minimumCapacity) {
521
- var tmp$ret$2;
522
+ z4l(minimumCapacity) {
523
+ var tmp$ret$0;
522
524
  $l$block: {
523
525
  // Inline function 'okio.internal.commonWritableSegment' call
524
526
  // Inline function 'kotlin.require' call
525
527
  if (!(minimumCapacity >= 1 && minimumCapacity <= 8192)) {
526
528
  var message = 'unexpected capacity';
527
- throw IllegalArgumentException().r2(toString(message));
529
+ throw IllegalArgumentException().m2(toString(message));
528
530
  }
529
- if (this.j4i_1 == null) {
530
- var result = SegmentPool_instance.q1q();
531
- this.j4i_1 = result;
532
- result.e4j_1 = result;
533
- result.d4j_1 = result;
534
- tmp$ret$2 = result;
531
+ if (this.r4i_1 == null) {
532
+ var result = SegmentPool_instance.l1q();
533
+ this.r4i_1 = result;
534
+ result.m4j_1 = result;
535
+ result.l4j_1 = result;
536
+ tmp$ret$0 = result;
535
537
  break $l$block;
536
538
  }
537
- var tail = ensureNotNull(this.j4i_1).e4j_1;
538
- if ((ensureNotNull(tail).a4j_1 + minimumCapacity | 0) > 8192 || !tail.c4j_1) {
539
- tail = tail.j4j(SegmentPool_instance.q1q());
539
+ var tail = ensureNotNull(this.r4i_1).m4j_1;
540
+ if ((ensureNotNull(tail).i4j_1 + minimumCapacity | 0) > 8192 || !tail.k4j_1) {
541
+ tail = tail.r4j(SegmentPool_instance.l1q());
540
542
  }
541
- tmp$ret$2 = tail;
543
+ tmp$ret$0 = tail;
542
544
  }
543
- return tmp$ret$2;
545
+ return tmp$ret$0;
544
546
  }
545
- s4l(string) {
546
- return this.t4l(string, 0, string.length);
547
+ a4m(string) {
548
+ return this.b4m(string, 0, string.length);
547
549
  }
548
- t4l(string, beginIndex, endIndex) {
550
+ b4m(string, beginIndex, endIndex) {
549
551
  // Inline function 'okio.internal.commonWriteUtf8' call
550
552
  // Inline function 'kotlin.require' call
551
553
  if (!(beginIndex >= 0)) {
552
554
  var message = 'beginIndex < 0: ' + beginIndex;
553
- throw IllegalArgumentException().r2(toString(message));
555
+ throw IllegalArgumentException().m2(toString(message));
554
556
  }
555
557
  // Inline function 'kotlin.require' call
556
558
  if (!(endIndex >= beginIndex)) {
557
559
  var message_0 = 'endIndex < beginIndex: ' + endIndex + ' < ' + beginIndex;
558
- throw IllegalArgumentException().r2(toString(message_0));
560
+ throw IllegalArgumentException().m2(toString(message_0));
559
561
  }
560
562
  // Inline function 'kotlin.require' call
561
563
  if (!(endIndex <= string.length)) {
562
564
  var message_1 = 'endIndex > string.length: ' + endIndex + ' > ' + string.length;
563
- throw IllegalArgumentException().r2(toString(message_1));
565
+ throw IllegalArgumentException().m2(toString(message_1));
564
566
  }
565
567
  var i = beginIndex;
566
568
  while (i < endIndex) {
@@ -568,9 +570,9 @@ function Buffer() {
568
570
  var this_0 = charCodeAt(string, i);
569
571
  var c = Char__toInt_impl_vasixd(this_0);
570
572
  if (c < 128) {
571
- var tail = this.r4l(1);
572
- var data = tail.y4i_1;
573
- var segmentOffset = tail.a4j_1 - i | 0;
573
+ var tail = this.z4l(1);
574
+ var data = tail.g4j_1;
575
+ var segmentOffset = tail.i4j_1 - i | 0;
574
576
  // Inline function 'kotlin.comparisons.minOf' call
575
577
  var b = 8192 - segmentOffset | 0;
576
578
  var runLimit = Math.min(endIndex, b);
@@ -587,23 +589,23 @@ function Buffer() {
587
589
  i = tmp1 + 1 | 0;
588
590
  data[segmentOffset + tmp1 | 0] = toByte(c);
589
591
  }
590
- var runSize = (i + segmentOffset | 0) - tail.a4j_1 | 0;
591
- tail.a4j_1 = tail.a4j_1 + runSize | 0;
592
- this.k4i_1 = add(this.k4i_1, fromInt(runSize));
592
+ var runSize = (i + segmentOffset | 0) - tail.i4j_1 | 0;
593
+ tail.i4j_1 = tail.i4j_1 + runSize | 0;
594
+ this.s4i_1 = add(this.s4i_1, fromInt(runSize));
593
595
  } else if (c < 2048) {
594
- var tail_0 = this.r4l(2);
595
- tail_0.y4i_1[tail_0.a4j_1] = toByte(c >> 6 | 192);
596
- tail_0.y4i_1[tail_0.a4j_1 + 1 | 0] = toByte(c & 63 | 128);
597
- tail_0.a4j_1 = tail_0.a4j_1 + 2 | 0;
598
- this.k4i_1 = add(this.k4i_1, new (Long())(2, 0));
596
+ var tail_0 = this.z4l(2);
597
+ tail_0.g4j_1[tail_0.i4j_1] = toByte(c >> 6 | 192);
598
+ tail_0.g4j_1[tail_0.i4j_1 + 1 | 0] = toByte(c & 63 | 128);
599
+ tail_0.i4j_1 = tail_0.i4j_1 + 2 | 0;
600
+ this.s4i_1 = add(this.s4i_1, new (Long())(2, 0));
599
601
  i = i + 1 | 0;
600
602
  } else if (c < 55296 || c > 57343) {
601
- var tail_1 = this.r4l(3);
602
- tail_1.y4i_1[tail_1.a4j_1] = toByte(c >> 12 | 224);
603
- tail_1.y4i_1[tail_1.a4j_1 + 1 | 0] = toByte(c >> 6 & 63 | 128);
604
- tail_1.y4i_1[tail_1.a4j_1 + 2 | 0] = toByte(c & 63 | 128);
605
- tail_1.a4j_1 = tail_1.a4j_1 + 3 | 0;
606
- this.k4i_1 = add(this.k4i_1, new (Long())(3, 0));
603
+ var tail_1 = this.z4l(3);
604
+ tail_1.g4j_1[tail_1.i4j_1] = toByte(c >> 12 | 224);
605
+ tail_1.g4j_1[tail_1.i4j_1 + 1 | 0] = toByte(c >> 6 & 63 | 128);
606
+ tail_1.g4j_1[tail_1.i4j_1 + 2 | 0] = toByte(c & 63 | 128);
607
+ tail_1.i4j_1 = tail_1.i4j_1 + 3 | 0;
608
+ this.s4i_1 = add(this.s4i_1, new (Long())(3, 0));
607
609
  i = i + 1 | 0;
608
610
  } else {
609
611
  var tmp;
@@ -618,41 +620,41 @@ function Buffer() {
618
620
  if (c > 56319 || !(56320 <= low ? low <= 57343 : false)) {
619
621
  // Inline function 'kotlin.code' call
620
622
  var this_3 = _Char___init__impl__6a9atx(63);
621
- var tmp$ret$10 = Char__toInt_impl_vasixd(this_3);
622
- this.u4l(tmp$ret$10);
623
+ var tmp$ret$11 = Char__toInt_impl_vasixd(this_3);
624
+ this.c4m(tmp$ret$11);
623
625
  i = i + 1 | 0;
624
626
  } else {
625
627
  var codePoint = 65536 + ((c & 1023) << 10 | low & 1023) | 0;
626
- var tail_2 = this.r4l(4);
627
- tail_2.y4i_1[tail_2.a4j_1] = toByte(codePoint >> 18 | 240);
628
- tail_2.y4i_1[tail_2.a4j_1 + 1 | 0] = toByte(codePoint >> 12 & 63 | 128);
629
- tail_2.y4i_1[tail_2.a4j_1 + 2 | 0] = toByte(codePoint >> 6 & 63 | 128);
630
- tail_2.y4i_1[tail_2.a4j_1 + 3 | 0] = toByte(codePoint & 63 | 128);
631
- tail_2.a4j_1 = tail_2.a4j_1 + 4 | 0;
632
- this.k4i_1 = add(this.k4i_1, new (Long())(4, 0));
628
+ var tail_2 = this.z4l(4);
629
+ tail_2.g4j_1[tail_2.i4j_1] = toByte(codePoint >> 18 | 240);
630
+ tail_2.g4j_1[tail_2.i4j_1 + 1 | 0] = toByte(codePoint >> 12 & 63 | 128);
631
+ tail_2.g4j_1[tail_2.i4j_1 + 2 | 0] = toByte(codePoint >> 6 & 63 | 128);
632
+ tail_2.g4j_1[tail_2.i4j_1 + 3 | 0] = toByte(codePoint & 63 | 128);
633
+ tail_2.i4j_1 = tail_2.i4j_1 + 4 | 0;
634
+ this.s4i_1 = add(this.s4i_1, new (Long())(4, 0));
633
635
  i = i + 2 | 0;
634
636
  }
635
637
  }
636
638
  }
637
639
  return this;
638
640
  }
639
- v4l(source) {
641
+ d4m(source) {
640
642
  // Inline function 'okio.internal.commonWrite' call
641
- return this.w4j(source, 0, source.length);
643
+ return this.e4k(source, 0, source.length);
642
644
  }
643
- w4j(source, offset, byteCount) {
645
+ e4k(source, offset, byteCount) {
644
646
  // Inline function 'okio.internal.commonWrite' call
645
647
  var offset_0 = offset;
646
648
  checkOffsetAndCount(fromInt(source.length), fromInt(offset_0), fromInt(byteCount));
647
649
  var limit = offset_0 + byteCount | 0;
648
650
  while (offset_0 < limit) {
649
- var tail = this.r4l(1);
651
+ var tail = this.z4l(1);
650
652
  var tmp0 = limit - offset_0 | 0;
651
653
  // Inline function 'kotlin.comparisons.minOf' call
652
- var b = 8192 - tail.a4j_1 | 0;
654
+ var b = 8192 - tail.i4j_1 | 0;
653
655
  var toCopy = Math.min(tmp0, b);
654
- var tmp2 = tail.y4i_1;
655
- var tmp4 = tail.a4j_1;
656
+ var tmp2 = tail.g4j_1;
657
+ var tmp4 = tail.i4j_1;
656
658
  var tmp6 = offset_0;
657
659
  // Inline function 'kotlin.collections.copyInto' call
658
660
  var endIndex = offset_0 + toCopy | 0;
@@ -663,36 +665,36 @@ function Buffer() {
663
665
  // Inline function 'kotlin.js.asDynamic' call
664
666
  arrayCopy(tmp, tmp2, tmp4, tmp6, endIndex);
665
667
  offset_0 = offset_0 + toCopy | 0;
666
- tail.a4j_1 = tail.a4j_1 + toCopy | 0;
668
+ tail.i4j_1 = tail.i4j_1 + toCopy | 0;
667
669
  }
668
- this.k4i_1 = add(this.k4i_1, fromInt(byteCount));
670
+ this.s4i_1 = add(this.s4i_1, fromInt(byteCount));
669
671
  return this;
670
672
  }
671
- p4i(source) {
673
+ x4i(source) {
672
674
  // Inline function 'okio.internal.commonWriteAll' call
673
675
  var totalBytesRead = new (Long())(0, 0);
674
676
  $l$loop: while (true) {
675
- var readCount = source.w4l(this, new (Long())(8192, 0));
677
+ var readCount = source.e4m(this, new (Long())(8192, 0));
676
678
  if (equalsLong(readCount, new (Long())(-1, -1)))
677
679
  break $l$loop;
678
680
  totalBytesRead = add(totalBytesRead, readCount);
679
681
  }
680
682
  return totalBytesRead;
681
683
  }
682
- u4l(b) {
684
+ c4m(b) {
683
685
  // Inline function 'okio.internal.commonWriteByte' call
684
- var tail = this.r4l(1);
685
- var tmp1 = tail.a4j_1;
686
- tail.a4j_1 = tmp1 + 1 | 0;
687
- tail.y4i_1[tmp1] = toByte(b);
688
- this.k4i_1 = add(this.k4i_1, new (Long())(1, 0));
686
+ var tail = this.z4l(1);
687
+ var tmp1 = tail.i4j_1;
688
+ tail.i4j_1 = tmp1 + 1 | 0;
689
+ tail.g4j_1[tmp1] = toByte(b);
690
+ this.s4i_1 = add(this.s4i_1, new (Long())(1, 0));
689
691
  return this;
690
692
  }
691
- o4i(i) {
693
+ w4i(i) {
692
694
  // Inline function 'okio.internal.commonWriteInt' call
693
- var tail = this.r4l(4);
694
- var data = tail.y4i_1;
695
- var limit = tail.a4j_1;
695
+ var tail = this.z4l(4);
696
+ var data = tail.g4j_1;
697
+ var limit = tail.i4j_1;
696
698
  var tmp0 = limit;
697
699
  limit = tmp0 + 1 | 0;
698
700
  data[tmp0] = toByte((i >>> 24 | 0) & 255);
@@ -705,633 +707,639 @@ function Buffer() {
705
707
  var tmp3 = limit;
706
708
  limit = tmp3 + 1 | 0;
707
709
  data[tmp3] = toByte(i & 255);
708
- tail.a4j_1 = limit;
709
- this.k4i_1 = add(this.k4i_1, new (Long())(4, 0));
710
+ tail.i4j_1 = limit;
711
+ this.s4i_1 = add(this.s4i_1, new (Long())(4, 0));
710
712
  return this;
711
713
  }
712
- i4i(source, byteCount) {
713
- var tmp$ret$4;
714
+ q4i(source, byteCount) {
715
+ var tmp$ret$0;
714
716
  $l$block: {
715
717
  // Inline function 'okio.internal.commonWrite' call
716
718
  var byteCount_0 = byteCount;
717
719
  // Inline function 'kotlin.require' call
718
720
  if (!!(source === this)) {
719
721
  var message = 'source == this';
720
- throw IllegalArgumentException().r2(toString(message));
722
+ throw IllegalArgumentException().m2(toString(message));
721
723
  }
722
- checkOffsetAndCount(source.k4i_1, new (Long())(0, 0), byteCount_0);
724
+ checkOffsetAndCount(source.s4i_1, new (Long())(0, 0), byteCount_0);
723
725
  while (compare(byteCount_0, new (Long())(0, 0)) > 0) {
724
- if (compare(byteCount_0, fromInt(ensureNotNull(source.j4i_1).a4j_1 - ensureNotNull(source.j4i_1).z4i_1 | 0)) < 0) {
725
- var tail = !(this.j4i_1 == null) ? ensureNotNull(this.j4i_1).e4j_1 : null;
726
+ if (compare(byteCount_0, fromInt(ensureNotNull(source.r4i_1).i4j_1 - ensureNotNull(source.r4i_1).h4j_1 | 0)) < 0) {
727
+ var tail = !(this.r4i_1 == null) ? ensureNotNull(this.r4i_1).m4j_1 : null;
726
728
  var tmp;
727
- if (!(tail == null) && tail.c4j_1) {
729
+ if (!(tail == null) && tail.k4j_1) {
728
730
  var tmp0 = byteCount_0;
729
731
  // Inline function 'kotlin.Long.plus' call
730
- var other = tail.a4j_1;
732
+ var other = tail.i4j_1;
731
733
  var tmp0_0 = add(tmp0, fromInt(other));
732
734
  // Inline function 'kotlin.Long.minus' call
733
- var other_0 = tail.b4j_1 ? 0 : tail.z4i_1;
734
- var tmp$ret$3 = subtract(tmp0_0, fromInt(other_0));
735
- tmp = compare(tmp$ret$3, new (Long())(8192, 0)) <= 0;
735
+ var other_0 = tail.j4j_1 ? 0 : tail.h4j_1;
736
+ var tmp$ret$4 = subtract(tmp0_0, fromInt(other_0));
737
+ tmp = compare(tmp$ret$4, new (Long())(8192, 0)) <= 0;
736
738
  } else {
737
739
  tmp = false;
738
740
  }
739
741
  if (tmp) {
740
- ensureNotNull(source.j4i_1).o4j(tail, convertToInt(byteCount_0));
741
- source.k4i_1 = subtract(source.k4i_1, byteCount_0);
742
- this.k4i_1 = add(this.k4i_1, byteCount_0);
743
- tmp$ret$4 = Unit_instance;
742
+ ensureNotNull(source.r4i_1).w4j(tail, convertToInt(byteCount_0));
743
+ source.s4i_1 = subtract(source.s4i_1, byteCount_0);
744
+ this.s4i_1 = add(this.s4i_1, byteCount_0);
745
+ tmp$ret$0 = Unit_instance;
744
746
  break $l$block;
745
747
  } else {
746
- source.j4i_1 = ensureNotNull(source.j4i_1).k4j(convertToInt(byteCount_0));
748
+ source.r4i_1 = ensureNotNull(source.r4i_1).s4j(convertToInt(byteCount_0));
747
749
  }
748
750
  }
749
- var segmentToMove = source.j4i_1;
750
- var movedByteCount = fromInt(ensureNotNull(segmentToMove).a4j_1 - segmentToMove.z4i_1 | 0);
751
- source.j4i_1 = segmentToMove.i4j();
752
- if (this.j4i_1 == null) {
753
- this.j4i_1 = segmentToMove;
754
- segmentToMove.e4j_1 = segmentToMove;
755
- segmentToMove.d4j_1 = segmentToMove.e4j_1;
751
+ var segmentToMove = source.r4i_1;
752
+ var movedByteCount = fromInt(ensureNotNull(segmentToMove).i4j_1 - segmentToMove.h4j_1 | 0);
753
+ source.r4i_1 = segmentToMove.q4j();
754
+ if (this.r4i_1 == null) {
755
+ this.r4i_1 = segmentToMove;
756
+ segmentToMove.m4j_1 = segmentToMove;
757
+ segmentToMove.l4j_1 = segmentToMove.m4j_1;
756
758
  } else {
757
- var tail_0 = ensureNotNull(this.j4i_1).e4j_1;
758
- tail_0 = ensureNotNull(tail_0).j4j(segmentToMove);
759
- tail_0.n4j();
759
+ var tail_0 = ensureNotNull(this.r4i_1).m4j_1;
760
+ tail_0 = ensureNotNull(tail_0).r4j(segmentToMove);
761
+ tail_0.v4j();
760
762
  }
761
- source.k4i_1 = subtract(source.k4i_1, movedByteCount);
762
- this.k4i_1 = add(this.k4i_1, movedByteCount);
763
+ source.s4i_1 = subtract(source.s4i_1, movedByteCount);
764
+ this.s4i_1 = add(this.s4i_1, movedByteCount);
763
765
  byteCount_0 = subtract(byteCount_0, movedByteCount);
764
766
  }
765
- tmp$ret$4 = Unit_instance;
767
+ tmp$ret$0 = Unit_instance;
766
768
  }
767
- return tmp$ret$4;
769
+ return tmp$ret$0;
768
770
  }
769
- w4l(sink, byteCount) {
770
- var tmp$ret$2;
771
+ e4m(sink, byteCount) {
772
+ var tmp$ret$0;
771
773
  $l$block: {
772
774
  // Inline function 'okio.internal.commonRead' call
773
775
  var byteCount_0 = byteCount;
774
776
  // Inline function 'kotlin.require' call
775
777
  if (!(compare(byteCount_0, new (Long())(0, 0)) >= 0)) {
776
778
  var message = 'byteCount < 0: ' + byteCount_0.toString();
777
- throw IllegalArgumentException().r2(toString(message));
779
+ throw IllegalArgumentException().m2(toString(message));
778
780
  }
779
- if (equalsLong(this.k4i_1, new (Long())(0, 0))) {
780
- tmp$ret$2 = new (Long())(-1, -1);
781
+ if (equalsLong(this.s4i_1, new (Long())(0, 0))) {
782
+ tmp$ret$0 = new (Long())(-1, -1);
781
783
  break $l$block;
782
784
  }
783
- if (compare(byteCount_0, this.k4i_1) > 0)
784
- byteCount_0 = this.k4i_1;
785
- sink.i4i(this, byteCount_0);
786
- tmp$ret$2 = byteCount_0;
785
+ if (compare(byteCount_0, this.s4i_1) > 0)
786
+ byteCount_0 = this.s4i_1;
787
+ sink.q4i(this, byteCount_0);
788
+ tmp$ret$0 = byteCount_0;
787
789
  }
788
- return tmp$ret$2;
790
+ return tmp$ret$0;
789
791
  }
790
- l4l(b, fromIndex, toIndex) {
791
- var tmp$ret$2;
792
- $l$block_8: {
792
+ t4l(b, fromIndex, toIndex) {
793
+ var tmp$ret$0;
794
+ $l$block_10: {
793
795
  // Inline function 'okio.internal.commonIndexOf' call
794
796
  var fromIndex_0 = fromIndex;
795
797
  var toIndex_0 = toIndex;
796
798
  // Inline function 'kotlin.require' call
797
799
  if (!(compare(new (Long())(0, 0), fromIndex_0) <= 0 ? compare(fromIndex_0, toIndex_0) <= 0 : false)) {
798
- var message = 'size=' + this.k4i_1.toString() + ' fromIndex=' + fromIndex_0.toString() + ' toIndex=' + toIndex_0.toString();
799
- throw IllegalArgumentException().r2(toString(message));
800
+ var message = 'size=' + this.s4i_1.toString() + ' fromIndex=' + fromIndex_0.toString() + ' toIndex=' + toIndex_0.toString();
801
+ throw IllegalArgumentException().m2(toString(message));
800
802
  }
801
- if (compare(toIndex_0, this.k4i_1) > 0)
802
- toIndex_0 = this.k4i_1;
803
+ if (compare(toIndex_0, this.s4i_1) > 0)
804
+ toIndex_0 = this.s4i_1;
803
805
  if (equalsLong(fromIndex_0, toIndex_0)) {
804
- tmp$ret$2 = new (Long())(-1, -1);
805
- break $l$block_8;
806
+ tmp$ret$0 = new (Long())(-1, -1);
807
+ break $l$block_10;
806
808
  }
807
- // Inline function 'okio.internal.seek' call
808
- var fromIndex_1 = fromIndex_0;
809
- var tmp0_elvis_lhs = this.j4i_1;
810
- var tmp;
811
- if (tmp0_elvis_lhs == null) {
812
- var offset = new (Long())(-1, -1);
813
- var tmp_0;
814
- if (null == null) {
815
- tmp$ret$2 = new (Long())(-1, -1);
816
- break $l$block_8;
817
- } else {
818
- tmp_0 = null;
819
- }
820
- var s = tmp_0;
821
- var offset_0 = offset;
822
- while (compare(offset_0, toIndex_0) < 0) {
823
- var data = s.y4i_1;
824
- var tmp0 = fromInt(s.a4j_1);
825
- // Inline function 'kotlin.comparisons.minOf' call
826
- var b_0 = subtract(add(numberToLong(s.z4i_1), toIndex_0), offset_0);
827
- var tmp$ret$3 = compare(tmp0, b_0) <= 0 ? tmp0 : b_0;
828
- var limit = convertToInt(tmp$ret$3);
829
- var pos = convertToInt(subtract(add(numberToLong(s.z4i_1), fromIndex_0), offset_0));
830
- while (pos < limit) {
831
- if (data[pos] === b) {
832
- tmp$ret$2 = add(numberToLong(pos - s.z4i_1 | 0), offset_0);
833
- break $l$block_8;
809
+ var tmp2 = fromIndex_0;
810
+ $l$block_11: {
811
+ // Inline function 'okio.internal.seek' call
812
+ var tmp0_elvis_lhs = this.r4i_1;
813
+ var tmp;
814
+ if (tmp0_elvis_lhs == null) {
815
+ var offset = new (Long())(-1, -1);
816
+ var tmp_0;
817
+ if (null == null) {
818
+ tmp$ret$0 = new (Long())(-1, -1);
819
+ break $l$block_10;
820
+ } else {
821
+ tmp_0 = null;
822
+ }
823
+ var s = tmp_0;
824
+ var offset_0 = offset;
825
+ while (compare(offset_0, toIndex_0) < 0) {
826
+ var data = s.g4j_1;
827
+ var tmp0 = fromInt(s.i4j_1);
828
+ // Inline function 'kotlin.comparisons.minOf' call
829
+ var b_0 = subtract(add(numberToLong(s.h4j_1), toIndex_0), offset_0);
830
+ var tmp$ret$5 = compare(tmp0, b_0) <= 0 ? tmp0 : b_0;
831
+ var limit = convertToInt(tmp$ret$5);
832
+ var pos = convertToInt(subtract(add(numberToLong(s.h4j_1), fromIndex_0), offset_0));
833
+ while (pos < limit) {
834
+ if (data[pos] === b) {
835
+ tmp$ret$0 = add(numberToLong(pos - s.h4j_1 | 0), offset_0);
836
+ break $l$block_10;
837
+ }
838
+ pos = pos + 1 | 0;
834
839
  }
835
- pos = pos + 1 | 0;
840
+ offset_0 = add(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
841
+ fromIndex_0 = offset_0;
842
+ s = ensureNotNull(s.l4j_1);
836
843
  }
837
- offset_0 = add(offset_0, fromInt(s.a4j_1 - s.z4i_1 | 0));
838
- fromIndex_0 = offset_0;
839
- s = ensureNotNull(s.d4j_1);
840
- }
841
- tmp$ret$2 = new (Long())(-1, -1);
842
- break $l$block_8;
843
- } else {
844
- tmp = tmp0_elvis_lhs;
845
- }
846
- var s_0 = tmp;
847
- if (compare(subtract(this.k4i_1, fromIndex_1), fromIndex_1) < 0) {
848
- var offset_1 = this.k4i_1;
849
- while (compare(offset_1, fromIndex_1) > 0) {
850
- s_0 = ensureNotNull(s_0.e4j_1);
851
- offset_1 = subtract(offset_1, fromInt(s_0.a4j_1 - s_0.z4i_1 | 0));
852
- }
853
- var tmp0_0 = s_0;
854
- var offset_2 = offset_1;
855
- var tmp_1;
856
- if (tmp0_0 == null) {
857
- tmp$ret$2 = new (Long())(-1, -1);
858
- break $l$block_8;
844
+ tmp$ret$0 = new (Long())(-1, -1);
845
+ break $l$block_10;
859
846
  } else {
860
- tmp_1 = tmp0_0;
847
+ tmp = tmp0_elvis_lhs;
861
848
  }
862
- var s_1 = tmp_1;
863
- var offset_3 = offset_2;
864
- while (compare(offset_3, toIndex_0) < 0) {
865
- var data_0 = s_1.y4i_1;
866
- var tmp0_1 = fromInt(s_1.a4j_1);
867
- // Inline function 'kotlin.comparisons.minOf' call
868
- var b_1 = subtract(add(numberToLong(s_1.z4i_1), toIndex_0), offset_3);
869
- var tmp$ret$5 = compare(tmp0_1, b_1) <= 0 ? tmp0_1 : b_1;
870
- var limit_0 = convertToInt(tmp$ret$5);
871
- var pos_0 = convertToInt(subtract(add(numberToLong(s_1.z4i_1), fromIndex_0), offset_3));
872
- while (pos_0 < limit_0) {
873
- if (data_0[pos_0] === b) {
874
- tmp$ret$2 = add(numberToLong(pos_0 - s_1.z4i_1 | 0), offset_3);
875
- break $l$block_8;
849
+ var s_0 = tmp;
850
+ if (compare(subtract(this.s4i_1, tmp2), tmp2) < 0) {
851
+ var offset_1 = this.s4i_1;
852
+ while (compare(offset_1, tmp2) > 0) {
853
+ s_0 = ensureNotNull(s_0.m4j_1);
854
+ offset_1 = subtract(offset_1, fromInt(s_0.i4j_1 - s_0.h4j_1 | 0));
855
+ }
856
+ var tmp0_0 = s_0;
857
+ var offset_2 = offset_1;
858
+ var tmp_1;
859
+ if (tmp0_0 == null) {
860
+ tmp$ret$0 = new (Long())(-1, -1);
861
+ break $l$block_10;
862
+ } else {
863
+ tmp_1 = tmp0_0;
864
+ }
865
+ var s_1 = tmp_1;
866
+ var offset_3 = offset_2;
867
+ while (compare(offset_3, toIndex_0) < 0) {
868
+ var data_0 = s_1.g4j_1;
869
+ var tmp0_1 = fromInt(s_1.i4j_1);
870
+ // Inline function 'kotlin.comparisons.minOf' call
871
+ var b_1 = subtract(add(numberToLong(s_1.h4j_1), toIndex_0), offset_3);
872
+ var tmp$ret$7 = compare(tmp0_1, b_1) <= 0 ? tmp0_1 : b_1;
873
+ var limit_0 = convertToInt(tmp$ret$7);
874
+ var pos_0 = convertToInt(subtract(add(numberToLong(s_1.h4j_1), fromIndex_0), offset_3));
875
+ while (pos_0 < limit_0) {
876
+ if (data_0[pos_0] === b) {
877
+ tmp$ret$0 = add(numberToLong(pos_0 - s_1.h4j_1 | 0), offset_3);
878
+ break $l$block_10;
879
+ }
880
+ pos_0 = pos_0 + 1 | 0;
876
881
  }
877
- pos_0 = pos_0 + 1 | 0;
882
+ offset_3 = add(offset_3, fromInt(s_1.i4j_1 - s_1.h4j_1 | 0));
883
+ fromIndex_0 = offset_3;
884
+ s_1 = ensureNotNull(s_1.l4j_1);
878
885
  }
879
- offset_3 = add(offset_3, fromInt(s_1.a4j_1 - s_1.z4i_1 | 0));
880
- fromIndex_0 = offset_3;
881
- s_1 = ensureNotNull(s_1.d4j_1);
882
- }
883
- tmp$ret$2 = new (Long())(-1, -1);
884
- break $l$block_8;
885
- } else {
886
- var offset_4 = new (Long())(0, 0);
887
- $l$loop: while (true) {
888
- var tmp0_2 = offset_4;
889
- // Inline function 'kotlin.Long.plus' call
890
- var other = s_0.a4j_1 - s_0.z4i_1 | 0;
891
- var nextOffset = add(tmp0_2, fromInt(other));
892
- if (compare(nextOffset, fromIndex_1) > 0)
893
- break $l$loop;
894
- s_0 = ensureNotNull(s_0.d4j_1);
895
- offset_4 = nextOffset;
896
- }
897
- var tmp0_3 = s_0;
898
- var offset_5 = offset_4;
899
- var tmp_2;
900
- if (tmp0_3 == null) {
901
- tmp$ret$2 = new (Long())(-1, -1);
902
- break $l$block_8;
886
+ tmp$ret$0 = new (Long())(-1, -1);
887
+ break $l$block_10;
903
888
  } else {
904
- tmp_2 = tmp0_3;
905
- }
906
- var s_2 = tmp_2;
907
- var offset_6 = offset_5;
908
- while (compare(offset_6, toIndex_0) < 0) {
909
- var data_1 = s_2.y4i_1;
910
- var tmp0_4 = fromInt(s_2.a4j_1);
911
- // Inline function 'kotlin.comparisons.minOf' call
912
- var b_2 = subtract(add(numberToLong(s_2.z4i_1), toIndex_0), offset_6);
913
- var tmp$ret$7 = compare(tmp0_4, b_2) <= 0 ? tmp0_4 : b_2;
914
- var limit_1 = convertToInt(tmp$ret$7);
915
- var pos_1 = convertToInt(subtract(add(numberToLong(s_2.z4i_1), fromIndex_0), offset_6));
916
- while (pos_1 < limit_1) {
917
- if (data_1[pos_1] === b) {
918
- tmp$ret$2 = add(numberToLong(pos_1 - s_2.z4i_1 | 0), offset_6);
919
- break $l$block_8;
889
+ var offset_4 = new (Long())(0, 0);
890
+ $l$loop: while (true) {
891
+ var tmp0_2 = offset_4;
892
+ // Inline function 'kotlin.Long.plus' call
893
+ var other = s_0.i4j_1 - s_0.h4j_1 | 0;
894
+ var nextOffset = add(tmp0_2, fromInt(other));
895
+ if (compare(nextOffset, tmp2) > 0)
896
+ break $l$loop;
897
+ s_0 = ensureNotNull(s_0.l4j_1);
898
+ offset_4 = nextOffset;
899
+ }
900
+ var tmp0_3 = s_0;
901
+ var offset_5 = offset_4;
902
+ var tmp_2;
903
+ if (tmp0_3 == null) {
904
+ tmp$ret$0 = new (Long())(-1, -1);
905
+ break $l$block_10;
906
+ } else {
907
+ tmp_2 = tmp0_3;
908
+ }
909
+ var s_2 = tmp_2;
910
+ var offset_6 = offset_5;
911
+ while (compare(offset_6, toIndex_0) < 0) {
912
+ var data_1 = s_2.g4j_1;
913
+ var tmp0_4 = fromInt(s_2.i4j_1);
914
+ // Inline function 'kotlin.comparisons.minOf' call
915
+ var b_2 = subtract(add(numberToLong(s_2.h4j_1), toIndex_0), offset_6);
916
+ var tmp$ret$10 = compare(tmp0_4, b_2) <= 0 ? tmp0_4 : b_2;
917
+ var limit_1 = convertToInt(tmp$ret$10);
918
+ var pos_1 = convertToInt(subtract(add(numberToLong(s_2.h4j_1), fromIndex_0), offset_6));
919
+ while (pos_1 < limit_1) {
920
+ if (data_1[pos_1] === b) {
921
+ tmp$ret$0 = add(numberToLong(pos_1 - s_2.h4j_1 | 0), offset_6);
922
+ break $l$block_10;
923
+ }
924
+ pos_1 = pos_1 + 1 | 0;
920
925
  }
921
- pos_1 = pos_1 + 1 | 0;
926
+ offset_6 = add(offset_6, fromInt(s_2.i4j_1 - s_2.h4j_1 | 0));
927
+ fromIndex_0 = offset_6;
928
+ s_2 = ensureNotNull(s_2.l4j_1);
922
929
  }
923
- offset_6 = add(offset_6, fromInt(s_2.a4j_1 - s_2.z4i_1 | 0));
924
- fromIndex_0 = offset_6;
925
- s_2 = ensureNotNull(s_2.d4j_1);
930
+ tmp$ret$0 = new (Long())(-1, -1);
931
+ break $l$block_10;
926
932
  }
927
- tmp$ret$2 = new (Long())(-1, -1);
928
- break $l$block_8;
929
933
  }
930
934
  }
931
- return tmp$ret$2;
935
+ return tmp$ret$0;
932
936
  }
933
- x4l(bytes) {
934
- return this.y4l(bytes, new (Long())(0, 0));
937
+ f4m(bytes) {
938
+ return this.g4m(bytes, new (Long())(0, 0));
935
939
  }
936
- y4l(bytes, fromIndex) {
937
- var tmp$ret$4;
938
- $l$block_7: {
940
+ g4m(bytes, fromIndex) {
941
+ var tmp$ret$0;
942
+ $l$block_9: {
939
943
  // Inline function 'okio.internal.commonIndexOf' call
940
944
  var fromIndex_0 = fromIndex;
941
945
  // Inline function 'kotlin.require' call
942
- if (!(bytes.v2() > 0)) {
946
+ if (!(bytes.q2() > 0)) {
943
947
  var message = 'bytes is empty';
944
- throw IllegalArgumentException().r2(toString(message));
948
+ throw IllegalArgumentException().m2(toString(message));
945
949
  }
946
950
  // Inline function 'kotlin.require' call
947
951
  if (!(compare(fromIndex_0, new (Long())(0, 0)) >= 0)) {
948
952
  var message_0 = 'fromIndex < 0: ' + fromIndex_0.toString();
949
- throw IllegalArgumentException().r2(toString(message_0));
953
+ throw IllegalArgumentException().m2(toString(message_0));
950
954
  }
951
- // Inline function 'okio.internal.seek' call
952
- var fromIndex_1 = fromIndex_0;
953
- var tmp0_elvis_lhs = this.j4i_1;
954
- var tmp;
955
- if (tmp0_elvis_lhs == null) {
956
- var offset = new (Long())(-1, -1);
957
- var tmp_0;
958
- if (null == null) {
959
- tmp$ret$4 = new (Long())(-1, -1);
960
- break $l$block_7;
961
- } else {
962
- tmp_0 = null;
963
- }
964
- var s = tmp_0;
965
- var offset_0 = offset;
966
- var targetByteArray = bytes.h4k();
967
- var b0 = targetByteArray[0];
968
- var bytesSize = bytes.v2();
969
- // Inline function 'kotlin.Long.minus' call
970
- var this_0 = this.k4i_1;
971
- var tmp$ret$5 = subtract(this_0, fromInt(bytesSize));
972
- var resultLimit = add(tmp$ret$5, new (Long())(1, 0));
973
- while (compare(offset_0, resultLimit) < 0) {
974
- var data = s.y4i_1;
975
- var tmp0 = s.a4j_1;
976
- // Inline function 'okio.minOf' call
977
- var b = subtract(add(numberToLong(s.z4i_1), resultLimit), offset_0);
978
- // Inline function 'kotlin.comparisons.minOf' call
979
- var a = fromInt(tmp0);
980
- var tmp$ret$7 = compare(a, b) <= 0 ? a : b;
981
- var segmentLimit = convertToInt(tmp$ret$7);
982
- var inductionVariable = convertToInt(subtract(add(numberToLong(s.z4i_1), fromIndex_0), offset_0));
983
- if (inductionVariable < segmentLimit)
984
- do {
985
- var pos = inductionVariable;
986
- inductionVariable = inductionVariable + 1 | 0;
987
- if (data[pos] === b0 && rangeEquals(s, pos + 1 | 0, targetByteArray, 1, bytesSize)) {
988
- tmp$ret$4 = add(numberToLong(pos - s.z4i_1 | 0), offset_0);
989
- break $l$block_7;
955
+ var tmp2 = fromIndex_0;
956
+ $l$block_10: {
957
+ // Inline function 'okio.internal.seek' call
958
+ var tmp0_elvis_lhs = this.r4i_1;
959
+ var tmp;
960
+ if (tmp0_elvis_lhs == null) {
961
+ var offset = new (Long())(-1, -1);
962
+ var tmp_0;
963
+ if (null == null) {
964
+ tmp$ret$0 = new (Long())(-1, -1);
965
+ break $l$block_9;
966
+ } else {
967
+ tmp_0 = null;
968
+ }
969
+ var s = tmp_0;
970
+ var offset_0 = offset;
971
+ var targetByteArray = bytes.p4k();
972
+ var b0 = targetByteArray[0];
973
+ var bytesSize = bytes.q2();
974
+ // Inline function 'kotlin.Long.minus' call
975
+ var this_0 = this.s4i_1;
976
+ var tmp$ret$7 = subtract(this_0, fromInt(bytesSize));
977
+ var resultLimit = add(tmp$ret$7, new (Long())(1, 0));
978
+ while (compare(offset_0, resultLimit) < 0) {
979
+ var data = s.g4j_1;
980
+ var tmp0 = s.i4j_1;
981
+ // Inline function 'okio.minOf' call
982
+ var b = subtract(add(numberToLong(s.h4j_1), resultLimit), offset_0);
983
+ // Inline function 'kotlin.comparisons.minOf' call
984
+ var a = fromInt(tmp0);
985
+ var tmp$ret$8 = compare(a, b) <= 0 ? a : b;
986
+ var segmentLimit = convertToInt(tmp$ret$8);
987
+ var inductionVariable = convertToInt(subtract(add(numberToLong(s.h4j_1), fromIndex_0), offset_0));
988
+ if (inductionVariable < segmentLimit)
989
+ do {
990
+ var pos = inductionVariable;
991
+ inductionVariable = inductionVariable + 1 | 0;
992
+ if (data[pos] === b0 && rangeEquals(s, pos + 1 | 0, targetByteArray, 1, bytesSize)) {
993
+ tmp$ret$0 = add(numberToLong(pos - s.h4j_1 | 0), offset_0);
994
+ break $l$block_9;
995
+ }
990
996
  }
991
- }
992
- while (inductionVariable < segmentLimit);
993
- offset_0 = add(offset_0, fromInt(s.a4j_1 - s.z4i_1 | 0));
994
- fromIndex_0 = offset_0;
995
- s = ensureNotNull(s.d4j_1);
996
- }
997
- tmp$ret$4 = new (Long())(-1, -1);
998
- break $l$block_7;
999
- } else {
1000
- tmp = tmp0_elvis_lhs;
1001
- }
1002
- var s_0 = tmp;
1003
- if (compare(subtract(this.k4i_1, fromIndex_1), fromIndex_1) < 0) {
1004
- var offset_1 = this.k4i_1;
1005
- while (compare(offset_1, fromIndex_1) > 0) {
1006
- s_0 = ensureNotNull(s_0.e4j_1);
1007
- offset_1 = subtract(offset_1, fromInt(s_0.a4j_1 - s_0.z4i_1 | 0));
1008
- }
1009
- var tmp0_0 = s_0;
1010
- var offset_2 = offset_1;
1011
- var tmp_1;
1012
- if (tmp0_0 == null) {
1013
- tmp$ret$4 = new (Long())(-1, -1);
1014
- break $l$block_7;
997
+ while (inductionVariable < segmentLimit);
998
+ offset_0 = add(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
999
+ fromIndex_0 = offset_0;
1000
+ s = ensureNotNull(s.l4j_1);
1001
+ }
1002
+ tmp$ret$0 = new (Long())(-1, -1);
1003
+ break $l$block_9;
1015
1004
  } else {
1016
- tmp_1 = tmp0_0;
1005
+ tmp = tmp0_elvis_lhs;
1017
1006
  }
1018
- var s_1 = tmp_1;
1019
- var offset_3 = offset_2;
1020
- var targetByteArray_0 = bytes.h4k();
1021
- var b0_0 = targetByteArray_0[0];
1022
- var bytesSize_0 = bytes.v2();
1023
- // Inline function 'kotlin.Long.minus' call
1024
- var this_1 = this.k4i_1;
1025
- var tmp$ret$9 = subtract(this_1, fromInt(bytesSize_0));
1026
- var resultLimit_0 = add(tmp$ret$9, new (Long())(1, 0));
1027
- while (compare(offset_3, resultLimit_0) < 0) {
1028
- var data_0 = s_1.y4i_1;
1029
- var tmp0_1 = s_1.a4j_1;
1030
- // Inline function 'okio.minOf' call
1031
- var b_0 = subtract(add(numberToLong(s_1.z4i_1), resultLimit_0), offset_3);
1032
- // Inline function 'kotlin.comparisons.minOf' call
1033
- var a_0 = fromInt(tmp0_1);
1034
- var tmp$ret$11 = compare(a_0, b_0) <= 0 ? a_0 : b_0;
1035
- var segmentLimit_0 = convertToInt(tmp$ret$11);
1036
- var inductionVariable_0 = convertToInt(subtract(add(numberToLong(s_1.z4i_1), fromIndex_0), offset_3));
1037
- if (inductionVariable_0 < segmentLimit_0)
1038
- do {
1039
- var pos_0 = inductionVariable_0;
1040
- inductionVariable_0 = inductionVariable_0 + 1 | 0;
1041
- if (data_0[pos_0] === b0_0 && rangeEquals(s_1, pos_0 + 1 | 0, targetByteArray_0, 1, bytesSize_0)) {
1042
- tmp$ret$4 = add(numberToLong(pos_0 - s_1.z4i_1 | 0), offset_3);
1043
- break $l$block_7;
1007
+ var s_0 = tmp;
1008
+ if (compare(subtract(this.s4i_1, tmp2), tmp2) < 0) {
1009
+ var offset_1 = this.s4i_1;
1010
+ while (compare(offset_1, tmp2) > 0) {
1011
+ s_0 = ensureNotNull(s_0.m4j_1);
1012
+ offset_1 = subtract(offset_1, fromInt(s_0.i4j_1 - s_0.h4j_1 | 0));
1013
+ }
1014
+ var tmp0_0 = s_0;
1015
+ var offset_2 = offset_1;
1016
+ var tmp_1;
1017
+ if (tmp0_0 == null) {
1018
+ tmp$ret$0 = new (Long())(-1, -1);
1019
+ break $l$block_9;
1020
+ } else {
1021
+ tmp_1 = tmp0_0;
1022
+ }
1023
+ var s_1 = tmp_1;
1024
+ var offset_3 = offset_2;
1025
+ var targetByteArray_0 = bytes.p4k();
1026
+ var b0_0 = targetByteArray_0[0];
1027
+ var bytesSize_0 = bytes.q2();
1028
+ // Inline function 'kotlin.Long.minus' call
1029
+ var this_1 = this.s4i_1;
1030
+ var tmp$ret$11 = subtract(this_1, fromInt(bytesSize_0));
1031
+ var resultLimit_0 = add(tmp$ret$11, new (Long())(1, 0));
1032
+ while (compare(offset_3, resultLimit_0) < 0) {
1033
+ var data_0 = s_1.g4j_1;
1034
+ var tmp0_1 = s_1.i4j_1;
1035
+ // Inline function 'okio.minOf' call
1036
+ var b_0 = subtract(add(numberToLong(s_1.h4j_1), resultLimit_0), offset_3);
1037
+ // Inline function 'kotlin.comparisons.minOf' call
1038
+ var a_0 = fromInt(tmp0_1);
1039
+ var tmp$ret$12 = compare(a_0, b_0) <= 0 ? a_0 : b_0;
1040
+ var segmentLimit_0 = convertToInt(tmp$ret$12);
1041
+ var inductionVariable_0 = convertToInt(subtract(add(numberToLong(s_1.h4j_1), fromIndex_0), offset_3));
1042
+ if (inductionVariable_0 < segmentLimit_0)
1043
+ do {
1044
+ var pos_0 = inductionVariable_0;
1045
+ inductionVariable_0 = inductionVariable_0 + 1 | 0;
1046
+ if (data_0[pos_0] === b0_0 && rangeEquals(s_1, pos_0 + 1 | 0, targetByteArray_0, 1, bytesSize_0)) {
1047
+ tmp$ret$0 = add(numberToLong(pos_0 - s_1.h4j_1 | 0), offset_3);
1048
+ break $l$block_9;
1049
+ }
1044
1050
  }
1045
- }
1046
- while (inductionVariable_0 < segmentLimit_0);
1047
- offset_3 = add(offset_3, fromInt(s_1.a4j_1 - s_1.z4i_1 | 0));
1048
- fromIndex_0 = offset_3;
1049
- s_1 = ensureNotNull(s_1.d4j_1);
1050
- }
1051
- tmp$ret$4 = new (Long())(-1, -1);
1052
- break $l$block_7;
1053
- } else {
1054
- var offset_4 = new (Long())(0, 0);
1055
- $l$loop: while (true) {
1056
- var tmp0_2 = offset_4;
1057
- // Inline function 'kotlin.Long.plus' call
1058
- var other = s_0.a4j_1 - s_0.z4i_1 | 0;
1059
- var nextOffset = add(tmp0_2, fromInt(other));
1060
- if (compare(nextOffset, fromIndex_1) > 0)
1061
- break $l$loop;
1062
- s_0 = ensureNotNull(s_0.d4j_1);
1063
- offset_4 = nextOffset;
1064
- }
1065
- var tmp0_3 = s_0;
1066
- var offset_5 = offset_4;
1067
- var tmp_2;
1068
- if (tmp0_3 == null) {
1069
- tmp$ret$4 = new (Long())(-1, -1);
1070
- break $l$block_7;
1051
+ while (inductionVariable_0 < segmentLimit_0);
1052
+ offset_3 = add(offset_3, fromInt(s_1.i4j_1 - s_1.h4j_1 | 0));
1053
+ fromIndex_0 = offset_3;
1054
+ s_1 = ensureNotNull(s_1.l4j_1);
1055
+ }
1056
+ tmp$ret$0 = new (Long())(-1, -1);
1057
+ break $l$block_9;
1071
1058
  } else {
1072
- tmp_2 = tmp0_3;
1073
- }
1074
- var s_2 = tmp_2;
1075
- var offset_6 = offset_5;
1076
- var targetByteArray_1 = bytes.h4k();
1077
- var b0_1 = targetByteArray_1[0];
1078
- var bytesSize_1 = bytes.v2();
1079
- // Inline function 'kotlin.Long.minus' call
1080
- var this_2 = this.k4i_1;
1081
- var tmp$ret$13 = subtract(this_2, fromInt(bytesSize_1));
1082
- var resultLimit_1 = add(tmp$ret$13, new (Long())(1, 0));
1083
- while (compare(offset_6, resultLimit_1) < 0) {
1084
- var data_1 = s_2.y4i_1;
1085
- var tmp0_4 = s_2.a4j_1;
1086
- // Inline function 'okio.minOf' call
1087
- var b_1 = subtract(add(numberToLong(s_2.z4i_1), resultLimit_1), offset_6);
1088
- // Inline function 'kotlin.comparisons.minOf' call
1089
- var a_1 = fromInt(tmp0_4);
1090
- var tmp$ret$15 = compare(a_1, b_1) <= 0 ? a_1 : b_1;
1091
- var segmentLimit_1 = convertToInt(tmp$ret$15);
1092
- var inductionVariable_1 = convertToInt(subtract(add(numberToLong(s_2.z4i_1), fromIndex_0), offset_6));
1093
- if (inductionVariable_1 < segmentLimit_1)
1094
- do {
1095
- var pos_1 = inductionVariable_1;
1096
- inductionVariable_1 = inductionVariable_1 + 1 | 0;
1097
- if (data_1[pos_1] === b0_1 && rangeEquals(s_2, pos_1 + 1 | 0, targetByteArray_1, 1, bytesSize_1)) {
1098
- tmp$ret$4 = add(numberToLong(pos_1 - s_2.z4i_1 | 0), offset_6);
1099
- break $l$block_7;
1059
+ var offset_4 = new (Long())(0, 0);
1060
+ $l$loop: while (true) {
1061
+ var tmp0_2 = offset_4;
1062
+ // Inline function 'kotlin.Long.plus' call
1063
+ var other = s_0.i4j_1 - s_0.h4j_1 | 0;
1064
+ var nextOffset = add(tmp0_2, fromInt(other));
1065
+ if (compare(nextOffset, tmp2) > 0)
1066
+ break $l$loop;
1067
+ s_0 = ensureNotNull(s_0.l4j_1);
1068
+ offset_4 = nextOffset;
1069
+ }
1070
+ var tmp0_3 = s_0;
1071
+ var offset_5 = offset_4;
1072
+ var tmp_2;
1073
+ if (tmp0_3 == null) {
1074
+ tmp$ret$0 = new (Long())(-1, -1);
1075
+ break $l$block_9;
1076
+ } else {
1077
+ tmp_2 = tmp0_3;
1078
+ }
1079
+ var s_2 = tmp_2;
1080
+ var offset_6 = offset_5;
1081
+ var targetByteArray_1 = bytes.p4k();
1082
+ var b0_1 = targetByteArray_1[0];
1083
+ var bytesSize_1 = bytes.q2();
1084
+ // Inline function 'kotlin.Long.minus' call
1085
+ var this_2 = this.s4i_1;
1086
+ var tmp$ret$16 = subtract(this_2, fromInt(bytesSize_1));
1087
+ var resultLimit_1 = add(tmp$ret$16, new (Long())(1, 0));
1088
+ while (compare(offset_6, resultLimit_1) < 0) {
1089
+ var data_1 = s_2.g4j_1;
1090
+ var tmp0_4 = s_2.i4j_1;
1091
+ // Inline function 'okio.minOf' call
1092
+ var b_1 = subtract(add(numberToLong(s_2.h4j_1), resultLimit_1), offset_6);
1093
+ // Inline function 'kotlin.comparisons.minOf' call
1094
+ var a_1 = fromInt(tmp0_4);
1095
+ var tmp$ret$17 = compare(a_1, b_1) <= 0 ? a_1 : b_1;
1096
+ var segmentLimit_1 = convertToInt(tmp$ret$17);
1097
+ var inductionVariable_1 = convertToInt(subtract(add(numberToLong(s_2.h4j_1), fromIndex_0), offset_6));
1098
+ if (inductionVariable_1 < segmentLimit_1)
1099
+ do {
1100
+ var pos_1 = inductionVariable_1;
1101
+ inductionVariable_1 = inductionVariable_1 + 1 | 0;
1102
+ if (data_1[pos_1] === b0_1 && rangeEquals(s_2, pos_1 + 1 | 0, targetByteArray_1, 1, bytesSize_1)) {
1103
+ tmp$ret$0 = add(numberToLong(pos_1 - s_2.h4j_1 | 0), offset_6);
1104
+ break $l$block_9;
1105
+ }
1100
1106
  }
1101
- }
1102
- while (inductionVariable_1 < segmentLimit_1);
1103
- offset_6 = add(offset_6, fromInt(s_2.a4j_1 - s_2.z4i_1 | 0));
1104
- fromIndex_0 = offset_6;
1105
- s_2 = ensureNotNull(s_2.d4j_1);
1107
+ while (inductionVariable_1 < segmentLimit_1);
1108
+ offset_6 = add(offset_6, fromInt(s_2.i4j_1 - s_2.h4j_1 | 0));
1109
+ fromIndex_0 = offset_6;
1110
+ s_2 = ensureNotNull(s_2.l4j_1);
1111
+ }
1112
+ tmp$ret$0 = new (Long())(-1, -1);
1113
+ break $l$block_9;
1106
1114
  }
1107
- tmp$ret$4 = new (Long())(-1, -1);
1108
- break $l$block_7;
1109
1115
  }
1110
1116
  }
1111
- return tmp$ret$4;
1117
+ return tmp$ret$0;
1112
1118
  }
1113
- z4l(targetBytes) {
1114
- return this.a4m(targetBytes, new (Long())(0, 0));
1119
+ h4m(targetBytes) {
1120
+ return this.i4m(targetBytes, new (Long())(0, 0));
1115
1121
  }
1116
- a4m(targetBytes, fromIndex) {
1117
- var tmp$ret$2;
1118
- $l$block_10: {
1122
+ i4m(targetBytes, fromIndex) {
1123
+ var tmp$ret$0;
1124
+ $l$block_12: {
1119
1125
  // Inline function 'okio.internal.commonIndexOfElement' call
1120
1126
  var fromIndex_0 = fromIndex;
1121
1127
  // Inline function 'kotlin.require' call
1122
1128
  if (!(compare(fromIndex_0, new (Long())(0, 0)) >= 0)) {
1123
1129
  var message = 'fromIndex < 0: ' + fromIndex_0.toString();
1124
- throw IllegalArgumentException().r2(toString(message));
1130
+ throw IllegalArgumentException().m2(toString(message));
1125
1131
  }
1126
- // Inline function 'okio.internal.seek' call
1127
- var fromIndex_1 = fromIndex_0;
1128
- var tmp0_elvis_lhs = this.j4i_1;
1129
- var tmp;
1130
- if (tmp0_elvis_lhs == null) {
1131
- var offset = new (Long())(-1, -1);
1132
- var tmp_0;
1133
- if (null == null) {
1134
- tmp$ret$2 = new (Long())(-1, -1);
1135
- break $l$block_10;
1136
- } else {
1137
- tmp_0 = null;
1138
- }
1139
- var s = tmp_0;
1140
- var offset_0 = offset;
1141
- if (targetBytes.v2() === 2) {
1142
- var b0 = targetBytes.u2(0);
1143
- var b1 = targetBytes.u2(1);
1144
- while (compare(offset_0, this.k4i_1) < 0) {
1145
- var data = s.y4i_1;
1146
- var pos = convertToInt(subtract(add(numberToLong(s.z4i_1), fromIndex_0), offset_0));
1147
- var limit = s.a4j_1;
1148
- while (pos < limit) {
1149
- var b = data[pos];
1150
- if (b === b0 || b === b1) {
1151
- tmp$ret$2 = add(numberToLong(pos - s.z4i_1 | 0), offset_0);
1152
- break $l$block_10;
1132
+ var tmp2 = fromIndex_0;
1133
+ $l$block_13: {
1134
+ // Inline function 'okio.internal.seek' call
1135
+ var tmp0_elvis_lhs = this.r4i_1;
1136
+ var tmp;
1137
+ if (tmp0_elvis_lhs == null) {
1138
+ var offset = new (Long())(-1, -1);
1139
+ var tmp_0;
1140
+ if (null == null) {
1141
+ tmp$ret$0 = new (Long())(-1, -1);
1142
+ break $l$block_12;
1143
+ } else {
1144
+ tmp_0 = null;
1145
+ }
1146
+ var s = tmp_0;
1147
+ var offset_0 = offset;
1148
+ if (targetBytes.q2() === 2) {
1149
+ var b0 = targetBytes.p2(0);
1150
+ var b1 = targetBytes.p2(1);
1151
+ while (compare(offset_0, this.s4i_1) < 0) {
1152
+ var data = s.g4j_1;
1153
+ var pos = convertToInt(subtract(add(numberToLong(s.h4j_1), fromIndex_0), offset_0));
1154
+ var limit = s.i4j_1;
1155
+ while (pos < limit) {
1156
+ var b = data[pos];
1157
+ if (b === b0 || b === b1) {
1158
+ tmp$ret$0 = add(numberToLong(pos - s.h4j_1 | 0), offset_0);
1159
+ break $l$block_12;
1160
+ }
1161
+ pos = pos + 1 | 0;
1153
1162
  }
1154
- pos = pos + 1 | 0;
1163
+ offset_0 = add(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
1164
+ fromIndex_0 = offset_0;
1165
+ s = ensureNotNull(s.l4j_1);
1155
1166
  }
1156
- offset_0 = add(offset_0, fromInt(s.a4j_1 - s.z4i_1 | 0));
1157
- fromIndex_0 = offset_0;
1158
- s = ensureNotNull(s.d4j_1);
1159
- }
1160
- } else {
1161
- var targetByteArray = targetBytes.h4k();
1162
- while (compare(offset_0, this.k4i_1) < 0) {
1163
- var data_0 = s.y4i_1;
1164
- var pos_0 = convertToInt(subtract(add(numberToLong(s.z4i_1), fromIndex_0), offset_0));
1165
- var limit_0 = s.a4j_1;
1166
- while (pos_0 < limit_0) {
1167
- var b_0 = data_0[pos_0];
1168
- var inductionVariable = 0;
1169
- var last = targetByteArray.length;
1170
- while (inductionVariable < last) {
1171
- var t = targetByteArray[inductionVariable];
1172
- inductionVariable = inductionVariable + 1 | 0;
1173
- if (b_0 === t) {
1174
- tmp$ret$2 = add(numberToLong(pos_0 - s.z4i_1 | 0), offset_0);
1175
- break $l$block_10;
1167
+ } else {
1168
+ var targetByteArray = targetBytes.p4k();
1169
+ while (compare(offset_0, this.s4i_1) < 0) {
1170
+ var data_0 = s.g4j_1;
1171
+ var pos_0 = convertToInt(subtract(add(numberToLong(s.h4j_1), fromIndex_0), offset_0));
1172
+ var limit_0 = s.i4j_1;
1173
+ while (pos_0 < limit_0) {
1174
+ var b_0 = data_0[pos_0];
1175
+ var inductionVariable = 0;
1176
+ var last = targetByteArray.length;
1177
+ while (inductionVariable < last) {
1178
+ var t = targetByteArray[inductionVariable];
1179
+ inductionVariable = inductionVariable + 1 | 0;
1180
+ if (b_0 === t) {
1181
+ tmp$ret$0 = add(numberToLong(pos_0 - s.h4j_1 | 0), offset_0);
1182
+ break $l$block_12;
1183
+ }
1176
1184
  }
1185
+ pos_0 = pos_0 + 1 | 0;
1177
1186
  }
1178
- pos_0 = pos_0 + 1 | 0;
1187
+ offset_0 = add(offset_0, fromInt(s.i4j_1 - s.h4j_1 | 0));
1188
+ fromIndex_0 = offset_0;
1189
+ s = ensureNotNull(s.l4j_1);
1179
1190
  }
1180
- offset_0 = add(offset_0, fromInt(s.a4j_1 - s.z4i_1 | 0));
1181
- fromIndex_0 = offset_0;
1182
- s = ensureNotNull(s.d4j_1);
1183
1191
  }
1184
- }
1185
- tmp$ret$2 = new (Long())(-1, -1);
1186
- break $l$block_10;
1187
- } else {
1188
- tmp = tmp0_elvis_lhs;
1189
- }
1190
- var s_0 = tmp;
1191
- if (compare(subtract(this.k4i_1, fromIndex_1), fromIndex_1) < 0) {
1192
- var offset_1 = this.k4i_1;
1193
- while (compare(offset_1, fromIndex_1) > 0) {
1194
- s_0 = ensureNotNull(s_0.e4j_1);
1195
- offset_1 = subtract(offset_1, fromInt(s_0.a4j_1 - s_0.z4i_1 | 0));
1196
- }
1197
- var tmp0 = s_0;
1198
- var offset_2 = offset_1;
1199
- var tmp_1;
1200
- if (tmp0 == null) {
1201
- tmp$ret$2 = new (Long())(-1, -1);
1202
- break $l$block_10;
1192
+ tmp$ret$0 = new (Long())(-1, -1);
1193
+ break $l$block_12;
1203
1194
  } else {
1204
- tmp_1 = tmp0;
1195
+ tmp = tmp0_elvis_lhs;
1205
1196
  }
1206
- var s_1 = tmp_1;
1207
- var offset_3 = offset_2;
1208
- if (targetBytes.v2() === 2) {
1209
- var b0_0 = targetBytes.u2(0);
1210
- var b1_0 = targetBytes.u2(1);
1211
- while (compare(offset_3, this.k4i_1) < 0) {
1212
- var data_1 = s_1.y4i_1;
1213
- var pos_1 = convertToInt(subtract(add(numberToLong(s_1.z4i_1), fromIndex_0), offset_3));
1214
- var limit_1 = s_1.a4j_1;
1215
- while (pos_1 < limit_1) {
1216
- var b_1 = data_1[pos_1];
1217
- if (b_1 === b0_0 || b_1 === b1_0) {
1218
- tmp$ret$2 = add(numberToLong(pos_1 - s_1.z4i_1 | 0), offset_3);
1219
- break $l$block_10;
1197
+ var s_0 = tmp;
1198
+ if (compare(subtract(this.s4i_1, tmp2), tmp2) < 0) {
1199
+ var offset_1 = this.s4i_1;
1200
+ while (compare(offset_1, tmp2) > 0) {
1201
+ s_0 = ensureNotNull(s_0.m4j_1);
1202
+ offset_1 = subtract(offset_1, fromInt(s_0.i4j_1 - s_0.h4j_1 | 0));
1203
+ }
1204
+ var tmp0 = s_0;
1205
+ var offset_2 = offset_1;
1206
+ var tmp_1;
1207
+ if (tmp0 == null) {
1208
+ tmp$ret$0 = new (Long())(-1, -1);
1209
+ break $l$block_12;
1210
+ } else {
1211
+ tmp_1 = tmp0;
1212
+ }
1213
+ var s_1 = tmp_1;
1214
+ var offset_3 = offset_2;
1215
+ if (targetBytes.q2() === 2) {
1216
+ var b0_0 = targetBytes.p2(0);
1217
+ var b1_0 = targetBytes.p2(1);
1218
+ while (compare(offset_3, this.s4i_1) < 0) {
1219
+ var data_1 = s_1.g4j_1;
1220
+ var pos_1 = convertToInt(subtract(add(numberToLong(s_1.h4j_1), fromIndex_0), offset_3));
1221
+ var limit_1 = s_1.i4j_1;
1222
+ while (pos_1 < limit_1) {
1223
+ var b_1 = data_1[pos_1];
1224
+ if (b_1 === b0_0 || b_1 === b1_0) {
1225
+ tmp$ret$0 = add(numberToLong(pos_1 - s_1.h4j_1 | 0), offset_3);
1226
+ break $l$block_12;
1227
+ }
1228
+ pos_1 = pos_1 + 1 | 0;
1220
1229
  }
1221
- pos_1 = pos_1 + 1 | 0;
1230
+ offset_3 = add(offset_3, fromInt(s_1.i4j_1 - s_1.h4j_1 | 0));
1231
+ fromIndex_0 = offset_3;
1232
+ s_1 = ensureNotNull(s_1.l4j_1);
1222
1233
  }
1223
- offset_3 = add(offset_3, fromInt(s_1.a4j_1 - s_1.z4i_1 | 0));
1224
- fromIndex_0 = offset_3;
1225
- s_1 = ensureNotNull(s_1.d4j_1);
1226
- }
1227
- } else {
1228
- var targetByteArray_0 = targetBytes.h4k();
1229
- while (compare(offset_3, this.k4i_1) < 0) {
1230
- var data_2 = s_1.y4i_1;
1231
- var pos_2 = convertToInt(subtract(add(numberToLong(s_1.z4i_1), fromIndex_0), offset_3));
1232
- var limit_2 = s_1.a4j_1;
1233
- while (pos_2 < limit_2) {
1234
- var b_2 = data_2[pos_2];
1235
- var inductionVariable_0 = 0;
1236
- var last_0 = targetByteArray_0.length;
1237
- while (inductionVariable_0 < last_0) {
1238
- var t_0 = targetByteArray_0[inductionVariable_0];
1239
- inductionVariable_0 = inductionVariable_0 + 1 | 0;
1240
- if (b_2 === t_0) {
1241
- tmp$ret$2 = add(numberToLong(pos_2 - s_1.z4i_1 | 0), offset_3);
1242
- break $l$block_10;
1234
+ } else {
1235
+ var targetByteArray_0 = targetBytes.p4k();
1236
+ while (compare(offset_3, this.s4i_1) < 0) {
1237
+ var data_2 = s_1.g4j_1;
1238
+ var pos_2 = convertToInt(subtract(add(numberToLong(s_1.h4j_1), fromIndex_0), offset_3));
1239
+ var limit_2 = s_1.i4j_1;
1240
+ while (pos_2 < limit_2) {
1241
+ var b_2 = data_2[pos_2];
1242
+ var inductionVariable_0 = 0;
1243
+ var last_0 = targetByteArray_0.length;
1244
+ while (inductionVariable_0 < last_0) {
1245
+ var t_0 = targetByteArray_0[inductionVariable_0];
1246
+ inductionVariable_0 = inductionVariable_0 + 1 | 0;
1247
+ if (b_2 === t_0) {
1248
+ tmp$ret$0 = add(numberToLong(pos_2 - s_1.h4j_1 | 0), offset_3);
1249
+ break $l$block_12;
1250
+ }
1243
1251
  }
1252
+ pos_2 = pos_2 + 1 | 0;
1244
1253
  }
1245
- pos_2 = pos_2 + 1 | 0;
1254
+ offset_3 = add(offset_3, fromInt(s_1.i4j_1 - s_1.h4j_1 | 0));
1255
+ fromIndex_0 = offset_3;
1256
+ s_1 = ensureNotNull(s_1.l4j_1);
1246
1257
  }
1247
- offset_3 = add(offset_3, fromInt(s_1.a4j_1 - s_1.z4i_1 | 0));
1248
- fromIndex_0 = offset_3;
1249
- s_1 = ensureNotNull(s_1.d4j_1);
1250
1258
  }
1251
- }
1252
- tmp$ret$2 = new (Long())(-1, -1);
1253
- break $l$block_10;
1254
- } else {
1255
- var offset_4 = new (Long())(0, 0);
1256
- $l$loop: while (true) {
1257
- var tmp0_0 = offset_4;
1258
- // Inline function 'kotlin.Long.plus' call
1259
- var other = s_0.a4j_1 - s_0.z4i_1 | 0;
1260
- var nextOffset = add(tmp0_0, fromInt(other));
1261
- if (compare(nextOffset, fromIndex_1) > 0)
1262
- break $l$loop;
1263
- s_0 = ensureNotNull(s_0.d4j_1);
1264
- offset_4 = nextOffset;
1265
- }
1266
- var tmp0_1 = s_0;
1267
- var offset_5 = offset_4;
1268
- var tmp_2;
1269
- if (tmp0_1 == null) {
1270
- tmp$ret$2 = new (Long())(-1, -1);
1271
- break $l$block_10;
1259
+ tmp$ret$0 = new (Long())(-1, -1);
1260
+ break $l$block_12;
1272
1261
  } else {
1273
- tmp_2 = tmp0_1;
1274
- }
1275
- var s_2 = tmp_2;
1276
- var offset_6 = offset_5;
1277
- if (targetBytes.v2() === 2) {
1278
- var b0_1 = targetBytes.u2(0);
1279
- var b1_1 = targetBytes.u2(1);
1280
- while (compare(offset_6, this.k4i_1) < 0) {
1281
- var data_3 = s_2.y4i_1;
1282
- var pos_3 = convertToInt(subtract(add(numberToLong(s_2.z4i_1), fromIndex_0), offset_6));
1283
- var limit_3 = s_2.a4j_1;
1284
- while (pos_3 < limit_3) {
1285
- var b_3 = data_3[pos_3];
1286
- if (b_3 === b0_1 || b_3 === b1_1) {
1287
- tmp$ret$2 = add(numberToLong(pos_3 - s_2.z4i_1 | 0), offset_6);
1288
- break $l$block_10;
1262
+ var offset_4 = new (Long())(0, 0);
1263
+ $l$loop: while (true) {
1264
+ var tmp0_0 = offset_4;
1265
+ // Inline function 'kotlin.Long.plus' call
1266
+ var other = s_0.i4j_1 - s_0.h4j_1 | 0;
1267
+ var nextOffset = add(tmp0_0, fromInt(other));
1268
+ if (compare(nextOffset, tmp2) > 0)
1269
+ break $l$loop;
1270
+ s_0 = ensureNotNull(s_0.l4j_1);
1271
+ offset_4 = nextOffset;
1272
+ }
1273
+ var tmp0_1 = s_0;
1274
+ var offset_5 = offset_4;
1275
+ var tmp_2;
1276
+ if (tmp0_1 == null) {
1277
+ tmp$ret$0 = new (Long())(-1, -1);
1278
+ break $l$block_12;
1279
+ } else {
1280
+ tmp_2 = tmp0_1;
1281
+ }
1282
+ var s_2 = tmp_2;
1283
+ var offset_6 = offset_5;
1284
+ if (targetBytes.q2() === 2) {
1285
+ var b0_1 = targetBytes.p2(0);
1286
+ var b1_1 = targetBytes.p2(1);
1287
+ while (compare(offset_6, this.s4i_1) < 0) {
1288
+ var data_3 = s_2.g4j_1;
1289
+ var pos_3 = convertToInt(subtract(add(numberToLong(s_2.h4j_1), fromIndex_0), offset_6));
1290
+ var limit_3 = s_2.i4j_1;
1291
+ while (pos_3 < limit_3) {
1292
+ var b_3 = data_3[pos_3];
1293
+ if (b_3 === b0_1 || b_3 === b1_1) {
1294
+ tmp$ret$0 = add(numberToLong(pos_3 - s_2.h4j_1 | 0), offset_6);
1295
+ break $l$block_12;
1296
+ }
1297
+ pos_3 = pos_3 + 1 | 0;
1289
1298
  }
1290
- pos_3 = pos_3 + 1 | 0;
1299
+ offset_6 = add(offset_6, fromInt(s_2.i4j_1 - s_2.h4j_1 | 0));
1300
+ fromIndex_0 = offset_6;
1301
+ s_2 = ensureNotNull(s_2.l4j_1);
1291
1302
  }
1292
- offset_6 = add(offset_6, fromInt(s_2.a4j_1 - s_2.z4i_1 | 0));
1293
- fromIndex_0 = offset_6;
1294
- s_2 = ensureNotNull(s_2.d4j_1);
1295
- }
1296
- } else {
1297
- var targetByteArray_1 = targetBytes.h4k();
1298
- while (compare(offset_6, this.k4i_1) < 0) {
1299
- var data_4 = s_2.y4i_1;
1300
- var pos_4 = convertToInt(subtract(add(numberToLong(s_2.z4i_1), fromIndex_0), offset_6));
1301
- var limit_4 = s_2.a4j_1;
1302
- while (pos_4 < limit_4) {
1303
- var b_4 = data_4[pos_4];
1304
- var inductionVariable_1 = 0;
1305
- var last_1 = targetByteArray_1.length;
1306
- while (inductionVariable_1 < last_1) {
1307
- var t_1 = targetByteArray_1[inductionVariable_1];
1308
- inductionVariable_1 = inductionVariable_1 + 1 | 0;
1309
- if (b_4 === t_1) {
1310
- tmp$ret$2 = add(numberToLong(pos_4 - s_2.z4i_1 | 0), offset_6);
1311
- break $l$block_10;
1303
+ } else {
1304
+ var targetByteArray_1 = targetBytes.p4k();
1305
+ while (compare(offset_6, this.s4i_1) < 0) {
1306
+ var data_4 = s_2.g4j_1;
1307
+ var pos_4 = convertToInt(subtract(add(numberToLong(s_2.h4j_1), fromIndex_0), offset_6));
1308
+ var limit_4 = s_2.i4j_1;
1309
+ while (pos_4 < limit_4) {
1310
+ var b_4 = data_4[pos_4];
1311
+ var inductionVariable_1 = 0;
1312
+ var last_1 = targetByteArray_1.length;
1313
+ while (inductionVariable_1 < last_1) {
1314
+ var t_1 = targetByteArray_1[inductionVariable_1];
1315
+ inductionVariable_1 = inductionVariable_1 + 1 | 0;
1316
+ if (b_4 === t_1) {
1317
+ tmp$ret$0 = add(numberToLong(pos_4 - s_2.h4j_1 | 0), offset_6);
1318
+ break $l$block_12;
1319
+ }
1312
1320
  }
1321
+ pos_4 = pos_4 + 1 | 0;
1313
1322
  }
1314
- pos_4 = pos_4 + 1 | 0;
1323
+ offset_6 = add(offset_6, fromInt(s_2.i4j_1 - s_2.h4j_1 | 0));
1324
+ fromIndex_0 = offset_6;
1325
+ s_2 = ensureNotNull(s_2.l4j_1);
1315
1326
  }
1316
- offset_6 = add(offset_6, fromInt(s_2.a4j_1 - s_2.z4i_1 | 0));
1317
- fromIndex_0 = offset_6;
1318
- s_2 = ensureNotNull(s_2.d4j_1);
1319
1327
  }
1328
+ tmp$ret$0 = new (Long())(-1, -1);
1329
+ break $l$block_12;
1320
1330
  }
1321
- tmp$ret$2 = new (Long())(-1, -1);
1322
- break $l$block_10;
1323
1331
  }
1324
1332
  }
1325
- return tmp$ret$2;
1333
+ return tmp$ret$0;
1326
1334
  }
1327
- b4m(offset, bytes) {
1328
- return this.c4m(offset, bytes, 0, bytes.v2());
1335
+ j4m(offset, bytes) {
1336
+ return this.k4m(offset, bytes, 0, bytes.q2());
1329
1337
  }
1330
- c4m(offset, bytes, bytesOffset, byteCount) {
1338
+ k4m(offset, bytes, bytesOffset, byteCount) {
1331
1339
  var tmp$ret$0;
1332
1340
  $l$block_0: {
1333
1341
  // Inline function 'okio.internal.commonRangeEquals' call
1334
- if (compare(offset, new (Long())(0, 0)) < 0 || bytesOffset < 0 || byteCount < 0 || compare(subtract(this.k4i_1, offset), fromInt(byteCount)) < 0 || (bytes.v2() - bytesOffset | 0) < byteCount) {
1342
+ if (compare(offset, new (Long())(0, 0)) < 0 || bytesOffset < 0 || byteCount < 0 || compare(subtract(this.s4i_1, offset), fromInt(byteCount)) < 0 || (bytes.q2() - bytesOffset | 0) < byteCount) {
1335
1343
  tmp$ret$0 = false;
1336
1344
  break $l$block_0;
1337
1345
  }
@@ -1342,7 +1350,7 @@ function Buffer() {
1342
1350
  inductionVariable = inductionVariable + 1 | 0;
1343
1351
  // Inline function 'kotlin.Long.plus' call
1344
1352
  var tmp$ret$1 = add(offset, fromInt(i));
1345
- if (!(this.d1q(tmp$ret$1) === bytes.u2(bytesOffset + i | 0))) {
1353
+ if (!(this.y1p(tmp$ret$1) === bytes.p2(bytesOffset + i | 0))) {
1346
1354
  tmp$ret$0 = false;
1347
1355
  break $l$block_0;
1348
1356
  }
@@ -1352,10 +1360,10 @@ function Buffer() {
1352
1360
  }
1353
1361
  return tmp$ret$0;
1354
1362
  }
1355
- ad() {
1363
+ vc() {
1356
1364
  return Unit_instance;
1357
1365
  }
1358
- o6() {
1366
+ j6() {
1359
1367
  return Unit_instance;
1360
1368
  }
1361
1369
  equals(other) {
@@ -1370,24 +1378,24 @@ function Buffer() {
1370
1378
  tmp$ret$0 = false;
1371
1379
  break $l$block_3;
1372
1380
  }
1373
- if (!equalsLong(this.k4i_1, other.k4i_1)) {
1381
+ if (!equalsLong(this.s4i_1, other.s4i_1)) {
1374
1382
  tmp$ret$0 = false;
1375
1383
  break $l$block_3;
1376
1384
  }
1377
- if (equalsLong(this.k4i_1, new (Long())(0, 0))) {
1385
+ if (equalsLong(this.s4i_1, new (Long())(0, 0))) {
1378
1386
  tmp$ret$0 = true;
1379
1387
  break $l$block_3;
1380
1388
  }
1381
- var sa = ensureNotNull(this.j4i_1);
1382
- var sb = ensureNotNull(other.j4i_1);
1383
- var posA = sa.z4i_1;
1384
- var posB = sb.z4i_1;
1389
+ var sa = ensureNotNull(this.r4i_1);
1390
+ var sb = ensureNotNull(other.r4i_1);
1391
+ var posA = sa.h4j_1;
1392
+ var posB = sb.h4j_1;
1385
1393
  var pos = new (Long())(0, 0);
1386
1394
  var count;
1387
- while (compare(pos, this.k4i_1) < 0) {
1388
- var tmp0 = sa.a4j_1 - posA | 0;
1395
+ while (compare(pos, this.s4i_1) < 0) {
1396
+ var tmp0 = sa.i4j_1 - posA | 0;
1389
1397
  // Inline function 'kotlin.comparisons.minOf' call
1390
- var b = sb.a4j_1 - posB | 0;
1398
+ var b = sb.i4j_1 - posB | 0;
1391
1399
  var tmp$ret$1 = Math.min(tmp0, b);
1392
1400
  count = fromInt(tmp$ret$1);
1393
1401
  var inductionVariable = new (Long())(0, 0);
@@ -1395,11 +1403,11 @@ function Buffer() {
1395
1403
  do {
1396
1404
  var i = inductionVariable;
1397
1405
  inductionVariable = add(inductionVariable, new (Long())(1, 0));
1398
- var tmp = sa.y4i_1;
1406
+ var tmp = sa.g4j_1;
1399
1407
  var tmp1 = posA;
1400
1408
  posA = tmp1 + 1 | 0;
1401
1409
  var tmp_0 = tmp[tmp1];
1402
- var tmp_1 = sb.y4i_1;
1410
+ var tmp_1 = sb.g4j_1;
1403
1411
  var tmp2 = posB;
1404
1412
  posB = tmp2 + 1 | 0;
1405
1413
  if (!(tmp_0 === tmp_1[tmp2])) {
@@ -1408,13 +1416,13 @@ function Buffer() {
1408
1416
  }
1409
1417
  }
1410
1418
  while (compare(inductionVariable, count) < 0);
1411
- if (posA === sa.a4j_1) {
1412
- sa = ensureNotNull(sa.d4j_1);
1413
- posA = sa.z4i_1;
1419
+ if (posA === sa.i4j_1) {
1420
+ sa = ensureNotNull(sa.l4j_1);
1421
+ posA = sa.h4j_1;
1414
1422
  }
1415
- if (posB === sb.a4j_1) {
1416
- sb = ensureNotNull(sb.d4j_1);
1417
- posB = sb.z4i_1;
1423
+ if (posB === sb.i4j_1) {
1424
+ sb = ensureNotNull(sb.l4j_1);
1425
+ posB = sb.h4j_1;
1418
1426
  }
1419
1427
  pos = add(pos, count);
1420
1428
  }
@@ -1426,7 +1434,7 @@ function Buffer() {
1426
1434
  var tmp$ret$0;
1427
1435
  $l$block: {
1428
1436
  // Inline function 'okio.internal.commonHashCode' call
1429
- var tmp0_elvis_lhs = this.j4i_1;
1437
+ var tmp0_elvis_lhs = this.r4i_1;
1430
1438
  var tmp;
1431
1439
  if (tmp0_elvis_lhs == null) {
1432
1440
  tmp$ret$0 = 0;
@@ -1437,50 +1445,50 @@ function Buffer() {
1437
1445
  var s = tmp;
1438
1446
  var result = 1;
1439
1447
  do {
1440
- var pos = s.z4i_1;
1441
- var limit = s.a4j_1;
1448
+ var pos = s.h4j_1;
1449
+ var limit = s.i4j_1;
1442
1450
  while (pos < limit) {
1443
- result = imul(31, result) + s.y4i_1[pos] | 0;
1451
+ result = imul(31, result) + s.g4j_1[pos] | 0;
1444
1452
  pos = pos + 1 | 0;
1445
1453
  }
1446
- s = ensureNotNull(s.d4j_1);
1454
+ s = ensureNotNull(s.l4j_1);
1447
1455
  }
1448
- while (!(s === this.j4i_1));
1456
+ while (!(s === this.r4i_1));
1449
1457
  tmp$ret$0 = result;
1450
1458
  }
1451
1459
  return tmp$ret$0;
1452
1460
  }
1453
1461
  toString() {
1454
- return this.d4m().toString();
1462
+ return this.l4m().toString();
1455
1463
  }
1456
- d4m() {
1464
+ l4m() {
1457
1465
  // Inline function 'okio.internal.commonSnapshot' call
1458
1466
  // Inline function 'kotlin.check' call
1459
- if (!(compare(this.k4i_1, new (Long())(2147483647, 0)) <= 0)) {
1460
- var message = 'size > Int.MAX_VALUE: ' + this.k4i_1.toString();
1467
+ if (!(compare(this.s4i_1, new (Long())(2147483647, 0)) <= 0)) {
1468
+ var message = 'size > Int.MAX_VALUE: ' + this.s4i_1.toString();
1461
1469
  throw IllegalStateException().o(toString(message));
1462
1470
  }
1463
- return this.h4l(convertToInt(this.k4i_1));
1471
+ return this.p4l(convertToInt(this.s4i_1));
1464
1472
  }
1465
- h4l(byteCount) {
1473
+ p4l(byteCount) {
1466
1474
  var tmp$ret$0;
1467
1475
  $l$block: {
1468
1476
  // Inline function 'okio.internal.commonSnapshot' call
1469
1477
  if (byteCount === 0) {
1470
- tmp$ret$0 = Companion_getInstance().c4k_1;
1478
+ tmp$ret$0 = Companion_getInstance().k4k_1;
1471
1479
  break $l$block;
1472
1480
  }
1473
- checkOffsetAndCount(this.k4i_1, new (Long())(0, 0), fromInt(byteCount));
1481
+ checkOffsetAndCount(this.s4i_1, new (Long())(0, 0), fromInt(byteCount));
1474
1482
  var offset = 0;
1475
1483
  var segmentCount = 0;
1476
- var s = this.j4i_1;
1484
+ var s = this.r4i_1;
1477
1485
  while (offset < byteCount) {
1478
- if (ensureNotNull(s).a4j_1 === s.z4i_1) {
1479
- throw AssertionError().if('s.limit == s.pos');
1486
+ if (ensureNotNull(s).i4j_1 === s.h4j_1) {
1487
+ throw AssertionError().bf('s.limit == s.pos');
1480
1488
  }
1481
- offset = offset + (s.a4j_1 - s.z4i_1 | 0) | 0;
1489
+ offset = offset + (s.i4j_1 - s.h4j_1 | 0) | 0;
1482
1490
  segmentCount = segmentCount + 1 | 0;
1483
- s = s.d4j_1;
1491
+ s = s.l4j_1;
1484
1492
  }
1485
1493
  // Inline function 'kotlin.arrayOfNulls' call
1486
1494
  var size = segmentCount;
@@ -1488,18 +1496,18 @@ function Buffer() {
1488
1496
  var directory = new Int32Array(imul(segmentCount, 2));
1489
1497
  offset = 0;
1490
1498
  segmentCount = 0;
1491
- s = this.j4i_1;
1499
+ s = this.r4i_1;
1492
1500
  while (offset < byteCount) {
1493
- segments[segmentCount] = ensureNotNull(s).y4i_1;
1494
- offset = offset + (s.a4j_1 - s.z4i_1 | 0) | 0;
1501
+ segments[segmentCount] = ensureNotNull(s).g4j_1;
1502
+ offset = offset + (s.i4j_1 - s.h4j_1 | 0) | 0;
1495
1503
  var tmp = segmentCount;
1496
1504
  // Inline function 'kotlin.comparisons.minOf' call
1497
1505
  var a = offset;
1498
1506
  directory[tmp] = Math.min(a, byteCount);
1499
- directory[segmentCount + segments.length | 0] = s.z4i_1;
1500
- s.b4j_1 = true;
1507
+ directory[segmentCount + segments.length | 0] = s.h4j_1;
1508
+ s.j4j_1 = true;
1501
1509
  segmentCount = segmentCount + 1 | 0;
1502
- s = s.d4j_1;
1510
+ s = s.l4j_1;
1503
1511
  }
1504
1512
  tmp$ret$0 = new (SegmentedByteString())(isArray(segments) ? segments : THROW_CCE(), directory);
1505
1513
  }