@attocash/commons-js 6.1.0 → 6.2.0

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 (1267) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs +68 -68
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs.map +1 -1
  3. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs +4 -4
  4. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs.map +1 -1
  5. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +24 -24
  6. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs.map +1 -1
  7. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +64 -64
  8. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs.map +1 -1
  9. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +39 -39
  10. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs.map +1 -1
  11. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +52 -52
  12. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs.map +1 -1
  13. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs +5 -5
  14. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs.map +1 -1
  15. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +2 -2
  16. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs.map +1 -1
  17. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +82 -82
  18. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs.map +1 -1
  19. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +33 -33
  20. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs.map +1 -1
  21. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +28 -28
  22. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs.map +1 -1
  23. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +13 -13
  24. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs.map +1 -1
  25. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +14 -14
  26. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs.map +1 -1
  27. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +48 -48
  28. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs.map +1 -1
  29. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +132 -132
  30. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs.map +1 -1
  31. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +116 -116
  32. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs.map +1 -1
  33. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +162 -162
  34. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs.map +1 -1
  35. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +168 -168
  36. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs.map +1 -1
  37. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +81 -81
  38. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs.map +1 -1
  39. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +32 -32
  40. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs.map +1 -1
  41. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +91 -91
  42. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs.map +1 -1
  43. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/PlatformSpecifics.mjs.map +1 -1
  44. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +21 -21
  45. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs.map +1 -1
  46. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +62 -62
  47. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs.map +1 -1
  48. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/dateCalculations.mjs.map +1 -1
  49. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +10 -10
  50. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs.map +1 -1
  51. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +55 -55
  52. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs.map +1 -1
  53. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +48 -48
  54. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs.map +1 -1
  55. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +173 -173
  56. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs.map +1 -1
  57. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +17 -17
  58. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs.map +1 -1
  59. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +40 -40
  60. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs.map +1 -1
  61. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +60 -60
  62. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs.map +1 -1
  63. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +47 -47
  64. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs.map +1 -1
  65. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +6 -6
  66. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs.map +1 -1
  67. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +93 -93
  68. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs.map +1 -1
  69. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +105 -105
  70. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs.map +1 -1
  71. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +21 -21
  72. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs.map +1 -1
  73. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
  74. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs.map +1 -1
  75. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs +2 -2
  76. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs.map +1 -1
  77. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +113 -113
  78. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
  79. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +12 -12
  80. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
  81. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +12 -12
  82. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
  83. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +12 -12
  84. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
  85. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +34 -34
  86. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
  87. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +12 -12
  88. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
  89. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.export.d.mts +5 -3
  90. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +13 -13
  91. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs.map +1 -1
  92. package/commons-commons-core/cash/atto/commons/AttoAccount.export.d.mts +11 -17
  93. package/commons-commons-core/cash/atto/commons/AttoAccount.export.mjs +1 -1
  94. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +146 -146
  95. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
  96. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.d.mts +2 -15
  97. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs +1 -8
  98. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs.map +1 -1
  99. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +126 -131
  100. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
  101. package/commons-commons-core/cash/atto/commons/AttoAddress.export.d.mts +18 -20
  102. package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs +1 -1
  103. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +44 -44
  104. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
  105. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.d.mts +11 -13
  106. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.mjs +2 -2
  107. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +25 -25
  108. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs.map +1 -1
  109. package/commons-commons-core/cash/atto/commons/AttoAmount.export.d.mts +18 -18
  110. package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs +4 -4
  111. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +55 -55
  112. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
  113. package/commons-commons-core/cash/atto/commons/AttoBlock.export.d.mts +66 -76
  114. package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs +13 -12
  115. package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs.map +1 -1
  116. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +928 -928
  117. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
  118. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +12 -12
  119. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
  120. package/commons-commons-core/cash/atto/commons/AttoChallenge.export.d.mts +11 -13
  121. package/commons-commons-core/cash/atto/commons/AttoChallenge.export.mjs +1 -1
  122. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +18 -18
  123. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
  124. package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.d.mts +5 -3
  125. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +10 -10
  126. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs.map +1 -1
  127. package/commons-commons-core/cash/atto/commons/AttoHash.export.d.mts +14 -16
  128. package/commons-commons-core/cash/atto/commons/AttoHash.export.mjs +1 -1
  129. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +25 -25
  130. package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
  131. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +3 -3
  132. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs.map +1 -1
  133. package/commons-commons-core/cash/atto/commons/AttoHeight.export.d.mts +13 -15
  134. package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs +1 -1
  135. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +31 -31
  136. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
  137. package/commons-commons-core/cash/atto/commons/AttoInstant.export.d.mts +14 -16
  138. package/commons-commons-core/cash/atto/commons/AttoInstant.export.mjs +1 -1
  139. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +47 -47
  140. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
  141. package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
  142. package/commons-commons-core/cash/atto/commons/AttoJob.mjs.map +1 -1
  143. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.export.d.mts +5 -3
  144. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +7 -7
  145. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs.map +1 -1
  146. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.d.mts +11 -13
  147. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.mjs +2 -2
  148. package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs +1 -1
  149. package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
  150. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +30 -30
  151. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
  152. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +11 -11
  153. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs.map +1 -1
  154. package/commons-commons-core/cash/atto/commons/AttoNetwork.export.d.mts +16 -18
  155. package/commons-commons-core/cash/atto/commons/AttoNetwork.export.mjs +6 -6
  156. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +27 -27
  157. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs.map +1 -1
  158. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.d.mts +13 -15
  159. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.mjs +1 -1
  160. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +9 -9
  161. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
  162. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +38 -38
  163. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
  164. package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.d.mts +12 -14
  165. package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.mjs +1 -1
  166. package/commons-commons-core/cash/atto/commons/AttoPublicKey.js.mjs.map +1 -1
  167. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +18 -18
  168. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
  169. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.d.mts +2 -15
  170. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs +1 -8
  171. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs.map +1 -1
  172. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +107 -112
  173. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
  174. package/commons-commons-core/cash/atto/commons/AttoSeed.export.d.mts +5 -3
  175. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +11 -11
  176. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs.map +1 -1
  177. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +7 -8
  178. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs.map +1 -1
  179. package/commons-commons-core/cash/atto/commons/AttoSignature.export.d.mts +13 -15
  180. package/commons-commons-core/cash/atto/commons/AttoSignature.export.mjs +1 -1
  181. package/commons-commons-core/cash/atto/commons/AttoSignature.js.mjs.map +1 -1
  182. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +19 -19
  183. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
  184. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +16 -16
  185. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
  186. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +8 -6
  187. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs.map +1 -1
  188. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.d.mts +5 -3
  189. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +8 -8
  190. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs.map +1 -1
  191. package/commons-commons-core/cash/atto/commons/AttoTransaction.export.d.mts +13 -15
  192. package/commons-commons-core/cash/atto/commons/AttoTransaction.export.mjs +1 -1
  193. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +73 -73
  194. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
  195. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +4 -4
  196. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs.map +1 -1
  197. package/commons-commons-core/cash/atto/commons/AttoVersion.export.d.mts +2 -15
  198. package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs +1 -8
  199. package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs.map +1 -1
  200. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +21 -27
  201. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
  202. package/commons-commons-core/cash/atto/commons/AttoVote.export.d.mts +12 -14
  203. package/commons-commons-core/cash/atto/commons/AttoVote.export.mjs +1 -1
  204. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +92 -92
  205. package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
  206. package/commons-commons-core/cash/atto/commons/AttoWork.export.d.mts +13 -15
  207. package/commons-commons-core/cash/atto/commons/AttoWork.export.mjs +1 -1
  208. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +40 -40
  209. package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
  210. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +25 -24
  211. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
  212. package/commons-commons-core/cash/atto/commons/Extensions.mjs +17 -17
  213. package/commons-commons-core/cash/atto/commons/Extensions.mjs.map +1 -1
  214. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +19 -19
  215. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs.map +1 -1
  216. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +4 -4
  217. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs.map +1 -1
  218. package/commons-commons-core/cash/atto/commons/utils/SubtleCrypto.mjs.map +1 -1
  219. package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs +1 -1
  220. package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs.map +1 -1
  221. package/commons-commons-js.mjs +1 -1
  222. package/commons-commons-node/cash/atto/commons/node/AttoNodeClient.mjs +1 -1
  223. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +5 -6
  224. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +289 -281
  225. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +1 -1
  226. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.d.mts +18 -59
  227. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs +3 -12
  228. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs.map +1 -1
  229. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +170 -187
  230. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  231. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +22 -22
  232. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
  233. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +8 -8
  234. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs.map +1 -1
  235. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.export.d.mts +5 -3
  236. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +36 -36
  237. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
  238. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.export.d.mts +5 -3
  239. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +20 -20
  240. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs.map +1 -1
  241. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +60 -60
  242. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs.map +1 -1
  243. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.export.d.mts +5 -3
  244. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +58 -57
  245. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
  246. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.export.d.mts +5 -3
  247. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +4 -4
  248. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs.map +1 -1
  249. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +76 -76
  250. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs.map +1 -1
  251. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +8 -8
  252. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs.map +1 -1
  253. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.export.d.mts +5 -3
  254. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +36 -36
  255. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
  256. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.d.mts +5 -3
  257. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +20 -20
  258. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs.map +1 -1
  259. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.export.d.mts +5 -3
  260. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +11 -11
  261. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs.map +1 -1
  262. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +432 -432
  263. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
  264. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs +255 -253
  265. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs.map +1 -1
  266. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.export.d.mts +5 -3
  267. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs +110 -110
  268. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs.map +1 -1
  269. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.export.d.mts +5 -3
  270. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs +41 -41
  271. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs.map +1 -1
  272. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +5 -5
  273. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
  274. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.d.mts +5 -3
  275. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +26 -26
  276. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs.map +1 -1
  277. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +83 -83
  278. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
  279. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +88 -88
  280. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
  281. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.export.d.mts +5 -3
  282. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +21 -21
  283. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs.map +1 -1
  284. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +47 -47
  285. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
  286. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
  287. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs.map +1 -1
  288. package/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
  289. package/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
  290. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +29 -29
  291. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
  292. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs +10 -10
  293. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
  294. package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
  295. package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs.map +1 -1
  296. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +13 -13
  297. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
  298. package/kotlin-kotlin-stdlib/kotlin/Library.mjs +3 -4
  299. package/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
  300. package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +14 -0
  301. package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
  302. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +5 -5
  303. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
  304. package/kotlin-kotlin-stdlib/kotlin/Result.mjs +19 -19
  305. package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
  306. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
  307. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
  308. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
  309. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs.map +1 -1
  310. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
  311. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
  312. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +44 -44
  313. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
  314. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +17 -17
  315. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
  316. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +44 -44
  317. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
  318. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +17 -17
  319. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
  320. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +45 -46
  321. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
  322. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +17 -17
  323. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
  324. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +44 -44
  325. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
  326. package/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
  327. package/kotlin-kotlin-stdlib/kotlin/Unit.mjs.map +1 -1
  328. package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
  329. package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
  330. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
  331. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
  332. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +80 -80
  333. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -1
  334. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +77 -77
  335. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
  336. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +29 -29
  337. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
  338. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +93 -93
  339. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -1
  340. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +36 -36
  341. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
  342. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +5 -5
  343. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs.map +1 -1
  344. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +12 -12
  345. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs.map +1 -1
  346. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +282 -264
  347. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
  348. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
  349. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs.map +1 -1
  350. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +82 -82
  351. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
  352. package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
  353. package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
  354. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.d.mts +4 -26
  355. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs +6 -6
  356. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +12 -8
  357. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -1
  358. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +74 -74
  359. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
  360. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
  361. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
  362. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +81 -81
  363. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
  364. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +57 -57
  365. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
  366. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +31 -31
  367. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
  368. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
  369. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs.map +1 -1
  370. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +251 -251
  371. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
  372. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
  373. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs.map +1 -1
  374. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
  375. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs.map +1 -1
  376. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
  377. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs.map +1 -1
  378. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
  379. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
  380. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
  381. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
  382. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +4 -4
  383. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
  384. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +48 -48
  385. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
  386. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
  387. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -1
  388. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
  389. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs.map +1 -1
  390. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +17 -17
  391. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
  392. package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +2 -2
  393. package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
  394. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +15 -15
  395. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
  396. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -20
  397. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -1
  398. package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +115 -118
  399. package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
  400. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
  401. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs.map +1 -1
  402. package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +14 -14
  403. package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs.map +1 -1
  404. package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
  405. package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -1
  406. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +7 -7
  407. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
  408. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsHacks.mjs.map +1 -1
  409. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +17 -17
  410. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs.map +1 -1
  411. package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
  412. package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
  413. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +4 -4
  414. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -1
  415. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
  416. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
  417. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
  418. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
  419. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
  420. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
  421. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +7 -7
  422. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
  423. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +54 -61
  424. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
  425. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
  426. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs.map +1 -1
  427. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +22 -22
  428. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs.map +1 -1
  429. package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs +8 -8
  430. package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs.map +1 -1
  431. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
  432. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs.map +1 -1
  433. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +26 -44
  434. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
  435. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +25 -24
  436. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
  437. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +188 -188
  438. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
  439. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs +5 -10
  440. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
  441. package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +4 -4
  442. package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +1 -1
  443. package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +15 -0
  444. package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -0
  445. package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
  446. package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs.map +1 -1
  447. package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +1 -1
  448. package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +1 -1
  449. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
  450. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
  451. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -20
  452. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
  453. package/kotlin-kotlin-stdlib/kotlin/js/bitUtils.mjs.map +1 -1
  454. package/kotlin-kotlin-stdlib/kotlin/js/charSequenceJs.mjs.map +1 -1
  455. package/kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs.map +1 -1
  456. package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -3
  457. package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
  458. package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +1 -1
  459. package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +1 -1
  460. package/kotlin-kotlin-stdlib/kotlin/js/internal/BigInt.mjs.map +1 -1
  461. package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +110 -100
  462. package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs.map +1 -1
  463. package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs +48 -0
  464. package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs.map +1 -1
  465. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
  466. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs.map +1 -1
  467. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +3 -3
  468. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs.map +1 -1
  469. package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +1 -1
  470. package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
  471. package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
  472. package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
  473. package/kotlin-kotlin-stdlib/kotlin/js/rangeTo.mjs.map +1 -1
  474. package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +1 -2
  475. package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
  476. package/kotlin-kotlin-stdlib/kotlin/js/regexp.mjs.map +1 -1
  477. package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +0 -4
  478. package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
  479. package/kotlin-kotlin-stdlib/kotlin/js/void.mjs.map +1 -1
  480. package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
  481. package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs.map +1 -1
  482. package/kotlin-kotlin-stdlib/kotlin/math/math.mjs +17 -5
  483. package/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
  484. package/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
  485. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +32 -32
  486. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs.map +1 -1
  487. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +27 -27
  488. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
  489. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +39 -39
  490. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
  491. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
  492. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs.map +1 -1
  493. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
  494. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs.map +1 -1
  495. package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
  496. package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs.map +1 -1
  497. package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
  498. package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs.map +1 -1
  499. package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +18 -10
  500. package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +1 -1
  501. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +123 -0
  502. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -0
  503. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +63 -0
  504. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs.map +1 -0
  505. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
  506. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs.map +1 -1
  507. package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
  508. package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs.map +1 -1
  509. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +57 -54
  510. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs.map +1 -1
  511. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +7 -7
  512. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs.map +1 -1
  513. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +16 -41
  514. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs.map +1 -1
  515. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +27 -38
  516. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
  517. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +6 -3
  518. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs.map +1 -1
  519. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +45 -45
  520. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
  521. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +34 -34
  522. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
  523. package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +12 -12
  524. package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
  525. package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
  526. package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs.map +1 -1
  527. package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +2 -2
  528. package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs.map +1 -1
  529. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
  530. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs.map +1 -1
  531. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +36 -179
  532. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs.map +1 -1
  533. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +59 -59
  534. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs.map +1 -1
  535. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +26 -26
  536. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
  537. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +47 -47
  538. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
  539. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
  540. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs.map +1 -1
  541. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +114 -114
  542. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
  543. package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +11 -11
  544. package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
  545. package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
  546. package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs.map +1 -1
  547. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
  548. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs.map +1 -1
  549. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
  550. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs.map +1 -1
  551. package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +10 -10
  552. package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs.map +1 -1
  553. package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
  554. package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs.map +1 -1
  555. package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
  556. package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs.map +1 -1
  557. package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
  558. package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs.map +1 -1
  559. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +22 -22
  560. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
  561. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +23 -23
  562. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  563. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
  564. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs.map +1 -1
  565. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
  566. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
  567. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +33 -37
  568. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
  569. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
  570. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs.map +1 -1
  571. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +918 -344
  572. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
  573. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +32 -55
  574. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
  575. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +15 -20
  576. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs.map +1 -1
  577. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +119 -121
  578. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
  579. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
  580. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs.map +1 -1
  581. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +35 -43
  582. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
  583. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +268 -20
  584. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
  585. package/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
  586. package/kotlin-kotlin-stdlib/noPackageHacks.mjs.map +1 -1
  587. package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
  588. package/kotlin-kotlin-stdlib/reflectionJs.mjs.map +1 -1
  589. package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +5 -5
  590. package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs.map +1 -1
  591. package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +3 -3
  592. package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs.map +1 -1
  593. package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +13 -13
  594. package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -1
  595. package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +8 -8
  596. package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -1
  597. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
  598. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs.map +1 -1
  599. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
  600. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs.map +1 -1
  601. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +7 -7
  602. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs.map +1 -1
  603. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +5 -5
  604. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs.map +1 -1
  605. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +2 -2
  606. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs.map +1 -1
  607. package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +6 -6
  608. package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs.map +1 -1
  609. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
  610. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs.map +1 -1
  611. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +2 -2
  612. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs.map +1 -1
  613. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +6 -6
  614. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs.map +1 -1
  615. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  616. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs.map +1 -1
  617. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
  618. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
  619. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +9 -9
  620. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
  621. package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
  622. package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs.map +1 -1
  623. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +29 -29
  624. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
  625. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +18 -18
  626. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
  627. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
  628. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
  629. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +184 -184
  630. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
  631. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +11 -11
  632. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
  633. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +16 -16
  634. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
  635. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +8 -8
  636. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
  637. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +7 -7
  638. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
  639. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
  640. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
  641. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
  642. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
  643. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +10 -10
  644. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
  645. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
  646. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
  647. package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
  648. package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
  649. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +13 -13
  650. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
  651. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +56 -56
  652. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
  653. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
  654. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
  655. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +32 -32
  656. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
  657. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
  658. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
  659. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
  660. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
  661. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +8 -8
  662. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs.map +1 -1
  663. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +116 -116
  664. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  665. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +23 -23
  666. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
  667. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +371 -373
  668. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  669. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
  670. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
  671. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +14 -14
  672. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
  673. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
  674. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
  675. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +7 -7
  676. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
  677. package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
  678. package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs.map +1 -1
  679. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
  680. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs.map +1 -1
  681. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +514 -514
  682. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
  683. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +44 -44
  684. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
  685. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +22 -22
  686. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
  687. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
  688. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
  689. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +29 -28
  690. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
  691. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +23 -23
  692. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
  693. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +42 -36
  694. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
  695. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +6 -6
  696. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
  697. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +11 -11
  698. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
  699. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +6 -6
  700. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -1
  701. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +17 -17
  702. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
  703. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +36 -36
  704. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
  705. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Merge.mjs.map +1 -1
  706. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -22
  707. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  708. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +15 -15
  709. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
  710. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +48 -48
  711. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
  712. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +61 -60
  713. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
  714. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +51 -51
  715. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
  716. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +28 -28
  717. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
  718. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +207 -206
  719. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
  720. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
  721. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs.map +1 -1
  722. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +8 -8
  723. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs.map +1 -1
  724. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +46 -46
  725. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
  726. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +6 -4
  727. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
  728. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -1
  729. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +10 -10
  730. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
  731. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +11 -11
  732. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
  733. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
  734. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
  735. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
  736. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs.map +1 -1
  737. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +12 -12
  738. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs.map +1 -1
  739. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +53 -53
  740. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
  741. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
  742. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
  743. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
  744. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs.map +1 -1
  745. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +85 -85
  746. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
  747. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +7 -7
  748. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
  749. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
  750. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
  751. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
  752. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs.map +1 -1
  753. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
  754. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
  755. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs.map +1 -1
  756. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  757. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs.map +1 -1
  758. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +2 -2
  759. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
  760. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs.map +1 -1
  761. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs.map +1 -1
  762. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
  763. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
  764. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +5 -5
  765. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
  766. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +15 -15
  767. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
  768. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +25 -25
  769. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
  770. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +59 -59
  771. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
  772. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +73 -73
  773. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
  774. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +56 -56
  775. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
  776. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
  777. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
  778. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
  779. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
  780. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
  781. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
  782. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +231 -231
  783. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
  784. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +25 -25
  785. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
  786. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
  787. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
  788. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
  789. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +25 -25
  790. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
  791. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +61 -61
  792. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
  793. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +168 -168
  794. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
  795. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
  796. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
  797. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
  798. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
  799. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +8 -8
  800. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
  801. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +22 -22
  802. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
  803. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +69 -69
  804. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
  805. package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
  806. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +3 -3
  807. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
  808. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
  809. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
  810. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +25 -25
  811. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
  812. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +64 -64
  813. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
  814. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +28 -21
  815. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
  816. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +38 -38
  817. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
  818. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +8 -8
  819. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
  820. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  821. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs.map +1 -1
  822. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +31 -31
  823. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
  824. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
  825. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
  826. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
  827. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
  828. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +79 -79
  829. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
  830. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
  831. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs.map +1 -1
  832. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +57 -57
  833. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
  834. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +67 -67
  835. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
  836. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
  837. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
  838. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
  839. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
  840. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +31 -31
  841. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
  842. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
  843. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
  844. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +68 -68
  845. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
  846. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -276
  847. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
  848. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +24 -25
  849. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
  850. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +42 -42
  851. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
  852. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +19 -19
  853. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
  854. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs.map +1 -1
  855. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
  856. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
  857. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +19 -19
  858. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
  859. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +44 -44
  860. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
  861. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +23 -23
  862. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
  863. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +15 -15
  864. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
  865. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +36 -35
  866. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
  867. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
  868. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
  869. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
  870. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
  871. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
  872. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +503 -504
  873. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
  874. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
  875. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
  876. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +109 -109
  877. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
  878. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +99 -100
  879. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
  880. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
  881. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
  882. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +55 -55
  883. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
  884. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs.map +1 -1
  885. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  886. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
  887. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +53 -53
  888. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
  889. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +21 -21
  890. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs.map +1 -1
  891. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +105 -105
  892. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  893. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +168 -168
  894. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
  895. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  896. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs.map +1 -1
  897. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +186 -186
  898. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
  899. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
  900. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs.map +1 -1
  901. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +81 -81
  902. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
  903. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
  904. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
  905. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
  906. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
  907. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +43 -43
  908. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
  909. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
  910. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
  911. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +24 -24
  912. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
  913. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
  914. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
  915. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
  916. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs.map +1 -1
  917. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +71 -71
  918. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
  919. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +13 -13
  920. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
  921. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
  922. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
  923. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +189 -189
  924. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
  925. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +151 -151
  926. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
  927. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +54 -54
  928. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs.map +1 -1
  929. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +10 -10
  930. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
  931. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +275 -275
  932. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
  933. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
  934. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
  935. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
  936. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs.map +1 -1
  937. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +126 -127
  938. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
  939. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs +1 -1
  940. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs.map +1 -1
  941. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
  942. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs.map +1 -1
  943. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +84 -84
  944. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
  945. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
  946. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
  947. package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs +6 -6
  948. package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs.map +1 -1
  949. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
  950. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
  951. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
  952. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
  953. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +61 -61
  954. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
  955. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +52 -52
  956. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
  957. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  958. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs.map +1 -1
  959. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +26 -26
  960. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
  961. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +72 -72
  962. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
  963. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +30 -30
  964. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
  965. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +3 -3
  966. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs.map +1 -1
  967. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  968. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs.map +1 -1
  969. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +15 -15
  970. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs.map +1 -1
  971. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +34 -34
  972. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
  973. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
  974. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
  975. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +63 -63
  976. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  977. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +22 -22
  978. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
  979. package/ktor-ktor-client-core/io/ktor/client/engine/js/ReadableStream.mjs.map +1 -1
  980. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +20 -20
  981. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
  982. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +14 -14
  983. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
  984. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +43 -43
  985. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
  986. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +43 -43
  987. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
  988. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +89 -89
  989. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
  990. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransformJs.mjs.map +1 -1
  991. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +97 -96
  992. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
  993. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +3 -3
  994. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs.map +1 -1
  995. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +98 -98
  996. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
  997. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +39 -39
  998. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
  999. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +35 -35
  1000. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
  1001. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +143 -144
  1002. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
  1003. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  1004. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
  1005. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +89 -89
  1006. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
  1007. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +31 -31
  1008. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
  1009. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  1010. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs.map +1 -1
  1011. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +17 -17
  1012. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs.map +1 -1
  1013. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +15 -15
  1014. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs.map +1 -1
  1015. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +33 -33
  1016. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
  1017. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +17 -17
  1018. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
  1019. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +46 -46
  1020. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
  1021. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
  1022. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
  1023. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
  1024. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs.map +1 -1
  1025. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +57 -57
  1026. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
  1027. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +6 -6
  1028. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
  1029. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
  1030. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
  1031. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  1032. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
  1033. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
  1034. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs.map +1 -1
  1035. package/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs.map +1 -1
  1036. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
  1037. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs.map +1 -1
  1038. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
  1039. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
  1040. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +11 -12
  1041. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
  1042. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
  1043. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs.map +1 -1
  1044. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +24 -24
  1045. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
  1046. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +21 -21
  1047. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
  1048. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  1049. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs.map +1 -1
  1050. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +4 -4
  1051. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs.map +1 -1
  1052. package/ktor-ktor-client-core/io/ktor/client/utils/ExceptionUtils.nonJvm.mjs.map +1 -1
  1053. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +11 -11
  1054. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs.map +1 -1
  1055. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
  1056. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs.map +1 -1
  1057. package/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
  1058. package/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
  1059. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +64 -64
  1060. package/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
  1061. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +110 -110
  1062. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
  1063. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
  1064. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs.map +1 -1
  1065. package/ktor-ktor-http/io/ktor/http/Headers.mjs +21 -21
  1066. package/ktor-ktor-http/io/ktor/http/Headers.mjs.map +1 -1
  1067. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +65 -65
  1068. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
  1069. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
  1070. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs.map +1 -1
  1071. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +8 -8
  1072. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs.map +1 -1
  1073. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +15 -15
  1074. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
  1075. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
  1076. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs.map +1 -1
  1077. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
  1078. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
  1079. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +14 -14
  1080. package/ktor-ktor-http/io/ktor/http/Parameters.mjs.map +1 -1
  1081. package/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
  1082. package/ktor-ktor-http/io/ktor/http/Query.mjs.map +1 -1
  1083. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +94 -94
  1084. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
  1085. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +2 -2
  1086. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs.map +1 -1
  1087. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +44 -44
  1088. package/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
  1089. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +28 -28
  1090. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs.map +1 -1
  1091. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +40 -40
  1092. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs.map +1 -1
  1093. package/ktor-ktor-http/io/ktor/http/Url.mjs +83 -83
  1094. package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
  1095. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +57 -57
  1096. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs.map +1 -1
  1097. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  1098. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs.map +1 -1
  1099. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +10 -10
  1100. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs.map +1 -1
  1101. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +13 -13
  1102. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs.map +1 -1
  1103. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
  1104. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
  1105. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +104 -104
  1106. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
  1107. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +48 -49
  1108. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
  1109. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +65 -65
  1110. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
  1111. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +57 -57
  1112. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
  1113. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +94 -94
  1114. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
  1115. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  1116. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs.map +1 -1
  1117. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPoolJs.mjs.map +1 -1
  1118. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +22 -22
  1119. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs.map +1 -1
  1120. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  1121. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs.map +1 -1
  1122. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  1123. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs.map +1 -1
  1124. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
  1125. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs.map +1 -1
  1126. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.jsAndWasmShared.mjs.map +1 -1
  1127. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +133 -133
  1128. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
  1129. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +2 -2
  1130. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs.map +1 -1
  1131. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +58 -58
  1132. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
  1133. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
  1134. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
  1135. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +83 -89
  1136. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
  1137. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +4 -4
  1138. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
  1139. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +47 -49
  1140. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
  1141. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  1142. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
  1143. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +24 -24
  1144. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
  1145. package/ktor-ktor-io/io/ktor/utils/io/Deprecation.mjs.map +1 -1
  1146. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  1147. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs.map +1 -1
  1148. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +2 -2
  1149. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs.map +1 -1
  1150. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +25 -25
  1151. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
  1152. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
  1153. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
  1154. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
  1155. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
  1156. package/ktor-ktor-io/io/ktor/utils/io/charsets/Decoder.js.mjs.map +1 -1
  1157. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +7 -7
  1158. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs.map +1 -1
  1159. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
  1160. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs.map +1 -1
  1161. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
  1162. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
  1163. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +9 -9
  1164. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
  1165. package/ktor-ktor-io/io/ktor/utils/io/charsets/Win1252Table.mjs.map +1 -1
  1166. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  1167. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs.map +1 -1
  1168. package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +1 -1
  1169. package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs.map +1 -1
  1170. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
  1171. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs.map +1 -1
  1172. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  1173. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs.map +1 -1
  1174. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  1175. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs.map +1 -1
  1176. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +11 -11
  1177. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
  1178. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  1179. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs.map +1 -1
  1180. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +30 -30
  1181. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
  1182. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
  1183. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
  1184. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
  1185. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs.map +1 -1
  1186. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +51 -51
  1187. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
  1188. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
  1189. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs.map +1 -1
  1190. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/ExtensionsJs.mjs.map +1 -1
  1191. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +95 -95
  1192. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
  1193. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +37 -37
  1194. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
  1195. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
  1196. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs.map +1 -1
  1197. package/ktor-ktor-server-core/io/ktor/server/engine/ShutdownHook.jsAndWasmShared.mjs.map +1 -1
  1198. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +19 -19
  1199. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
  1200. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +16 -16
  1201. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs.map +1 -1
  1202. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +57 -57
  1203. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
  1204. package/ktor-ktor-utils/io/ktor/util/Charset.mjs +1 -1
  1205. package/ktor-ktor-utils/io/ktor/util/Charset.mjs.map +1 -1
  1206. package/ktor-ktor-utils/io/ktor/util/Collections.mjs.map +1 -1
  1207. package/ktor-ktor-utils/io/ktor/util/CollectionsJs.mjs.map +1 -1
  1208. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +4 -4
  1209. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
  1210. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +63 -63
  1211. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
  1212. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
  1213. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs.map +1 -1
  1214. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
  1215. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs.map +1 -1
  1216. package/ktor-ktor-utils/io/ktor/util/PlatformUtilsJs.mjs.map +1 -1
  1217. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +116 -116
  1218. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
  1219. package/ktor-ktor-utils/io/ktor/util/Text.mjs +15 -15
  1220. package/ktor-ktor-utils/io/ktor/util/Text.mjs.map +1 -1
  1221. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  1222. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs.map +1 -1
  1223. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +115 -115
  1224. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
  1225. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +8 -8
  1226. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
  1227. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
  1228. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
  1229. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +24 -24
  1230. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs.map +1 -1
  1231. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +6 -6
  1232. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs.map +1 -1
  1233. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +31 -31
  1234. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
  1235. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +31 -31
  1236. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
  1237. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +68 -68
  1238. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
  1239. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.js.mjs.map +1 -1
  1240. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  1241. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs.map +1 -1
  1242. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
  1243. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
  1244. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs.map +1 -1
  1245. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
  1246. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs.map +1 -1
  1247. package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecover.mjs.map +1 -1
  1248. package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecoverJs.mjs.map +1 -1
  1249. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +67 -67
  1250. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
  1251. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  1252. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs.map +1 -1
  1253. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
  1254. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs.map +1 -1
  1255. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +25 -25
  1256. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs.map +1 -1
  1257. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +3 -3
  1258. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
  1259. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +36 -36
  1260. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs.map +1 -1
  1261. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +21 -21
  1262. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs.map +1 -1
  1263. package/package.json +2 -2
  1264. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs +0 -80
  1265. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs.map +0 -1
  1266. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +0 -43
  1267. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +0 -1
@@ -2,10 +2,7 @@ import {
2
2
  LockFreeLinkedListNode18403qmazubk5 as LockFreeLinkedListNode,
3
3
  LockFreeLinkedListHeaduwhs9comnpmn as LockFreeLinkedListHead,
4
4
  } from './internal/LinkedList.mjs';
5
- import {
6
- throwUninitializedPropertyAccessExceptionyynx7gkm73wd as throwUninitializedPropertyAccessException,
7
- THROW_CCE2g6jy02ryeudk as THROW_CCE,
8
- } from '../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
5
+ import { throwUninitializedPropertyAccessException14fok093f3k3t as throwUninitializedPropertyAccessException } from '../../../kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs';
9
6
  import {
10
7
  get_classSimpleName2jgk6lzg9ft1 as get_classSimpleName,
11
8
  get_hexAddress1mxa7txdmiojm as get_hexAddress,
@@ -17,8 +14,9 @@ import {
17
14
  } from '../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
18
15
  import { VOID3gxj6tk5isa35 as VOID } from '../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
19
16
  import { ArrayList3it5z8td81qkl as ArrayList } from '../../../kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs';
20
- import { Unit_instance1fbcbse1fwigr as Unit_instance } from '../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
17
+ import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
21
18
  import { CompletedExceptionally3itrk74dxkv9s as CompletedExceptionally } from './CompletionState.mjs';
19
+ import { THROW_CCE2g6jy02ryeudk as THROW_CCE } from '../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
22
20
  import { JobCancellationException2g3wpni5v5fkt as JobCancellationException } from './Exceptions.mjs';
23
21
  import { CancellationException3b36o9qz53rgr as CancellationException } from '../../../kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs';
24
22
  import { TimeoutCancellationException198b5zwr3v3uw as TimeoutCancellationException } from './Timeout.mjs';
@@ -26,13 +24,13 @@ import { identitySet1lu9dl60optk8 as identitySet } from './internal/Concurrent.m
26
24
  import { unwrap34f7x4f5snsxt as unwrap } from './internal/StackTraceRecovery.mjs';
27
25
  import { addSuppressedu5jwjfvsc039 as addSuppressed } from '../../../kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs';
28
26
  import {
29
- NonDisposableHandle_instance3k5b81ogrgecy as NonDisposableHandle_instance,
27
+ NonDisposableHandle_instance24m7p1dk8gx40 as NonDisposableHandle_instance,
30
28
  invokeOnCompletion3npqdfp2wzhn6 as invokeOnCompletion,
31
29
  ParentJob1a3idoswyjefg as ParentJob,
32
- Key_instance2tirv2rj82ml4 as Key_instance,
33
- invokeOnCompletion$default6tc1ee8hzqwd as invokeOnCompletion$default,
30
+ Key_instance17dpgmdbeabno as Key_instance,
31
+ invokeOnCompletion$defaultev9m7gf4tqep as invokeOnCompletion$default,
34
32
  ensureActive2yo7199srjlgl as ensureActive,
35
- cancel$default2gzemzkga6aea as cancel$default,
33
+ cancel$default3jli2aaano5py as cancel$default,
36
34
  Job29shfjfygy86k as Job,
37
35
  } from './Job.mjs';
38
36
  import { CompletionHandlerException1h8udyjlr1wky as CompletionHandlerException } from './Exceptions.common.mjs';
@@ -62,8 +60,8 @@ import {
62
60
  import { CompletableJob1w6swnu15iclo as CompletableJob } from './CompletableJob.mjs';
63
61
  import { StringBuildermazzzhj6kkai as StringBuilder } from '../../../kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs';
64
62
  import {
65
- Companion_instance2oawqq9qiaris as Companion_instance,
66
- _Result___init__impl__xyqfz83hut4nr3dfvi3 as _Result___init__impl__xyqfz8,
63
+ Companion_instance25ullnynvxd0w as Companion_instance,
64
+ _Result___init__impl__xyqfz83a5421h46yeyh as _Result___init__impl__xyqfz8,
67
65
  createFailure8paxfkfa5dc7 as createFailure,
68
66
  } from '../../../kotlin-kotlin-stdlib/kotlin/Result.mjs';
69
67
  import { Symbol17xuwzgi5g8ve as Symbol } from './internal/Symbol.mjs';
@@ -110,25 +108,25 @@ var JobNodeClass;
110
108
  function JobNode() {
111
109
  if (JobNodeClass === VOID) {
112
110
  class $ extends LockFreeLinkedListNode() {
113
- m10() {
114
- var tmp = this.l10_1;
111
+ c11() {
112
+ var tmp = this.b11_1;
115
113
  if (!(tmp == null))
116
114
  return tmp;
117
115
  else {
118
116
  throwUninitializedPropertyAccessException('job');
119
117
  }
120
118
  }
121
- qu() {
119
+ gv() {
122
120
  return true;
123
121
  }
124
- n10() {
122
+ d11() {
125
123
  return null;
126
124
  }
127
- wx() {
128
- return this.m10().xv(this);
125
+ my() {
126
+ return this.c11().nw(this);
129
127
  }
130
128
  toString() {
131
- return get_classSimpleName(this) + '@' + get_hexAddress(this) + '[job@' + get_hexAddress(this.m10()) + ']';
129
+ return get_classSimpleName(this) + '@' + get_hexAddress(this) + '[job@' + get_hexAddress(this.c11()) + ']';
132
130
  }
133
131
  }
134
132
  initMetadataForClass($, 'JobNode', VOID, VOID, [LockFreeLinkedListNode(), Incomplete()]);
@@ -139,29 +137,29 @@ function JobNode() {
139
137
  function unboxState(_this__u8e3s4) {
140
138
  _init_properties_JobSupport_kt__68f172();
141
139
  var tmp0_safe_receiver = _this__u8e3s4 instanceof IncompleteStateBox() ? _this__u8e3s4 : null;
142
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e12_1;
140
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.u12_1;
143
141
  return tmp1_elvis_lhs == null ? _this__u8e3s4 : tmp1_elvis_lhs;
144
142
  }
145
143
  function _set_exceptionsHolder__tqm22h($this, value) {
146
- $this.i12_1.kotlinx$atomicfu$value = value;
144
+ $this.y12_1.kotlinx$atomicfu$value = value;
147
145
  }
148
146
  function _get_exceptionsHolder__nhszp($this) {
149
- return $this.i12_1.kotlinx$atomicfu$value;
147
+ return $this.y12_1.kotlinx$atomicfu$value;
150
148
  }
151
149
  function allocateList($this) {
152
- return ArrayList().u(4);
150
+ return ArrayList().g2(4);
153
151
  }
154
152
  function finalizeFinishingState($this, state, proposedUpdate) {
155
153
  // Inline function 'kotlinx.coroutines.assert' call
156
154
  // Inline function 'kotlinx.coroutines.assert' call
157
155
  // Inline function 'kotlinx.coroutines.assert' call
158
156
  var tmp0_safe_receiver = proposedUpdate instanceof CompletedExceptionally() ? proposedUpdate : null;
159
- var proposedException = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.vu_1;
157
+ var proposedException = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.lv_1;
160
158
  var wasCancelling;
161
159
  // Inline function 'kotlinx.coroutines.internal.synchronized' call
162
160
  // Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
163
- wasCancelling = state.j12();
164
- var exceptions = state.k12(proposedException);
161
+ wasCancelling = state.z12();
162
+ var exceptions = state.a13(proposedException);
165
163
  var finalCause = getFinalRootCause($this, state, exceptions);
166
164
  if (!(finalCause == null)) {
167
165
  addSuppressedExceptions($this, finalCause, exceptions);
@@ -169,34 +167,34 @@ function finalizeFinishingState($this, state, proposedUpdate) {
169
167
  var finalException = finalCause;
170
168
  var finalState = finalException == null ? proposedUpdate : finalException === proposedException ? proposedUpdate : new (CompletedExceptionally())(finalException);
171
169
  if (!(finalException == null)) {
172
- var handled = cancelParent($this, finalException) || $this.mw(finalException);
170
+ var handled = cancelParent($this, finalException) || $this.cx(finalException);
173
171
  if (handled) {
174
- (finalState instanceof CompletedExceptionally() ? finalState : THROW_CCE()).az();
172
+ (finalState instanceof CompletedExceptionally() ? finalState : THROW_CCE()).qz();
175
173
  }
176
174
  }
177
175
  if (!wasCancelling) {
178
- $this.jw(finalException);
176
+ $this.zw(finalException);
179
177
  }
180
- $this.uu(finalState);
181
- var casSuccess = $this.ju_1.atomicfu$compareAndSet(state, boxIncomplete(finalState));
178
+ $this.kv(finalState);
179
+ var casSuccess = $this.zu_1.atomicfu$compareAndSet(state, boxIncomplete(finalState));
182
180
  // Inline function 'kotlinx.coroutines.assert' call
183
181
  completeStateFinalization($this, state, finalState);
184
182
  return finalState;
185
183
  }
186
184
  function getFinalRootCause($this, state, exceptions) {
187
- if (exceptions.o()) {
188
- if (state.j12()) {
185
+ if (exceptions.o1()) {
186
+ if (state.z12()) {
189
187
  // Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
190
- return JobCancellationException().r12(null == null ? $this.tu() : null, null, $this);
188
+ return JobCancellationException().h13(null == null ? $this.jv() : null, null, $this);
191
189
  }
192
190
  return null;
193
191
  }
194
192
  var tmp$ret$2;
195
193
  $l$block: {
196
194
  // Inline function 'kotlin.collections.firstOrNull' call
197
- var _iterator__ex2g4s = exceptions.k1();
198
- while (_iterator__ex2g4s.l1()) {
199
- var element = _iterator__ex2g4s.m1();
195
+ var _iterator__ex2g4s = exceptions.q1();
196
+ while (_iterator__ex2g4s.r1()) {
197
+ var element = _iterator__ex2g4s.s1();
200
198
  if (!(element instanceof CancellationException())) {
201
199
  tmp$ret$2 = element;
202
200
  break $l$block;
@@ -207,14 +205,14 @@ function getFinalRootCause($this, state, exceptions) {
207
205
  var firstNonCancellation = tmp$ret$2;
208
206
  if (!(firstNonCancellation == null))
209
207
  return firstNonCancellation;
210
- var first = exceptions.o1(0);
208
+ var first = exceptions.v2(0);
211
209
  if (first instanceof TimeoutCancellationException()) {
212
210
  var tmp$ret$4;
213
211
  $l$block_0: {
214
212
  // Inline function 'kotlin.collections.firstOrNull' call
215
- var _iterator__ex2g4s_0 = exceptions.k1();
216
- while (_iterator__ex2g4s_0.l1()) {
217
- var element_0 = _iterator__ex2g4s_0.m1();
213
+ var _iterator__ex2g4s_0 = exceptions.q1();
214
+ while (_iterator__ex2g4s_0.r1()) {
215
+ var element_0 = _iterator__ex2g4s_0.s1();
218
216
  var tmp;
219
217
  if (!(element_0 === first)) {
220
218
  tmp = element_0 instanceof TimeoutCancellationException();
@@ -235,13 +233,13 @@ function getFinalRootCause($this, state, exceptions) {
235
233
  return first;
236
234
  }
237
235
  function addSuppressedExceptions($this, rootCause, exceptions) {
238
- if (exceptions.n1() <= 1)
236
+ if (exceptions.u2() <= 1)
239
237
  return Unit_instance;
240
- var seenExceptions = identitySet(exceptions.n1());
238
+ var seenExceptions = identitySet(exceptions.u2());
241
239
  var unwrappedCause = unwrap(rootCause);
242
- var _iterator__ex2g4s = exceptions.k1();
243
- while (_iterator__ex2g4s.l1()) {
244
- var exception = _iterator__ex2g4s.m1();
240
+ var _iterator__ex2g4s = exceptions.q1();
241
+ while (_iterator__ex2g4s.r1()) {
242
+ var exception = _iterator__ex2g4s.s1();
245
243
  var unwrapped = unwrap(exception);
246
244
  var tmp;
247
245
  var tmp_0;
@@ -251,7 +249,7 @@ function addSuppressedExceptions($this, rootCause, exceptions) {
251
249
  tmp_0 = false;
252
250
  }
253
251
  if (tmp_0) {
254
- tmp = seenExceptions.v(unwrapped);
252
+ tmp = seenExceptions.h2(unwrapped);
255
253
  } else {
256
254
  tmp = false;
257
255
  }
@@ -263,37 +261,37 @@ function addSuppressedExceptions($this, rootCause, exceptions) {
263
261
  function tryFinalizeSimpleState($this, state, update) {
264
262
  // Inline function 'kotlinx.coroutines.assert' call
265
263
  // Inline function 'kotlinx.coroutines.assert' call
266
- if (!$this.ju_1.atomicfu$compareAndSet(state, boxIncomplete(update)))
264
+ if (!$this.zu_1.atomicfu$compareAndSet(state, boxIncomplete(update)))
267
265
  return false;
268
- $this.jw(null);
269
- $this.uu(update);
266
+ $this.zw(null);
267
+ $this.kv(update);
270
268
  completeStateFinalization($this, state, update);
271
269
  return true;
272
270
  }
273
271
  function completeStateFinalization($this, state, update) {
274
- var tmp0_safe_receiver = $this.iv();
272
+ var tmp0_safe_receiver = $this.yv();
275
273
  if (tmp0_safe_receiver == null)
276
274
  null;
277
275
  else {
278
276
  // Inline function 'kotlin.let' call
279
- tmp0_safe_receiver.wx();
280
- $this.hv(NonDisposableHandle_instance);
277
+ tmp0_safe_receiver.my();
278
+ $this.xv(NonDisposableHandle_instance);
281
279
  }
282
280
  var tmp1_safe_receiver = update instanceof CompletedExceptionally() ? update : null;
283
- var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.vu_1;
281
+ var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.lv_1;
284
282
  if (state instanceof JobNode()) {
285
283
  try {
286
- state.vx(cause);
284
+ state.ly(cause);
287
285
  } catch ($p) {
288
286
  if ($p instanceof Error) {
289
287
  var ex = $p;
290
- $this.bv(CompletionHandlerException().ry('Exception in completion handler ' + state.toString() + ' for ' + $this.toString(), ex));
288
+ $this.rv(CompletionHandlerException().hz('Exception in completion handler ' + state.toString() + ' for ' + $this.toString(), ex));
291
289
  } else {
292
290
  throw $p;
293
291
  }
294
292
  }
295
293
  } else {
296
- var tmp2_safe_receiver = state.n10();
294
+ var tmp2_safe_receiver = state.d11();
297
295
  if (tmp2_safe_receiver == null)
298
296
  null;
299
297
  else {
@@ -302,23 +300,23 @@ function completeStateFinalization($this, state, update) {
302
300
  }
303
301
  }
304
302
  function notifyCancelling($this, list, cause) {
305
- $this.jw(cause);
306
- list.s12(4);
303
+ $this.zw(cause);
304
+ list.i13(4);
307
305
  // Inline function 'kotlinx.coroutines.JobSupport.notifyHandlers' call
308
306
  var exception = null;
309
307
  // Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListHead.forEach' call
310
- var cur = list.o10_1;
308
+ var cur = list.e11_1;
311
309
  while (!equals(cur, list)) {
312
310
  var node = cur;
313
311
  var tmp;
314
312
  if (node instanceof JobNode()) {
315
- tmp = node.h10();
313
+ tmp = node.x10();
316
314
  } else {
317
315
  tmp = false;
318
316
  }
319
317
  if (tmp) {
320
318
  try {
321
- node.vx(cause);
319
+ node.ly(cause);
322
320
  } catch ($p) {
323
321
  if ($p instanceof Error) {
324
322
  var ex = $p;
@@ -333,40 +331,40 @@ function notifyCancelling($this, list, cause) {
333
331
  }
334
332
  if (tmp_0 == null) {
335
333
  // Inline function 'kotlin.run' call
336
- exception = CompletionHandlerException().ry('Exception in completion handler ' + node.toString() + ' for ' + $this.toString(), ex);
334
+ exception = CompletionHandlerException().hz('Exception in completion handler ' + node.toString() + ' for ' + $this.toString(), ex);
337
335
  }
338
336
  } else {
339
337
  throw $p;
340
338
  }
341
339
  }
342
340
  }
343
- cur = cur.o10_1;
341
+ cur = cur.e11_1;
344
342
  }
345
343
  var tmp0_safe_receiver_0 = exception;
346
344
  if (tmp0_safe_receiver_0 == null)
347
345
  null;
348
346
  else {
349
347
  // Inline function 'kotlin.let' call
350
- $this.bv(tmp0_safe_receiver_0);
348
+ $this.rv(tmp0_safe_receiver_0);
351
349
  }
352
350
  cancelParent($this, cause);
353
351
  }
354
352
  function cancelParent($this, cause) {
355
- if ($this.kw())
353
+ if ($this.ax())
356
354
  return true;
357
355
  var isCancellation = cause instanceof CancellationException();
358
- var parent = $this.iv();
356
+ var parent = $this.yv();
359
357
  if (parent === null || parent === NonDisposableHandle_instance) {
360
358
  return isCancellation;
361
359
  }
362
- return parent.dw(cause) || isCancellation;
360
+ return parent.tw(cause) || isCancellation;
363
361
  }
364
362
  function notifyCompletion($this, _this__u8e3s4, cause) {
365
- _this__u8e3s4.s12(1);
363
+ _this__u8e3s4.i13(1);
366
364
  // Inline function 'kotlinx.coroutines.JobSupport.notifyHandlers' call
367
365
  var exception = null;
368
366
  // Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListHead.forEach' call
369
- var cur = _this__u8e3s4.o10_1;
367
+ var cur = _this__u8e3s4.e11_1;
370
368
  while (!equals(cur, _this__u8e3s4)) {
371
369
  var node = cur;
372
370
  var tmp;
@@ -377,7 +375,7 @@ function notifyCompletion($this, _this__u8e3s4, cause) {
377
375
  }
378
376
  if (tmp) {
379
377
  try {
380
- node.vx(cause);
378
+ node.ly(cause);
381
379
  } catch ($p) {
382
380
  if ($p instanceof Error) {
383
381
  var ex = $p;
@@ -392,36 +390,36 @@ function notifyCompletion($this, _this__u8e3s4, cause) {
392
390
  }
393
391
  if (tmp_0 == null) {
394
392
  // Inline function 'kotlin.run' call
395
- exception = CompletionHandlerException().ry('Exception in completion handler ' + node.toString() + ' for ' + $this.toString(), ex);
393
+ exception = CompletionHandlerException().hz('Exception in completion handler ' + node.toString() + ' for ' + $this.toString(), ex);
396
394
  }
397
395
  } else {
398
396
  throw $p;
399
397
  }
400
398
  }
401
399
  }
402
- cur = cur.o10_1;
400
+ cur = cur.e11_1;
403
401
  }
404
402
  var tmp0_safe_receiver_0 = exception;
405
403
  if (tmp0_safe_receiver_0 == null)
406
404
  null;
407
405
  else {
408
406
  // Inline function 'kotlin.let' call
409
- $this.bv(tmp0_safe_receiver_0);
407
+ $this.rv(tmp0_safe_receiver_0);
410
408
  }
411
409
  }
412
410
  function startInternal($this, state) {
413
411
  if (state instanceof Empty()) {
414
- if (state.u12_1)
412
+ if (state.k13_1)
415
413
  return 0;
416
- if (!$this.ju_1.atomicfu$compareAndSet(state, get_EMPTY_ACTIVE()))
414
+ if (!$this.zu_1.atomicfu$compareAndSet(state, get_EMPTY_ACTIVE()))
417
415
  return -1;
418
- $this.ov();
416
+ $this.ew();
419
417
  return 1;
420
418
  } else {
421
419
  if (state instanceof InactiveNodeList()) {
422
- if (!$this.ju_1.atomicfu$compareAndSet(state, state.t12_1))
420
+ if (!$this.zu_1.atomicfu$compareAndSet(state, state.j13_1))
423
421
  return -1;
424
- $this.ov();
422
+ $this.ew();
425
423
  return 1;
426
424
  } else {
427
425
  return 0;
@@ -430,19 +428,19 @@ function startInternal($this, state) {
430
428
  }
431
429
  function promoteEmptyToNodeList($this, state) {
432
430
  var list = new (NodeList())();
433
- var update = state.u12_1 ? list : new (InactiveNodeList())(list);
434
- $this.ju_1.atomicfu$compareAndSet(state, update);
431
+ var update = state.k13_1 ? list : new (InactiveNodeList())(list);
432
+ $this.zu_1.atomicfu$compareAndSet(state, update);
435
433
  }
436
434
  function promoteSingleToNodeList($this, state) {
437
- state.t10(new (NodeList())());
435
+ state.j11(new (NodeList())());
438
436
  // Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.nextNode' call
439
- var list = state.o10_1;
440
- $this.ju_1.atomicfu$compareAndSet(state, list);
437
+ var list = state.e11_1;
438
+ $this.zu_1.atomicfu$compareAndSet(state, list);
441
439
  }
442
440
  function joinInternal($this) {
443
441
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
444
442
  while (true) {
445
- var state = $this.kv();
443
+ var state = $this.aw();
446
444
  if (!(!(state == null) ? isInterface(state, Incomplete()) : false))
447
445
  return false;
448
446
  if (startInternal($this, state) >= 0)
@@ -451,21 +449,21 @@ function joinInternal($this) {
451
449
  }
452
450
  function joinSuspend($this, $completion) {
453
451
  var cancellable = new (CancellableContinuationImpl())(intercepted($completion), 1);
454
- cancellable.dz();
452
+ cancellable.tz();
455
453
  disposeOnCancellation(cancellable, invokeOnCompletion($this, VOID, new (ResumeOnCompletion())(cancellable)));
456
- return cancellable.lz();
454
+ return cancellable.b10();
457
455
  }
458
456
  function cancelMakeCompleting($this, cause) {
459
457
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
460
458
  while (true) {
461
- var state = $this.kv();
459
+ var state = $this.aw();
462
460
  var tmp;
463
461
  if (!(!(state == null) ? isInterface(state, Incomplete()) : false)) {
464
462
  tmp = true;
465
463
  } else {
466
464
  var tmp_0;
467
465
  if (state instanceof Finishing()) {
468
- tmp_0 = state.v12();
466
+ tmp_0 = state.l13();
469
467
  } else {
470
468
  tmp_0 = false;
471
469
  }
@@ -486,13 +484,13 @@ function createCauseException($this, cause) {
486
484
  var tmp_0;
487
485
  if (cause == null) {
488
486
  // Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
489
- tmp_0 = JobCancellationException().r12(null == null ? $this.tu() : null, null, $this);
487
+ tmp_0 = JobCancellationException().h13(null == null ? $this.jv() : null, null, $this);
490
488
  } else {
491
489
  tmp_0 = cause;
492
490
  }
493
491
  tmp = tmp_0;
494
492
  } else {
495
- tmp = ((!(cause == null) ? isInterface(cause, ParentJob()) : false) ? cause : THROW_CCE()).gw();
493
+ tmp = ((!(cause == null) ? isInterface(cause, ParentJob()) : false) ? cause : THROW_CCE()).ww();
496
494
  }
497
495
  return tmp;
498
496
  }
@@ -500,14 +498,14 @@ function makeCancelling($this, cause) {
500
498
  var causeExceptionCache = null;
501
499
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
502
500
  while (true) {
503
- var tmp0 = $this.kv();
501
+ var tmp0 = $this.aw();
504
502
  $l$block: {
505
503
  if (tmp0 instanceof Finishing()) {
506
504
  // Inline function 'kotlinx.coroutines.internal.synchronized' call
507
505
  // Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
508
- if (tmp0.w12())
506
+ if (tmp0.m13())
509
507
  return get_TOO_LATE_TO_CANCEL();
510
- var wasCancelling = tmp0.j12();
508
+ var wasCancelling = tmp0.z12();
511
509
  if (!(cause == null) || !wasCancelling) {
512
510
  var tmp0_elvis_lhs = causeExceptionCache;
513
511
  var tmp;
@@ -520,10 +518,10 @@ function makeCancelling($this, cause) {
520
518
  tmp = tmp0_elvis_lhs;
521
519
  }
522
520
  var causeException = tmp;
523
- tmp0.x12(causeException);
521
+ tmp0.n13(causeException);
524
522
  }
525
523
  // Inline function 'kotlin.takeIf' call
526
- var this_1 = tmp0.y12();
524
+ var this_1 = tmp0.o13();
527
525
  var tmp_0;
528
526
  if (!wasCancelling) {
529
527
  tmp_0 = this_1;
@@ -535,7 +533,7 @@ function makeCancelling($this, cause) {
535
533
  null;
536
534
  else {
537
535
  // Inline function 'kotlin.let' call
538
- notifyCancelling($this, tmp0.f12_1, notifyRootCause);
536
+ notifyCancelling($this, tmp0.v12_1, notifyRootCause);
539
537
  }
540
538
  return get_COMPLETING_ALREADY();
541
539
  } else {
@@ -551,7 +549,7 @@ function makeCancelling($this, cause) {
551
549
  tmp_1 = tmp2_elvis_lhs;
552
550
  }
553
551
  var causeException_0 = tmp_1;
554
- if (tmp0.qu()) {
552
+ if (tmp0.gv()) {
555
553
  if (tryMakeCancelling($this, tmp0, causeException_0))
556
554
  return get_COMPLETING_ALREADY();
557
555
  } else {
@@ -559,7 +557,7 @@ function makeCancelling($this, cause) {
559
557
  if (finalState === get_COMPLETING_ALREADY()) {
560
558
  // Inline function 'kotlin.error' call
561
559
  var message = 'Cannot happen in ' + toString(tmp0);
562
- throw IllegalStateException().x4(toString(message));
560
+ throw IllegalStateException().o(toString(message));
563
561
  } else if (finalState === get_COMPLETING_RETRY()) {
564
562
  break $l$block;
565
563
  } else
@@ -573,7 +571,7 @@ function makeCancelling($this, cause) {
573
571
  }
574
572
  }
575
573
  function getOrPromoteCancellingList($this, state) {
576
- var tmp0_elvis_lhs = state.n10();
574
+ var tmp0_elvis_lhs = state.d11();
577
575
  var tmp;
578
576
  if (tmp0_elvis_lhs == null) {
579
577
  var tmp_0;
@@ -585,7 +583,7 @@ function getOrPromoteCancellingList($this, state) {
585
583
  tmp_0 = null;
586
584
  } else {
587
585
  var message = 'State should have list: ' + toString(state);
588
- throw IllegalStateException().x4(toString(message));
586
+ throw IllegalStateException().o(toString(message));
589
587
  }
590
588
  }
591
589
  tmp = tmp_0;
@@ -606,7 +604,7 @@ function tryMakeCancelling($this, state, rootCause) {
606
604
  }
607
605
  var list = tmp;
608
606
  var cancelling = new (Finishing())(list, false, rootCause);
609
- if (!$this.ju_1.atomicfu$compareAndSet(state, cancelling))
607
+ if (!$this.zu_1.atomicfu$compareAndSet(state, cancelling))
610
608
  return false;
611
609
  notifyCancelling($this, list, rootCause);
612
610
  return true;
@@ -654,24 +652,24 @@ function tryMakeCompletingSlowPath($this, state, proposedUpdate) {
654
652
  var notifyRootCause;
655
653
  // Inline function 'kotlinx.coroutines.internal.synchronized' call
656
654
  // Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
657
- if (finishing.v12())
655
+ if (finishing.l13())
658
656
  return get_COMPLETING_ALREADY();
659
- finishing.z12(true);
657
+ finishing.p13(true);
660
658
  if (!(finishing === state)) {
661
- if (!$this.ju_1.atomicfu$compareAndSet(state, finishing))
659
+ if (!$this.zu_1.atomicfu$compareAndSet(state, finishing))
662
660
  return get_COMPLETING_RETRY();
663
661
  }
664
662
  // Inline function 'kotlinx.coroutines.assert' call
665
- var wasCancelling = finishing.j12();
663
+ var wasCancelling = finishing.z12();
666
664
  var tmp0_safe_receiver = proposedUpdate instanceof CompletedExceptionally() ? proposedUpdate : null;
667
665
  if (tmp0_safe_receiver == null)
668
666
  null;
669
667
  else {
670
668
  // Inline function 'kotlin.let' call
671
- finishing.x12(tmp0_safe_receiver.vu_1);
669
+ finishing.n13(tmp0_safe_receiver.lv_1);
672
670
  }
673
671
  // Inline function 'kotlin.takeIf' call
674
- var this_0 = finishing.y12();
672
+ var this_0 = finishing.o13();
675
673
  var tmp_0;
676
674
  if (!wasCancelling) {
677
675
  tmp_0 = this_0;
@@ -688,7 +686,7 @@ function tryMakeCompletingSlowPath($this, state, proposedUpdate) {
688
686
  var child = nextChild($this, list);
689
687
  if (!(child == null) && tryWaitForChild($this, finishing, child, proposedUpdate))
690
688
  return get_COMPLETING_WAITING_CHILDREN();
691
- list.s12(2);
689
+ list.i13(2);
692
690
  var anotherChild = nextChild($this, list);
693
691
  if (!(anotherChild == null) && tryWaitForChild($this, finishing, anotherChild, proposedUpdate))
694
692
  return get_COMPLETING_WAITING_CHILDREN();
@@ -696,7 +694,7 @@ function tryMakeCompletingSlowPath($this, state, proposedUpdate) {
696
694
  }
697
695
  function _get_exceptionOrNull__b3j7js($this, _this__u8e3s4) {
698
696
  var tmp0_safe_receiver = _this__u8e3s4 instanceof CompletedExceptionally() ? _this__u8e3s4 : null;
699
- return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.vu_1;
697
+ return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.lv_1;
700
698
  }
701
699
  function tryWaitForChild($this, state, child, proposedUpdate) {
702
700
  var $this_0 = $this;
@@ -705,7 +703,7 @@ function tryWaitForChild($this, state, child, proposedUpdate) {
705
703
  var proposedUpdate_0 = proposedUpdate;
706
704
  $l$1: do {
707
705
  $l$0: do {
708
- var handle = invokeOnCompletion(child_0.e13_1, false, new (ChildCompletion())($this_0, state_0, child_0, proposedUpdate_0));
706
+ var handle = invokeOnCompletion(child_0.u13_1, false, new (ChildCompletion())($this_0, state_0, child_0, proposedUpdate_0));
709
707
  if (!(handle === NonDisposableHandle_instance))
710
708
  return true;
711
709
  var tmp0_elvis_lhs = nextChild($this_0, child_0);
@@ -734,29 +732,29 @@ function continueCompleting($this, state, lastChild, proposedUpdate) {
734
732
  var waitChild = nextChild($this, lastChild);
735
733
  if (!(waitChild == null) && tryWaitForChild($this, state, waitChild, proposedUpdate))
736
734
  return Unit_instance;
737
- state.f12_1.s12(2);
735
+ state.v12_1.i13(2);
738
736
  var waitChildAgain = nextChild($this, lastChild);
739
737
  if (!(waitChildAgain == null) && tryWaitForChild($this, state, waitChildAgain, proposedUpdate)) {
740
738
  return Unit_instance;
741
739
  }
742
740
  var finalState = finalizeFinishingState($this, state, proposedUpdate);
743
- $this.av(finalState);
741
+ $this.qv(finalState);
744
742
  }
745
743
  function nextChild($this, _this__u8e3s4) {
746
744
  var cur = _this__u8e3s4;
747
745
  $l$loop: while (true) {
748
746
  // Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.isRemoved' call
749
- if (!cur.q10_1) {
747
+ if (!cur.g11_1) {
750
748
  break $l$loop;
751
749
  }
752
750
  // Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.prevNode' call
753
- cur = cur.p10_1;
751
+ cur = cur.f11_1;
754
752
  }
755
753
  $l$loop_0: while (true) {
756
754
  // Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.nextNode' call
757
- cur = cur.o10_1;
755
+ cur = cur.e11_1;
758
756
  // Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.isRemoved' call
759
- if (cur.q10_1)
757
+ if (cur.g11_1)
760
758
  continue $l$loop_0;
761
759
  if (cur instanceof ChildHandleNode())
762
760
  return cur;
@@ -767,10 +765,10 @@ function nextChild($this, _this__u8e3s4) {
767
765
  function stateString($this, state) {
768
766
  var tmp;
769
767
  if (state instanceof Finishing()) {
770
- tmp = state.j12() ? 'Cancelling' : state.v12() ? 'Completing' : 'Active';
768
+ tmp = state.z12() ? 'Cancelling' : state.l13() ? 'Completing' : 'Active';
771
769
  } else {
772
770
  if (!(state == null) ? isInterface(state, Incomplete()) : false) {
773
- tmp = state.qu() ? 'Active' : 'New';
771
+ tmp = state.gv() ? 'Active' : 'New';
774
772
  } else {
775
773
  if (state instanceof CompletedExceptionally()) {
776
774
  tmp = 'Cancelled';
@@ -787,36 +785,36 @@ function Finishing() {
787
785
  class $ extends SynchronizedObject() {
788
786
  constructor(list, isCompleting, rootCause) {
789
787
  super();
790
- this.f12_1 = list;
791
- this.g12_1 = atomic$boolean$1(isCompleting);
792
- this.h12_1 = atomic$ref$1(rootCause);
793
- this.i12_1 = atomic$ref$1(null);
788
+ this.v12_1 = list;
789
+ this.w12_1 = atomic$boolean$1(isCompleting);
790
+ this.x12_1 = atomic$ref$1(rootCause);
791
+ this.y12_1 = atomic$ref$1(null);
794
792
  }
795
- n10() {
796
- return this.f12_1;
793
+ d11() {
794
+ return this.v12_1;
797
795
  }
798
- z12(value) {
799
- this.g12_1.kotlinx$atomicfu$value = value;
796
+ p13(value) {
797
+ this.w12_1.kotlinx$atomicfu$value = value;
800
798
  }
801
- v12() {
802
- return this.g12_1.kotlinx$atomicfu$value;
799
+ l13() {
800
+ return this.w12_1.kotlinx$atomicfu$value;
803
801
  }
804
- f13(value) {
805
- this.h12_1.kotlinx$atomicfu$value = value;
802
+ v13(value) {
803
+ this.x12_1.kotlinx$atomicfu$value = value;
806
804
  }
807
- y12() {
808
- return this.h12_1.kotlinx$atomicfu$value;
805
+ o13() {
806
+ return this.x12_1.kotlinx$atomicfu$value;
809
807
  }
810
- w12() {
808
+ m13() {
811
809
  return _get_exceptionsHolder__nhszp(this) === get_SEALED();
812
810
  }
813
- j12() {
814
- return !(this.y12() == null);
811
+ z12() {
812
+ return !(this.o13() == null);
815
813
  }
816
- qu() {
817
- return this.y12() == null;
814
+ gv() {
815
+ return this.o13() == null;
818
816
  }
819
- k12(proposedException) {
817
+ a13(proposedException) {
820
818
  var eh = _get_exceptionsHolder__nhszp(this);
821
819
  var tmp;
822
820
  if (eh == null) {
@@ -825,35 +823,35 @@ function Finishing() {
825
823
  if (eh instanceof Error) {
826
824
  // Inline function 'kotlin.also' call
827
825
  var this_0 = allocateList(this);
828
- this_0.v(eh);
826
+ this_0.h2(eh);
829
827
  tmp = this_0;
830
828
  } else {
831
829
  if (eh instanceof ArrayList()) {
832
830
  tmp = eh instanceof ArrayList() ? eh : THROW_CCE();
833
831
  } else {
834
832
  var message = 'State is ' + toString_0(eh);
835
- throw IllegalStateException().x4(toString(message));
833
+ throw IllegalStateException().o(toString(message));
836
834
  }
837
835
  }
838
836
  }
839
837
  var list = tmp;
840
- var rootCause = this.y12();
838
+ var rootCause = this.o13();
841
839
  if (rootCause == null)
842
840
  null;
843
841
  else {
844
842
  // Inline function 'kotlin.let' call
845
- list.t3(0, rootCause);
843
+ list.c5(0, rootCause);
846
844
  }
847
845
  if (!(proposedException == null) && !equals(proposedException, rootCause)) {
848
- list.v(proposedException);
846
+ list.h2(proposedException);
849
847
  }
850
848
  _set_exceptionsHolder__tqm22h(this, get_SEALED());
851
849
  return list;
852
850
  }
853
- x12(exception) {
854
- var rootCause = this.y12();
851
+ n13(exception) {
852
+ var rootCause = this.o13();
855
853
  if (rootCause == null) {
856
- this.f13(exception);
854
+ this.v13(exception);
857
855
  return Unit_instance;
858
856
  }
859
857
  if (exception === rootCause)
@@ -867,22 +865,22 @@ function Finishing() {
867
865
  return Unit_instance;
868
866
  // Inline function 'kotlin.apply' call
869
867
  var this_0 = allocateList(this);
870
- this_0.v(eh);
871
- this_0.v(exception);
868
+ this_0.h2(eh);
869
+ this_0.h2(exception);
872
870
  _set_exceptionsHolder__tqm22h(this, this_0);
873
871
  } else {
874
872
  if (eh instanceof ArrayList()) {
875
- (eh instanceof ArrayList() ? eh : THROW_CCE()).v(exception);
873
+ (eh instanceof ArrayList() ? eh : THROW_CCE()).h2(exception);
876
874
  } else {
877
875
  // Inline function 'kotlin.error' call
878
876
  var message = 'State is ' + toString_0(eh);
879
- throw IllegalStateException().x4(toString(message));
877
+ throw IllegalStateException().o(toString(message));
880
878
  }
881
879
  }
882
880
  }
883
881
  }
884
882
  toString() {
885
- return 'Finishing[cancelling=' + this.j12() + ', completing=' + this.v12() + ', rootCause=' + toString_0(this.y12()) + ', exceptions=' + toString_0(_get_exceptionsHolder__nhszp(this)) + ', list=' + this.f12_1.toString() + ']';
883
+ return 'Finishing[cancelling=' + this.z12() + ', completing=' + this.l13() + ', rootCause=' + toString_0(this.o13()) + ', exceptions=' + toString_0(_get_exceptionsHolder__nhszp(this)) + ', list=' + this.v12_1.toString() + ']';
886
884
  }
887
885
  }
888
886
  initMetadataForClass($, 'Finishing', VOID, VOID, [SynchronizedObject(), Incomplete()]);
@@ -896,16 +894,16 @@ function ChildCompletion() {
896
894
  class $ extends JobNode() {
897
895
  constructor(parent, state, child, proposedUpdate) {
898
896
  super();
899
- this.k13_1 = parent;
900
- this.l13_1 = state;
901
- this.m13_1 = child;
902
- this.n13_1 = proposedUpdate;
897
+ this.a14_1 = parent;
898
+ this.b14_1 = state;
899
+ this.c14_1 = child;
900
+ this.d14_1 = proposedUpdate;
903
901
  }
904
- h10() {
902
+ x10() {
905
903
  return false;
906
904
  }
907
- vx(cause) {
908
- continueCompleting(this.k13_1, this.l13_1, this.m13_1, this.n13_1);
905
+ ly(cause) {
906
+ continueCompleting(this.a14_1, this.b14_1, this.c14_1, this.d14_1);
909
907
  }
910
908
  }
911
909
  initMetadataForClass($, 'ChildCompletion');
@@ -919,12 +917,12 @@ function AwaitContinuation() {
919
917
  class $ extends CancellableContinuationImpl() {
920
918
  constructor(delegate, job) {
921
919
  super(delegate, 1);
922
- this.u13_1 = job;
920
+ this.k14_1 = job;
923
921
  }
924
- kz(parent) {
925
- var state = this.u13_1.kv();
922
+ a10(parent) {
923
+ var state = this.k14_1.aw();
926
924
  if (state instanceof Finishing()) {
927
- var tmp0_safe_receiver = state.y12();
925
+ var tmp0_safe_receiver = state.o13();
928
926
  if (tmp0_safe_receiver == null)
929
927
  null;
930
928
  else {
@@ -933,10 +931,10 @@ function AwaitContinuation() {
933
931
  }
934
932
  }
935
933
  if (state instanceof CompletedExceptionally())
936
- return state.vu_1;
937
- return parent.pv();
934
+ return state.lv_1;
935
+ return parent.fw();
938
936
  }
939
- yz() {
937
+ o10() {
940
938
  return 'AwaitContinuation';
941
939
  }
942
940
  }
@@ -947,71 +945,71 @@ function AwaitContinuation() {
947
945
  }
948
946
  function awaitSuspend($this, $completion) {
949
947
  var cont = new (AwaitContinuation())(intercepted($completion), $this);
950
- cont.dz();
948
+ cont.tz();
951
949
  disposeOnCancellation(cont, invokeOnCompletion($this, VOID, new (ResumeAwaitOnCompletion())(cont)));
952
- return cont.lz();
950
+ return cont.b10();
953
951
  }
954
952
  var JobSupportClass;
955
953
  function JobSupport() {
956
954
  if (JobSupportClass === VOID) {
957
955
  class $ {
958
956
  constructor(active) {
959
- this.ju_1 = atomic$ref$1(active ? get_EMPTY_ACTIVE() : get_EMPTY_NEW());
960
- this.ku_1 = atomic$ref$1(null);
957
+ this.zu_1 = atomic$ref$1(active ? get_EMPTY_ACTIVE() : get_EMPTY_NEW());
958
+ this.av_1 = atomic$ref$1(null);
961
959
  }
962
- y1() {
960
+ f3() {
963
961
  return Key_instance;
964
962
  }
965
- hv(value) {
966
- this.ku_1.kotlinx$atomicfu$value = value;
963
+ xv(value) {
964
+ this.av_1.kotlinx$atomicfu$value = value;
967
965
  }
968
- iv() {
969
- return this.ku_1.kotlinx$atomicfu$value;
966
+ yv() {
967
+ return this.av_1.kotlinx$atomicfu$value;
970
968
  }
971
- jv() {
972
- var tmp0_safe_receiver = this.iv();
973
- return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.jv();
969
+ zv() {
970
+ var tmp0_safe_receiver = this.yv();
971
+ return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.zv();
974
972
  }
975
- lu(parent) {
973
+ bv(parent) {
976
974
  // Inline function 'kotlinx.coroutines.assert' call
977
975
  if (parent == null) {
978
- this.hv(NonDisposableHandle_instance);
976
+ this.xv(NonDisposableHandle_instance);
979
977
  return Unit_instance;
980
978
  }
981
- parent.nv();
982
- var handle = parent.iw(this);
983
- this.hv(handle);
984
- if (this.lv()) {
985
- handle.wx();
986
- this.hv(NonDisposableHandle_instance);
979
+ parent.dw();
980
+ var handle = parent.yw(this);
981
+ this.xv(handle);
982
+ if (this.bw()) {
983
+ handle.my();
984
+ this.xv(NonDisposableHandle_instance);
987
985
  }
988
986
  }
989
- kv() {
990
- return this.ju_1.kotlinx$atomicfu$value;
987
+ aw() {
988
+ return this.zu_1.kotlinx$atomicfu$value;
991
989
  }
992
- qu() {
993
- var state = this.kv();
990
+ gv() {
991
+ var state = this.aw();
994
992
  var tmp;
995
993
  if (!(state == null) ? isInterface(state, Incomplete()) : false) {
996
- tmp = state.qu();
994
+ tmp = state.gv();
997
995
  } else {
998
996
  tmp = false;
999
997
  }
1000
998
  return tmp;
1001
999
  }
1002
- lv() {
1003
- var tmp = this.kv();
1000
+ bw() {
1001
+ var tmp = this.aw();
1004
1002
  return !(!(tmp == null) ? isInterface(tmp, Incomplete()) : false);
1005
1003
  }
1006
- mv() {
1007
- var state = this.kv();
1004
+ cw() {
1005
+ var state = this.aw();
1008
1006
  var tmp;
1009
1007
  if (state instanceof CompletedExceptionally()) {
1010
1008
  tmp = true;
1011
1009
  } else {
1012
1010
  var tmp_0;
1013
1011
  if (state instanceof Finishing()) {
1014
- tmp_0 = state.j12();
1012
+ tmp_0 = state.z12();
1015
1013
  } else {
1016
1014
  tmp_0 = false;
1017
1015
  }
@@ -1019,10 +1017,10 @@ function JobSupport() {
1019
1017
  }
1020
1018
  return tmp;
1021
1019
  }
1022
- nv() {
1020
+ dw() {
1023
1021
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
1024
1022
  while (true) {
1025
- var state = this.kv();
1023
+ var state = this.aw();
1026
1024
  var tmp0_subject = startInternal(this, state);
1027
1025
  if (tmp0_subject === 0)
1028
1026
  return false;
@@ -1030,18 +1028,18 @@ function JobSupport() {
1030
1028
  return true;
1031
1029
  }
1032
1030
  }
1033
- ov() {
1031
+ ew() {
1034
1032
  }
1035
- pv() {
1036
- var state = this.kv();
1033
+ fw() {
1034
+ var state = this.aw();
1037
1035
  var tmp;
1038
1036
  if (state instanceof Finishing()) {
1039
- var tmp0_safe_receiver = state.y12();
1040
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : this.qv(tmp0_safe_receiver, get_classSimpleName(this) + ' is cancelling');
1037
+ var tmp0_safe_receiver = state.o13();
1038
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : this.gw(tmp0_safe_receiver, get_classSimpleName(this) + ' is cancelling');
1041
1039
  var tmp_0;
1042
1040
  if (tmp1_elvis_lhs == null) {
1043
1041
  var message = 'Job is still new or active: ' + this.toString();
1044
- throw IllegalStateException().x4(toString(message));
1042
+ throw IllegalStateException().o(toString(message));
1045
1043
  } else {
1046
1044
  tmp_0 = tmp1_elvis_lhs;
1047
1045
  }
@@ -1049,55 +1047,55 @@ function JobSupport() {
1049
1047
  } else {
1050
1048
  if (!(state == null) ? isInterface(state, Incomplete()) : false) {
1051
1049
  var message_0 = 'Job is still new or active: ' + this.toString();
1052
- throw IllegalStateException().x4(toString(message_0));
1050
+ throw IllegalStateException().o(toString(message_0));
1053
1051
  } else {
1054
1052
  if (state instanceof CompletedExceptionally()) {
1055
- tmp = this.rv(state.vu_1);
1053
+ tmp = this.hw(state.lv_1);
1056
1054
  } else {
1057
- tmp = JobCancellationException().r12(get_classSimpleName(this) + ' has completed normally', null, this);
1055
+ tmp = JobCancellationException().h13(get_classSimpleName(this) + ' has completed normally', null, this);
1058
1056
  }
1059
1057
  }
1060
1058
  }
1061
1059
  return tmp;
1062
1060
  }
1063
- qv(_this__u8e3s4, message) {
1061
+ gw(_this__u8e3s4, message) {
1064
1062
  var tmp0_elvis_lhs = _this__u8e3s4 instanceof CancellationException() ? _this__u8e3s4 : null;
1065
1063
  var tmp;
1066
1064
  if (tmp0_elvis_lhs == null) {
1067
1065
  // Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
1068
- tmp = JobCancellationException().r12(message == null ? this.tu() : message, _this__u8e3s4, this);
1066
+ tmp = JobCancellationException().h13(message == null ? this.jv() : message, _this__u8e3s4, this);
1069
1067
  } else {
1070
1068
  tmp = tmp0_elvis_lhs;
1071
1069
  }
1072
1070
  return tmp;
1073
1071
  }
1074
- rv(_this__u8e3s4, message, $super) {
1072
+ hw(_this__u8e3s4, message, $super) {
1075
1073
  message = message === VOID ? null : message;
1076
- return $super === VOID ? this.qv(_this__u8e3s4, message) : $super.qv.call(this, _this__u8e3s4, message);
1074
+ return $super === VOID ? this.gw(_this__u8e3s4, message) : $super.gw.call(this, _this__u8e3s4, message);
1077
1075
  }
1078
- sv(handler) {
1079
- return this.vv(true, new (InvokeOnCompletion())(handler));
1076
+ iw(handler) {
1077
+ return this.lw(true, new (InvokeOnCompletion())(handler));
1080
1078
  }
1081
- tv(onCancelling, invokeImmediately, handler) {
1079
+ jw(onCancelling, invokeImmediately, handler) {
1082
1080
  var tmp;
1083
1081
  if (onCancelling) {
1084
1082
  tmp = new (InvokeOnCancelling())(handler);
1085
1083
  } else {
1086
1084
  tmp = new (InvokeOnCompletion())(handler);
1087
1085
  }
1088
- return this.vv(invokeImmediately, tmp);
1086
+ return this.lw(invokeImmediately, tmp);
1089
1087
  }
1090
- vv(invokeImmediately, node) {
1091
- node.l10_1 = this;
1088
+ lw(invokeImmediately, node) {
1089
+ node.b11_1 = this;
1092
1090
  var tmp$ret$0;
1093
1091
  $l$block_1: {
1094
1092
  // Inline function 'kotlinx.coroutines.JobSupport.tryPutNodeIntoList' call
1095
1093
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
1096
1094
  while (true) {
1097
- var state = this.kv();
1095
+ var state = this.aw();
1098
1096
  if (state instanceof Empty()) {
1099
- if (state.u12_1) {
1100
- if (this.ju_1.atomicfu$compareAndSet(state, node)) {
1097
+ if (state.k13_1) {
1098
+ if (this.zu_1.atomicfu$compareAndSet(state, node)) {
1101
1099
  tmp$ret$0 = true;
1102
1100
  break $l$block_1;
1103
1101
  }
@@ -1106,26 +1104,26 @@ function JobSupport() {
1106
1104
  }
1107
1105
  } else {
1108
1106
  if (!(state == null) ? isInterface(state, Incomplete()) : false) {
1109
- var list = state.n10();
1107
+ var list = state.d11();
1110
1108
  if (list == null) {
1111
1109
  promoteSingleToNodeList(this, state instanceof JobNode() ? state : THROW_CCE());
1112
1110
  } else {
1113
1111
  var tmp;
1114
- if (node.h10()) {
1112
+ if (node.x10()) {
1115
1113
  var tmp0_safe_receiver = state instanceof Finishing() ? state : null;
1116
- var rootCause = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y12();
1114
+ var rootCause = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.o13();
1117
1115
  var tmp_0;
1118
1116
  if (rootCause == null) {
1119
- tmp_0 = list.r10(node, 5);
1117
+ tmp_0 = list.h11(node, 5);
1120
1118
  } else {
1121
1119
  if (invokeImmediately) {
1122
- node.vx(rootCause);
1120
+ node.ly(rootCause);
1123
1121
  }
1124
1122
  return NonDisposableHandle_instance;
1125
1123
  }
1126
1124
  tmp = tmp_0;
1127
1125
  } else {
1128
- tmp = list.r10(node, 1);
1126
+ tmp = list.h11(node, 1);
1129
1127
  }
1130
1128
  if (tmp) {
1131
1129
  tmp$ret$0 = true;
@@ -1143,34 +1141,34 @@ function JobSupport() {
1143
1141
  if (added)
1144
1142
  return node;
1145
1143
  else if (invokeImmediately) {
1146
- var tmp_1 = this.kv();
1144
+ var tmp_1 = this.aw();
1147
1145
  var tmp0_safe_receiver_0 = tmp_1 instanceof CompletedExceptionally() ? tmp_1 : null;
1148
- node.vx(tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.vu_1);
1146
+ node.ly(tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.lv_1);
1149
1147
  }
1150
1148
  return NonDisposableHandle_instance;
1151
1149
  }
1152
- wv($completion) {
1150
+ mw($completion) {
1153
1151
  if (!joinInternal(this)) {
1154
1152
  // Inline function 'kotlin.js.getCoroutineContext' call
1155
- var tmp$ret$0 = $completion.zb();
1153
+ var tmp$ret$0 = $completion.uc();
1156
1154
  ensureActive(tmp$ret$0);
1157
1155
  return Unit_instance;
1158
1156
  }
1159
1157
  return joinSuspend(this, $completion);
1160
1158
  }
1161
- xv(node) {
1159
+ nw(node) {
1162
1160
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
1163
1161
  while (true) {
1164
- var state = this.kv();
1162
+ var state = this.aw();
1165
1163
  if (state instanceof JobNode()) {
1166
1164
  if (!(state === node))
1167
1165
  return Unit_instance;
1168
- if (this.ju_1.atomicfu$compareAndSet(state, get_EMPTY_ACTIVE()))
1166
+ if (this.zu_1.atomicfu$compareAndSet(state, get_EMPTY_ACTIVE()))
1169
1167
  return Unit_instance;
1170
1168
  } else {
1171
1169
  if (!(state == null) ? isInterface(state, Incomplete()) : false) {
1172
- if (!(state.n10() == null)) {
1173
- node.s10();
1170
+ if (!(state.d11() == null)) {
1171
+ node.i11();
1174
1172
  }
1175
1173
  return Unit_instance;
1176
1174
  } else {
@@ -1179,39 +1177,39 @@ function JobSupport() {
1179
1177
  }
1180
1178
  }
1181
1179
  }
1182
- yv() {
1180
+ ow() {
1183
1181
  return false;
1184
1182
  }
1185
- zv(cause) {
1183
+ pw(cause) {
1186
1184
  var tmp;
1187
1185
  if (cause == null) {
1188
1186
  // Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
1189
- tmp = JobCancellationException().r12(null == null ? this.tu() : null, null, this);
1187
+ tmp = JobCancellationException().h13(null == null ? this.jv() : null, null, this);
1190
1188
  } else {
1191
1189
  tmp = cause;
1192
1190
  }
1193
- this.bw(tmp);
1191
+ this.rw(tmp);
1194
1192
  }
1195
- tu() {
1193
+ jv() {
1196
1194
  return 'Job was cancelled';
1197
1195
  }
1198
- bw(cause) {
1199
- this.fw(cause);
1196
+ rw(cause) {
1197
+ this.vw(cause);
1200
1198
  }
1201
- cw(parentJob) {
1202
- this.fw(parentJob);
1199
+ sw(parentJob) {
1200
+ this.vw(parentJob);
1203
1201
  }
1204
- dw(cause) {
1202
+ tw(cause) {
1205
1203
  if (cause instanceof CancellationException())
1206
1204
  return true;
1207
- return this.fw(cause) && this.lw();
1205
+ return this.vw(cause) && this.bx();
1208
1206
  }
1209
- ew(cause) {
1210
- return this.fw(cause);
1207
+ uw(cause) {
1208
+ return this.vw(cause);
1211
1209
  }
1212
- fw(cause) {
1210
+ vw(cause) {
1213
1211
  var finalState = get_COMPLETING_ALREADY();
1214
- if (this.yv()) {
1212
+ if (this.ow()) {
1215
1213
  finalState = cancelMakeCompleting(this, cause);
1216
1214
  if (finalState === get_COMPLETING_WAITING_CHILDREN())
1217
1215
  return true;
@@ -1227,23 +1225,23 @@ function JobSupport() {
1227
1225
  } else if (finalState === get_TOO_LATE_TO_CANCEL()) {
1228
1226
  tmp = false;
1229
1227
  } else {
1230
- this.av(finalState);
1228
+ this.qv(finalState);
1231
1229
  tmp = true;
1232
1230
  }
1233
1231
  return tmp;
1234
1232
  }
1235
- gw() {
1236
- var state = this.kv();
1233
+ ww() {
1234
+ var state = this.aw();
1237
1235
  var tmp;
1238
1236
  if (state instanceof Finishing()) {
1239
- tmp = state.y12();
1237
+ tmp = state.o13();
1240
1238
  } else {
1241
1239
  if (state instanceof CompletedExceptionally()) {
1242
- tmp = state.vu_1;
1240
+ tmp = state.lv_1;
1243
1241
  } else {
1244
1242
  if (!(state == null) ? isInterface(state, Incomplete()) : false) {
1245
1243
  var message = 'Cannot be cancelling child in this state: ' + toString(state);
1246
- throw IllegalStateException().x4(toString(message));
1244
+ throw IllegalStateException().o(toString(message));
1247
1245
  } else {
1248
1246
  tmp = null;
1249
1247
  }
@@ -1251,12 +1249,12 @@ function JobSupport() {
1251
1249
  }
1252
1250
  var rootCause = tmp;
1253
1251
  var tmp1_elvis_lhs = rootCause instanceof CancellationException() ? rootCause : null;
1254
- return tmp1_elvis_lhs == null ? JobCancellationException().r12('Parent job is ' + stateString(this, state), rootCause, this) : tmp1_elvis_lhs;
1252
+ return tmp1_elvis_lhs == null ? JobCancellationException().h13('Parent job is ' + stateString(this, state), rootCause, this) : tmp1_elvis_lhs;
1255
1253
  }
1256
- hw(proposedUpdate) {
1254
+ xw(proposedUpdate) {
1257
1255
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
1258
1256
  while (true) {
1259
- var tmp0 = this.kv();
1257
+ var tmp0 = this.aw();
1260
1258
  $l$block: {
1261
1259
  var finalState = tryMakeCompleting(this, tmp0, proposedUpdate);
1262
1260
  if (finalState === get_COMPLETING_ALREADY())
@@ -1266,20 +1264,20 @@ function JobSupport() {
1266
1264
  else if (finalState === get_COMPLETING_RETRY()) {
1267
1265
  break $l$block;
1268
1266
  } else {
1269
- this.av(finalState);
1267
+ this.qv(finalState);
1270
1268
  return true;
1271
1269
  }
1272
1270
  }
1273
1271
  }
1274
1272
  }
1275
- yu(proposedUpdate) {
1273
+ ov(proposedUpdate) {
1276
1274
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
1277
1275
  while (true) {
1278
- var tmp0 = this.kv();
1276
+ var tmp0 = this.aw();
1279
1277
  $l$block: {
1280
1278
  var finalState = tryMakeCompleting(this, tmp0, proposedUpdate);
1281
1279
  if (finalState === get_COMPLETING_ALREADY())
1282
- throw IllegalStateException().dd('Job ' + this.toString() + ' is already complete or completing, ' + ('but is being completed with ' + toString_0(proposedUpdate)), _get_exceptionOrNull__b3j7js(this, proposedUpdate));
1280
+ throw IllegalStateException().q('Job ' + this.toString() + ' is already complete or completing, ' + ('but is being completed with ' + toString_0(proposedUpdate)), _get_exceptionOrNull__b3j7js(this, proposedUpdate));
1283
1281
  else if (finalState === get_COMPLETING_RETRY()) {
1284
1282
  break $l$block;
1285
1283
  } else
@@ -1287,20 +1285,20 @@ function JobSupport() {
1287
1285
  }
1288
1286
  }
1289
1287
  }
1290
- iw(child) {
1288
+ yw(child) {
1291
1289
  // Inline function 'kotlin.also' call
1292
1290
  var this_0 = new (ChildHandleNode())(child);
1293
- this_0.l10_1 = this;
1291
+ this_0.b11_1 = this;
1294
1292
  var node = this_0;
1295
1293
  var tmp$ret$2;
1296
1294
  $l$block_1: {
1297
1295
  // Inline function 'kotlinx.coroutines.JobSupport.tryPutNodeIntoList' call
1298
1296
  // Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
1299
1297
  while (true) {
1300
- var state = this.kv();
1298
+ var state = this.aw();
1301
1299
  if (state instanceof Empty()) {
1302
- if (state.u12_1) {
1303
- if (this.ju_1.atomicfu$compareAndSet(state, node)) {
1300
+ if (state.k13_1) {
1301
+ if (this.zu_1.atomicfu$compareAndSet(state, node)) {
1304
1302
  tmp$ret$2 = true;
1305
1303
  break $l$block_1;
1306
1304
  }
@@ -1309,27 +1307,27 @@ function JobSupport() {
1309
1307
  }
1310
1308
  } else {
1311
1309
  if (!(state == null) ? isInterface(state, Incomplete()) : false) {
1312
- var list = state.n10();
1310
+ var list = state.d11();
1313
1311
  if (list == null) {
1314
1312
  promoteSingleToNodeList(this, state instanceof JobNode() ? state : THROW_CCE());
1315
1313
  } else {
1316
- var addedBeforeCancellation = list.r10(node, 7);
1314
+ var addedBeforeCancellation = list.h11(node, 7);
1317
1315
  var tmp;
1318
1316
  if (addedBeforeCancellation) {
1319
1317
  tmp = true;
1320
1318
  } else {
1321
- var addedBeforeCompletion = list.r10(node, 3);
1322
- var latestState = this.kv();
1319
+ var addedBeforeCompletion = list.h11(node, 3);
1320
+ var latestState = this.aw();
1323
1321
  var tmp_0;
1324
1322
  if (latestState instanceof Finishing()) {
1325
- tmp_0 = latestState.y12();
1323
+ tmp_0 = latestState.o13();
1326
1324
  } else {
1327
1325
  // Inline function 'kotlinx.coroutines.assert' call
1328
1326
  var tmp0_safe_receiver = latestState instanceof CompletedExceptionally() ? latestState : null;
1329
- tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.vu_1;
1327
+ tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.lv_1;
1330
1328
  }
1331
1329
  var rootCause = tmp_0;
1332
- node.vx(rootCause);
1330
+ node.ly(rootCause);
1333
1331
  var tmp_1;
1334
1332
  if (addedBeforeCompletion) {
1335
1333
  // Inline function 'kotlinx.coroutines.assert' call
@@ -1354,65 +1352,65 @@ function JobSupport() {
1354
1352
  var added = tmp$ret$2;
1355
1353
  if (added)
1356
1354
  return node;
1357
- var tmp_2 = this.kv();
1355
+ var tmp_2 = this.aw();
1358
1356
  var tmp0_safe_receiver_0 = tmp_2 instanceof CompletedExceptionally() ? tmp_2 : null;
1359
- node.vx(tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.vu_1);
1357
+ node.ly(tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.lv_1);
1360
1358
  return NonDisposableHandle_instance;
1361
1359
  }
1362
- bv(exception) {
1360
+ rv(exception) {
1363
1361
  throw exception;
1364
1362
  }
1365
- jw(cause) {
1363
+ zw(cause) {
1366
1364
  }
1367
- kw() {
1365
+ ax() {
1368
1366
  return false;
1369
1367
  }
1370
- lw() {
1368
+ bx() {
1371
1369
  return true;
1372
1370
  }
1373
- mw(exception) {
1371
+ cx(exception) {
1374
1372
  return false;
1375
1373
  }
1376
- uu(state) {
1374
+ kv(state) {
1377
1375
  }
1378
- av(state) {
1376
+ qv(state) {
1379
1377
  }
1380
1378
  toString() {
1381
- return this.nw() + '@' + get_hexAddress(this);
1379
+ return this.dx() + '@' + get_hexAddress(this);
1382
1380
  }
1383
- nw() {
1384
- return this.cv() + '{' + stateString(this, this.kv()) + '}';
1381
+ dx() {
1382
+ return this.sv() + '{' + stateString(this, this.aw()) + '}';
1385
1383
  }
1386
- cv() {
1384
+ sv() {
1387
1385
  return get_classSimpleName(this);
1388
1386
  }
1389
- ow() {
1390
- var state = this.kv();
1387
+ ex() {
1388
+ var state = this.aw();
1391
1389
  // Inline function 'kotlin.check' call
1392
1390
  if (!!(!(state == null) ? isInterface(state, Incomplete()) : false)) {
1393
1391
  var message = 'This job has not completed yet';
1394
- throw IllegalStateException().x4(toString(message));
1392
+ throw IllegalStateException().o(toString(message));
1395
1393
  }
1396
1394
  return _get_exceptionOrNull__b3j7js(this, state);
1397
1395
  }
1398
- pw() {
1399
- var state = this.kv();
1396
+ fx() {
1397
+ var state = this.aw();
1400
1398
  // Inline function 'kotlin.check' call
1401
1399
  if (!!(!(state == null) ? isInterface(state, Incomplete()) : false)) {
1402
1400
  var message = 'This job has not completed yet';
1403
- throw IllegalStateException().x4(toString(message));
1401
+ throw IllegalStateException().o(toString(message));
1404
1402
  }
1405
1403
  if (state instanceof CompletedExceptionally())
1406
- throw state.vu_1;
1404
+ throw state.lv_1;
1407
1405
  return unboxState(state);
1408
1406
  }
1409
- qw($completion) {
1407
+ gx($completion) {
1410
1408
  $l$loop: while (true) {
1411
- var state = this.kv();
1409
+ var state = this.aw();
1412
1410
  if (!(!(state == null) ? isInterface(state, Incomplete()) : false)) {
1413
1411
  if (state instanceof CompletedExceptionally()) {
1414
1412
  // Inline function 'kotlinx.coroutines.internal.recoverAndThrow' call
1415
- throw state.vu_1;
1413
+ throw state.lv_1;
1416
1414
  }
1417
1415
  return unboxState(state);
1418
1416
  }
@@ -1422,21 +1420,21 @@ function JobSupport() {
1422
1420
  return awaitSuspend(this, $completion);
1423
1421
  }
1424
1422
  }
1425
- protoOf($).uv = invokeOnCompletion$default;
1426
- protoOf($).aw = cancel$default;
1427
- protoOf($).il = plus;
1428
- protoOf($).mc = get;
1429
- protoOf($).hl = fold;
1430
- protoOf($).gl = minusKey;
1423
+ protoOf($).kw = invokeOnCompletion$default;
1424
+ protoOf($).qw = cancel$default;
1425
+ protoOf($).pl = plus;
1426
+ protoOf($).kd = get;
1427
+ protoOf($).ol = fold;
1428
+ protoOf($).nl = minusKey;
1431
1429
  initMetadataForClass($, 'JobSupport', VOID, VOID, [Job(), ParentJob()], [0]);
1432
1430
  JobSupportClass = $;
1433
1431
  }
1434
1432
  return JobSupportClass;
1435
1433
  }
1436
1434
  function handlesExceptionF($this) {
1437
- var tmp = $this.iv();
1435
+ var tmp = $this.yv();
1438
1436
  var tmp0_safe_receiver = tmp instanceof ChildHandleNode() ? tmp : null;
1439
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m10();
1437
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c11();
1440
1438
  var tmp_0;
1441
1439
  if (tmp1_elvis_lhs == null) {
1442
1440
  return false;
@@ -1445,11 +1443,11 @@ function handlesExceptionF($this) {
1445
1443
  }
1446
1444
  var parentJob = tmp_0;
1447
1445
  while (true) {
1448
- if (parentJob.lw())
1446
+ if (parentJob.bx())
1449
1447
  return true;
1450
- var tmp_1 = parentJob.iv();
1448
+ var tmp_1 = parentJob.yv();
1451
1449
  var tmp2_safe_receiver = tmp_1 instanceof ChildHandleNode() ? tmp_1 : null;
1452
- var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.m10();
1450
+ var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.c11();
1453
1451
  var tmp_2;
1454
1452
  if (tmp3_elvis_lhs == null) {
1455
1453
  return false;
@@ -1465,20 +1463,20 @@ function JobImpl() {
1465
1463
  class $ extends JobSupport() {
1466
1464
  constructor(parent) {
1467
1465
  super(true);
1468
- this.lu(parent);
1469
- this.x13_1 = handlesExceptionF(this);
1466
+ this.bv(parent);
1467
+ this.n14_1 = handlesExceptionF(this);
1470
1468
  }
1471
- yv() {
1469
+ ow() {
1472
1470
  return true;
1473
1471
  }
1474
- lw() {
1475
- return this.x13_1;
1472
+ bx() {
1473
+ return this.n14_1;
1476
1474
  }
1477
- y10() {
1478
- return this.hw(Unit_instance);
1475
+ o11() {
1476
+ return this.xw(Unit_instance);
1479
1477
  }
1480
- x10(exception) {
1481
- return this.hw(new (CompletedExceptionally())(exception));
1478
+ n11(exception) {
1479
+ return this.xw(new (CompletedExceptionally())(exception));
1482
1480
  }
1483
1481
  }
1484
1482
  initMetadataForClass($, 'JobImpl', VOID, VOID, [JobSupport(), CompletableJob()], [0]);
@@ -1491,16 +1489,16 @@ function Empty() {
1491
1489
  if (EmptyClass === VOID) {
1492
1490
  class $ {
1493
1491
  constructor(isActive) {
1494
- this.u12_1 = isActive;
1492
+ this.k13_1 = isActive;
1495
1493
  }
1496
- qu() {
1497
- return this.u12_1;
1494
+ gv() {
1495
+ return this.k13_1;
1498
1496
  }
1499
- n10() {
1497
+ d11() {
1500
1498
  return null;
1501
1499
  }
1502
1500
  toString() {
1503
- return 'Empty{' + (this.u12_1 ? 'Active' : 'New') + '}';
1501
+ return 'Empty{' + (this.k13_1 ? 'Active' : 'New') + '}';
1504
1502
  }
1505
1503
  }
1506
1504
  initMetadataForClass($, 'Empty', VOID, VOID, [Incomplete()]);
@@ -1521,38 +1519,38 @@ var NodeListClass;
1521
1519
  function NodeList() {
1522
1520
  if (NodeListClass === VOID) {
1523
1521
  class $ extends LockFreeLinkedListHead() {
1524
- qu() {
1522
+ gv() {
1525
1523
  return true;
1526
1524
  }
1527
- n10() {
1525
+ d11() {
1528
1526
  return this;
1529
1527
  }
1530
- b14(state) {
1528
+ r14(state) {
1531
1529
  // Inline function 'kotlin.text.buildString' call
1532
1530
  // Inline function 'kotlin.apply' call
1533
- var this_0 = StringBuilder().x();
1534
- this_0.ob('List{');
1535
- this_0.ob(state);
1536
- this_0.ob('}[');
1531
+ var this_0 = StringBuilder().m1();
1532
+ this_0.n1('List{');
1533
+ this_0.n1(state);
1534
+ this_0.n1('}[');
1537
1535
  var first = true;
1538
1536
  // Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListHead.forEach' call
1539
- var cur = this.o10_1;
1537
+ var cur = this.e11_1;
1540
1538
  while (!equals(cur, this)) {
1541
1539
  var node = cur;
1542
1540
  if (node instanceof JobNode()) {
1543
1541
  if (first) {
1544
1542
  first = false;
1545
1543
  } else
1546
- this_0.ob(', ');
1547
- this_0.nb(node);
1544
+ this_0.n1(', ');
1545
+ this_0.t1(node);
1548
1546
  }
1549
- cur = cur.o10_1;
1547
+ cur = cur.e11_1;
1550
1548
  }
1551
- this_0.ob(']');
1549
+ this_0.n1(']');
1552
1550
  return this_0.toString();
1553
1551
  }
1554
1552
  toString() {
1555
- return get_DEBUG() ? this.b14('Active') : super.toString();
1553
+ return get_DEBUG() ? this.r14('Active') : super.toString();
1556
1554
  }
1557
1555
  }
1558
1556
  initMetadataForClass($, 'NodeList', NodeList, VOID, [LockFreeLinkedListHead(), Incomplete()]);
@@ -1565,7 +1563,7 @@ function IncompleteStateBox() {
1565
1563
  if (IncompleteStateBoxClass === VOID) {
1566
1564
  class $ {
1567
1565
  constructor(state) {
1568
- this.e12_1 = state;
1566
+ this.u12_1 = state;
1569
1567
  }
1570
1568
  }
1571
1569
  initMetadataForClass($, 'IncompleteStateBox');
@@ -1588,16 +1586,16 @@ function InactiveNodeList() {
1588
1586
  if (InactiveNodeListClass === VOID) {
1589
1587
  class $ {
1590
1588
  constructor(list) {
1591
- this.t12_1 = list;
1589
+ this.j13_1 = list;
1592
1590
  }
1593
- n10() {
1594
- return this.t12_1;
1591
+ d11() {
1592
+ return this.j13_1;
1595
1593
  }
1596
- qu() {
1594
+ gv() {
1597
1595
  return false;
1598
1596
  }
1599
1597
  toString() {
1600
- return get_DEBUG() ? this.t12_1.b14('New') : anyToString(this);
1598
+ return get_DEBUG() ? this.j13_1.r14('New') : anyToString(this);
1601
1599
  }
1602
1600
  }
1603
1601
  initMetadataForClass($, 'InactiveNodeList', VOID, VOID, [Incomplete()]);
@@ -1611,13 +1609,13 @@ function InvokeOnCompletion() {
1611
1609
  class $ extends JobNode() {
1612
1610
  constructor(handler) {
1613
1611
  super();
1614
- this.g14_1 = handler;
1612
+ this.w14_1 = handler;
1615
1613
  }
1616
- h10() {
1614
+ x10() {
1617
1615
  return false;
1618
1616
  }
1619
- vx(cause) {
1620
- return this.g14_1(cause);
1617
+ ly(cause) {
1618
+ return this.w14_1(cause);
1621
1619
  }
1622
1620
  }
1623
1621
  initMetadataForClass($, 'InvokeOnCompletion');
@@ -1631,15 +1629,15 @@ function InvokeOnCancelling() {
1631
1629
  class $ extends JobNode() {
1632
1630
  constructor(handler) {
1633
1631
  super();
1634
- this.l14_1 = handler;
1635
- this.m14_1 = atomic$boolean$1(false);
1632
+ this.b15_1 = handler;
1633
+ this.c15_1 = atomic$boolean$1(false);
1636
1634
  }
1637
- h10() {
1635
+ x10() {
1638
1636
  return true;
1639
1637
  }
1640
- vx(cause) {
1641
- if (this.m14_1.atomicfu$compareAndSet(false, true))
1642
- this.l14_1(cause);
1638
+ ly(cause) {
1639
+ if (this.c15_1.atomicfu$compareAndSet(false, true))
1640
+ this.b15_1(cause);
1643
1641
  }
1644
1642
  }
1645
1643
  initMetadataForClass($, 'InvokeOnCancelling');
@@ -1653,17 +1651,17 @@ function ResumeOnCompletion() {
1653
1651
  class $ extends JobNode() {
1654
1652
  constructor(continuation) {
1655
1653
  super();
1656
- this.r14_1 = continuation;
1654
+ this.h15_1 = continuation;
1657
1655
  }
1658
- h10() {
1656
+ x10() {
1659
1657
  return false;
1660
1658
  }
1661
- vx(cause) {
1659
+ ly(cause) {
1662
1660
  // Inline function 'kotlin.coroutines.resume' call
1663
- var this_0 = this.r14_1;
1661
+ var this_0 = this.h15_1;
1664
1662
  // Inline function 'kotlin.Companion.success' call
1665
1663
  var tmp$ret$0 = _Result___init__impl__xyqfz8(Unit_instance);
1666
- this_0.bc(tmp$ret$0);
1664
+ this_0.wc(tmp$ret$0);
1667
1665
  return Unit_instance;
1668
1666
  }
1669
1667
  }
@@ -1678,19 +1676,19 @@ function ChildHandleNode() {
1678
1676
  class $ extends JobNode() {
1679
1677
  constructor(childJob) {
1680
1678
  super();
1681
- this.e13_1 = childJob;
1679
+ this.u13_1 = childJob;
1682
1680
  }
1683
- jv() {
1684
- return this.m10();
1681
+ zv() {
1682
+ return this.c11();
1685
1683
  }
1686
- h10() {
1684
+ x10() {
1687
1685
  return true;
1688
1686
  }
1689
- vx(cause) {
1690
- return this.e13_1.cw(this.m10());
1687
+ ly(cause) {
1688
+ return this.u13_1.sw(this.c11());
1691
1689
  }
1692
- dw(cause) {
1693
- return this.m10().dw(cause);
1690
+ tw(cause) {
1691
+ return this.c11().tw(cause);
1694
1692
  }
1695
1693
  }
1696
1694
  initMetadataForClass($, 'ChildHandleNode');
@@ -1704,29 +1702,29 @@ function ResumeAwaitOnCompletion() {
1704
1702
  class $ extends JobNode() {
1705
1703
  constructor(continuation) {
1706
1704
  super();
1707
- this.w14_1 = continuation;
1705
+ this.m15_1 = continuation;
1708
1706
  }
1709
- h10() {
1707
+ x10() {
1710
1708
  return false;
1711
1709
  }
1712
- vx(cause) {
1713
- var state = this.m10().kv();
1710
+ ly(cause) {
1711
+ var state = this.c11().aw();
1714
1712
  // Inline function 'kotlinx.coroutines.assert' call
1715
1713
  if (state instanceof CompletedExceptionally()) {
1716
- var tmp0 = this.w14_1;
1714
+ var tmp0 = this.m15_1;
1717
1715
  // Inline function 'kotlin.coroutines.resumeWithException' call
1718
1716
  // Inline function 'kotlin.Companion.failure' call
1719
- var exception = state.vu_1;
1717
+ var exception = state.lv_1;
1720
1718
  var tmp$ret$1 = _Result___init__impl__xyqfz8(createFailure(exception));
1721
- tmp0.bc(tmp$ret$1);
1719
+ tmp0.wc(tmp$ret$1);
1722
1720
  } else {
1723
- var tmp0_0 = this.w14_1;
1721
+ var tmp0_0 = this.m15_1;
1724
1722
  var tmp = unboxState(state);
1725
1723
  // Inline function 'kotlin.coroutines.resume' call
1726
1724
  // Inline function 'kotlin.Companion.success' call
1727
1725
  var value = (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
1728
1726
  var tmp$ret$3 = _Result___init__impl__xyqfz8(value);
1729
- tmp0_0.bc(tmp$ret$3);
1727
+ tmp0_0.wc(tmp$ret$3);
1730
1728
  }
1731
1729
  }
1732
1730
  }