@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/sync/Mutex.kt","../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/CancellableContinuation.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/sync/src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-NO_OWNER>","Mutex","locked","MutexImpl$CancellableContinuationWithOwner$tryResume$lambda","MutexImpl$CancellableContinuationWithOwner$tryResume$lambda$lambda","MutexImpl$CancellableContinuationWithOwner$resume$lambda","MutexImpl$CancellableContinuationWithOwner$resume$lambda$lambda","holdsLockImpl","owner","curOwner","<generator-lock>","$completion","lockSuspend","cancellable","contWithOwner","e","tryLockImpl","cont","tryResume","value","idempotent","onCancellation","token","resume","<get-isCancelled>","completeResume","invokeOnCancellation","handler","segment","index","resumeUndispatched","<this>","resumeWith","result","<get-context>","MutexImpl$onSelectCancellationUnlockConstructor$lambda$lambda","$owner","MutexImpl$onSelectCancellationUnlockConstructor$lambda$lambda$lambda","MutexImpl$onSelectCancellationUnlockConstructor$lambda","<get-isLocked>","lock","tryLock","unlock","message","toString","<init properties Mutex.kt>"],"mappings":"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"}
|
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
} from '../../../../kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs';
|
|
7
7
|
import {
|
|
8
8
|
findSegmentInternal35lxp6iondi3q as findSegmentInternal,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
_SegmentOrClosed___get_segment__impl__jvcr9l18a2bvgc1qn40 as _SegmentOrClosed___get_segment__impl__jvcr9l,
|
|
10
|
+
_SegmentOrClosed___get_isClosed__impl__qmxmloowq69c0z7uo as _SegmentOrClosed___get_isClosed__impl__qmxmlo,
|
|
11
11
|
Segmentqmq1glevgieu as Segment,
|
|
12
12
|
} from '../internal/ConcurrentLinkedList.mjs';
|
|
13
|
-
import {
|
|
13
|
+
import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
14
14
|
import {
|
|
15
15
|
toString1pkumu07cwy4m as toString,
|
|
16
16
|
hashCodeq5arwsb9dgti as hashCode,
|
|
@@ -70,26 +70,26 @@ function get_SEGMENT_SIZE() {
|
|
|
70
70
|
var SEGMENT_SIZE;
|
|
71
71
|
function decPermits($this) {
|
|
72
72
|
$l$loop: while (true) {
|
|
73
|
-
var p = $this.
|
|
74
|
-
if (p > $this.
|
|
73
|
+
var p = $this.y1i_1.atomicfu$getAndDecrement();
|
|
74
|
+
if (p > $this.t1i_1)
|
|
75
75
|
continue $l$loop;
|
|
76
76
|
return p;
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
function coerceAvailablePermitsAtMaximum($this) {
|
|
80
80
|
$l$loop_0: while (true) {
|
|
81
|
-
var cur = $this.
|
|
82
|
-
if (cur <= $this.
|
|
81
|
+
var cur = $this.y1i_1.kotlinx$atomicfu$value;
|
|
82
|
+
if (cur <= $this.t1i_1)
|
|
83
83
|
break $l$loop_0;
|
|
84
|
-
if ($this.
|
|
84
|
+
if ($this.y1i_1.atomicfu$compareAndSet(cur, $this.t1i_1))
|
|
85
85
|
break $l$loop_0;
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
function addAcquireToQueue($this, waiter) {
|
|
89
|
-
var curTail = $this.
|
|
90
|
-
var enqIdx = $this.
|
|
89
|
+
var curTail = $this.w1i_1.kotlinx$atomicfu$value;
|
|
90
|
+
var enqIdx = $this.x1i_1.atomicfu$getAndIncrement$long();
|
|
91
91
|
var createNewSegment = createSegment$ref();
|
|
92
|
-
var tmp0 = $this.
|
|
92
|
+
var tmp0 = $this.w1i_1;
|
|
93
93
|
// Inline function 'kotlin.Long.div' call
|
|
94
94
|
var other = get_SEGMENT_SIZE();
|
|
95
95
|
var tmp2 = divide(enqIdx, fromInt(other));
|
|
@@ -108,23 +108,23 @@ function addAcquireToQueue($this, waiter) {
|
|
|
108
108
|
// Inline function 'kotlinx.coroutines.internal.moveForward' call
|
|
109
109
|
while (true) {
|
|
110
110
|
var cur = tmp0.kotlinx$atomicfu$value;
|
|
111
|
-
if (cur.
|
|
111
|
+
if (cur.bz_1 >= tmp2_0.bz_1) {
|
|
112
112
|
tmp$ret$1 = true;
|
|
113
113
|
break $l$block_1;
|
|
114
114
|
}
|
|
115
|
-
if (!tmp2_0.
|
|
115
|
+
if (!tmp2_0.h17()) {
|
|
116
116
|
tmp$ret$1 = false;
|
|
117
117
|
break $l$block_1;
|
|
118
118
|
}
|
|
119
119
|
if (tmp0.atomicfu$compareAndSet(cur, tmp2_0)) {
|
|
120
|
-
if (cur.
|
|
121
|
-
cur.
|
|
120
|
+
if (cur.i17()) {
|
|
121
|
+
cur.d7();
|
|
122
122
|
}
|
|
123
123
|
tmp$ret$1 = true;
|
|
124
124
|
break $l$block_1;
|
|
125
125
|
}
|
|
126
|
-
if (tmp2_0.
|
|
127
|
-
tmp2_0.
|
|
126
|
+
if (tmp2_0.i17()) {
|
|
127
|
+
tmp2_0.d7();
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
tmp$ret$1 = Unit_instance;
|
|
@@ -143,25 +143,25 @@ function addAcquireToQueue($this, waiter) {
|
|
|
143
143
|
var tmp$ret$4 = modulo(enqIdx, fromInt(other_0));
|
|
144
144
|
var i = convertToInt(tmp$ret$4);
|
|
145
145
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.cas' call
|
|
146
|
-
if (segment.
|
|
147
|
-
waiter.
|
|
146
|
+
if (segment.l1j_1.atomicfu$get(i).atomicfu$compareAndSet(null, waiter)) {
|
|
147
|
+
waiter.i10(segment, i);
|
|
148
148
|
return true;
|
|
149
149
|
}
|
|
150
150
|
var tmp4 = get_PERMIT();
|
|
151
151
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.cas' call
|
|
152
152
|
var value = get_TAKEN();
|
|
153
|
-
if (segment.
|
|
153
|
+
if (segment.l1j_1.atomicfu$get(i).atomicfu$compareAndSet(tmp4, value)) {
|
|
154
154
|
if (isInterface(waiter, CancellableContinuation())) {
|
|
155
155
|
if (!isInterface(waiter, CancellableContinuation()))
|
|
156
156
|
THROW_CCE();
|
|
157
|
-
waiter.
|
|
157
|
+
waiter.cy(Unit_instance, $this.z1i_1);
|
|
158
158
|
} else {
|
|
159
159
|
if (isInterface(waiter, SelectInstance())) {
|
|
160
|
-
waiter.
|
|
160
|
+
waiter.z1h(Unit_instance);
|
|
161
161
|
} else {
|
|
162
162
|
// Inline function 'kotlin.error' call
|
|
163
163
|
var message = 'unexpected: ' + toString(waiter);
|
|
164
|
-
throw IllegalStateException().
|
|
164
|
+
throw IllegalStateException().o(toString(message));
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
return true;
|
|
@@ -170,13 +170,13 @@ function addAcquireToQueue($this, waiter) {
|
|
|
170
170
|
return false;
|
|
171
171
|
}
|
|
172
172
|
function tryResumeNextFromQueue($this) {
|
|
173
|
-
var curHead = $this.
|
|
174
|
-
var deqIdx = $this.
|
|
173
|
+
var curHead = $this.u1i_1.kotlinx$atomicfu$value;
|
|
174
|
+
var deqIdx = $this.v1i_1.atomicfu$getAndIncrement$long();
|
|
175
175
|
// Inline function 'kotlin.Long.div' call
|
|
176
176
|
var other = get_SEGMENT_SIZE();
|
|
177
177
|
var id = divide(deqIdx, fromInt(other));
|
|
178
178
|
var createNewSegment = createSegment$ref_0();
|
|
179
|
-
var tmp0 = $this.
|
|
179
|
+
var tmp0 = $this.u1i_1;
|
|
180
180
|
var tmp$ret$3;
|
|
181
181
|
$l$block_2: {
|
|
182
182
|
// Inline function 'kotlinx.coroutines.internal.findSegmentAndMoveForward' call
|
|
@@ -192,23 +192,23 @@ function tryResumeNextFromQueue($this) {
|
|
|
192
192
|
// Inline function 'kotlinx.coroutines.internal.moveForward' call
|
|
193
193
|
while (true) {
|
|
194
194
|
var cur = tmp0.kotlinx$atomicfu$value;
|
|
195
|
-
if (cur.
|
|
195
|
+
if (cur.bz_1 >= tmp2.bz_1) {
|
|
196
196
|
tmp$ret$1 = true;
|
|
197
197
|
break $l$block_1;
|
|
198
198
|
}
|
|
199
|
-
if (!tmp2.
|
|
199
|
+
if (!tmp2.h17()) {
|
|
200
200
|
tmp$ret$1 = false;
|
|
201
201
|
break $l$block_1;
|
|
202
202
|
}
|
|
203
203
|
if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
|
|
204
|
-
if (cur.
|
|
205
|
-
cur.
|
|
204
|
+
if (cur.i17()) {
|
|
205
|
+
cur.d7();
|
|
206
206
|
}
|
|
207
207
|
tmp$ret$1 = true;
|
|
208
208
|
break $l$block_1;
|
|
209
209
|
}
|
|
210
|
-
if (tmp2.
|
|
211
|
-
tmp2.
|
|
210
|
+
if (tmp2.i17()) {
|
|
211
|
+
tmp2.d7();
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
tmp$ret$1 = Unit_instance;
|
|
@@ -222,8 +222,8 @@ function tryResumeNextFromQueue($this) {
|
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
var segment = _SegmentOrClosed___get_segment__impl__jvcr9l(tmp$ret$3);
|
|
225
|
-
segment.
|
|
226
|
-
if (segment.
|
|
225
|
+
segment.p17();
|
|
226
|
+
if (segment.bz_1 > id)
|
|
227
227
|
return false;
|
|
228
228
|
// Inline function 'kotlin.Long.rem' call
|
|
229
229
|
var other_0 = get_SEGMENT_SIZE();
|
|
@@ -231,7 +231,7 @@ function tryResumeNextFromQueue($this) {
|
|
|
231
231
|
var i = convertToInt(tmp$ret$4);
|
|
232
232
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.getAndSet' call
|
|
233
233
|
var value = get_PERMIT();
|
|
234
|
-
var cellState = segment.
|
|
234
|
+
var cellState = segment.l1j_1.atomicfu$get(i).atomicfu$getAndSet(value);
|
|
235
235
|
if (cellState === null) {
|
|
236
236
|
// Inline function 'kotlin.repeat' call
|
|
237
237
|
var times = get_MAX_SPIN_CYCLES();
|
|
@@ -241,14 +241,14 @@ function tryResumeNextFromQueue($this) {
|
|
|
241
241
|
var index = inductionVariable;
|
|
242
242
|
inductionVariable = inductionVariable + 1 | 0;
|
|
243
243
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.get' call
|
|
244
|
-
if (segment.
|
|
244
|
+
if (segment.l1j_1.atomicfu$get(i).kotlinx$atomicfu$value === get_TAKEN())
|
|
245
245
|
return true;
|
|
246
246
|
}
|
|
247
247
|
while (inductionVariable < times);
|
|
248
248
|
var tmp4 = get_PERMIT();
|
|
249
249
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.cas' call
|
|
250
250
|
var value_0 = get_BROKEN();
|
|
251
|
-
return !segment.
|
|
251
|
+
return !segment.l1j_1.atomicfu$get(i).atomicfu$compareAndSet(tmp4, value_0);
|
|
252
252
|
} else if (cellState === get_CANCELLED())
|
|
253
253
|
return false;
|
|
254
254
|
else
|
|
@@ -259,10 +259,10 @@ function tryResumeAcquire($this, _this__u8e3s4) {
|
|
|
259
259
|
if (isInterface(_this__u8e3s4, CancellableContinuation())) {
|
|
260
260
|
if (!isInterface(_this__u8e3s4, CancellableContinuation()))
|
|
261
261
|
THROW_CCE();
|
|
262
|
-
var token = _this__u8e3s4.
|
|
262
|
+
var token = _this__u8e3s4.yx(Unit_instance, null, $this.z1i_1);
|
|
263
263
|
var tmp_0;
|
|
264
264
|
if (!(token == null)) {
|
|
265
|
-
_this__u8e3s4.
|
|
265
|
+
_this__u8e3s4.zx(token);
|
|
266
266
|
tmp_0 = true;
|
|
267
267
|
} else {
|
|
268
268
|
tmp_0 = false;
|
|
@@ -270,17 +270,17 @@ function tryResumeAcquire($this, _this__u8e3s4) {
|
|
|
270
270
|
tmp = tmp_0;
|
|
271
271
|
} else {
|
|
272
272
|
if (isInterface(_this__u8e3s4, SelectInstance())) {
|
|
273
|
-
tmp = _this__u8e3s4.
|
|
273
|
+
tmp = _this__u8e3s4.f18($this, Unit_instance);
|
|
274
274
|
} else {
|
|
275
275
|
var message = 'unexpected: ' + toString(_this__u8e3s4);
|
|
276
|
-
throw IllegalStateException().
|
|
276
|
+
throw IllegalStateException().o(toString(message));
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
return tmp;
|
|
280
280
|
}
|
|
281
281
|
function SemaphoreAndMutexImpl$onCancellationRelease$lambda(this$0) {
|
|
282
282
|
return (_unused_var__etf5q3, _unused_var__etf5q3_0, _unused_var__etf5q3_1) => {
|
|
283
|
-
this$0.
|
|
283
|
+
this$0.g1j();
|
|
284
284
|
return Unit_instance;
|
|
285
285
|
};
|
|
286
286
|
}
|
|
@@ -299,41 +299,41 @@ function SemaphoreAndMutexImpl() {
|
|
|
299
299
|
if (SemaphoreAndMutexImplClass === VOID) {
|
|
300
300
|
class $ {
|
|
301
301
|
constructor(permits, acquiredPermits) {
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
304
|
-
this.
|
|
302
|
+
this.t1i_1 = permits;
|
|
303
|
+
this.v1i_1 = atomic$long$1(0n);
|
|
304
|
+
this.x1i_1 = atomic$long$1(0n);
|
|
305
305
|
// Inline function 'kotlin.require' call
|
|
306
|
-
if (!(this.
|
|
307
|
-
var message = 'Semaphore should have at least 1 permit, but had ' + this.
|
|
308
|
-
throw IllegalArgumentException().
|
|
306
|
+
if (!(this.t1i_1 > 0)) {
|
|
307
|
+
var message = 'Semaphore should have at least 1 permit, but had ' + this.t1i_1;
|
|
308
|
+
throw IllegalArgumentException().t2(toString(message));
|
|
309
309
|
}
|
|
310
310
|
// Inline function 'kotlin.require' call
|
|
311
|
-
if (!(0 <= acquiredPermits ? acquiredPermits <= this.
|
|
312
|
-
var message_0 = 'The number of acquired permits should be in 0..' + this.
|
|
313
|
-
throw IllegalArgumentException().
|
|
311
|
+
if (!(0 <= acquiredPermits ? acquiredPermits <= this.t1i_1 : false)) {
|
|
312
|
+
var message_0 = 'The number of acquired permits should be in 0..' + this.t1i_1;
|
|
313
|
+
throw IllegalArgumentException().t2(toString(message_0));
|
|
314
314
|
}
|
|
315
315
|
var s = new (SemaphoreSegment())(0n, null, 2);
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
318
|
-
this.
|
|
316
|
+
this.u1i_1 = atomic$ref$1(s);
|
|
317
|
+
this.w1i_1 = atomic$ref$1(s);
|
|
318
|
+
this.y1i_1 = atomic$int$1(this.t1i_1 - acquiredPermits | 0);
|
|
319
319
|
var tmp = this;
|
|
320
|
-
tmp.
|
|
320
|
+
tmp.z1i_1 = SemaphoreAndMutexImpl$onCancellationRelease$lambda(this);
|
|
321
321
|
}
|
|
322
|
-
|
|
322
|
+
e1j() {
|
|
323
323
|
// Inline function 'kotlin.math.max' call
|
|
324
|
-
var a = this.
|
|
324
|
+
var a = this.y1i_1.kotlinx$atomicfu$value;
|
|
325
325
|
return Math.max(a, 0);
|
|
326
326
|
}
|
|
327
|
-
|
|
327
|
+
a1j() {
|
|
328
328
|
$l$loop: while (true) {
|
|
329
|
-
var p = this.
|
|
330
|
-
if (p > this.
|
|
329
|
+
var p = this.y1i_1.kotlinx$atomicfu$value;
|
|
330
|
+
if (p > this.t1i_1) {
|
|
331
331
|
coerceAvailablePermitsAtMaximum(this);
|
|
332
332
|
continue $l$loop;
|
|
333
333
|
}
|
|
334
334
|
if (p <= 0)
|
|
335
335
|
return false;
|
|
336
|
-
if (this.
|
|
336
|
+
if (this.y1i_1.atomicfu$compareAndSet(p, p - 1 | 0))
|
|
337
337
|
return true;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
@@ -344,7 +344,7 @@ function SemaphoreAndMutexImpl() {
|
|
|
344
344
|
while (true) {
|
|
345
345
|
var p = decPermits(this);
|
|
346
346
|
if (p > 0) {
|
|
347
|
-
waiter.
|
|
347
|
+
waiter.cy(Unit_instance, this.z1i_1);
|
|
348
348
|
tmp$ret$1 = Unit_instance;
|
|
349
349
|
break $l$block_0;
|
|
350
350
|
}
|
|
@@ -357,14 +357,14 @@ function SemaphoreAndMutexImpl() {
|
|
|
357
357
|
}
|
|
358
358
|
return tmp$ret$1;
|
|
359
359
|
}
|
|
360
|
-
|
|
360
|
+
g1j() {
|
|
361
361
|
while (true) {
|
|
362
|
-
var p = this.
|
|
363
|
-
if (p >= this.
|
|
362
|
+
var p = this.y1i_1.atomicfu$getAndIncrement();
|
|
363
|
+
if (p >= this.t1i_1) {
|
|
364
364
|
coerceAvailablePermitsAtMaximum(this);
|
|
365
365
|
// Inline function 'kotlin.error' call
|
|
366
|
-
var message = 'The number of released permits cannot be greater than ' + this.
|
|
367
|
-
throw IllegalStateException().
|
|
366
|
+
var message = 'The number of released permits cannot be greater than ' + this.t1i_1;
|
|
367
|
+
throw IllegalStateException().o(toString(message));
|
|
368
368
|
}
|
|
369
369
|
if (p >= 0)
|
|
370
370
|
return Unit_instance;
|
|
@@ -384,19 +384,19 @@ function SemaphoreSegment() {
|
|
|
384
384
|
class $ extends Segment() {
|
|
385
385
|
constructor(id, prev, pointers) {
|
|
386
386
|
super(id, prev, pointers);
|
|
387
|
-
this.
|
|
387
|
+
this.l1j_1 = atomicfu$AtomicRefArray$ofNulls(get_SEGMENT_SIZE());
|
|
388
388
|
}
|
|
389
|
-
|
|
389
|
+
i16() {
|
|
390
390
|
return get_SEGMENT_SIZE();
|
|
391
391
|
}
|
|
392
|
-
|
|
392
|
+
dz(index, cause, context) {
|
|
393
393
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.set' call
|
|
394
394
|
var value = get_CANCELLED();
|
|
395
|
-
this.
|
|
396
|
-
this.
|
|
395
|
+
this.l1j_1.atomicfu$get(index).kotlinx$atomicfu$value = value;
|
|
396
|
+
this.f17();
|
|
397
397
|
}
|
|
398
398
|
toString() {
|
|
399
|
-
return 'SemaphoreSegment[id=' + this.
|
|
399
|
+
return 'SemaphoreSegment[id=' + this.bz_1.toString() + ', hashCode=' + hashCode(this) + ']';
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
402
|
initMetadataForClass($, 'SemaphoreSegment');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/sync/Semaphore.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/sync/js/builtins/Primitives.kt","../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/internal/ConcurrentLinkedList.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/sync/src/kotlin/util/Preconditions.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/sync/src/kotlin/util/Standard.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/sync/js/src/kotlin/math.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-MAX_SPIN_CYCLES>","<get-PERMIT>","<get-TAKEN>","<get-BROKEN>","<get-CANCELLED>","<get-SEGMENT_SIZE>","decPermits","p","coerceAvailablePermitsAtMaximum","cur","addAcquireToQueue","waiter","curTail","enqIdx","createNewSegment","s","segment","i","tryResumeNextFromQueue","curHead","deqIdx","id","cellState","index","tryResumeAcquire","<this>","token","SemaphoreAndMutexImpl$onCancellationRelease$lambda","SemaphoreAndMutexImpl$onCancellationRelease$lambda$lambda","createSegment$ref","createSegment$ref$lambda","permits","acquiredPermits","message","<get-availablePermits>","tryAcquire","acquire","release","prev","pointers","<get-numberOfSlots>","onCancellation","cause","context","toString","createSegment","<init properties Semaphore.kt>"],"mappings":"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"}
|
|
@@ -15,15 +15,15 @@ import {
|
|
|
15
15
|
} from '../../../../kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs';
|
|
16
16
|
import { getKClassFromExpression348iqjl4fnx2f as getKClassFromExpression } from '../../../../kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs';
|
|
17
17
|
import { THROW_CCE2g6jy02ryeudk as THROW_CCE } from '../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
18
|
-
import {
|
|
18
|
+
import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
19
19
|
import { IndexOutOfBoundsException1qfr429iumro0 as IndexOutOfBoundsException } from '../../../../kotlin-kotlin-stdlib/kotlin/exceptions.mjs';
|
|
20
20
|
import {
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
_UByte___init__impl__g9hnc418b8pq346rvu4 as _UByte___init__impl__g9hnc4,
|
|
22
|
+
_UByte___get_data__impl__jof9qrfg5oujomrowy as _UByte___get_data__impl__jof9qr,
|
|
23
23
|
} from '../../../../kotlin-kotlin-stdlib/kotlin/UByte.mjs';
|
|
24
24
|
import { compareTo3ankvs086tmwq as compareTo } from '../../../../kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs';
|
|
25
25
|
import { StringBuildermazzzhj6kkai as StringBuilder } from '../../../../kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs';
|
|
26
|
-
import {
|
|
26
|
+
import { _Char___init__impl__6a9atx1csff5kwtduxl as _Char___init__impl__6a9atx } from '../../../../kotlin-kotlin-stdlib/kotlin/Char.mjs';
|
|
27
27
|
import { Comparable198qfk8pnblz0 as Comparable } from '../../../../kotlin-kotlin-stdlib/kotlin/Comparable.mjs';
|
|
28
28
|
//region block: imports
|
|
29
29
|
var imul = Math.imul;
|
|
@@ -36,11 +36,11 @@ function Companion() {
|
|
|
36
36
|
class $ {
|
|
37
37
|
constructor() {
|
|
38
38
|
Companion_instance = this;
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
39
|
+
this.b27_1 = ByteString().f27(new Int8Array(0), null);
|
|
40
|
+
this.c27_1 = toCharArray('0123456789abcdef');
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
return ByteString().
|
|
42
|
+
g27(byteArray) {
|
|
43
|
+
return ByteString().f27(byteArray, null);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
initMetadataForCompanion($);
|
|
@@ -58,21 +58,21 @@ var ByteStringClass;
|
|
|
58
58
|
function ByteString() {
|
|
59
59
|
if (ByteStringClass === VOID) {
|
|
60
60
|
class $ {
|
|
61
|
-
static
|
|
61
|
+
static f27(data, dummy) {
|
|
62
62
|
Companion_getInstance();
|
|
63
63
|
var $this = createThis(this);
|
|
64
|
-
$this.
|
|
65
|
-
$this.
|
|
64
|
+
$this.d27_1 = data;
|
|
65
|
+
$this.e27_1 = 0;
|
|
66
66
|
return $this;
|
|
67
67
|
}
|
|
68
|
-
static
|
|
68
|
+
static h27(data, startIndex, endIndex) {
|
|
69
69
|
Companion_getInstance();
|
|
70
70
|
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
71
71
|
endIndex = endIndex === VOID ? data.length : endIndex;
|
|
72
|
-
return this.
|
|
72
|
+
return this.f27(copyOfRange(data, startIndex, endIndex), null);
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
return this.
|
|
74
|
+
u2() {
|
|
75
|
+
return this.d27_1.length;
|
|
76
76
|
}
|
|
77
77
|
equals(other) {
|
|
78
78
|
if (this === other)
|
|
@@ -81,47 +81,47 @@ function ByteString() {
|
|
|
81
81
|
return false;
|
|
82
82
|
if (!(other instanceof ByteString()))
|
|
83
83
|
THROW_CCE();
|
|
84
|
-
if (!(other.
|
|
84
|
+
if (!(other.d27_1.length === this.d27_1.length))
|
|
85
85
|
return false;
|
|
86
|
-
if (!(other.
|
|
86
|
+
if (!(other.e27_1 === 0) && !(this.e27_1 === 0) && !(other.e27_1 === this.e27_1))
|
|
87
87
|
return false;
|
|
88
|
-
return contentEquals(this.
|
|
88
|
+
return contentEquals(this.d27_1, other.d27_1);
|
|
89
89
|
}
|
|
90
90
|
hashCode() {
|
|
91
|
-
var hc = this.
|
|
91
|
+
var hc = this.e27_1;
|
|
92
92
|
if (hc === 0) {
|
|
93
|
-
hc = contentHashCode(this.
|
|
94
|
-
this.
|
|
93
|
+
hc = contentHashCode(this.d27_1);
|
|
94
|
+
this.e27_1 = hc;
|
|
95
95
|
}
|
|
96
96
|
return hc;
|
|
97
97
|
}
|
|
98
|
-
|
|
99
|
-
if (index < 0 || index >= this.
|
|
100
|
-
throw IndexOutOfBoundsException().
|
|
101
|
-
return this.
|
|
98
|
+
v2(index) {
|
|
99
|
+
if (index < 0 || index >= this.u2())
|
|
100
|
+
throw IndexOutOfBoundsException().ne('index (' + index + ') is out of byte string bounds: [0..' + this.u2() + ')');
|
|
101
|
+
return this.d27_1[index];
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
i27(startIndex, endIndex) {
|
|
104
104
|
var tmp;
|
|
105
105
|
if (startIndex === endIndex) {
|
|
106
|
-
tmp = Companion_getInstance().
|
|
106
|
+
tmp = Companion_getInstance().b27_1;
|
|
107
107
|
} else {
|
|
108
|
-
tmp = ByteString().
|
|
108
|
+
tmp = ByteString().h27(this.d27_1, startIndex, endIndex);
|
|
109
109
|
}
|
|
110
110
|
return tmp;
|
|
111
111
|
}
|
|
112
|
-
|
|
113
|
-
endIndex = endIndex === VOID ? this.
|
|
114
|
-
return $super === VOID ? this.
|
|
112
|
+
j27(startIndex, endIndex, $super) {
|
|
113
|
+
endIndex = endIndex === VOID ? this.u2() : endIndex;
|
|
114
|
+
return $super === VOID ? this.i27(startIndex, endIndex) : $super.i27.call(this, startIndex, endIndex);
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
k27(other) {
|
|
117
117
|
if (other === this)
|
|
118
118
|
return 0;
|
|
119
|
-
var localData = this.
|
|
120
|
-
var otherData = other.
|
|
119
|
+
var localData = this.d27_1;
|
|
120
|
+
var otherData = other.d27_1;
|
|
121
121
|
var inductionVariable = 0;
|
|
122
|
-
var tmp0 = this.
|
|
122
|
+
var tmp0 = this.u2();
|
|
123
123
|
// Inline function 'kotlin.math.min' call
|
|
124
|
-
var b = other.
|
|
124
|
+
var b = other.u2();
|
|
125
125
|
var last = Math.min(tmp0, b);
|
|
126
126
|
if (inductionVariable < last)
|
|
127
127
|
do {
|
|
@@ -143,38 +143,38 @@ function ByteString() {
|
|
|
143
143
|
return cmp;
|
|
144
144
|
}
|
|
145
145
|
while (inductionVariable < last);
|
|
146
|
-
return compareTo(this.
|
|
146
|
+
return compareTo(this.u2(), other.u2());
|
|
147
147
|
}
|
|
148
148
|
d(other) {
|
|
149
|
-
return this.
|
|
149
|
+
return this.k27(other instanceof ByteString() ? other : THROW_CCE());
|
|
150
150
|
}
|
|
151
151
|
toString() {
|
|
152
152
|
if (isEmpty(this)) {
|
|
153
153
|
return 'ByteString(size=0)';
|
|
154
154
|
}
|
|
155
|
-
var sizeStr = this.
|
|
156
|
-
var len = (22 + sizeStr.length | 0) + imul(this.
|
|
155
|
+
var sizeStr = this.u2().toString();
|
|
156
|
+
var len = (22 + sizeStr.length | 0) + imul(this.u2(), 2) | 0;
|
|
157
157
|
// Inline function 'kotlin.with' call
|
|
158
|
-
var $this$with = StringBuilder().
|
|
159
|
-
$this$with.
|
|
160
|
-
$this$with.
|
|
161
|
-
$this$with.
|
|
162
|
-
var localData = this.
|
|
158
|
+
var $this$with = StringBuilder().nc(len);
|
|
159
|
+
$this$with.n1('ByteString(size=');
|
|
160
|
+
$this$with.n1(sizeStr);
|
|
161
|
+
$this$with.n1(' hex=');
|
|
162
|
+
var localData = this.d27_1;
|
|
163
163
|
var inductionVariable = 0;
|
|
164
|
-
var last = this.
|
|
164
|
+
var last = this.u2();
|
|
165
165
|
if (inductionVariable < last)
|
|
166
166
|
do {
|
|
167
167
|
var i = inductionVariable;
|
|
168
168
|
inductionVariable = inductionVariable + 1 | 0;
|
|
169
169
|
var b = localData[i];
|
|
170
|
-
$this$with.
|
|
171
|
-
$this$with.
|
|
170
|
+
$this$with.p1(Companion_getInstance().c27_1[(b >>> 4 | 0) & 15]);
|
|
171
|
+
$this$with.p1(Companion_getInstance().c27_1[b & 15]);
|
|
172
172
|
}
|
|
173
173
|
while (inductionVariable < last);
|
|
174
|
-
return $this$with.
|
|
174
|
+
return $this$with.p1(_Char___init__impl__6a9atx(41)).toString();
|
|
175
175
|
}
|
|
176
|
-
|
|
177
|
-
return this.
|
|
176
|
+
l27() {
|
|
177
|
+
return this.d27_1;
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
180
|
initMetadataForClass($, 'ByteString', VOID, VOID, [Comparable()]);
|
|
@@ -186,21 +186,21 @@ function ByteString_0(bytes) {
|
|
|
186
186
|
var tmp;
|
|
187
187
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
188
188
|
if (bytes.length === 0) {
|
|
189
|
-
tmp = Companion_getInstance().
|
|
189
|
+
tmp = Companion_getInstance().b27_1;
|
|
190
190
|
} else {
|
|
191
|
-
tmp = Companion_getInstance().
|
|
191
|
+
tmp = Companion_getInstance().g27(bytes);
|
|
192
192
|
}
|
|
193
193
|
return tmp;
|
|
194
194
|
}
|
|
195
195
|
function decodeToString_0(_this__u8e3s4) {
|
|
196
|
-
return decodeToString(_this__u8e3s4.
|
|
196
|
+
return decodeToString(_this__u8e3s4.l27());
|
|
197
197
|
}
|
|
198
198
|
function isEmpty(_this__u8e3s4) {
|
|
199
|
-
return _this__u8e3s4.
|
|
199
|
+
return _this__u8e3s4.u2() === 0;
|
|
200
200
|
}
|
|
201
201
|
//region block: exports
|
|
202
202
|
export {
|
|
203
|
-
Companion_getInstance as
|
|
203
|
+
Companion_getInstance as Companion_getInstance1n5a3xz7n277t,
|
|
204
204
|
ByteString_0 as ByteString3c9fk8lsh3lvs,
|
|
205
205
|
ByteString as ByteString10sanmoo66key,
|
|
206
206
|
decodeToString_0 as decodeToString2ede220pr5xir,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/22e3a7db6b861ba7/bytestring/common/src/ByteString.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/js/src/kotlin/math.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsigned/src/kotlin/UByte.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/common/src/generated/_Arrays.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["wrap","byteArray","data","dummy","startIndex","endIndex","<get-size>","equals","other","hashCode","hc","get","index","substring","substring$default","compareTo","localData","otherData","i","cmp","toString","sizeStr","len","b","getBackingArrayReference","ByteString","bytes","decodeToString","<this>","isEmpty"],"mappings":"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"}
|