@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.
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs +68 -68
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +24 -24
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +64 -64
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +39 -39
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +52 -52
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs +5 -5
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +2 -2
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +82 -82
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +33 -33
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +28 -28
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +13 -13
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +14 -14
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +48 -48
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +132 -132
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +116 -116
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +162 -162
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +168 -168
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +81 -81
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +32 -32
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +91 -91
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/PlatformSpecifics.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +21 -21
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +62 -62
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/dateCalculations.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +10 -10
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +55 -55
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +48 -48
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +173 -173
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +17 -17
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +40 -40
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +60 -60
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +47 -47
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +6 -6
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +93 -93
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +105 -105
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +21 -21
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs +2 -2
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +113 -113
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +34 -34
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.export.d.mts +11 -17
- package/commons-commons-core/cash/atto/commons/AttoAccount.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +146 -146
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.d.mts +2 -15
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs +1 -8
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +126 -131
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.d.mts +18 -20
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +44 -44
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.d.mts +11 -13
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +25 -25
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.d.mts +18 -18
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +55 -55
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.export.d.mts +66 -76
- package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs +13 -12
- package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +928 -928
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +12 -12
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoChallenge.export.d.mts +11 -13
- package/commons-commons-core/cash/atto/commons/AttoChallenge.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +18 -18
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +10 -10
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHash.export.d.mts +14 -16
- package/commons-commons-core/cash/atto/commons/AttoHash.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +25 -25
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +31 -31
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.export.d.mts +14 -16
- package/commons-commons-core/cash/atto/commons/AttoInstant.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +47 -47
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoJob.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.d.mts +11 -13
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +30 -30
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoNetwork.export.d.mts +16 -18
- package/commons-commons-core/cash/atto/commons/AttoNetwork.export.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +27 -27
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +38 -38
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.d.mts +12 -14
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +18 -18
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.export.d.mts +2 -15
- package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs +1 -8
- package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +107 -112
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +7 -8
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSignature.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoSignature.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSignature.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +19 -19
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +16 -16
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +8 -6
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoTransaction.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +73 -73
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoValidation.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.export.d.mts +2 -15
- package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs +1 -8
- package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +21 -27
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.export.d.mts +12 -14
- package/commons-commons-core/cash/atto/commons/AttoVote.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +92 -92
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoWork.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +40 -40
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +25 -24
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +17 -17
- package/commons-commons-core/cash/atto/commons/Extensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +19 -19
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SubtleCrypto.mjs.map +1 -1
- package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs +1 -1
- package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs.map +1 -1
- package/commons-commons-js.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClient.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +5 -6
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +289 -281
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.d.mts +18 -59
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs +3 -12
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +170 -187
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +22 -22
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +8 -8
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +36 -36
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +20 -20
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +60 -60
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +58 -57
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +4 -4
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +76 -76
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +8 -8
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +36 -36
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +20 -20
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +11 -11
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +432 -432
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs +255 -253
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs.map +1 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.export.d.mts +5 -3
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs +110 -110
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs.map +1 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.export.d.mts +5 -3
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs +41 -41
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +5 -5
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.d.mts +5 -3
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +26 -26
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +83 -83
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +88 -88
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +21 -21
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +47 -47
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Enum.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +13 -13
- package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Library.mjs +3 -4
- package/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +14 -0
- package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs +19 -19
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
- package/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +44 -44
- package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +44 -44
- package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +45 -46
- package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +44 -44
- package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Unit.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +80 -80
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +77 -77
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +93 -93
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +36 -36
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +282 -264
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +82 -82
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.d.mts +4 -26
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +12 -8
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +74 -74
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +81 -81
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +57 -57
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +31 -31
- package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +251 -251
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +48 -48
- package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +15 -15
- package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -20
- package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +115 -118
- package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
- package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsHacks.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +54 -61
- package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
- package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +22 -22
- package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +26 -44
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +25 -24
- package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +188 -188
- package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/hacks.mjs +5 -10
- package/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +15 -0
- package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -0
- package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -20
- package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/bitUtils.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/charSequenceJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/internal/BigInt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +110 -100
- package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs +48 -0
- package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
- package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/js/json.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/rangeTo.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +1 -2
- package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/regexp.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +0 -4
- package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/void.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/math/math.mjs +17 -5
- package/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +32 -32
- package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +27 -27
- package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +39 -39
- package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
- package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
- package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +18 -10
- package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +123 -0
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -0
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +63 -0
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs.map +1 -0
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +57 -54
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +16 -41
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +27 -38
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +6 -3
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +45 -45
- package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +34 -34
- package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +36 -179
- package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +59 -59
- package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +26 -26
- package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +47 -47
- package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +114 -114
- package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +11 -11
- package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
- package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +22 -22
- package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +23 -23
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
- package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +33 -37
- package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +918 -344
- package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +32 -55
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +15 -20
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +119 -121
- package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +35 -43
- package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +268 -20
- package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
- package/kotlin-kotlin-stdlib/noPackageHacks.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/reflectionJs.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +5 -5
- package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +3 -3
- package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +13 -13
- package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +8 -8
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +7 -7
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +5 -5
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +2 -2
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +6 -6
- package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +2 -2
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +6 -6
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +9 -9
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +29 -29
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +18 -18
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +184 -184
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +13 -13
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +56 -56
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +32 -32
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +116 -116
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +371 -373
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +14 -14
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +514 -514
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +44 -44
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +22 -22
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +29 -28
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +42 -36
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +17 -17
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +36 -36
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Merge.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -22
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +15 -15
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +48 -48
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +61 -60
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +51 -51
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +28 -28
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +207 -206
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +46 -46
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +6 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +12 -12
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +53 -53
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +85 -85
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +15 -15
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +25 -25
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +59 -59
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +73 -73
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +56 -56
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +231 -231
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +25 -25
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +25 -25
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +61 -61
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +168 -168
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +8 -8
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +22 -22
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +69 -69
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +3 -3
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +25 -25
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +64 -64
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +28 -21
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +38 -38
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +31 -31
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +79 -79
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +57 -57
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +67 -67
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +31 -31
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +68 -68
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -276
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +24 -25
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +42 -42
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +44 -44
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +23 -23
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +15 -15
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +36 -35
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +503 -504
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +109 -109
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +99 -100
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +55 -55
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +53 -53
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +21 -21
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +105 -105
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +168 -168
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +186 -186
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +81 -81
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +43 -43
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +24 -24
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +71 -71
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +189 -189
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +151 -151
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +54 -54
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +10 -10
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +275 -275
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +126 -127
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +84 -84
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +61 -61
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +52 -52
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +26 -26
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +72 -72
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +30 -30
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +15 -15
- package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +34 -34
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +63 -63
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/ReadableStream.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +20 -20
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +14 -14
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +43 -43
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +43 -43
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +89 -89
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransformJs.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +97 -96
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +98 -98
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +39 -39
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +35 -35
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +143 -144
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +89 -89
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +31 -31
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +17 -17
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +15 -15
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +17 -17
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +46 -46
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +57 -57
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +11 -12
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +24 -24
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +21 -21
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/ExceptionUtils.nonJvm.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs.map +1 -1
- package/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
- package/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs +64 -64
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +110 -110
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +21 -21
- package/ktor-ktor-http/io/ktor/http/Headers.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +65 -65
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +8 -8
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +15 -15
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +14 -14
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
- package/ktor-ktor-http/io/ktor/http/Query.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +94 -94
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +2 -2
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs +44 -44
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +28 -28
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +40 -40
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Url.mjs +83 -83
- package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +57 -57
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +10 -10
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +13 -13
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +104 -104
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +48 -49
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +65 -65
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +57 -57
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +94 -94
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPoolJs.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +22 -22
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.jsAndWasmShared.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +133 -133
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +58 -58
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +83 -89
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +47 -49
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +24 -24
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/Deprecation.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +25 -25
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Decoder.js.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +7 -7
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +9 -9
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Win1252Table.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +30 -30
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs.map +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +51 -51
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/ExtensionsJs.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +95 -95
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +37 -37
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs.map +1 -1
- package/ktor-ktor-server-core/io/ktor/server/engine/ShutdownHook.jsAndWasmShared.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +19 -19
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +57 -57
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/Charset.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/Charset.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/Collections.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/CollectionsJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +4 -4
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +63 -63
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/PlatformUtilsJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +116 -116
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/Text.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +115 -115
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +8 -8
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +24 -24
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +6 -6
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +31 -31
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +31 -31
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +68 -68
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.js.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecover.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecoverJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +67 -67
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +25 -25
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +3 -3
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +36 -36
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +21 -21
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs.map +1 -1
- package/package.json +2 -2
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs +0 -80
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs.map +0 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +0 -43
- 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 {
|
|
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
|
-
|
|
27
|
+
NonDisposableHandle_instance24m7p1dk8gx40 as NonDisposableHandle_instance,
|
|
30
28
|
invokeOnCompletion3npqdfp2wzhn6 as invokeOnCompletion,
|
|
31
29
|
ParentJob1a3idoswyjefg as ParentJob,
|
|
32
|
-
|
|
33
|
-
invokeOnCompletion$
|
|
30
|
+
Key_instance17dpgmdbeabno as Key_instance,
|
|
31
|
+
invokeOnCompletion$defaultev9m7gf4tqep as invokeOnCompletion$default,
|
|
34
32
|
ensureActive2yo7199srjlgl as ensureActive,
|
|
35
|
-
cancel$
|
|
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
|
-
|
|
66
|
-
|
|
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
|
-
|
|
114
|
-
var tmp = this.
|
|
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
|
-
|
|
119
|
+
gv() {
|
|
122
120
|
return true;
|
|
123
121
|
}
|
|
124
|
-
|
|
122
|
+
d11() {
|
|
125
123
|
return null;
|
|
126
124
|
}
|
|
127
|
-
|
|
128
|
-
return 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.
|
|
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.
|
|
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.
|
|
144
|
+
$this.y12_1.kotlinx$atomicfu$value = value;
|
|
147
145
|
}
|
|
148
146
|
function _get_exceptionsHolder__nhszp($this) {
|
|
149
|
-
return $this.
|
|
147
|
+
return $this.y12_1.kotlinx$atomicfu$value;
|
|
150
148
|
}
|
|
151
149
|
function allocateList($this) {
|
|
152
|
-
return ArrayList().
|
|
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.
|
|
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.
|
|
164
|
-
var exceptions = state.
|
|
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.
|
|
170
|
+
var handled = cancelParent($this, finalException) || $this.cx(finalException);
|
|
173
171
|
if (handled) {
|
|
174
|
-
(finalState instanceof CompletedExceptionally() ? finalState : THROW_CCE()).
|
|
172
|
+
(finalState instanceof CompletedExceptionally() ? finalState : THROW_CCE()).qz();
|
|
175
173
|
}
|
|
176
174
|
}
|
|
177
175
|
if (!wasCancelling) {
|
|
178
|
-
$this.
|
|
176
|
+
$this.zw(finalException);
|
|
179
177
|
}
|
|
180
|
-
$this.
|
|
181
|
-
var casSuccess = $this.
|
|
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.
|
|
188
|
-
if (state.
|
|
185
|
+
if (exceptions.o1()) {
|
|
186
|
+
if (state.z12()) {
|
|
189
187
|
// Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
|
|
190
|
-
return JobCancellationException().
|
|
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.
|
|
198
|
-
while (_iterator__ex2g4s.
|
|
199
|
-
var element = _iterator__ex2g4s.
|
|
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.
|
|
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.
|
|
216
|
-
while (_iterator__ex2g4s_0.
|
|
217
|
-
var element_0 = _iterator__ex2g4s_0.
|
|
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.
|
|
236
|
+
if (exceptions.u2() <= 1)
|
|
239
237
|
return Unit_instance;
|
|
240
|
-
var seenExceptions = identitySet(exceptions.
|
|
238
|
+
var seenExceptions = identitySet(exceptions.u2());
|
|
241
239
|
var unwrappedCause = unwrap(rootCause);
|
|
242
|
-
var _iterator__ex2g4s = exceptions.
|
|
243
|
-
while (_iterator__ex2g4s.
|
|
244
|
-
var exception = _iterator__ex2g4s.
|
|
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.
|
|
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.
|
|
264
|
+
if (!$this.zu_1.atomicfu$compareAndSet(state, boxIncomplete(update)))
|
|
267
265
|
return false;
|
|
268
|
-
$this.
|
|
269
|
-
$this.
|
|
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.
|
|
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.
|
|
280
|
-
$this.
|
|
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.
|
|
281
|
+
var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.lv_1;
|
|
284
282
|
if (state instanceof JobNode()) {
|
|
285
283
|
try {
|
|
286
|
-
state.
|
|
284
|
+
state.ly(cause);
|
|
287
285
|
} catch ($p) {
|
|
288
286
|
if ($p instanceof Error) {
|
|
289
287
|
var ex = $p;
|
|
290
|
-
$this.
|
|
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.
|
|
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.
|
|
306
|
-
list.
|
|
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.
|
|
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.
|
|
313
|
+
tmp = node.x10();
|
|
316
314
|
} else {
|
|
317
315
|
tmp = false;
|
|
318
316
|
}
|
|
319
317
|
if (tmp) {
|
|
320
318
|
try {
|
|
321
|
-
node.
|
|
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().
|
|
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.
|
|
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.
|
|
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.
|
|
353
|
+
if ($this.ax())
|
|
356
354
|
return true;
|
|
357
355
|
var isCancellation = cause instanceof CancellationException();
|
|
358
|
-
var parent = $this.
|
|
356
|
+
var parent = $this.yv();
|
|
359
357
|
if (parent === null || parent === NonDisposableHandle_instance) {
|
|
360
358
|
return isCancellation;
|
|
361
359
|
}
|
|
362
|
-
return parent.
|
|
360
|
+
return parent.tw(cause) || isCancellation;
|
|
363
361
|
}
|
|
364
362
|
function notifyCompletion($this, _this__u8e3s4, cause) {
|
|
365
|
-
_this__u8e3s4.
|
|
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.
|
|
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.
|
|
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().
|
|
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.
|
|
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.
|
|
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.
|
|
412
|
+
if (state.k13_1)
|
|
415
413
|
return 0;
|
|
416
|
-
if (!$this.
|
|
414
|
+
if (!$this.zu_1.atomicfu$compareAndSet(state, get_EMPTY_ACTIVE()))
|
|
417
415
|
return -1;
|
|
418
|
-
$this.
|
|
416
|
+
$this.ew();
|
|
419
417
|
return 1;
|
|
420
418
|
} else {
|
|
421
419
|
if (state instanceof InactiveNodeList()) {
|
|
422
|
-
if (!$this.
|
|
420
|
+
if (!$this.zu_1.atomicfu$compareAndSet(state, state.j13_1))
|
|
423
421
|
return -1;
|
|
424
|
-
$this.
|
|
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.
|
|
434
|
-
$this.
|
|
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.
|
|
435
|
+
state.j11(new (NodeList())());
|
|
438
436
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.nextNode' call
|
|
439
|
-
var list = state.
|
|
440
|
-
$this.
|
|
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.
|
|
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.
|
|
452
|
+
cancellable.tz();
|
|
455
453
|
disposeOnCancellation(cancellable, invokeOnCompletion($this, VOID, new (ResumeOnCompletion())(cancellable)));
|
|
456
|
-
return cancellable.
|
|
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.
|
|
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.
|
|
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().
|
|
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()).
|
|
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.
|
|
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.
|
|
506
|
+
if (tmp0.m13())
|
|
509
507
|
return get_TOO_LATE_TO_CANCEL();
|
|
510
|
-
var wasCancelling = tmp0.
|
|
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.
|
|
521
|
+
tmp0.n13(causeException);
|
|
524
522
|
}
|
|
525
523
|
// Inline function 'kotlin.takeIf' call
|
|
526
|
-
var this_1 = tmp0.
|
|
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.
|
|
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.
|
|
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().
|
|
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.
|
|
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().
|
|
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.
|
|
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.
|
|
655
|
+
if (finishing.l13())
|
|
658
656
|
return get_COMPLETING_ALREADY();
|
|
659
|
-
finishing.
|
|
657
|
+
finishing.p13(true);
|
|
660
658
|
if (!(finishing === state)) {
|
|
661
|
-
if (!$this.
|
|
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.
|
|
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.
|
|
669
|
+
finishing.n13(tmp0_safe_receiver.lv_1);
|
|
672
670
|
}
|
|
673
671
|
// Inline function 'kotlin.takeIf' call
|
|
674
|
-
var this_0 = finishing.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
755
|
+
cur = cur.e11_1;
|
|
758
756
|
// Inline function 'kotlinx.coroutines.internal.LockFreeLinkedListNode.isRemoved' call
|
|
759
|
-
if (cur.
|
|
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.
|
|
768
|
+
tmp = state.z12() ? 'Cancelling' : state.l13() ? 'Completing' : 'Active';
|
|
771
769
|
} else {
|
|
772
770
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
773
|
-
tmp = state.
|
|
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.
|
|
791
|
-
this.
|
|
792
|
-
this.
|
|
793
|
-
this.
|
|
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
|
-
|
|
796
|
-
return this.
|
|
793
|
+
d11() {
|
|
794
|
+
return this.v12_1;
|
|
797
795
|
}
|
|
798
|
-
|
|
799
|
-
this.
|
|
796
|
+
p13(value) {
|
|
797
|
+
this.w12_1.kotlinx$atomicfu$value = value;
|
|
800
798
|
}
|
|
801
|
-
|
|
802
|
-
return this.
|
|
799
|
+
l13() {
|
|
800
|
+
return this.w12_1.kotlinx$atomicfu$value;
|
|
803
801
|
}
|
|
804
|
-
|
|
805
|
-
this.
|
|
802
|
+
v13(value) {
|
|
803
|
+
this.x12_1.kotlinx$atomicfu$value = value;
|
|
806
804
|
}
|
|
807
|
-
|
|
808
|
-
return this.
|
|
805
|
+
o13() {
|
|
806
|
+
return this.x12_1.kotlinx$atomicfu$value;
|
|
809
807
|
}
|
|
810
|
-
|
|
808
|
+
m13() {
|
|
811
809
|
return _get_exceptionsHolder__nhszp(this) === get_SEALED();
|
|
812
810
|
}
|
|
813
|
-
|
|
814
|
-
return !(this.
|
|
811
|
+
z12() {
|
|
812
|
+
return !(this.o13() == null);
|
|
815
813
|
}
|
|
816
|
-
|
|
817
|
-
return this.
|
|
814
|
+
gv() {
|
|
815
|
+
return this.o13() == null;
|
|
818
816
|
}
|
|
819
|
-
|
|
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.
|
|
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().
|
|
833
|
+
throw IllegalStateException().o(toString(message));
|
|
836
834
|
}
|
|
837
835
|
}
|
|
838
836
|
}
|
|
839
837
|
var list = tmp;
|
|
840
|
-
var rootCause = this.
|
|
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.
|
|
843
|
+
list.c5(0, rootCause);
|
|
846
844
|
}
|
|
847
845
|
if (!(proposedException == null) && !equals(proposedException, rootCause)) {
|
|
848
|
-
list.
|
|
846
|
+
list.h2(proposedException);
|
|
849
847
|
}
|
|
850
848
|
_set_exceptionsHolder__tqm22h(this, get_SEALED());
|
|
851
849
|
return list;
|
|
852
850
|
}
|
|
853
|
-
|
|
854
|
-
var rootCause = this.
|
|
851
|
+
n13(exception) {
|
|
852
|
+
var rootCause = this.o13();
|
|
855
853
|
if (rootCause == null) {
|
|
856
|
-
this.
|
|
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.
|
|
871
|
-
this_0.
|
|
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()).
|
|
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().
|
|
877
|
+
throw IllegalStateException().o(toString(message));
|
|
880
878
|
}
|
|
881
879
|
}
|
|
882
880
|
}
|
|
883
881
|
}
|
|
884
882
|
toString() {
|
|
885
|
-
return 'Finishing[cancelling=' + this.
|
|
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.
|
|
900
|
-
this.
|
|
901
|
-
this.
|
|
902
|
-
this.
|
|
897
|
+
this.a14_1 = parent;
|
|
898
|
+
this.b14_1 = state;
|
|
899
|
+
this.c14_1 = child;
|
|
900
|
+
this.d14_1 = proposedUpdate;
|
|
903
901
|
}
|
|
904
|
-
|
|
902
|
+
x10() {
|
|
905
903
|
return false;
|
|
906
904
|
}
|
|
907
|
-
|
|
908
|
-
continueCompleting(this.
|
|
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.
|
|
920
|
+
this.k14_1 = job;
|
|
923
921
|
}
|
|
924
|
-
|
|
925
|
-
var state = this.
|
|
922
|
+
a10(parent) {
|
|
923
|
+
var state = this.k14_1.aw();
|
|
926
924
|
if (state instanceof Finishing()) {
|
|
927
|
-
var tmp0_safe_receiver = state.
|
|
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.
|
|
937
|
-
return parent.
|
|
934
|
+
return state.lv_1;
|
|
935
|
+
return parent.fw();
|
|
938
936
|
}
|
|
939
|
-
|
|
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.
|
|
948
|
+
cont.tz();
|
|
951
949
|
disposeOnCancellation(cont, invokeOnCompletion($this, VOID, new (ResumeAwaitOnCompletion())(cont)));
|
|
952
|
-
return cont.
|
|
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.
|
|
960
|
-
this.
|
|
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
|
-
|
|
960
|
+
f3() {
|
|
963
961
|
return Key_instance;
|
|
964
962
|
}
|
|
965
|
-
|
|
966
|
-
this.
|
|
963
|
+
xv(value) {
|
|
964
|
+
this.av_1.kotlinx$atomicfu$value = value;
|
|
967
965
|
}
|
|
968
|
-
|
|
969
|
-
return this.
|
|
966
|
+
yv() {
|
|
967
|
+
return this.av_1.kotlinx$atomicfu$value;
|
|
970
968
|
}
|
|
971
|
-
|
|
972
|
-
var tmp0_safe_receiver = this.
|
|
973
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
969
|
+
zv() {
|
|
970
|
+
var tmp0_safe_receiver = this.yv();
|
|
971
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.zv();
|
|
974
972
|
}
|
|
975
|
-
|
|
973
|
+
bv(parent) {
|
|
976
974
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
977
975
|
if (parent == null) {
|
|
978
|
-
this.
|
|
976
|
+
this.xv(NonDisposableHandle_instance);
|
|
979
977
|
return Unit_instance;
|
|
980
978
|
}
|
|
981
|
-
parent.
|
|
982
|
-
var handle = parent.
|
|
983
|
-
this.
|
|
984
|
-
if (this.
|
|
985
|
-
handle.
|
|
986
|
-
this.
|
|
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
|
-
|
|
990
|
-
return this.
|
|
987
|
+
aw() {
|
|
988
|
+
return this.zu_1.kotlinx$atomicfu$value;
|
|
991
989
|
}
|
|
992
|
-
|
|
993
|
-
var state = this.
|
|
990
|
+
gv() {
|
|
991
|
+
var state = this.aw();
|
|
994
992
|
var tmp;
|
|
995
993
|
if (!(state == null) ? isInterface(state, Incomplete()) : false) {
|
|
996
|
-
tmp = state.
|
|
994
|
+
tmp = state.gv();
|
|
997
995
|
} else {
|
|
998
996
|
tmp = false;
|
|
999
997
|
}
|
|
1000
998
|
return tmp;
|
|
1001
999
|
}
|
|
1002
|
-
|
|
1003
|
-
var tmp = this.
|
|
1000
|
+
bw() {
|
|
1001
|
+
var tmp = this.aw();
|
|
1004
1002
|
return !(!(tmp == null) ? isInterface(tmp, Incomplete()) : false);
|
|
1005
1003
|
}
|
|
1006
|
-
|
|
1007
|
-
var state = this.
|
|
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.
|
|
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
|
-
|
|
1020
|
+
dw() {
|
|
1023
1021
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1024
1022
|
while (true) {
|
|
1025
|
-
var state = this.
|
|
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
|
-
|
|
1031
|
+
ew() {
|
|
1034
1032
|
}
|
|
1035
|
-
|
|
1036
|
-
var state = this.
|
|
1033
|
+
fw() {
|
|
1034
|
+
var state = this.aw();
|
|
1037
1035
|
var tmp;
|
|
1038
1036
|
if (state instanceof Finishing()) {
|
|
1039
|
-
var tmp0_safe_receiver = state.
|
|
1040
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : this.
|
|
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().
|
|
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().
|
|
1050
|
+
throw IllegalStateException().o(toString(message_0));
|
|
1053
1051
|
} else {
|
|
1054
1052
|
if (state instanceof CompletedExceptionally()) {
|
|
1055
|
-
tmp = this.
|
|
1053
|
+
tmp = this.hw(state.lv_1);
|
|
1056
1054
|
} else {
|
|
1057
|
-
tmp = JobCancellationException().
|
|
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
|
-
|
|
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().
|
|
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
|
-
|
|
1072
|
+
hw(_this__u8e3s4, message, $super) {
|
|
1075
1073
|
message = message === VOID ? null : message;
|
|
1076
|
-
return $super === VOID ? this.
|
|
1074
|
+
return $super === VOID ? this.gw(_this__u8e3s4, message) : $super.gw.call(this, _this__u8e3s4, message);
|
|
1077
1075
|
}
|
|
1078
|
-
|
|
1079
|
-
return this.
|
|
1076
|
+
iw(handler) {
|
|
1077
|
+
return this.lw(true, new (InvokeOnCompletion())(handler));
|
|
1080
1078
|
}
|
|
1081
|
-
|
|
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.
|
|
1086
|
+
return this.lw(invokeImmediately, tmp);
|
|
1089
1087
|
}
|
|
1090
|
-
|
|
1091
|
-
node.
|
|
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.
|
|
1095
|
+
var state = this.aw();
|
|
1098
1096
|
if (state instanceof Empty()) {
|
|
1099
|
-
if (state.
|
|
1100
|
-
if (this.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1117
|
+
tmp_0 = list.h11(node, 5);
|
|
1120
1118
|
} else {
|
|
1121
1119
|
if (invokeImmediately) {
|
|
1122
|
-
node.
|
|
1120
|
+
node.ly(rootCause);
|
|
1123
1121
|
}
|
|
1124
1122
|
return NonDisposableHandle_instance;
|
|
1125
1123
|
}
|
|
1126
1124
|
tmp = tmp_0;
|
|
1127
1125
|
} else {
|
|
1128
|
-
tmp = list.
|
|
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.
|
|
1144
|
+
var tmp_1 = this.aw();
|
|
1147
1145
|
var tmp0_safe_receiver_0 = tmp_1 instanceof CompletedExceptionally() ? tmp_1 : null;
|
|
1148
|
-
node.
|
|
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
|
-
|
|
1150
|
+
mw($completion) {
|
|
1153
1151
|
if (!joinInternal(this)) {
|
|
1154
1152
|
// Inline function 'kotlin.js.getCoroutineContext' call
|
|
1155
|
-
var tmp$ret$0 = $completion.
|
|
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
|
-
|
|
1159
|
+
nw(node) {
|
|
1162
1160
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1163
1161
|
while (true) {
|
|
1164
|
-
var state = this.
|
|
1162
|
+
var state = this.aw();
|
|
1165
1163
|
if (state instanceof JobNode()) {
|
|
1166
1164
|
if (!(state === node))
|
|
1167
1165
|
return Unit_instance;
|
|
1168
|
-
if (this.
|
|
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.
|
|
1173
|
-
node.
|
|
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
|
-
|
|
1180
|
+
ow() {
|
|
1183
1181
|
return false;
|
|
1184
1182
|
}
|
|
1185
|
-
|
|
1183
|
+
pw(cause) {
|
|
1186
1184
|
var tmp;
|
|
1187
1185
|
if (cause == null) {
|
|
1188
1186
|
// Inline function 'kotlinx.coroutines.JobSupport.defaultCancellationException' call
|
|
1189
|
-
tmp = JobCancellationException().
|
|
1187
|
+
tmp = JobCancellationException().h13(null == null ? this.jv() : null, null, this);
|
|
1190
1188
|
} else {
|
|
1191
1189
|
tmp = cause;
|
|
1192
1190
|
}
|
|
1193
|
-
this.
|
|
1191
|
+
this.rw(tmp);
|
|
1194
1192
|
}
|
|
1195
|
-
|
|
1193
|
+
jv() {
|
|
1196
1194
|
return 'Job was cancelled';
|
|
1197
1195
|
}
|
|
1198
|
-
|
|
1199
|
-
this.
|
|
1196
|
+
rw(cause) {
|
|
1197
|
+
this.vw(cause);
|
|
1200
1198
|
}
|
|
1201
|
-
|
|
1202
|
-
this.
|
|
1199
|
+
sw(parentJob) {
|
|
1200
|
+
this.vw(parentJob);
|
|
1203
1201
|
}
|
|
1204
|
-
|
|
1202
|
+
tw(cause) {
|
|
1205
1203
|
if (cause instanceof CancellationException())
|
|
1206
1204
|
return true;
|
|
1207
|
-
return this.
|
|
1205
|
+
return this.vw(cause) && this.bx();
|
|
1208
1206
|
}
|
|
1209
|
-
|
|
1210
|
-
return this.
|
|
1207
|
+
uw(cause) {
|
|
1208
|
+
return this.vw(cause);
|
|
1211
1209
|
}
|
|
1212
|
-
|
|
1210
|
+
vw(cause) {
|
|
1213
1211
|
var finalState = get_COMPLETING_ALREADY();
|
|
1214
|
-
if (this.
|
|
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.
|
|
1228
|
+
this.qv(finalState);
|
|
1231
1229
|
tmp = true;
|
|
1232
1230
|
}
|
|
1233
1231
|
return tmp;
|
|
1234
1232
|
}
|
|
1235
|
-
|
|
1236
|
-
var state = this.
|
|
1233
|
+
ww() {
|
|
1234
|
+
var state = this.aw();
|
|
1237
1235
|
var tmp;
|
|
1238
1236
|
if (state instanceof Finishing()) {
|
|
1239
|
-
tmp = state.
|
|
1237
|
+
tmp = state.o13();
|
|
1240
1238
|
} else {
|
|
1241
1239
|
if (state instanceof CompletedExceptionally()) {
|
|
1242
|
-
tmp = state.
|
|
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().
|
|
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().
|
|
1252
|
+
return tmp1_elvis_lhs == null ? JobCancellationException().h13('Parent job is ' + stateString(this, state), rootCause, this) : tmp1_elvis_lhs;
|
|
1255
1253
|
}
|
|
1256
|
-
|
|
1254
|
+
xw(proposedUpdate) {
|
|
1257
1255
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1258
1256
|
while (true) {
|
|
1259
|
-
var tmp0 = this.
|
|
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.
|
|
1267
|
+
this.qv(finalState);
|
|
1270
1268
|
return true;
|
|
1271
1269
|
}
|
|
1272
1270
|
}
|
|
1273
1271
|
}
|
|
1274
1272
|
}
|
|
1275
|
-
|
|
1273
|
+
ov(proposedUpdate) {
|
|
1276
1274
|
// Inline function 'kotlinx.coroutines.JobSupport.loopOnState' call
|
|
1277
1275
|
while (true) {
|
|
1278
|
-
var tmp0 = this.
|
|
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().
|
|
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
|
-
|
|
1288
|
+
yw(child) {
|
|
1291
1289
|
// Inline function 'kotlin.also' call
|
|
1292
1290
|
var this_0 = new (ChildHandleNode())(child);
|
|
1293
|
-
this_0.
|
|
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.
|
|
1298
|
+
var state = this.aw();
|
|
1301
1299
|
if (state instanceof Empty()) {
|
|
1302
|
-
if (state.
|
|
1303
|
-
if (this.
|
|
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.
|
|
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.
|
|
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.
|
|
1322
|
-
var latestState = this.
|
|
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.
|
|
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.
|
|
1327
|
+
tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.lv_1;
|
|
1330
1328
|
}
|
|
1331
1329
|
var rootCause = tmp_0;
|
|
1332
|
-
node.
|
|
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.
|
|
1355
|
+
var tmp_2 = this.aw();
|
|
1358
1356
|
var tmp0_safe_receiver_0 = tmp_2 instanceof CompletedExceptionally() ? tmp_2 : null;
|
|
1359
|
-
node.
|
|
1357
|
+
node.ly(tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.lv_1);
|
|
1360
1358
|
return NonDisposableHandle_instance;
|
|
1361
1359
|
}
|
|
1362
|
-
|
|
1360
|
+
rv(exception) {
|
|
1363
1361
|
throw exception;
|
|
1364
1362
|
}
|
|
1365
|
-
|
|
1363
|
+
zw(cause) {
|
|
1366
1364
|
}
|
|
1367
|
-
|
|
1365
|
+
ax() {
|
|
1368
1366
|
return false;
|
|
1369
1367
|
}
|
|
1370
|
-
|
|
1368
|
+
bx() {
|
|
1371
1369
|
return true;
|
|
1372
1370
|
}
|
|
1373
|
-
|
|
1371
|
+
cx(exception) {
|
|
1374
1372
|
return false;
|
|
1375
1373
|
}
|
|
1376
|
-
|
|
1374
|
+
kv(state) {
|
|
1377
1375
|
}
|
|
1378
|
-
|
|
1376
|
+
qv(state) {
|
|
1379
1377
|
}
|
|
1380
1378
|
toString() {
|
|
1381
|
-
return this.
|
|
1379
|
+
return this.dx() + '@' + get_hexAddress(this);
|
|
1382
1380
|
}
|
|
1383
|
-
|
|
1384
|
-
return this.
|
|
1381
|
+
dx() {
|
|
1382
|
+
return this.sv() + '{' + stateString(this, this.aw()) + '}';
|
|
1385
1383
|
}
|
|
1386
|
-
|
|
1384
|
+
sv() {
|
|
1387
1385
|
return get_classSimpleName(this);
|
|
1388
1386
|
}
|
|
1389
|
-
|
|
1390
|
-
var state = this.
|
|
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().
|
|
1392
|
+
throw IllegalStateException().o(toString(message));
|
|
1395
1393
|
}
|
|
1396
1394
|
return _get_exceptionOrNull__b3j7js(this, state);
|
|
1397
1395
|
}
|
|
1398
|
-
|
|
1399
|
-
var state = this.
|
|
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().
|
|
1401
|
+
throw IllegalStateException().o(toString(message));
|
|
1404
1402
|
}
|
|
1405
1403
|
if (state instanceof CompletedExceptionally())
|
|
1406
|
-
throw state.
|
|
1404
|
+
throw state.lv_1;
|
|
1407
1405
|
return unboxState(state);
|
|
1408
1406
|
}
|
|
1409
|
-
|
|
1407
|
+
gx($completion) {
|
|
1410
1408
|
$l$loop: while (true) {
|
|
1411
|
-
var state = this.
|
|
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.
|
|
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($).
|
|
1426
|
-
protoOf($).
|
|
1427
|
-
protoOf($).
|
|
1428
|
-
protoOf($).
|
|
1429
|
-
protoOf($).
|
|
1430
|
-
protoOf($).
|
|
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.
|
|
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.
|
|
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.
|
|
1446
|
+
if (parentJob.bx())
|
|
1449
1447
|
return true;
|
|
1450
|
-
var tmp_1 = parentJob.
|
|
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.
|
|
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.
|
|
1469
|
-
this.
|
|
1466
|
+
this.bv(parent);
|
|
1467
|
+
this.n14_1 = handlesExceptionF(this);
|
|
1470
1468
|
}
|
|
1471
|
-
|
|
1469
|
+
ow() {
|
|
1472
1470
|
return true;
|
|
1473
1471
|
}
|
|
1474
|
-
|
|
1475
|
-
return this.
|
|
1472
|
+
bx() {
|
|
1473
|
+
return this.n14_1;
|
|
1476
1474
|
}
|
|
1477
|
-
|
|
1478
|
-
return this.
|
|
1475
|
+
o11() {
|
|
1476
|
+
return this.xw(Unit_instance);
|
|
1479
1477
|
}
|
|
1480
|
-
|
|
1481
|
-
return this.
|
|
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.
|
|
1492
|
+
this.k13_1 = isActive;
|
|
1495
1493
|
}
|
|
1496
|
-
|
|
1497
|
-
return this.
|
|
1494
|
+
gv() {
|
|
1495
|
+
return this.k13_1;
|
|
1498
1496
|
}
|
|
1499
|
-
|
|
1497
|
+
d11() {
|
|
1500
1498
|
return null;
|
|
1501
1499
|
}
|
|
1502
1500
|
toString() {
|
|
1503
|
-
return 'Empty{' + (this.
|
|
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
|
-
|
|
1522
|
+
gv() {
|
|
1525
1523
|
return true;
|
|
1526
1524
|
}
|
|
1527
|
-
|
|
1525
|
+
d11() {
|
|
1528
1526
|
return this;
|
|
1529
1527
|
}
|
|
1530
|
-
|
|
1528
|
+
r14(state) {
|
|
1531
1529
|
// Inline function 'kotlin.text.buildString' call
|
|
1532
1530
|
// Inline function 'kotlin.apply' call
|
|
1533
|
-
var this_0 = StringBuilder().
|
|
1534
|
-
this_0.
|
|
1535
|
-
this_0.
|
|
1536
|
-
this_0.
|
|
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.
|
|
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.
|
|
1547
|
-
this_0.
|
|
1544
|
+
this_0.n1(', ');
|
|
1545
|
+
this_0.t1(node);
|
|
1548
1546
|
}
|
|
1549
|
-
cur = cur.
|
|
1547
|
+
cur = cur.e11_1;
|
|
1550
1548
|
}
|
|
1551
|
-
this_0.
|
|
1549
|
+
this_0.n1(']');
|
|
1552
1550
|
return this_0.toString();
|
|
1553
1551
|
}
|
|
1554
1552
|
toString() {
|
|
1555
|
-
return get_DEBUG() ? this.
|
|
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.
|
|
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.
|
|
1589
|
+
this.j13_1 = list;
|
|
1592
1590
|
}
|
|
1593
|
-
|
|
1594
|
-
return this.
|
|
1591
|
+
d11() {
|
|
1592
|
+
return this.j13_1;
|
|
1595
1593
|
}
|
|
1596
|
-
|
|
1594
|
+
gv() {
|
|
1597
1595
|
return false;
|
|
1598
1596
|
}
|
|
1599
1597
|
toString() {
|
|
1600
|
-
return get_DEBUG() ? 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.
|
|
1612
|
+
this.w14_1 = handler;
|
|
1615
1613
|
}
|
|
1616
|
-
|
|
1614
|
+
x10() {
|
|
1617
1615
|
return false;
|
|
1618
1616
|
}
|
|
1619
|
-
|
|
1620
|
-
return this.
|
|
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.
|
|
1635
|
-
this.
|
|
1632
|
+
this.b15_1 = handler;
|
|
1633
|
+
this.c15_1 = atomic$boolean$1(false);
|
|
1636
1634
|
}
|
|
1637
|
-
|
|
1635
|
+
x10() {
|
|
1638
1636
|
return true;
|
|
1639
1637
|
}
|
|
1640
|
-
|
|
1641
|
-
if (this.
|
|
1642
|
-
this.
|
|
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.
|
|
1654
|
+
this.h15_1 = continuation;
|
|
1657
1655
|
}
|
|
1658
|
-
|
|
1656
|
+
x10() {
|
|
1659
1657
|
return false;
|
|
1660
1658
|
}
|
|
1661
|
-
|
|
1659
|
+
ly(cause) {
|
|
1662
1660
|
// Inline function 'kotlin.coroutines.resume' call
|
|
1663
|
-
var this_0 = this.
|
|
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.
|
|
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.
|
|
1679
|
+
this.u13_1 = childJob;
|
|
1682
1680
|
}
|
|
1683
|
-
|
|
1684
|
-
return this.
|
|
1681
|
+
zv() {
|
|
1682
|
+
return this.c11();
|
|
1685
1683
|
}
|
|
1686
|
-
|
|
1684
|
+
x10() {
|
|
1687
1685
|
return true;
|
|
1688
1686
|
}
|
|
1689
|
-
|
|
1690
|
-
return this.
|
|
1687
|
+
ly(cause) {
|
|
1688
|
+
return this.u13_1.sw(this.c11());
|
|
1691
1689
|
}
|
|
1692
|
-
|
|
1693
|
-
return this.
|
|
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.
|
|
1705
|
+
this.m15_1 = continuation;
|
|
1708
1706
|
}
|
|
1709
|
-
|
|
1707
|
+
x10() {
|
|
1710
1708
|
return false;
|
|
1711
1709
|
}
|
|
1712
|
-
|
|
1713
|
-
var state = this.
|
|
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.
|
|
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.
|
|
1717
|
+
var exception = state.lv_1;
|
|
1720
1718
|
var tmp$ret$1 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
1721
|
-
tmp0.
|
|
1719
|
+
tmp0.wc(tmp$ret$1);
|
|
1722
1720
|
} else {
|
|
1723
|
-
var tmp0_0 = this.
|
|
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.
|
|
1727
|
+
tmp0_0.wc(tmp$ret$3);
|
|
1730
1728
|
}
|
|
1731
1729
|
}
|
|
1732
1730
|
}
|