@attocash/commons-js 5.0.0 → 5.1.1

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 (311) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
  3. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +8 -8
  4. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +68 -68
  5. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +56 -56
  6. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +14 -14
  7. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +10 -10
  8. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +26 -26
  9. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +661 -661
  10. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +4 -4
  11. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +7 -7
  12. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +8 -8
  13. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
  14. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +17 -17
  15. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +8 -8
  16. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
  17. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +26 -26
  18. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +7 -7
  19. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +42 -42
  20. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +2 -2
  21. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +8 -8
  22. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +67 -67
  23. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +11 -11
  24. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +5 -5
  25. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +35 -35
  26. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +11 -11
  27. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +37 -37
  28. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +10 -10
  29. package/commons-commons-core/cash/atto/commons/Extensions.mjs +1 -1
  30. package/commons-commons-core/cash/atto/commons/serialiazer/AttoAddressAsByteArraySerializer.mjs +4 -4
  31. package/commons-commons-core/cash/atto/commons/serialiazer/InstantMillisSerializer.mjs +2 -2
  32. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
  33. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
  34. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.export.d.ts +3 -1
  35. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +19 -5
  36. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs.map +1 -1
  37. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +72 -72
  38. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  39. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.d.ts +4 -0
  40. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +16 -0
  41. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -0
  42. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +41 -0
  43. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -0
  44. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
  45. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
  46. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
  47. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
  48. package/commons-commons-node.mjs +1 -0
  49. package/commons-commons-node.mjs.map +1 -1
  50. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
  51. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
  52. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
  53. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
  54. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  55. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  56. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  57. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
  58. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  59. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
  60. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
  61. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
  62. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
  63. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
  64. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
  65. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
  66. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  67. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
  68. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
  69. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
  70. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
  71. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
  72. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
  73. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
  74. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
  75. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  76. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
  77. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
  78. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
  79. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
  80. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  81. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
  82. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
  83. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
  84. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
  85. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
  86. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
  87. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  88. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
  89. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  90. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
  91. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
  92. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
  93. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
  94. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
  95. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
  96. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
  97. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
  98. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  99. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
  100. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  101. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
  102. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  103. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
  104. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  105. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
  106. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
  107. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
  108. package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
  109. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
  110. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  111. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
  112. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
  113. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  114. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
  115. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
  116. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  117. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  118. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  119. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  120. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  121. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +13 -13
  122. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
  123. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
  124. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
  125. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
  126. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  127. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +84 -84
  128. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
  129. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  130. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +141 -141
  131. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
  132. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  133. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +151 -151
  134. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
  135. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
  136. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
  137. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
  138. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
  139. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
  140. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
  141. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
  142. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
  143. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
  144. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
  145. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  146. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +85 -85
  147. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  148. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  149. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +41 -41
  150. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
  151. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
  152. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  153. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
  154. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
  155. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
  156. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  157. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  158. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  159. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  160. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +60 -60
  161. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
  162. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
  163. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
  164. package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
  165. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
  166. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
  167. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
  168. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
  169. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  170. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
  171. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
  172. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
  173. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  174. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
  175. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
  176. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  177. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +11 -11
  178. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  179. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +35 -35
  180. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  181. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +45 -45
  182. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
  183. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  184. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
  185. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  186. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  187. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  188. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
  189. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
  190. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  191. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
  192. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
  193. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  194. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  195. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  196. package/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
  197. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
  198. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  199. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  200. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  201. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  202. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +114 -114
  203. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
  204. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  205. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +18 -18
  206. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  207. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
  208. package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
  209. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
  210. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  211. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  212. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  213. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +25 -25
  214. package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
  215. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
  216. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  217. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  218. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  219. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
  220. package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
  221. package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
  222. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
  223. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
  224. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
  225. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
  226. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
  227. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
  228. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
  229. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  230. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  231. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +21 -21
  232. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  233. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  234. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
  235. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
  236. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  237. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
  238. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
  239. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  240. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
  241. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
  242. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
  243. package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
  244. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  245. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
  246. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  247. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  248. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  249. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  250. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
  251. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  252. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  253. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  254. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  255. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
  256. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  257. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  258. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  259. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  260. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
  261. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
  262. package/ktor-ktor-network/io/ktor/network/selector/SelectorManager.jsAndWasmShared.mjs +2 -2
  263. package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
  264. package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
  265. package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
  266. package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +106 -106
  267. package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
  268. package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
  269. package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
  270. package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
  271. package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
  272. package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
  273. package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
  274. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
  275. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
  276. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  277. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
  278. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  279. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
  280. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
  281. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
  282. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
  283. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  284. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +33 -33
  285. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
  286. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  287. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
  288. package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  289. package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
  290. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  291. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
  292. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  293. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
  294. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  295. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  296. package/ktor-ktor-utils/io/ktor/util/network/NetworkAddressJs.mjs +2 -2
  297. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
  298. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  299. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  300. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  301. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  302. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  303. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
  304. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  305. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
  306. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
  307. package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
  308. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
  309. package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
  310. package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
  311. package/package.json +1 -1
@@ -52,10 +52,10 @@ function AttributeKey() {
52
52
  tmp = type;
53
53
  }
54
54
  type = tmp;
55
- this.b3r_1 = name;
56
- this.c3r_1 = type;
55
+ this.p3r_1 = name;
56
+ this.q3r_1 = type;
57
57
  // Inline function 'kotlin.text.isNotBlank' call
58
- var this_0 = this.b3r_1;
58
+ var this_0 = this.p3r_1;
59
59
  // Inline function 'kotlin.require' call
60
60
  if (!!isBlank(this_0)) {
61
61
  var message = "Name can't be blank";
@@ -63,11 +63,11 @@ function AttributeKey() {
63
63
  }
64
64
  }
65
65
  toString() {
66
- return 'AttributeKey: ' + this.b3r_1;
66
+ return 'AttributeKey: ' + this.p3r_1;
67
67
  }
68
68
  hashCode() {
69
- var result = getStringHashCode(this.b3r_1);
70
- result = imul(result, 31) + this.c3r_1.hashCode() | 0;
69
+ var result = getStringHashCode(this.p3r_1);
70
+ result = imul(result, 31) + this.q3r_1.hashCode() | 0;
71
71
  return result;
72
72
  }
73
73
  equals(other) {
@@ -76,9 +76,9 @@ function AttributeKey() {
76
76
  if (!(other instanceof AttributeKey()))
77
77
  return false;
78
78
  var tmp0_other_with_cast = other instanceof AttributeKey() ? other : THROW_CCE();
79
- if (!(this.b3r_1 === tmp0_other_with_cast.b3r_1))
79
+ if (!(this.p3r_1 === tmp0_other_with_cast.p3r_1))
80
80
  return false;
81
- if (!this.c3r_1.equals(tmp0_other_with_cast.c3r_1))
81
+ if (!this.q3r_1.equals(tmp0_other_with_cast.q3r_1))
82
82
  return false;
83
83
  return true;
84
84
  }
@@ -89,7 +89,7 @@ function AttributeKey() {
89
89
  return AttributeKeyClass;
90
90
  }
91
91
  function get(key) {
92
- var tmp0_elvis_lhs = this.e3r(key);
92
+ var tmp0_elvis_lhs = this.s3r(key);
93
93
  var tmp;
94
94
  if (tmp0_elvis_lhs == null) {
95
95
  throw IllegalStateException().o4('No instance for key ' + key.toString());
@@ -109,10 +109,10 @@ function Attributes() {
109
109
  }
110
110
  function putAll(_this__u8e3s4, other) {
111
111
  // Inline function 'kotlin.collections.forEach' call
112
- var _iterator__ex2g4s = other.j3r().d1();
112
+ var _iterator__ex2g4s = other.x3r().d1();
113
113
  while (_iterator__ex2g4s.e1()) {
114
114
  var element = _iterator__ex2g4s.f1();
115
- _this__u8e3s4.g3r(element instanceof AttributeKey() ? element : THROW_CCE(), other.d3r(element));
115
+ _this__u8e3s4.u3r(element instanceof AttributeKey() ? element : THROW_CCE(), other.r3r(element));
116
116
  }
117
117
  }
118
118
  //region block: exports
@@ -24,24 +24,24 @@ function AttributesJs() {
24
24
  constructor() {
25
25
  var tmp = this;
26
26
  // Inline function 'kotlin.collections.mutableMapOf' call
27
- tmp.g3x_1 = LinkedHashMap().ub();
27
+ tmp.u3x_1 = LinkedHashMap().ub();
28
28
  }
29
- e3r(key) {
30
- var tmp = this.g3x_1.w2(key);
29
+ s3r(key) {
30
+ var tmp = this.u3x_1.w2(key);
31
31
  return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
32
32
  }
33
- f3r(key) {
34
- return this.g3x_1.u2(key);
33
+ t3r(key) {
34
+ return this.u3x_1.u2(key);
35
35
  }
36
- g3r(key, value) {
36
+ u3r(key, value) {
37
37
  // Inline function 'kotlin.collections.set' call
38
- this.g3x_1.d3(key, value);
38
+ this.u3x_1.d3(key, value);
39
39
  }
40
- h3r(key) {
41
- this.g3x_1.e3(key);
40
+ v3r(key) {
41
+ this.u3x_1.e3(key);
42
42
  }
43
- i3r(key, block) {
44
- var tmp0_safe_receiver = this.g3x_1.w2(key);
43
+ w3r(key, block) {
44
+ var tmp0_safe_receiver = this.u3x_1.w2(key);
45
45
  if (tmp0_safe_receiver == null)
46
46
  null;
47
47
  else {
@@ -51,14 +51,14 @@ function AttributesJs() {
51
51
  // Inline function 'kotlin.also' call
52
52
  var this_0 = block();
53
53
  // Inline function 'kotlin.collections.set' call
54
- this.g3x_1.d3(key, this_0);
54
+ this.u3x_1.d3(key, this_0);
55
55
  return this_0;
56
56
  }
57
- j3r() {
58
- return toList(this.g3x_1.x2());
57
+ x3r() {
58
+ return toList(this.u3x_1.x2());
59
59
  }
60
60
  }
61
- protoOf($).d3r = get;
61
+ protoOf($).r3r = get;
62
62
  initMetadataForClass($, 'AttributesJs', AttributesJs, VOID, [Attributes()]);
63
63
  AttributesJsClass = $;
64
64
  }
@@ -26,13 +26,13 @@ import { toString30pk9tzaqopn as toString } from '../../../../kotlin-kotlin-stdl
26
26
  //region block: pre-declaration
27
27
  //endregion
28
28
  function CaseInsensitiveMap$_get_keys_$lambda_ptzlqj($this$DelegatingMutableSet) {
29
- return $this$DelegatingMutableSet.k3r_1;
29
+ return $this$DelegatingMutableSet.y3r_1;
30
30
  }
31
31
  function CaseInsensitiveMap$_get_keys_$lambda_ptzlqj_0($this$DelegatingMutableSet) {
32
32
  return caseInsensitive($this$DelegatingMutableSet);
33
33
  }
34
34
  function CaseInsensitiveMap$_get_entries_$lambda_r32w19($this$DelegatingMutableSet) {
35
- return new (Entry_0())($this$DelegatingMutableSet.r1().k3r_1, $this$DelegatingMutableSet.s1());
35
+ return new (Entry_0())($this$DelegatingMutableSet.r1().y3r_1, $this$DelegatingMutableSet.s1());
36
36
  }
37
37
  function CaseInsensitiveMap$_get_entries_$lambda_r32w19_0($this$DelegatingMutableSet) {
38
38
  return new (Entry_0())(caseInsensitive($this$DelegatingMutableSet.r1()), $this$DelegatingMutableSet.s1());
@@ -44,41 +44,41 @@ function CaseInsensitiveMap() {
44
44
  constructor() {
45
45
  var tmp = this;
46
46
  // Inline function 'kotlin.collections.mutableMapOf' call
47
- tmp.m3r_1 = LinkedHashMap().ub();
47
+ tmp.a3s_1 = LinkedHashMap().ub();
48
48
  }
49
49
  i1() {
50
- return this.m3r_1.i1();
50
+ return this.a3s_1.i1();
51
51
  }
52
- n3r(key) {
53
- return this.m3r_1.u2(new (CaseInsensitiveString())(key));
52
+ b3s(key) {
53
+ return this.a3s_1.u2(new (CaseInsensitiveString())(key));
54
54
  }
55
55
  u2(key) {
56
56
  if (!(!(key == null) ? typeof key === 'string' : false))
57
57
  return false;
58
- return this.n3r((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
58
+ return this.b3s((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
59
59
  }
60
- o3r(key) {
61
- return this.m3r_1.w2(caseInsensitive(key));
60
+ c3s(key) {
61
+ return this.a3s_1.w2(caseInsensitive(key));
62
62
  }
63
63
  w2(key) {
64
64
  if (!(!(key == null) ? typeof key === 'string' : false))
65
65
  return null;
66
- return this.o3r((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
66
+ return this.c3s((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
67
67
  }
68
68
  j() {
69
- return this.m3r_1.j();
69
+ return this.a3s_1.j();
70
70
  }
71
71
  z2() {
72
- this.m3r_1.z2();
72
+ this.a3s_1.z2();
73
73
  }
74
- p3r(key, value) {
75
- return this.m3r_1.d3(caseInsensitive(key), value);
74
+ d3s(key, value) {
75
+ return this.a3s_1.d3(caseInsensitive(key), value);
76
76
  }
77
77
  d3(key, value) {
78
78
  var tmp = (!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE();
79
- return this.p3r(tmp, !(value == null) ? value : THROW_CCE());
79
+ return this.d3s(tmp, !(value == null) ? value : THROW_CCE());
80
80
  }
81
- q3r(from) {
81
+ e3s(from) {
82
82
  // Inline function 'kotlin.collections.forEach' call
83
83
  // Inline function 'kotlin.collections.iterator' call
84
84
  var _iterator__ex2g4s = from.q1().d1();
@@ -88,32 +88,32 @@ function CaseInsensitiveMap() {
88
88
  var key = element.r1();
89
89
  // Inline function 'kotlin.collections.component2' call
90
90
  var value = element.s1();
91
- this.p3r(key, value);
91
+ this.d3s(key, value);
92
92
  }
93
93
  }
94
94
  f3(from) {
95
- return this.q3r(from);
95
+ return this.e3s(from);
96
96
  }
97
- r3r(key) {
98
- return this.m3r_1.e3(caseInsensitive(key));
97
+ f3s(key) {
98
+ return this.a3s_1.e3(caseInsensitive(key));
99
99
  }
100
100
  e3(key) {
101
101
  if (!(!(key == null) ? typeof key === 'string' : false))
102
102
  return null;
103
- return this.r3r((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
103
+ return this.f3s((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
104
104
  }
105
105
  x2() {
106
- var tmp = this.m3r_1.x2();
106
+ var tmp = this.a3s_1.x2();
107
107
  var tmp_0 = CaseInsensitiveMap$_get_keys_$lambda_ptzlqj;
108
108
  return new (DelegatingMutableSet())(tmp, tmp_0, CaseInsensitiveMap$_get_keys_$lambda_ptzlqj_0);
109
109
  }
110
110
  q1() {
111
- var tmp = this.m3r_1.q1();
111
+ var tmp = this.a3s_1.q1();
112
112
  var tmp_0 = CaseInsensitiveMap$_get_entries_$lambda_r32w19;
113
113
  return new (DelegatingMutableSet())(tmp, tmp_0, CaseInsensitiveMap$_get_entries_$lambda_r32w19_0);
114
114
  }
115
115
  y2() {
116
- return this.m3r_1.y2();
116
+ return this.a3s_1.y2();
117
117
  }
118
118
  equals(other) {
119
119
  var tmp;
@@ -124,10 +124,10 @@ function CaseInsensitiveMap() {
124
124
  }
125
125
  if (tmp)
126
126
  return false;
127
- return equals(other.m3r_1, this.m3r_1);
127
+ return equals(other.a3s_1, this.a3s_1);
128
128
  }
129
129
  hashCode() {
130
- return hashCode(this.m3r_1);
130
+ return hashCode(this.a3s_1);
131
131
  }
132
132
  }
133
133
  initMetadataForClass($, 'CaseInsensitiveMap', CaseInsensitiveMap, VOID, [KtMutableMap()]);
@@ -140,17 +140,17 @@ function Entry_0() {
140
140
  if (EntryClass === VOID) {
141
141
  class $ {
142
142
  constructor(key, value) {
143
- this.s3r_1 = key;
144
- this.t3r_1 = value;
143
+ this.g3s_1 = key;
144
+ this.h3s_1 = value;
145
145
  }
146
146
  r1() {
147
- return this.s3r_1;
147
+ return this.g3s_1;
148
148
  }
149
149
  s1() {
150
- return this.t3r_1;
150
+ return this.h3s_1;
151
151
  }
152
152
  hashCode() {
153
- return (527 + hashCode(ensureNotNull(this.s3r_1)) | 0) + hashCode(ensureNotNull(this.t3r_1)) | 0;
153
+ return (527 + hashCode(ensureNotNull(this.g3s_1)) | 0) + hashCode(ensureNotNull(this.h3s_1)) | 0;
154
154
  }
155
155
  equals(other) {
156
156
  var tmp;
@@ -161,10 +161,10 @@ function Entry_0() {
161
161
  }
162
162
  if (tmp)
163
163
  return false;
164
- return equals(other.r1(), this.s3r_1) && equals(other.s1(), this.t3r_1);
164
+ return equals(other.r1(), this.g3s_1) && equals(other.s1(), this.h3s_1);
165
165
  }
166
166
  toString() {
167
- return toString(this.s3r_1) + '=' + toString(this.t3r_1);
167
+ return toString(this.g3s_1) + '=' + toString(this.h3s_1);
168
168
  }
169
169
  }
170
170
  initMetadataForClass($, 'Entry', VOID, VOID, [Entry()]);
@@ -22,17 +22,17 @@ function DelegatingMutableSet$iterator$1() {
22
22
  if (DelegatingMutableSet$iterator$1Class === VOID) {
23
23
  class $ {
24
24
  constructor(this$0) {
25
- this.w3r_1 = this$0;
26
- this.v3r_1 = this$0.x3r_1.d1();
25
+ this.k3s_1 = this$0;
26
+ this.j3s_1 = this$0.l3s_1.d1();
27
27
  }
28
28
  e1() {
29
- return this.v3r_1.e1();
29
+ return this.j3s_1.e1();
30
30
  }
31
31
  f1() {
32
- return this.w3r_1.y3r_1(this.v3r_1.f1());
32
+ return this.k3s_1.m3s_1(this.j3s_1.f1());
33
33
  }
34
34
  z5() {
35
- return this.v3r_1.z5();
35
+ return this.j3s_1.z5();
36
36
  }
37
37
  }
38
38
  initMetadataForClass($);
@@ -45,75 +45,75 @@ function DelegatingMutableSet() {
45
45
  if (DelegatingMutableSetClass === VOID) {
46
46
  class $ {
47
47
  constructor(delegate, convertTo, convert) {
48
- this.x3r_1 = delegate;
49
- this.y3r_1 = convertTo;
50
- this.z3r_1 = convert;
51
- this.a3s_1 = this.x3r_1.i1();
48
+ this.l3s_1 = delegate;
49
+ this.m3s_1 = convertTo;
50
+ this.n3s_1 = convert;
51
+ this.o3s_1 = this.l3s_1.i1();
52
52
  }
53
- b3s(_this__u8e3s4) {
53
+ p3s(_this__u8e3s4) {
54
54
  // Inline function 'kotlin.collections.map' call
55
55
  // Inline function 'kotlin.collections.mapTo' call
56
56
  var destination = ArrayList().c1(collectionSizeOrDefault(_this__u8e3s4, 10));
57
57
  var _iterator__ex2g4s = _this__u8e3s4.d1();
58
58
  while (_iterator__ex2g4s.e1()) {
59
59
  var item = _iterator__ex2g4s.f1();
60
- var tmp$ret$0 = this.z3r_1(item);
60
+ var tmp$ret$0 = this.n3s_1(item);
61
61
  destination.m(tmp$ret$0);
62
62
  }
63
63
  return destination;
64
64
  }
65
- c3s(_this__u8e3s4) {
65
+ q3s(_this__u8e3s4) {
66
66
  // Inline function 'kotlin.collections.map' call
67
67
  // Inline function 'kotlin.collections.mapTo' call
68
68
  var destination = ArrayList().c1(collectionSizeOrDefault(_this__u8e3s4, 10));
69
69
  var _iterator__ex2g4s = _this__u8e3s4.d1();
70
70
  while (_iterator__ex2g4s.e1()) {
71
71
  var item = _iterator__ex2g4s.f1();
72
- var tmp$ret$0 = this.y3r_1(item);
72
+ var tmp$ret$0 = this.m3s_1(item);
73
73
  destination.m(tmp$ret$0);
74
74
  }
75
75
  return destination;
76
76
  }
77
77
  i1() {
78
- return this.a3s_1;
78
+ return this.o3s_1;
79
79
  }
80
- d3s(element) {
81
- return this.x3r_1.m(this.z3r_1(element));
80
+ r3s(element) {
81
+ return this.l3s_1.m(this.n3s_1(element));
82
82
  }
83
83
  m(element) {
84
- return this.d3s((element == null ? true : !(element == null)) ? element : THROW_CCE());
84
+ return this.r3s((element == null ? true : !(element == null)) ? element : THROW_CCE());
85
85
  }
86
- e3s(elements) {
87
- return this.x3r_1.k1(this.b3s(elements));
86
+ s3s(elements) {
87
+ return this.l3s_1.k1(this.p3s(elements));
88
88
  }
89
89
  k1(elements) {
90
- return this.e3s(elements);
90
+ return this.s3s(elements);
91
91
  }
92
92
  z2() {
93
- this.x3r_1.z2();
93
+ this.l3s_1.z2();
94
94
  }
95
- f3s(element) {
96
- return this.x3r_1.q2(this.z3r_1(element));
95
+ t3s(element) {
96
+ return this.l3s_1.q2(this.n3s_1(element));
97
97
  }
98
98
  q2(element) {
99
99
  if (!(element == null ? true : !(element == null)))
100
100
  return false;
101
- return this.f3s((element == null ? true : !(element == null)) ? element : THROW_CCE());
101
+ return this.t3s((element == null ? true : !(element == null)) ? element : THROW_CCE());
102
102
  }
103
- g3s(elements) {
104
- return this.x3r_1.r2(this.b3s(elements));
103
+ u3s(elements) {
104
+ return this.l3s_1.r2(this.p3s(elements));
105
105
  }
106
106
  r2(elements) {
107
- return this.g3s(elements);
107
+ return this.u3s(elements);
108
108
  }
109
109
  j() {
110
- return this.x3r_1.j();
110
+ return this.l3s_1.j();
111
111
  }
112
112
  d1() {
113
113
  return new (DelegatingMutableSet$iterator$1())(this);
114
114
  }
115
115
  hashCode() {
116
- return hashCode(this.x3r_1);
116
+ return hashCode(this.l3s_1);
117
117
  }
118
118
  equals(other) {
119
119
  var tmp;
@@ -124,7 +124,7 @@ function DelegatingMutableSet() {
124
124
  }
125
125
  if (tmp)
126
126
  return false;
127
- var elements = this.c3s(this.x3r_1);
127
+ var elements = this.q3s(this.l3s_1);
128
128
  var tmp_0;
129
129
  if (other.r2(elements)) {
130
130
  // Inline function 'kotlin.collections.containsAll' call
@@ -135,7 +135,7 @@ function DelegatingMutableSet() {
135
135
  return tmp_0;
136
136
  }
137
137
  toString() {
138
- return toString(this.c3s(this.x3r_1));
138
+ return toString(this.q3s(this.l3s_1));
139
139
  }
140
140
  }
141
141
  initMetadataForClass($, 'DelegatingMutableSet', VOID, VOID, [KtMutableSet()]);
@@ -99,13 +99,13 @@ function Js() {
99
99
  class $ extends Platform() {
100
100
  constructor(jsPlatform) {
101
101
  super();
102
- this.h3s_1 = jsPlatform;
102
+ this.v3s_1 = jsPlatform;
103
103
  }
104
104
  toString() {
105
- return 'Js(jsPlatform=' + this.h3s_1.toString() + ')';
105
+ return 'Js(jsPlatform=' + this.v3s_1.toString() + ')';
106
106
  }
107
107
  hashCode() {
108
- return this.h3s_1.hashCode();
108
+ return this.v3s_1.hashCode();
109
109
  }
110
110
  equals(other) {
111
111
  if (this === other)
@@ -113,7 +113,7 @@ function Js() {
113
113
  if (!(other instanceof Js()))
114
114
  return false;
115
115
  var tmp0_other_with_cast = other instanceof Js() ? other : THROW_CCE();
116
- if (!this.h3s_1.equals(tmp0_other_with_cast.h3s_1))
116
+ if (!this.v3s_1.equals(tmp0_other_with_cast.v3s_1))
117
117
  return false;
118
118
  return true;
119
119
  }
@@ -168,38 +168,38 @@ function PlatformUtils() {
168
168
  var platform = get_platform(this);
169
169
  var tmp_0;
170
170
  if (platform instanceof Js()) {
171
- tmp_0 = platform.h3s_1.equals(JsPlatform_Browser_getInstance());
171
+ tmp_0 = platform.v3s_1.equals(JsPlatform_Browser_getInstance());
172
172
  } else {
173
173
  if (platform instanceof WasmJs()) {
174
- tmp_0 = platform.i3s_1.equals(JsPlatform_Browser_getInstance());
174
+ tmp_0 = platform.w3s_1.equals(JsPlatform_Browser_getInstance());
175
175
  } else {
176
176
  tmp_0 = false;
177
177
  }
178
178
  }
179
- tmp.j3s_1 = tmp_0;
179
+ tmp.x3s_1 = tmp_0;
180
180
  var tmp_1 = this;
181
181
  var platform_0 = get_platform(this);
182
182
  var tmp_2;
183
183
  if (platform_0 instanceof Js()) {
184
- tmp_2 = platform_0.h3s_1.equals(JsPlatform_Node_getInstance());
184
+ tmp_2 = platform_0.v3s_1.equals(JsPlatform_Node_getInstance());
185
185
  } else {
186
186
  if (platform_0 instanceof WasmJs()) {
187
- tmp_2 = platform_0.i3s_1.equals(JsPlatform_Node_getInstance());
187
+ tmp_2 = platform_0.w3s_1.equals(JsPlatform_Node_getInstance());
188
188
  } else {
189
189
  tmp_2 = false;
190
190
  }
191
191
  }
192
- tmp_1.k3s_1 = tmp_2;
192
+ tmp_1.y3s_1 = tmp_2;
193
193
  var tmp_3 = this;
194
194
  var tmp_4 = get_platform(this);
195
- tmp_3.l3s_1 = tmp_4 instanceof Js();
195
+ tmp_3.z3s_1 = tmp_4 instanceof Js();
196
196
  var tmp_5 = this;
197
197
  var tmp_6 = get_platform(this);
198
- tmp_5.m3s_1 = tmp_6 instanceof WasmJs();
199
- this.n3s_1 = equals(get_platform(this), Jvm_getInstance());
200
- this.o3s_1 = equals(get_platform(this), Native_getInstance());
201
- this.p3s_1 = get_isDevelopmentMode(this);
202
- this.q3s_1 = true;
198
+ tmp_5.a3t_1 = tmp_6 instanceof WasmJs();
199
+ this.b3t_1 = equals(get_platform(this), Jvm_getInstance());
200
+ this.c3t_1 = equals(get_platform(this), Native_getInstance());
201
+ this.d3t_1 = get_isDevelopmentMode(this);
202
+ this.e3t_1 = true;
203
203
  }
204
204
  }
205
205
  initMetadataForObject($, 'PlatformUtils');