@attocash/commons-js 6.2.0 → 6.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (542) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs +58 -58
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +21 -21
  3. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +56 -56
  4. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +31 -31
  5. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +41 -41
  6. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +1 -1
  7. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +65 -65
  8. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +22 -22
  9. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +22 -22
  10. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +12 -12
  11. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +7 -7
  12. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +32 -32
  13. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +122 -122
  14. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +106 -106
  15. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +150 -150
  16. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +131 -131
  17. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +74 -74
  18. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +29 -29
  19. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +26 -26
  20. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +20 -20
  21. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +49 -49
  22. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +7 -7
  23. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +49 -49
  24. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +42 -42
  25. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +108 -108
  26. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +11 -11
  27. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +28 -28
  28. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +45 -45
  29. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +43 -43
  30. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +4 -4
  31. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +54 -54
  32. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +60 -60
  33. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +16 -16
  34. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
  35. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +100 -100
  36. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +9 -9
  37. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +9 -9
  38. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +9 -9
  39. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +28 -28
  40. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +9 -9
  41. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +11 -11
  42. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +129 -129
  43. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +116 -116
  44. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +32 -32
  45. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +15 -15
  46. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +34 -34
  47. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +875 -875
  48. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +7 -7
  49. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +13 -13
  50. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +8 -8
  51. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +14 -14
  52. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
  53. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +22 -22
  54. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +38 -38
  55. package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
  56. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +4 -4
  57. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.d.mts +2 -3
  58. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +35 -26
  59. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
  60. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +7 -7
  61. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +12 -12
  62. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
  63. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +30 -30
  64. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +13 -13
  65. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +96 -96
  66. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +7 -7
  67. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +4 -4
  68. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +14 -14
  69. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +13 -13
  70. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +4 -4
  71. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +6 -6
  72. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +64 -64
  73. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +3 -3
  74. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +15 -15
  75. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +78 -78
  76. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +24 -24
  77. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +16 -16
  78. package/commons-commons-core/cash/atto/commons/Extensions.mjs +6 -6
  79. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
  80. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
  81. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +1 -1
  82. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +332 -296
  83. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +1 -1
  84. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +156 -156
  85. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +17 -17
  86. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +7 -7
  87. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +34 -34
  88. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +16 -16
  89. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +55 -55
  90. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +54 -54
  91. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +3 -3
  92. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +64 -64
  93. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +7 -7
  94. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +34 -34
  95. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +16 -16
  96. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +9 -9
  97. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +344 -344
  98. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs +209 -209
  99. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs +108 -108
  100. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs +35 -35
  101. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +2 -2
  102. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +25 -25
  103. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +79 -79
  104. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +82 -82
  105. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +16 -16
  106. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +33 -33
  107. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +2 -2
  108. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +24 -24
  109. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs +3 -3
  110. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +9 -9
  111. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +4 -4
  112. package/kotlin-kotlin-stdlib/kotlin/Result.mjs +11 -11
  113. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs +3 -3
  114. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
  115. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +12 -12
  116. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +26 -26
  117. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +12 -12
  118. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +26 -26
  119. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +12 -12
  120. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +26 -26
  121. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +12 -12
  122. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +26 -26
  123. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +2 -2
  124. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +49 -95
  125. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -1
  126. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +40 -40
  127. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +13 -13
  128. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +67 -92
  129. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -1
  130. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +25 -25
  131. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +4 -4
  132. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +7 -7
  133. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +205 -252
  134. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
  135. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +40 -46
  136. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
  137. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.d.mts +0 -9
  138. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs +1 -7
  139. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs.map +1 -1
  140. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +15 -43
  141. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -1
  142. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +31 -68
  143. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
  144. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +35 -35
  145. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +61 -61
  146. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +44 -44
  147. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +18 -18
  148. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
  149. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +211 -211
  150. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +1 -1
  151. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +2 -2
  152. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +6 -6
  153. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +17 -17
  154. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +7 -7
  155. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +3 -3
  156. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +29 -29
  157. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +4 -4
  158. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +4 -4
  159. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +6 -6
  160. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +0 -27
  161. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
  162. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +4 -4
  163. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +2 -2
  164. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +4 -4
  165. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +16 -111
  166. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs.map +1 -1
  167. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +1 -1
  168. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +3 -3
  169. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +4 -4
  170. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +38 -38
  171. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +4 -4
  172. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +38 -38
  173. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +10 -10
  174. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +17 -17
  175. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +21 -21
  176. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +10 -30
  177. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
  178. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +71 -71
  179. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs +3 -3
  180. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
  181. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +8 -8
  182. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +26 -26
  183. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +2 -2
  184. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +29 -29
  185. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +25 -25
  186. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +17 -17
  187. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +26 -26
  188. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +10 -10
  189. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +16 -16
  190. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +23 -23
  191. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +2 -2
  192. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +8 -8
  193. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +20 -20
  194. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +34 -34
  195. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +27 -27
  196. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
  197. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +18 -18
  198. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +45 -45
  199. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +2 -2
  200. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +17 -17
  201. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +1 -1
  202. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +66 -66
  203. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +3 -3
  204. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +7 -7
  205. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +21 -21
  206. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +19 -19
  207. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  208. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +3 -3
  209. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +1 -1
  210. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +21 -21
  211. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +1 -1
  212. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +81 -81
  213. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +6 -6
  214. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +84 -84
  215. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +1 -1
  216. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +24 -24
  217. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +2 -2
  218. package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
  219. package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
  220. package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
  221. package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
  222. package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +5 -5
  223. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
  224. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
  225. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  226. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +3 -3
  227. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +1 -1
  228. package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +3 -3
  229. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +7 -7
  230. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  231. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +2 -2
  232. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  233. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
  234. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
  235. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +27 -27
  236. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +16 -16
  237. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +8 -8
  238. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +173 -173
  239. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
  240. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
  241. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
  242. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +4 -4
  243. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +6 -6
  244. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +4 -4
  245. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
  246. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +5 -5
  247. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
  248. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +4 -4
  249. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
  250. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +49 -49
  251. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
  252. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
  253. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +29 -29
  254. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
  255. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
  256. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
  257. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +93 -115
  258. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  259. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +17 -17
  260. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +324 -324
  261. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  262. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +4 -4
  263. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +8 -8
  264. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
  265. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
  266. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +5 -5
  267. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +464 -464
  268. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
  269. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
  270. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +21 -21
  271. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
  272. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +16 -16
  273. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +13 -13
  274. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +15 -15
  275. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
  276. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +8 -8
  277. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +1 -1
  278. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +16 -16
  279. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +34 -34
  280. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +18 -18
  281. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +13 -13
  282. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +45 -45
  283. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +53 -53
  284. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
  285. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +50 -50
  286. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +25 -25
  287. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +81 -81
  288. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
  289. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +6 -6
  290. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +41 -41
  291. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +3 -3
  292. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +5 -5
  293. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +10 -10
  294. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
  295. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
  296. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +11 -11
  297. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +49 -49
  298. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
  299. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +3 -3
  300. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +77 -77
  301. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
  302. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
  303. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +4 -4
  304. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
  305. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  306. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
  307. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +2 -2
  308. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +12 -12
  309. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +16 -16
  310. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +54 -54
  311. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
  312. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +65 -65
  313. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +36 -36
  314. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  315. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
  316. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +1 -1
  317. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +191 -191
  318. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  319. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  320. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +21 -21
  321. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +54 -54
  322. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +151 -151
  323. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  324. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  325. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  326. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  327. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
  328. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +1 -1
  329. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  330. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +19 -19
  331. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +46 -46
  332. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +23 -23
  333. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +6 -6
  334. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
  335. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  336. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +1 -1
  337. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
  338. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
  339. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +66 -66
  340. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
  341. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +65 -65
  342. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
  343. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
  344. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +26 -26
  345. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
  346. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +56 -56
  347. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +243 -243
  348. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
  349. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
  350. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
  351. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +18 -18
  352. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
  353. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
  354. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
  355. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +7 -7
  356. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +14 -14
  357. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
  358. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +72 -72
  359. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
  360. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +116 -116
  361. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +106 -106
  362. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +92 -92
  363. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
  364. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +33 -33
  365. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  366. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +44 -44
  367. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  368. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +68 -90
  369. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  370. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +152 -152
  371. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  372. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  373. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  374. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  375. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  376. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
  377. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +24 -24
  378. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +39 -39
  379. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +16 -16
  380. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
  381. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  382. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +67 -67
  383. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
  384. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +12 -12
  385. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +176 -176
  386. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +139 -139
  387. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  388. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +2 -2
  389. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +220 -220
  390. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
  391. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
  392. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +72 -72
  393. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  394. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +76 -76
  395. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +41 -41
  396. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  397. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
  398. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +51 -51
  399. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +50 -50
  400. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
  401. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +23 -23
  402. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +57 -57
  403. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +23 -23
  404. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +1 -1
  405. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  406. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  407. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +25 -25
  408. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  409. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +34 -34
  410. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  411. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +17 -17
  412. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +14 -14
  413. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +9 -9
  414. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
  415. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +40 -40
  416. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +33 -33
  417. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +74 -74
  418. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +83 -83
  419. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  420. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +60 -60
  421. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +34 -34
  422. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +32 -32
  423. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +116 -116
  424. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +53 -53
  425. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +84 -84
  426. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +24 -24
  427. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  428. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
  429. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +12 -12
  430. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +28 -28
  431. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +14 -14
  432. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +39 -39
  433. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
  434. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +49 -49
  435. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  436. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
  437. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +60 -60
  438. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  439. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  440. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +25 -25
  441. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +8 -8
  442. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +27 -27
  443. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +22 -22
  444. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +17 -17
  445. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  446. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  447. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +6 -6
  448. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
  449. package/ktor-ktor-events/io/ktor/events/Events.mjs +6 -6
  450. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +15 -15
  451. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +93 -93
  452. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +19 -19
  453. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  454. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +42 -42
  455. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
  456. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +6 -6
  457. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  458. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
  459. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +68 -68
  460. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
  461. package/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
  462. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +61 -61
  463. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  464. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  465. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +22 -22
  466. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +18 -18
  467. package/ktor-ktor-http/io/ktor/http/Url.mjs +69 -69
  468. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +26 -26
  469. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  470. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  471. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  472. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
  473. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +90 -90
  474. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
  475. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +53 -53
  476. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +15 -15
  477. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +74 -74
  478. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  479. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +6 -6
  480. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  481. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  482. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +127 -127
  483. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
  484. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  485. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +53 -53
  486. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  487. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +59 -59
  488. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
  489. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +39 -39
  490. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  491. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +23 -23
  492. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  493. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +1 -1
  494. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  495. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  496. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  497. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +5 -5
  498. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  499. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  500. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  501. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  502. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
  503. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
  504. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  505. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  506. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  507. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +29 -29
  508. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +4 -4
  509. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
  510. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +42 -42
  511. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  512. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +89 -89
  513. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +11 -11
  514. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
  515. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +13 -13
  516. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  517. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +45 -45
  518. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +2 -2
  519. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +44 -44
  520. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  521. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
  522. package/ktor-ktor-utils/io/ktor/util/Text.mjs +9 -9
  523. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  524. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +105 -105
  525. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  526. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +8 -8
  527. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  528. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  529. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +29 -29
  530. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +26 -26
  531. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +55 -55
  532. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  533. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  534. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  535. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +58 -58
  536. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  537. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
  538. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +18 -18
  539. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +1 -1
  540. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +31 -31
  541. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
  542. package/package.json +1 -1
@@ -67,13 +67,13 @@ function UserSupplied() {
67
67
  if (UserSuppliedClass === VOID) {
68
68
  class $ {
69
69
  constructor(handler) {
70
- this.vy_1 = handler;
70
+ this.ny_1 = handler;
71
71
  }
72
- ly(cause) {
73
- this.vy_1(cause);
72
+ dy(cause) {
73
+ this.ny_1(cause);
74
74
  }
75
75
  toString() {
76
- return 'CancelHandler.UserSupplied[' + get_classSimpleName(this.vy_1) + '@' + get_hexAddress(this) + ']';
76
+ return 'CancelHandler.UserSupplied[' + get_classSimpleName(this.ny_1) + '@' + get_hexAddress(this) + ']';
77
77
  }
78
78
  }
79
79
  initMetadataForClass($, 'UserSupplied', VOID, VOID, [CancelHandler()]);
@@ -91,10 +91,10 @@ function CancelHandler() {
91
91
  return CancelHandlerClass;
92
92
  }
93
93
  function _get_parentHandle__f8dcex($this) {
94
- return $this.iy_1.kotlinx$atomicfu$value;
94
+ return $this.ay_1.kotlinx$atomicfu$value;
95
95
  }
96
96
  function _get_stateDebugRepresentation__bf18u4($this) {
97
- var tmp0_subject = $this.aw();
97
+ var tmp0_subject = $this.sv();
98
98
  var tmp;
99
99
  if (!(tmp0_subject == null) ? isInterface(tmp0_subject, NotCompleted()) : false) {
100
100
  tmp = 'Active';
@@ -109,9 +109,9 @@ function _get_stateDebugRepresentation__bf18u4($this) {
109
109
  }
110
110
  function isReusable($this) {
111
111
  var tmp;
112
- if (get_isReusableMode($this.xy_1)) {
113
- var tmp_0 = $this.ey_1;
114
- tmp = (tmp_0 instanceof DispatchedContinuation() ? tmp_0 : THROW_CCE()).wy();
112
+ if (get_isReusableMode($this.py_1)) {
113
+ var tmp_0 = $this.wx_1;
114
+ tmp = (tmp_0 instanceof DispatchedContinuation() ? tmp_0 : THROW_CCE()).oy();
115
115
  } else {
116
116
  tmp = false;
117
117
  }
@@ -120,13 +120,13 @@ function isReusable($this) {
120
120
  function cancelLater($this, cause) {
121
121
  if (!isReusable($this))
122
122
  return false;
123
- var tmp = $this.ey_1;
123
+ var tmp = $this.wx_1;
124
124
  var dispatched = tmp instanceof DispatchedContinuation() ? tmp : THROW_CCE();
125
- return dispatched.yy(cause);
125
+ return dispatched.qy(cause);
126
126
  }
127
127
  function callSegmentOnCancellation($this, segment, cause) {
128
128
  // Inline function 'kotlinx.coroutines.index' call
129
- var index = $this.gy_1.kotlinx$atomicfu$value & 536870911;
129
+ var index = $this.yx_1.kotlinx$atomicfu$value & 536870911;
130
130
  // Inline function 'kotlin.check' call
131
131
  if (!!(index === 536870911)) {
132
132
  var message = 'The index for Segment.onCancellation(..) is broken';
@@ -134,11 +134,11 @@ function callSegmentOnCancellation($this, segment, cause) {
134
134
  }
135
135
  // Inline function 'kotlinx.coroutines.CancellableContinuationImpl.callCancelHandlerSafely' call
136
136
  try {
137
- segment.dz(index, cause, $this.uc());
137
+ segment.vy(index, cause, $this.qc());
138
138
  } catch ($p) {
139
139
  if ($p instanceof Error) {
140
140
  var ex = $p;
141
- handleCoroutineException($this.uc(), CompletionHandlerException().hz('Exception in invokeOnCancellation handler for ' + $this.toString(), ex));
141
+ handleCoroutineException($this.qc(), CompletionHandlerException().zy('Exception in invokeOnCancellation handler for ' + $this.toString(), ex));
142
142
  } else {
143
143
  throw $p;
144
144
  }
@@ -146,7 +146,7 @@ function callSegmentOnCancellation($this, segment, cause) {
146
146
  }
147
147
  function trySuspend($this) {
148
148
  // Inline function 'kotlinx.atomicfu.loop' call
149
- var this_0 = $this.gy_1;
149
+ var this_0 = $this.yx_1;
150
150
  while (true) {
151
151
  var cur = this_0.kotlinx$atomicfu$value;
152
152
  // Inline function 'kotlinx.coroutines.decision' call
@@ -157,7 +157,7 @@ function trySuspend($this) {
157
157
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
158
158
 
159
159
  var tmp$ret$2 = (1 << 29) + (cur & 536870911) | 0;
160
- if ($this.gy_1.atomicfu$compareAndSet(cur, tmp$ret$2))
160
+ if ($this.yx_1.atomicfu$compareAndSet(cur, tmp$ret$2))
161
161
  return true;
162
162
  break;
163
163
  case 2:
@@ -172,7 +172,7 @@ function trySuspend($this) {
172
172
  }
173
173
  function tryResume($this) {
174
174
  // Inline function 'kotlinx.atomicfu.loop' call
175
- var this_0 = $this.gy_1;
175
+ var this_0 = $this.yx_1;
176
176
  while (true) {
177
177
  var cur = this_0.kotlinx$atomicfu$value;
178
178
  // Inline function 'kotlinx.coroutines.decision' call
@@ -183,7 +183,7 @@ function tryResume($this) {
183
183
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
184
184
 
185
185
  var tmp$ret$2 = (2 << 29) + (cur & 536870911) | 0;
186
- if ($this.gy_1.atomicfu$compareAndSet(cur, tmp$ret$2))
186
+ if ($this.yx_1.atomicfu$compareAndSet(cur, tmp$ret$2))
187
187
  return true;
188
188
  break;
189
189
  case 1:
@@ -197,7 +197,7 @@ function tryResume($this) {
197
197
  }
198
198
  }
199
199
  function installParentHandle($this) {
200
- var tmp0_elvis_lhs = $this.uc().kd(Key_instance);
200
+ var tmp0_elvis_lhs = $this.qc().gd(Key_instance);
201
201
  var tmp;
202
202
  if (tmp0_elvis_lhs == null) {
203
203
  return null;
@@ -206,17 +206,17 @@ function installParentHandle($this) {
206
206
  }
207
207
  var parent = tmp;
208
208
  var handle = invokeOnCompletion(parent, VOID, new (ChildContinuation())($this));
209
- $this.iy_1.atomicfu$compareAndSet(null, handle);
209
+ $this.ay_1.atomicfu$compareAndSet(null, handle);
210
210
  return handle;
211
211
  }
212
212
  function invokeOnCancellationImpl($this, handler) {
213
213
  // Inline function 'kotlinx.coroutines.assert' call
214
214
  // Inline function 'kotlinx.atomicfu.loop' call
215
- var this_0 = $this.hy_1;
215
+ var this_0 = $this.zx_1;
216
216
  while (true) {
217
217
  var state = this_0.kotlinx$atomicfu$value;
218
218
  if (state instanceof Active()) {
219
- if ($this.hy_1.atomicfu$compareAndSet(state, handler))
219
+ if ($this.zx_1.atomicfu$compareAndSet(state, handler))
220
220
  return Unit_instance;
221
221
  } else {
222
222
  var tmp;
@@ -229,14 +229,14 @@ function invokeOnCancellationImpl($this, handler) {
229
229
  multipleHandlersError($this, handler, state);
230
230
  } else {
231
231
  if (state instanceof CompletedExceptionally()) {
232
- if (!state.qz()) {
232
+ if (!state.iz()) {
233
233
  multipleHandlersError($this, handler, state);
234
234
  }
235
235
  if (state instanceof CancelledContinuation()) {
236
236
  var tmp1_safe_receiver = state instanceof CompletedExceptionally() ? state : null;
237
- var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.lv_1;
237
+ var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.dv_1;
238
238
  if (isInterface(handler, CancelHandler())) {
239
- $this.nz(handler, cause);
239
+ $this.fz(handler, cause);
240
240
  } else {
241
241
  var segment = handler instanceof Segment() ? handler : THROW_CCE();
242
242
  callSegmentOnCancellation($this, segment, cause);
@@ -245,19 +245,19 @@ function invokeOnCancellationImpl($this, handler) {
245
245
  return Unit_instance;
246
246
  } else {
247
247
  if (state instanceof CompletedContinuation()) {
248
- if (!(state.jz_1 == null)) {
248
+ if (!(state.bz_1 == null)) {
249
249
  multipleHandlersError($this, handler, state);
250
250
  }
251
251
  if (handler instanceof Segment())
252
252
  return Unit_instance;
253
253
  if (!isInterface(handler, CancelHandler()))
254
254
  THROW_CCE();
255
- if (state.oz()) {
256
- $this.nz(handler, state.mz_1);
255
+ if (state.gz()) {
256
+ $this.fz(handler, state.ez_1);
257
257
  return Unit_instance;
258
258
  }
259
- var update = state.pz(VOID, handler);
260
- if ($this.hy_1.atomicfu$compareAndSet(state, update))
259
+ var update = state.hz(VOID, handler);
260
+ if ($this.zx_1.atomicfu$compareAndSet(state, update))
261
261
  return Unit_instance;
262
262
  } else {
263
263
  if (handler instanceof Segment())
@@ -265,7 +265,7 @@ function invokeOnCancellationImpl($this, handler) {
265
265
  if (!isInterface(handler, CancelHandler()))
266
266
  THROW_CCE();
267
267
  var update_0 = new (CompletedContinuation())(state, handler);
268
- if ($this.hy_1.atomicfu$compareAndSet(state, update_0))
268
+ if ($this.zx_1.atomicfu$compareAndSet(state, update_0))
269
269
  return Unit_instance;
270
270
  }
271
271
  }
@@ -316,13 +316,13 @@ function resumedState($this, state, proposedUpdate, resumeMode, onCancellation,
316
316
  }
317
317
  function tryResumeImpl($this, proposedUpdate, idempotent, onCancellation) {
318
318
  // Inline function 'kotlinx.atomicfu.loop' call
319
- var this_0 = $this.hy_1;
319
+ var this_0 = $this.zx_1;
320
320
  while (true) {
321
321
  var tmp0 = this_0.kotlinx$atomicfu$value;
322
322
  $l$block: {
323
323
  if (!(tmp0 == null) ? isInterface(tmp0, NotCompleted()) : false) {
324
- var update = resumedState($this, tmp0, proposedUpdate, $this.xy_1, onCancellation, idempotent);
325
- if (!$this.hy_1.atomicfu$compareAndSet(tmp0, update)) {
324
+ var update = resumedState($this, tmp0, proposedUpdate, $this.py_1, onCancellation, idempotent);
325
+ if (!$this.zx_1.atomicfu$compareAndSet(tmp0, update)) {
326
326
  break $l$block;
327
327
  }
328
328
  detachChildIfNonReusable($this);
@@ -330,7 +330,7 @@ function tryResumeImpl($this, proposedUpdate, idempotent, onCancellation) {
330
330
  } else {
331
331
  if (tmp0 instanceof CompletedContinuation()) {
332
332
  var tmp;
333
- if (!(idempotent == null) && tmp0.lz_1 === idempotent) {
333
+ if (!(idempotent == null) && tmp0.dz_1 === idempotent) {
334
334
  // Inline function 'kotlinx.coroutines.assert' call
335
335
  tmp = get_RESUME_TOKEN();
336
336
  } else {
@@ -351,7 +351,7 @@ function alreadyResumedError($this, proposedUpdate) {
351
351
  }
352
352
  function detachChildIfNonReusable($this) {
353
353
  if (!isReusable($this)) {
354
- $this.rz();
354
+ $this.jz();
355
355
  }
356
356
  }
357
357
  function CancellableContinuationImpl$resume$lambda($onCancellation) {
@@ -366,34 +366,34 @@ function CancellableContinuationImpl() {
366
366
  class $ extends DispatchedTask() {
367
367
  constructor(delegate, resumeMode) {
368
368
  super(resumeMode);
369
- this.ey_1 = delegate;
369
+ this.wx_1 = delegate;
370
370
  // Inline function 'kotlinx.coroutines.assert' call
371
- this.fy_1 = this.ey_1.uc();
371
+ this.xx_1 = this.wx_1.qc();
372
372
  var tmp = this;
373
373
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
374
374
  var tmp$ret$1 = (0 << 29) + 536870911 | 0;
375
- tmp.gy_1 = atomic$int$1(tmp$ret$1);
376
- this.hy_1 = atomic$ref$1(Active_instance);
377
- this.iy_1 = atomic$ref$1(null);
375
+ tmp.yx_1 = atomic$int$1(tmp$ret$1);
376
+ this.zx_1 = atomic$ref$1(Active_instance);
377
+ this.ay_1 = atomic$ref$1(null);
378
378
  }
379
- sz() {
380
- return this.ey_1;
379
+ kz() {
380
+ return this.wx_1;
381
381
  }
382
- uc() {
383
- return this.fy_1;
382
+ qc() {
383
+ return this.xx_1;
384
384
  }
385
- aw() {
386
- return this.hy_1.kotlinx$atomicfu$value;
385
+ sv() {
386
+ return this.zx_1.kotlinx$atomicfu$value;
387
387
  }
388
- bw() {
389
- var tmp = this.aw();
388
+ tv() {
389
+ var tmp = this.sv();
390
390
  return !(!(tmp == null) ? isInterface(tmp, NotCompleted()) : false);
391
391
  }
392
- cw() {
393
- var tmp = this.aw();
392
+ uv() {
393
+ var tmp = this.sv();
394
394
  return tmp instanceof CancelledContinuation();
395
395
  }
396
- tz() {
396
+ lz() {
397
397
  var tmp0_elvis_lhs = installParentHandle(this);
398
398
  var tmp;
399
399
  if (tmp0_elvis_lhs == null) {
@@ -402,37 +402,37 @@ function CancellableContinuationImpl() {
402
402
  tmp = tmp0_elvis_lhs;
403
403
  }
404
404
  var handle = tmp;
405
- if (this.bw()) {
406
- handle.my();
407
- this.iy_1.kotlinx$atomicfu$value = NonDisposableHandle_instance;
405
+ if (this.tv()) {
406
+ handle.ey();
407
+ this.ay_1.kotlinx$atomicfu$value = NonDisposableHandle_instance;
408
408
  }
409
409
  }
410
- uy() {
410
+ my() {
411
411
  // Inline function 'kotlinx.coroutines.assert' call
412
412
  // Inline function 'kotlinx.coroutines.assert' call
413
- var state = this.hy_1.kotlinx$atomicfu$value;
413
+ var state = this.zx_1.kotlinx$atomicfu$value;
414
414
  // Inline function 'kotlinx.coroutines.assert' call
415
415
  var tmp;
416
416
  if (state instanceof CompletedContinuation()) {
417
- tmp = !(state.lz_1 == null);
417
+ tmp = !(state.dz_1 == null);
418
418
  } else {
419
419
  tmp = false;
420
420
  }
421
421
  if (tmp) {
422
- this.rz();
422
+ this.jz();
423
423
  return false;
424
424
  }
425
- var tmp_0 = this.gy_1;
425
+ var tmp_0 = this.yx_1;
426
426
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
427
427
  tmp_0.kotlinx$atomicfu$value = (0 << 29) + 536870911 | 0;
428
- this.hy_1.kotlinx$atomicfu$value = Active_instance;
428
+ this.zx_1.kotlinx$atomicfu$value = Active_instance;
429
429
  return true;
430
430
  }
431
- uz() {
432
- return this.aw();
431
+ mz() {
432
+ return this.sv();
433
433
  }
434
- vz(takenState, cause) {
435
- var this_0 = this.hy_1;
434
+ nz(takenState, cause) {
435
+ var this_0 = this.zx_1;
436
436
  while (true) {
437
437
  var state = this_0.kotlinx$atomicfu$value;
438
438
  if (!(state == null) ? isInterface(state, NotCompleted()) : false) {
@@ -445,17 +445,17 @@ function CancellableContinuationImpl() {
445
445
  else {
446
446
  if (state instanceof CompletedContinuation()) {
447
447
  // Inline function 'kotlin.check' call
448
- if (!!state.oz()) {
448
+ if (!!state.gz()) {
449
449
  var message_0 = 'Must be called at most once';
450
450
  throw IllegalStateException().o(toString(message_0));
451
451
  }
452
- var update = state.pz(VOID, VOID, VOID, VOID, cause);
453
- if (this.hy_1.atomicfu$compareAndSet(state, update)) {
454
- state.wz(this, cause);
452
+ var update = state.hz(VOID, VOID, VOID, VOID, cause);
453
+ if (this.zx_1.atomicfu$compareAndSet(state, update)) {
454
+ state.oz(this, cause);
455
455
  return Unit_instance;
456
456
  }
457
457
  } else {
458
- if (this.hy_1.atomicfu$compareAndSet(state, new (CompletedContinuation())(state, VOID, VOID, VOID, cause))) {
458
+ if (this.zx_1.atomicfu$compareAndSet(state, new (CompletedContinuation())(state, VOID, VOID, VOID, cause))) {
459
459
  return Unit_instance;
460
460
  }
461
461
  }
@@ -464,9 +464,9 @@ function CancellableContinuationImpl() {
464
464
  }
465
465
  return Unit_instance;
466
466
  }
467
- xz(cause) {
467
+ pz(cause) {
468
468
  // Inline function 'kotlinx.atomicfu.loop' call
469
- var this_0 = this.hy_1;
469
+ var this_0 = this.zx_1;
470
470
  while (true) {
471
471
  var tmp0 = this_0.kotlinx$atomicfu$value;
472
472
  $l$block: {
@@ -479,88 +479,88 @@ function CancellableContinuationImpl() {
479
479
  tmp = tmp0 instanceof Segment();
480
480
  }
481
481
  var update = new (CancelledContinuation())(this, cause, tmp);
482
- if (!this.hy_1.atomicfu$compareAndSet(tmp0, update)) {
482
+ if (!this.zx_1.atomicfu$compareAndSet(tmp0, update)) {
483
483
  break $l$block;
484
484
  }
485
485
  if (isInterface(tmp0, CancelHandler())) {
486
- this.nz(tmp0, cause);
486
+ this.fz(tmp0, cause);
487
487
  } else {
488
488
  if (tmp0 instanceof Segment()) {
489
489
  callSegmentOnCancellation(this, tmp0, cause);
490
490
  }
491
491
  }
492
492
  detachChildIfNonReusable(this);
493
- dispatchResume(this, this.xy_1);
493
+ dispatchResume(this, this.py_1);
494
494
  return true;
495
495
  }
496
496
  }
497
497
  }
498
- yz(cause) {
498
+ qz(cause) {
499
499
  if (cancelLater(this, cause))
500
500
  return Unit_instance;
501
- this.xz(cause);
501
+ this.pz(cause);
502
502
  detachChildIfNonReusable(this);
503
503
  }
504
- nz(handler, cause) {
504
+ fz(handler, cause) {
505
505
  // Inline function 'kotlinx.coroutines.CancellableContinuationImpl.callCancelHandlerSafely' call
506
506
  try {
507
- handler.ly(cause);
507
+ handler.dy(cause);
508
508
  } catch ($p) {
509
509
  if ($p instanceof Error) {
510
510
  var ex = $p;
511
- handleCoroutineException(this.uc(), CompletionHandlerException().hz('Exception in invokeOnCancellation handler for ' + this.toString(), ex));
511
+ handleCoroutineException(this.qc(), CompletionHandlerException().zy('Exception in invokeOnCancellation handler for ' + this.toString(), ex));
512
512
  } else {
513
513
  throw $p;
514
514
  }
515
515
  }
516
516
  return Unit_instance;
517
517
  }
518
- zz(onCancellation, cause, value) {
518
+ rz(onCancellation, cause, value) {
519
519
  try {
520
- onCancellation(cause, value, this.uc());
520
+ onCancellation(cause, value, this.qc());
521
521
  } catch ($p) {
522
522
  if ($p instanceof Error) {
523
523
  var ex = $p;
524
- handleCoroutineException(this.uc(), CompletionHandlerException().hz('Exception in resume onCancellation handler for ' + this.toString(), ex));
524
+ handleCoroutineException(this.qc(), CompletionHandlerException().zy('Exception in resume onCancellation handler for ' + this.toString(), ex));
525
525
  } else {
526
526
  throw $p;
527
527
  }
528
528
  }
529
529
  }
530
- a10(parent) {
531
- return parent.fw();
530
+ sz(parent) {
531
+ return parent.xv();
532
532
  }
533
- b10() {
533
+ tz() {
534
534
  var isReusable_0 = isReusable(this);
535
535
  if (trySuspend(this)) {
536
536
  if (_get_parentHandle__f8dcex(this) == null) {
537
537
  installParentHandle(this);
538
538
  }
539
539
  if (isReusable_0) {
540
- this.c10();
540
+ this.uz();
541
541
  }
542
542
  return get_COROUTINE_SUSPENDED();
543
543
  }
544
544
  if (isReusable_0) {
545
- this.c10();
545
+ this.uz();
546
546
  }
547
- var state = this.aw();
547
+ var state = this.sv();
548
548
  if (state instanceof CompletedExceptionally())
549
- throw recoverStackTrace(state.lv_1, this);
550
- if (get_isCancellableMode(this.xy_1)) {
551
- var job = this.uc().kd(Key_instance);
552
- if (!(job == null) && !job.gv()) {
553
- var cause = job.fw();
554
- this.vz(state, cause);
549
+ throw recoverStackTrace(state.dv_1, this);
550
+ if (get_isCancellableMode(this.py_1)) {
551
+ var job = this.qc().gd(Key_instance);
552
+ if (!(job == null) && !job.yu()) {
553
+ var cause = job.xv();
554
+ this.nz(state, cause);
555
555
  throw recoverStackTrace(cause, this);
556
556
  }
557
557
  }
558
- return this.d10(state);
558
+ return this.vz(state);
559
559
  }
560
- c10() {
561
- var tmp = this.ey_1;
560
+ uz() {
561
+ var tmp = this.wx_1;
562
562
  var tmp0_safe_receiver = tmp instanceof DispatchedContinuation() ? tmp : null;
563
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e10(this);
563
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.wz(this);
564
564
  var tmp_0;
565
565
  if (tmp1_elvis_lhs == null) {
566
566
  return Unit_instance;
@@ -568,14 +568,14 @@ function CancellableContinuationImpl() {
568
568
  tmp_0 = tmp1_elvis_lhs;
569
569
  }
570
570
  var cancellationCause = tmp_0;
571
- this.rz();
572
- this.xz(cancellationCause);
571
+ this.jz();
572
+ this.pz(cancellationCause);
573
573
  }
574
- wc(result) {
575
- return this.f10(toState(result, this), this.xy_1);
574
+ sc(result) {
575
+ return this.xz(toState(result, this), this.py_1);
576
576
  }
577
- g10(value, onCancellation) {
578
- var tmp = this.xy_1;
577
+ yz(value, onCancellation) {
578
+ var tmp = this.py_1;
579
579
  var tmp_0;
580
580
  if (onCancellation == null) {
581
581
  tmp_0 = null;
@@ -583,13 +583,13 @@ function CancellableContinuationImpl() {
583
583
  // Inline function 'kotlin.let' call
584
584
  tmp_0 = CancellableContinuationImpl$resume$lambda(onCancellation);
585
585
  }
586
- return this.h10(value, tmp, tmp_0);
586
+ return this.zz(value, tmp, tmp_0);
587
587
  }
588
- cy(value, onCancellation) {
589
- return this.h10(value, this.xy_1, onCancellation);
588
+ ux(value, onCancellation) {
589
+ return this.zz(value, this.py_1, onCancellation);
590
590
  }
591
- i10(segment, index) {
592
- var tmp0 = this.gy_1;
591
+ a10(segment, index) {
592
+ var tmp0 = this.yx_1;
593
593
  $l$block: {
594
594
  // Inline function 'kotlinx.atomicfu.update' call
595
595
  while (true) {
@@ -610,21 +610,21 @@ function CancellableContinuationImpl() {
610
610
  }
611
611
  invokeOnCancellationImpl(this, segment);
612
612
  }
613
- ay(handler) {
613
+ sx(handler) {
614
614
  return invokeOnCancellation(this, new (UserSupplied())(handler));
615
615
  }
616
- jy(handler) {
616
+ by(handler) {
617
617
  return invokeOnCancellationImpl(this, handler);
618
618
  }
619
- h10(proposedUpdate, resumeMode, onCancellation) {
619
+ zz(proposedUpdate, resumeMode, onCancellation) {
620
620
  // Inline function 'kotlinx.atomicfu.loop' call
621
- var this_0 = this.hy_1;
621
+ var this_0 = this.zx_1;
622
622
  while (true) {
623
623
  var tmp0 = this_0.kotlinx$atomicfu$value;
624
624
  $l$block: {
625
625
  if (!(tmp0 == null) ? isInterface(tmp0, NotCompleted()) : false) {
626
626
  var update = resumedState(this, tmp0, proposedUpdate, resumeMode, onCancellation, null);
627
- if (!this.hy_1.atomicfu$compareAndSet(tmp0, update)) {
627
+ if (!this.zx_1.atomicfu$compareAndSet(tmp0, update)) {
628
628
  break $l$block;
629
629
  }
630
630
  detachChildIfNonReusable(this);
@@ -632,12 +632,12 @@ function CancellableContinuationImpl() {
632
632
  return Unit_instance;
633
633
  } else {
634
634
  if (tmp0 instanceof CancelledContinuation()) {
635
- if (tmp0.m10()) {
635
+ if (tmp0.e10()) {
636
636
  if (onCancellation == null)
637
637
  null;
638
638
  else {
639
639
  // Inline function 'kotlin.let' call
640
- this.zz(onCancellation, tmp0.lv_1, proposedUpdate);
640
+ this.rz(onCancellation, tmp0.dv_1, proposedUpdate);
641
641
  }
642
642
  return Unit_instance;
643
643
  }
@@ -647,18 +647,18 @@ function CancellableContinuationImpl() {
647
647
  }
648
648
  }
649
649
  }
650
- f10(proposedUpdate, resumeMode, onCancellation, $super) {
650
+ xz(proposedUpdate, resumeMode, onCancellation, $super) {
651
651
  onCancellation = onCancellation === VOID ? null : onCancellation;
652
652
  var tmp;
653
653
  if ($super === VOID) {
654
- this.h10(proposedUpdate, resumeMode, onCancellation);
654
+ this.zz(proposedUpdate, resumeMode, onCancellation);
655
655
  tmp = Unit_instance;
656
656
  } else {
657
- tmp = $super.h10.call(this, proposedUpdate, resumeMode, onCancellation);
657
+ tmp = $super.zz.call(this, proposedUpdate, resumeMode, onCancellation);
658
658
  }
659
659
  return tmp;
660
660
  }
661
- rz() {
661
+ jz() {
662
662
  var tmp0_elvis_lhs = _get_parentHandle__f8dcex(this);
663
663
  var tmp;
664
664
  if (tmp0_elvis_lhs == null) {
@@ -667,52 +667,52 @@ function CancellableContinuationImpl() {
667
667
  tmp = tmp0_elvis_lhs;
668
668
  }
669
669
  var handle = tmp;
670
- handle.my();
671
- this.iy_1.kotlinx$atomicfu$value = NonDisposableHandle_instance;
670
+ handle.ey();
671
+ this.ay_1.kotlinx$atomicfu$value = NonDisposableHandle_instance;
672
672
  }
673
- yx(value, idempotent, onCancellation) {
673
+ qx(value, idempotent, onCancellation) {
674
674
  return tryResumeImpl(this, value, idempotent, onCancellation);
675
675
  }
676
- zx(token) {
676
+ rx(token) {
677
677
  // Inline function 'kotlinx.coroutines.assert' call
678
- dispatchResume(this, this.xy_1);
678
+ dispatchResume(this, this.py_1);
679
679
  }
680
- by(_this__u8e3s4, value) {
681
- var tmp = this.ey_1;
680
+ tx(_this__u8e3s4, value) {
681
+ var tmp = this.wx_1;
682
682
  var dc = tmp instanceof DispatchedContinuation() ? tmp : null;
683
683
  var tmp_0;
684
- if ((dc == null ? null : dc.oy_1) === _this__u8e3s4) {
684
+ if ((dc == null ? null : dc.gy_1) === _this__u8e3s4) {
685
685
  tmp_0 = 4;
686
686
  } else {
687
- tmp_0 = this.xy_1;
687
+ tmp_0 = this.py_1;
688
688
  }
689
- this.f10(value, tmp_0);
689
+ this.xz(value, tmp_0);
690
690
  }
691
- d10(state) {
691
+ vz(state) {
692
692
  var tmp;
693
693
  if (state instanceof CompletedContinuation()) {
694
- var tmp_0 = state.iz_1;
694
+ var tmp_0 = state.az_1;
695
695
  tmp = (tmp_0 == null ? true : !(tmp_0 == null)) ? tmp_0 : THROW_CCE();
696
696
  } else {
697
697
  tmp = (state == null ? true : !(state == null)) ? state : THROW_CCE();
698
698
  }
699
699
  return tmp;
700
700
  }
701
- n10(state) {
702
- var tmp0_safe_receiver = super.n10(state);
701
+ f10(state) {
702
+ var tmp0_safe_receiver = super.f10(state);
703
703
  var tmp;
704
704
  if (tmp0_safe_receiver == null) {
705
705
  tmp = null;
706
706
  } else {
707
707
  // Inline function 'kotlin.let' call
708
- tmp = recoverStackTrace(tmp0_safe_receiver, this.ey_1);
708
+ tmp = recoverStackTrace(tmp0_safe_receiver, this.wx_1);
709
709
  }
710
710
  return tmp;
711
711
  }
712
712
  toString() {
713
- return this.o10() + '(' + toDebugString(this.ey_1) + '){' + _get_stateDebugRepresentation__bf18u4(this) + '}@' + get_hexAddress(this);
713
+ return this.g10() + '(' + toDebugString(this.wx_1) + '){' + _get_stateDebugRepresentation__bf18u4(this) + '}@' + get_hexAddress(this);
714
714
  }
715
- o10() {
715
+ g10() {
716
716
  return 'CancellableContinuation';
717
717
  }
718
718
  }
@@ -756,51 +756,51 @@ function CompletedContinuation() {
756
756
  onCancellation = onCancellation === VOID ? null : onCancellation;
757
757
  idempotentResume = idempotentResume === VOID ? null : idempotentResume;
758
758
  cancelCause = cancelCause === VOID ? null : cancelCause;
759
- this.iz_1 = result;
760
- this.jz_1 = cancelHandler;
761
- this.kz_1 = onCancellation;
762
- this.lz_1 = idempotentResume;
763
- this.mz_1 = cancelCause;
759
+ this.az_1 = result;
760
+ this.bz_1 = cancelHandler;
761
+ this.cz_1 = onCancellation;
762
+ this.dz_1 = idempotentResume;
763
+ this.ez_1 = cancelCause;
764
764
  }
765
- oz() {
766
- return !(this.mz_1 == null);
765
+ gz() {
766
+ return !(this.ez_1 == null);
767
767
  }
768
- wz(cont, cause) {
769
- var tmp0_safe_receiver = this.jz_1;
768
+ oz(cont, cause) {
769
+ var tmp0_safe_receiver = this.bz_1;
770
770
  if (tmp0_safe_receiver == null)
771
771
  null;
772
772
  else {
773
773
  // Inline function 'kotlin.let' call
774
- cont.nz(tmp0_safe_receiver, cause);
774
+ cont.fz(tmp0_safe_receiver, cause);
775
775
  }
776
- var tmp1_safe_receiver = this.kz_1;
776
+ var tmp1_safe_receiver = this.cz_1;
777
777
  if (tmp1_safe_receiver == null)
778
778
  null;
779
779
  else {
780
780
  // Inline function 'kotlin.let' call
781
- cont.zz(tmp1_safe_receiver, cause, this.iz_1);
781
+ cont.rz(tmp1_safe_receiver, cause, this.az_1);
782
782
  }
783
783
  }
784
- r10(result, cancelHandler, onCancellation, idempotentResume, cancelCause) {
784
+ j10(result, cancelHandler, onCancellation, idempotentResume, cancelCause) {
785
785
  return new (CompletedContinuation())(result, cancelHandler, onCancellation, idempotentResume, cancelCause);
786
786
  }
787
- pz(result, cancelHandler, onCancellation, idempotentResume, cancelCause, $super) {
788
- result = result === VOID ? this.iz_1 : result;
789
- cancelHandler = cancelHandler === VOID ? this.jz_1 : cancelHandler;
790
- onCancellation = onCancellation === VOID ? this.kz_1 : onCancellation;
791
- idempotentResume = idempotentResume === VOID ? this.lz_1 : idempotentResume;
792
- cancelCause = cancelCause === VOID ? this.mz_1 : cancelCause;
793
- return $super === VOID ? this.r10(result, cancelHandler, onCancellation, idempotentResume, cancelCause) : $super.r10.call(this, result, cancelHandler, onCancellation, idempotentResume, cancelCause);
787
+ hz(result, cancelHandler, onCancellation, idempotentResume, cancelCause, $super) {
788
+ result = result === VOID ? this.az_1 : result;
789
+ cancelHandler = cancelHandler === VOID ? this.bz_1 : cancelHandler;
790
+ onCancellation = onCancellation === VOID ? this.cz_1 : onCancellation;
791
+ idempotentResume = idempotentResume === VOID ? this.dz_1 : idempotentResume;
792
+ cancelCause = cancelCause === VOID ? this.ez_1 : cancelCause;
793
+ return $super === VOID ? this.j10(result, cancelHandler, onCancellation, idempotentResume, cancelCause) : $super.j10.call(this, result, cancelHandler, onCancellation, idempotentResume, cancelCause);
794
794
  }
795
795
  toString() {
796
- return 'CompletedContinuation(result=' + toString_0(this.iz_1) + ', cancelHandler=' + toString_0(this.jz_1) + ', onCancellation=' + toString_0(this.kz_1) + ', idempotentResume=' + toString_0(this.lz_1) + ', cancelCause=' + toString_0(this.mz_1) + ')';
796
+ return 'CompletedContinuation(result=' + toString_0(this.az_1) + ', cancelHandler=' + toString_0(this.bz_1) + ', onCancellation=' + toString_0(this.cz_1) + ', idempotentResume=' + toString_0(this.dz_1) + ', cancelCause=' + toString_0(this.ez_1) + ')';
797
797
  }
798
798
  hashCode() {
799
- var result = this.iz_1 == null ? 0 : hashCode(this.iz_1);
800
- result = imul(result, 31) + (this.jz_1 == null ? 0 : hashCode(this.jz_1)) | 0;
801
- result = imul(result, 31) + (this.kz_1 == null ? 0 : hashCode(this.kz_1)) | 0;
802
- result = imul(result, 31) + (this.lz_1 == null ? 0 : hashCode(this.lz_1)) | 0;
803
- result = imul(result, 31) + (this.mz_1 == null ? 0 : hashCode(this.mz_1)) | 0;
799
+ var result = this.az_1 == null ? 0 : hashCode(this.az_1);
800
+ result = imul(result, 31) + (this.bz_1 == null ? 0 : hashCode(this.bz_1)) | 0;
801
+ result = imul(result, 31) + (this.cz_1 == null ? 0 : hashCode(this.cz_1)) | 0;
802
+ result = imul(result, 31) + (this.dz_1 == null ? 0 : hashCode(this.dz_1)) | 0;
803
+ result = imul(result, 31) + (this.ez_1 == null ? 0 : hashCode(this.ez_1)) | 0;
804
804
  return result;
805
805
  }
806
806
  equals(other) {
@@ -809,15 +809,15 @@ function CompletedContinuation() {
809
809
  if (!(other instanceof CompletedContinuation()))
810
810
  return false;
811
811
  var tmp0_other_with_cast = other instanceof CompletedContinuation() ? other : THROW_CCE();
812
- if (!equals(this.iz_1, tmp0_other_with_cast.iz_1))
812
+ if (!equals(this.az_1, tmp0_other_with_cast.az_1))
813
813
  return false;
814
- if (!equals(this.jz_1, tmp0_other_with_cast.jz_1))
814
+ if (!equals(this.bz_1, tmp0_other_with_cast.bz_1))
815
815
  return false;
816
- if (!equals(this.kz_1, tmp0_other_with_cast.kz_1))
816
+ if (!equals(this.cz_1, tmp0_other_with_cast.cz_1))
817
817
  return false;
818
- if (!equals(this.lz_1, tmp0_other_with_cast.lz_1))
818
+ if (!equals(this.dz_1, tmp0_other_with_cast.dz_1))
819
819
  return false;
820
- if (!equals(this.mz_1, tmp0_other_with_cast.mz_1))
820
+ if (!equals(this.ez_1, tmp0_other_with_cast.ez_1))
821
821
  return false;
822
822
  return true;
823
823
  }
@@ -833,13 +833,13 @@ function ChildContinuation() {
833
833
  class $ extends JobNode() {
834
834
  constructor(child) {
835
835
  super();
836
- this.w10_1 = child;
836
+ this.o10_1 = child;
837
837
  }
838
- x10() {
838
+ p10() {
839
839
  return true;
840
840
  }
841
- ly(cause) {
842
- this.w10_1.yz(this.w10_1.a10(this.c11()));
841
+ dy(cause) {
842
+ this.o10_1.qz(this.o10_1.sz(this.u10()));
843
843
  }
844
844
  }
845
845
  initMetadataForClass($, 'ChildContinuation');