@attocash/commons-js 6.0.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 +56 -29
- 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 +621 -874
- 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 +59 -53
- 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 +28 -28
- 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 +10 -6
- 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 +79 -79
- 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 +17 -17
- 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 +24 -24
- 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
|
@@ -10,9 +10,9 @@ import {
|
|
|
10
10
|
CharProgressionIterator34nq4ujuknl08 as CharProgressionIterator,
|
|
11
11
|
} from './ProgressionIterators.mjs';
|
|
12
12
|
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Char__toInt_impl_vasixd3jl92hthlhyn7 as Char__toInt_impl_vasixd,
|
|
14
|
+
Char__compareTo_impl_ypi4mb3frsmupst9pih as Char__compareTo_impl_ypi4mb,
|
|
15
|
+
toString3dhdjl9yf50de as toString,
|
|
16
16
|
} from '../Char.mjs';
|
|
17
17
|
import { numberToChar93r9buh19yek as numberToChar } from '../js/numberConversion.mjs';
|
|
18
18
|
//region block: imports
|
|
@@ -24,7 +24,7 @@ var CompanionClass;
|
|
|
24
24
|
function Companion() {
|
|
25
25
|
if (CompanionClass === VOID) {
|
|
26
26
|
class $ {
|
|
27
|
-
|
|
27
|
+
i3(rangeStart, rangeEnd, step) {
|
|
28
28
|
return new (IntProgression())(rangeStart, rangeEnd, step);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -43,33 +43,33 @@ function IntProgression() {
|
|
|
43
43
|
class $ {
|
|
44
44
|
constructor(start, endInclusive, step) {
|
|
45
45
|
if (step === 0)
|
|
46
|
-
throw IllegalArgumentException().
|
|
46
|
+
throw IllegalArgumentException().t2('Step must be non-zero.');
|
|
47
47
|
if (step === -2147483648)
|
|
48
|
-
throw IllegalArgumentException().
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
48
|
+
throw IllegalArgumentException().t2('Step must be greater than Int.MIN_VALUE to avoid overflow on negation.');
|
|
49
|
+
this.j3_1 = start;
|
|
50
|
+
this.k3_1 = getProgressionLastElement(start, endInclusive, step);
|
|
51
|
+
this.l3_1 = step;
|
|
52
52
|
}
|
|
53
|
-
|
|
54
|
-
return new (IntProgressionIterator())(this.
|
|
53
|
+
q1() {
|
|
54
|
+
return new (IntProgressionIterator())(this.j3_1, this.k3_1, this.l3_1);
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
return this.
|
|
56
|
+
o1() {
|
|
57
|
+
return this.l3_1 > 0 ? this.j3_1 > this.k3_1 : this.j3_1 < this.k3_1;
|
|
58
58
|
}
|
|
59
59
|
equals(other) {
|
|
60
60
|
var tmp;
|
|
61
61
|
if (other instanceof IntProgression()) {
|
|
62
|
-
tmp = this.
|
|
62
|
+
tmp = this.o1() && other.o1() || (this.j3_1 === other.j3_1 && this.k3_1 === other.k3_1 && this.l3_1 === other.l3_1);
|
|
63
63
|
} else {
|
|
64
64
|
tmp = false;
|
|
65
65
|
}
|
|
66
66
|
return tmp;
|
|
67
67
|
}
|
|
68
68
|
hashCode() {
|
|
69
|
-
return this.
|
|
69
|
+
return this.o1() ? -1 : imul(31, imul(31, this.j3_1) + this.k3_1 | 0) + this.l3_1 | 0;
|
|
70
70
|
}
|
|
71
71
|
toString() {
|
|
72
|
-
return this.
|
|
72
|
+
return this.l3_1 > 0 ? '' + this.j3_1 + '..' + this.k3_1 + ' step ' + this.l3_1 : '' + this.j3_1 + ' downTo ' + this.k3_1 + ' step ' + (-this.l3_1 | 0);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
initMetadataForClass($, 'IntProgression');
|
|
@@ -96,28 +96,28 @@ function CharProgression() {
|
|
|
96
96
|
class $ {
|
|
97
97
|
constructor(start, endInclusive, step) {
|
|
98
98
|
if (step === 0)
|
|
99
|
-
throw IllegalArgumentException().
|
|
99
|
+
throw IllegalArgumentException().t2('Step must be non-zero.');
|
|
100
100
|
if (step === -2147483648)
|
|
101
|
-
throw IllegalArgumentException().
|
|
102
|
-
this.
|
|
101
|
+
throw IllegalArgumentException().t2('Step must be greater than Int.MIN_VALUE to avoid overflow on negation.');
|
|
102
|
+
this.vm_1 = start;
|
|
103
103
|
var tmp = this;
|
|
104
104
|
// Inline function 'kotlin.code' call
|
|
105
105
|
var tmp_0 = Char__toInt_impl_vasixd(start);
|
|
106
106
|
// Inline function 'kotlin.code' call
|
|
107
107
|
var tmp$ret$1 = Char__toInt_impl_vasixd(endInclusive);
|
|
108
|
-
tmp.
|
|
109
|
-
this.
|
|
108
|
+
tmp.wm_1 = numberToChar(getProgressionLastElement(tmp_0, tmp$ret$1, step));
|
|
109
|
+
this.xm_1 = step;
|
|
110
110
|
}
|
|
111
|
-
|
|
112
|
-
return new (CharProgressionIterator())(this.
|
|
111
|
+
q1() {
|
|
112
|
+
return new (CharProgressionIterator())(this.vm_1, this.wm_1, this.xm_1);
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
return this.
|
|
114
|
+
o1() {
|
|
115
|
+
return this.xm_1 > 0 ? Char__compareTo_impl_ypi4mb(this.vm_1, this.wm_1) > 0 : Char__compareTo_impl_ypi4mb(this.vm_1, this.wm_1) < 0;
|
|
116
116
|
}
|
|
117
117
|
equals(other) {
|
|
118
118
|
var tmp;
|
|
119
119
|
if (other instanceof CharProgression()) {
|
|
120
|
-
tmp = this.
|
|
120
|
+
tmp = this.o1() && other.o1() || (this.vm_1 === other.vm_1 && this.wm_1 === other.wm_1 && this.xm_1 === other.xm_1);
|
|
121
121
|
} else {
|
|
122
122
|
tmp = false;
|
|
123
123
|
}
|
|
@@ -125,22 +125,22 @@ function CharProgression() {
|
|
|
125
125
|
}
|
|
126
126
|
hashCode() {
|
|
127
127
|
var tmp;
|
|
128
|
-
if (this.
|
|
128
|
+
if (this.o1()) {
|
|
129
129
|
tmp = -1;
|
|
130
130
|
} else {
|
|
131
131
|
// Inline function 'kotlin.code' call
|
|
132
|
-
var this_0 = this.
|
|
132
|
+
var this_0 = this.vm_1;
|
|
133
133
|
var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
|
|
134
134
|
var tmp_0 = imul(31, tmp$ret$0);
|
|
135
135
|
// Inline function 'kotlin.code' call
|
|
136
|
-
var this_1 = this.
|
|
136
|
+
var this_1 = this.wm_1;
|
|
137
137
|
var tmp$ret$1 = Char__toInt_impl_vasixd(this_1);
|
|
138
|
-
tmp = imul(31, tmp_0 + tmp$ret$1 | 0) + this.
|
|
138
|
+
tmp = imul(31, tmp_0 + tmp$ret$1 | 0) + this.xm_1 | 0;
|
|
139
139
|
}
|
|
140
140
|
return tmp;
|
|
141
141
|
}
|
|
142
142
|
toString() {
|
|
143
|
-
return this.
|
|
143
|
+
return this.xm_1 > 0 ? toString(this.vm_1) + '..' + toString(this.wm_1) + ' step ' + this.xm_1 : toString(this.vm_1) + ' downTo ' + toString(this.wm_1) + ' step ' + (-this.xm_1 | 0);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
initMetadataForClass($, 'CharProgression');
|
|
@@ -154,7 +154,7 @@ Companion_instance_0 = new (Companion_0())();
|
|
|
154
154
|
//endregion
|
|
155
155
|
//region block: exports
|
|
156
156
|
export {
|
|
157
|
-
Companion_instance as
|
|
157
|
+
Companion_instance as Companion_instancern8rzmk6pk4a,
|
|
158
158
|
CharProgression as CharProgression45cqq4g7w3uj,
|
|
159
159
|
IntProgression as IntProgressionfaq59u1bhfih,
|
|
160
160
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/kotlin/ranges/Progressions.kt","src/kotlin/CharCode.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["fromClosedRange","rangeStart","rangeEnd","step","start","endInclusive","iterator","isEmpty","equals","other","hashCode","toString"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;QAqIeA,CAAoBC,U,EAAiBC,Q,EAAeC,IAApDH,EAAiF;A,QAA0C,8BAA3B,UAA2B,EAAf,QAAe,EAAL,IAAK,C;MAAD,C;;;;;;;;;;;;;;;kBApD7HI,K,EACAC,Y,EACAF,I;QAGA,aAAQ,CAAR,C;UAAW,oCAAsC,wBAAtC,C;QACX,aAAY,WAAZ,C;UAAuB,oCAAsC,wEAAtC,C;QAMP,iB;QAKD,sCAA0B,KAA1B,EAAiC,YAAjC,EAA+C,IAA/C,C;QAKA,gB;;QAEdG,CAAAA,EAA8B;A,QAAyC,sCAAlB,IAAkB,CAAlB,IAAkB,EAAX,IAAW,CAAX,IAAW,EAAL,IAAK,CAAL,IAAK,C;MAAD,C;
|
|
1
|
+
{"version":3,"sources":["../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/src/kotlin/ranges/Progressions.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/src/kotlin/CharCode.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["fromClosedRange","rangeStart","rangeEnd","step","start","endInclusive","iterator","isEmpty","equals","other","hashCode","toString"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;QAqIeA,CAAoBC,U,EAAiBC,Q,EAAeC,IAApDH,EAAiF;A,QAA0C,8BAA3B,UAA2B,EAAf,QAAe,EAAL,IAAK,C;MAAD,C;;;;;;;;;;;;;;;kBApD7HI,K,EACAC,Y,EACAF,I;QAGA,aAAQ,CAAR,C;UAAW,oCAAsC,wBAAtC,C;QACX,aAAY,WAAZ,C;UAAuB,oCAAsC,wEAAtC,C;QAMP,iB;QAKD,sCAA0B,KAA1B,EAAiC,YAAjC,EAA+C,IAA/C,C;QAKA,gB;;QAEdG,CAAAA,EAA8B;A,QAAyC,sCAAlB,IAAkB,CAAlB,IAAkB,EAAX,IAAW,CAAX,IAAW,EAAL,IAAK,CAAL,IAAK,C;MAAD,C;QAQnEC,CAAAA,EAAyB;A,QAA4C,OAAxC,YAAO,CAAP,GAAU,YAAQ,IAAR,CAAQ,IAAlB,GAA4B,YAAQ,IAAR,CAAQ,I;MAAG,C;YAEvEC,CAAWC,KAAXD,EACL;A;QAAA,sC;gBAA4B,S,IAAa,KAAM,K,KAC/C,cAAS,KAAT,CAAe,I,IAAS,cAAQ,KAAR,CAAc,I,IAAQ,cAAQ,KAAR,CAAc,I;;gBADhC,K;;QACqC,U;MAAD,C;cAE3DE,CAAAA,EACL;A,QAAwD,OAApD,YAAW,EAAX,GAAoB,SAAM,SAAK,IAAL,CAAK,IAAL,IAAa,IAAb,CAAa,IAAnB,QAA2B,IAA3B,CAA2B,IAA/C,I;MAAmD,C;cAElDC,CAAAA,EAAyB;A,QAAiF,OAA7E,YAAO,CAAP,QAAY,IAAZ,CAAY,IAAZ,GAAiB,IAAjB,GAAoB,IAApB,CAAoB,IAApB,GAAwB,QAAxB,GAA+B,IAA/B,CAA+B,IAA/B,QAA4C,IAA5C,CAA4C,IAA5C,GAAiD,UAAjD,GAA0D,IAA1D,CAA0D,IAA1D,GAA8D,QAA9D,IAAsE,CAAC,IAAD,CAAC,IAAvE,K;MAA4E,C;;;;;;;;;;;;;;;;;;;;;;;;kBAvG1GP,K,EACAC,Y,EACAF,I;QAGA,aAAQ,CAAR,C;UAAW,oCAAsC,wBAAtC,C;QACX,aAAY,WAAZ,C;UAAuB,oCAAsC,wEAAtC,C;QAMN,iB;kBAK8D,I;;oBCS7C,wBDTQ,KCSR,C;;YAAO,YAAP,wBDToB,YCSpB,C;QDT6C,wBAA/D,iCAAmD,SAAnD,EAAyD,IAAzD,CAA+D,C;QAKhE,gB;;QAEdG,CAAAA,EAA+B;A,QAA0C,uCAAlB,IAAkB,CAAlB,IAAkB,EAAX,IAAW,CAAX,IAAW,EAAL,IAAK,CAAL,IAAK,C;MAAD,C;QAQrEC,CAAAA,EAAyB;A,QAA4C,OAAxC,YAAO,CAAP,GAAU,uCAAQ,IAAR,CAAQ,IAAR,KAAV,GAA4B,uCAAQ,IAAR,CAAQ,IAAR,K;MAAW,C;YAEvEC,CAAWC,KAAXD,EACL;A;QAAA,uC;gBAA6B,S,IAAa,KAAM,K,KAChD,cAAS,KAAT,CAAe,I,IAAS,cAAQ,KAAR,CAAc,I,IAAQ,cAAQ,KAAR,CAAc,I;;gBAD/B,K;;QACoC,U;MAAD,C;cAE3DE,CAAAA,EACL;A;QAAI,c;gBAAW,E;;;uBAAoB,I,CAAA,I;cCbU,YAAP,wBAAL,MAAK,C;sBDaR,SAAW,SAAX,C;;uBAAkB,I,CAAA,I;cCbH,YAAP,wBAAL,MAAK,C;gBDad,SAAM,QAAuB,SAA7B,QAAqC,IAArC,CAAqC,I;;QAAK,U;MAAD,C;cAE5DC,CAAAA,EAAyB;A,QAAiF,OAA7E,YAAO,CAAP,YAAY,IAAZ,CAAY,IAAZ,IAAiB,IAAjB,YAAoB,IAApB,CAAoB,IAApB,IAAwB,QAAxB,GAA+B,IAA/B,CAA+B,IAA/B,YAA4C,IAA5C,CAA4C,IAA5C,IAAiD,UAAjD,YAA0D,IAA1D,CAA0D,IAA1D,IAA8D,QAA9D,IAAsE,CAAC,IAAD,CAAC,IAAvE,K;MAA4E,C;;;;;;;;;;;;;;;"}
|
|
@@ -6,7 +6,7 @@ import { VOID3gxj6tk5isa35 as VOID } from '../js/void.mjs';
|
|
|
6
6
|
//region block: pre-declaration
|
|
7
7
|
//endregion
|
|
8
8
|
function contains(value) {
|
|
9
|
-
return compareTo(value, this.
|
|
9
|
+
return compareTo(value, this.b2()) >= 0 && compareTo(value, this.c2()) <= 0;
|
|
10
10
|
}
|
|
11
11
|
var ClosedRangeClass;
|
|
12
12
|
function ClosedRange() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/kotlin/ranges/Range.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["contains","value"],"mappings":";;;;;;;iBA+BoBA,CAAaC,KAAbD,EAAkC;A,EAAuC,OAAvC,iBAAS,
|
|
1
|
+
{"version":3,"sources":["../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/src/kotlin/ranges/Range.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["contains","value"],"mappings":";;;;;;;iBA+BoBA,CAAaC,KAAbD,EAAkC;A,EAAuC,OAAvC,iBAAS,SAAT,MAAuC,IAArB,iBAAS,SAAT,M;AAAoB,C;;;;;;;;;;;;;;"}
|
|
@@ -6,7 +6,7 @@ import { toString1pkumu07cwy4m as toString } from '../js/coreRuntime.mjs';
|
|
|
6
6
|
//endregion
|
|
7
7
|
function checkStepIsPositive(isPositive, step) {
|
|
8
8
|
if (!isPositive)
|
|
9
|
-
throw IllegalArgumentException().
|
|
9
|
+
throw IllegalArgumentException().t2('Step must be positive, was: ' + toString(step) + '.');
|
|
10
10
|
}
|
|
11
11
|
//region block: exports
|
|
12
12
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/kotlin/ranges/Ranges.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["checkStepIsPositive","isPositive","step"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/src/kotlin/ranges/Ranges.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["checkStepIsPositive","isPositive","step"],"mappings":";;;;;;4BAgTSA,CAAwBC,U,EAAqBC,IAA7CF,EAA2D;A,EAC5D,KAAC,UAAD,C;IAAa,oCAAgC,8BAAhC,YAA6D,IAA7D,IAAiE,GAAjE,C;AACrB,C;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Companion_getInstance31iu7m2vf5l9b as Companion_getInstance } from './PrimitiveRanges.mjs';
|
|
2
2
|
import { numberRangeToNumber25vse2rgp6rs8 as numberRangeToNumber } from '../js/rangeTo.mjs';
|
|
3
|
-
import {
|
|
3
|
+
import { Companion_instancern8rzmk6pk4a as Companion_instance } from './Progressions.mjs';
|
|
4
4
|
import { IllegalArgumentException2asla15b5jaob as IllegalArgumentException } from '../exceptions.mjs';
|
|
5
5
|
import { checkStepIsPositive70940ky00dt4 as checkStepIsPositive } from './Ranges.mjs';
|
|
6
6
|
import { convertToInty04h231mmjoh as convertToInt } from '../js/internal/longAsBigInt/longAsBigInt.mjs';
|
|
@@ -10,15 +10,18 @@ import { convertToInty04h231mmjoh as convertToInt } from '../js/internal/longAsB
|
|
|
10
10
|
//endregion
|
|
11
11
|
function until(_this__u8e3s4, to) {
|
|
12
12
|
if (to <= -2147483648)
|
|
13
|
-
return Companion_getInstance().
|
|
13
|
+
return Companion_getInstance().h3_1;
|
|
14
14
|
return numberRangeToNumber(_this__u8e3s4, to - 1 | 0);
|
|
15
15
|
}
|
|
16
|
+
function coerceAtMost(_this__u8e3s4, maximumValue) {
|
|
17
|
+
return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
|
|
18
|
+
}
|
|
16
19
|
function downTo(_this__u8e3s4, to) {
|
|
17
|
-
return Companion_instance.
|
|
20
|
+
return Companion_instance.i3(_this__u8e3s4, to, -1);
|
|
18
21
|
}
|
|
19
22
|
function coerceIn(_this__u8e3s4, minimumValue, maximumValue) {
|
|
20
23
|
if (minimumValue > maximumValue)
|
|
21
|
-
throw IllegalArgumentException().
|
|
24
|
+
throw IllegalArgumentException().t2('Cannot coerce value to an empty range: maximum ' + maximumValue.toString() + ' is less than minimum ' + minimumValue.toString() + '.');
|
|
22
25
|
if (_this__u8e3s4 < minimumValue)
|
|
23
26
|
return minimumValue;
|
|
24
27
|
if (_this__u8e3s4 > maximumValue)
|
|
@@ -28,24 +31,27 @@ function coerceIn(_this__u8e3s4, minimumValue, maximumValue) {
|
|
|
28
31
|
function coerceAtLeast(_this__u8e3s4, minimumValue) {
|
|
29
32
|
return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
|
|
30
33
|
}
|
|
31
|
-
function
|
|
34
|
+
function coerceAtMost_0(_this__u8e3s4, maximumValue) {
|
|
32
35
|
return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
|
|
33
36
|
}
|
|
34
37
|
function step(_this__u8e3s4, step) {
|
|
35
38
|
checkStepIsPositive(step > 0, step);
|
|
36
|
-
return Companion_instance.
|
|
39
|
+
return Companion_instance.i3(_this__u8e3s4.j3_1, _this__u8e3s4.k3_1, _this__u8e3s4.l3_1 > 0 ? step : -step | 0);
|
|
40
|
+
}
|
|
41
|
+
function coerceAtLeast_0(_this__u8e3s4, minimumValue) {
|
|
42
|
+
return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
|
|
37
43
|
}
|
|
38
44
|
function contains(_this__u8e3s4, value) {
|
|
39
45
|
// Inline function 'kotlin.let' call
|
|
40
46
|
var it = toIntExactOrNull(value);
|
|
41
|
-
return !(it == null) ? _this__u8e3s4.
|
|
47
|
+
return !(it == null) ? _this__u8e3s4.m3(it) : false;
|
|
42
48
|
}
|
|
43
49
|
function toIntExactOrNull(_this__u8e3s4) {
|
|
44
50
|
return (-2147483648n <= _this__u8e3s4 ? _this__u8e3s4 <= 2147483647n : false) ? convertToInt(_this__u8e3s4) : null;
|
|
45
51
|
}
|
|
46
52
|
function coerceIn_0(_this__u8e3s4, minimumValue, maximumValue) {
|
|
47
53
|
if (minimumValue > maximumValue)
|
|
48
|
-
throw IllegalArgumentException().
|
|
54
|
+
throw IllegalArgumentException().t2('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
|
|
49
55
|
if (_this__u8e3s4 < minimumValue)
|
|
50
56
|
return minimumValue;
|
|
51
57
|
if (_this__u8e3s4 > maximumValue)
|
|
@@ -54,8 +60,10 @@ function coerceIn_0(_this__u8e3s4, minimumValue, maximumValue) {
|
|
|
54
60
|
}
|
|
55
61
|
//region block: exports
|
|
56
62
|
export {
|
|
63
|
+
coerceAtLeast_0 as coerceAtLeast3qxv4gros2xti,
|
|
57
64
|
coerceAtLeast as coerceAtLeast2bkz8m9ik7hep,
|
|
58
|
-
coerceAtMost as
|
|
65
|
+
coerceAtMost as coerceAtMostmgknbongtqt,
|
|
66
|
+
coerceAtMost_0 as coerceAtMost322komnqp70ag,
|
|
59
67
|
coerceIn_0 as coerceIn10f36k81le1mm,
|
|
60
68
|
coerceIn as coerceIn302bduskdb54x,
|
|
61
69
|
contains as contains2c50nlxg7en7o,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["common/src/generated/_Ranges.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["until","<this>","to","
|
|
1
|
+
{"version":3,"sources":["../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/common/src/generated/_Ranges.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["until","<this>","to","coerceAtMost","maximumValue","downTo","coerceIn","minimumValue","coerceAtLeast","step","contains","value","toIntExactOrNull"],"mappings":";;;;;;;;;;cAwmCaA,CAAIC,a,EAAUC,EAAdF,EAAiC;A,EACtC,UAAU,WAAV,C;IAAqB,+BAAgB,I;EACzC,OAAO,mCAAS,KAAK,CAAd,K;AACX,C;qBA2OOG,CAAIF,a,EAAkBG,YAAtBD,EAAgD;A,EACnD,OAAW,gBAAO,YAAP,GAAqB,YAArB,GAAuC,a;AACtD,C;eAthBaE,CAAIJ,a,EAAWC,EAAfG,EAAwC;A,EACjD,OAAsB,sBAAgB,aAAhB,EAAsB,EAAtB,EAA0B,EAA1B,C;AAC1B,C;iBAinBOC,CAAIL,a,EAAcM,Y,EAAoBH,YAAtCE,EAAgE;A,EAC/D,mBAAe,YAAf,C;IAA6B,oCAAgC,iDAAhC,GAAgF,YAAhF,cAA4F,wBAA5F,GAAmH,YAAnH,cAA+H,GAA/H,C;EAC7B,oBAAO,YAAP,C;IAAqB,OAAO,Y;EAC5B,oBAAO,YAAP,C;IAAqB,OAAO,Y;EAChC,OAAO,a;AACX,C;sBA5LOE,CAAIP,a,EAAkBM,YAAtBC,EAA8C;A,EACjD,OAAW,gBAAO,YAAP,GAAqB,YAArB,GAAuC,a;AACtD,C;uBA2EOL,CAAIF,a,EAAiBG,YAArBD,EAA6C;A,EAChD,OAAW,gBAAO,YAAP,GAAqB,YAArB,GAAuC,a;AACtD,C;aAzWaM,CAAIR,a,EAAoBQ,IAAxBA,EAAmD;A,EAC5D,oBAAoB,OAAO,CAA3B,EAA8B,IAA9B,C;EACA,OAAsB,sBAAgB,aAAhB,CAAgB,IAAhB,EAAuB,aAAvB,CAAuB,IAAvB,EAAiC,cAAK,IAAL,GAAY,CAAZ,GAAe,IAAf,GAAyB,CAAC,IAA1B,IAAjC,C;AAC1B,C;wBAkSOD,CAAIP,a,EAAmBM,YAAvBC,EAAiD;A,EACpD,OAAW,gBAAO,YAAP,GAAqB,YAArB,GAAuC,a;AACtD,C;iBArrBgBE,CAAIT,a,EAA0BU,KAA9BD,EAAoD;A;WACnD,iBAAN,KAAM,C;EAAb,OAA0C,QAAM,IAAN,CAAJ,GAAgB,iBAAS,EAAT,CAAhB,GAAkC,K;AAC5E,C;yBAybSE,CAAIX,aAAJW,EAAkC;A,EACvC,OAAW,CAAsB,YAAtB,qCAA8C,WAA9C,YAA6D,aAAL,aAAK,CAA7D,GAA0E,I;AACzF,C;mBAoZON,CAAIL,a,EAAaM,Y,EAAmBH,YAApCE,EAA4D;A,EAC3D,mBAAe,YAAf,C;IAA6B,oCAAgC,iDAAhC,GAAgF,YAAhF,GAA4F,wBAA5F,GAAmH,YAAnH,GAA+H,GAA/H,C;EAC7B,oBAAO,YAAP,C;IAAqB,OAAO,Y;EAC5B,oBAAO,YAAP,C;IAAqB,OAAO,Y;EAChC,OAAO,a;AACX,C;;;;;"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import {
|
|
2
|
+
equals2au1ep9vhcato as equals,
|
|
3
|
+
hashCodeq5arwsb9dgti as hashCode,
|
|
4
|
+
getBooleanHashCode1bbj3u6b3v0a7 as getBooleanHashCode,
|
|
5
|
+
} from '../js/coreRuntime.mjs';
|
|
6
|
+
import { KTypeParameter1s8efufd4mbj5 as KTypeParameter } from './KTypeParameter.mjs';
|
|
7
|
+
import { isInterface3d6p8outrmvmk as isInterface } from '../js/typeCheckUtils.mjs';
|
|
8
|
+
import { KClass1cc9rfeybg8hs as KClass } from './KClassJs.mjs';
|
|
9
|
+
import { StringBuildermazzzhj6kkai as StringBuilder } from '../text/StringBuilderJs.mjs';
|
|
10
|
+
import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../Unit.mjs';
|
|
11
|
+
import { _Char___init__impl__6a9atx1csff5kwtduxl as _Char___init__impl__6a9atx } from '../Char.mjs';
|
|
12
|
+
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../js/metadataUtils.mjs';
|
|
13
|
+
import { VOID3gxj6tk5isa35 as VOID } from '../js/void.mjs';
|
|
14
|
+
//region block: imports
|
|
15
|
+
var imul = Math.imul;
|
|
16
|
+
//endregion
|
|
17
|
+
//region block: pre-declaration
|
|
18
|
+
//endregion
|
|
19
|
+
var KTypeImplClass;
|
|
20
|
+
function KTypeImpl() {
|
|
21
|
+
if (KTypeImplClass === VOID) {
|
|
22
|
+
class $ {
|
|
23
|
+
constructor(classifier, arguments_0, isMarkedNullable) {
|
|
24
|
+
this.c1_1 = classifier;
|
|
25
|
+
this.d1_1 = arguments_0;
|
|
26
|
+
this.e1_1 = isMarkedNullable;
|
|
27
|
+
}
|
|
28
|
+
f1() {
|
|
29
|
+
return this.c1_1;
|
|
30
|
+
}
|
|
31
|
+
g1() {
|
|
32
|
+
return this.d1_1;
|
|
33
|
+
}
|
|
34
|
+
h1() {
|
|
35
|
+
return this.e1_1;
|
|
36
|
+
}
|
|
37
|
+
equals(other) {
|
|
38
|
+
var tmp;
|
|
39
|
+
var tmp_0;
|
|
40
|
+
var tmp_1;
|
|
41
|
+
if (other instanceof KTypeImpl()) {
|
|
42
|
+
tmp_1 = equals(this.c1_1, other.c1_1);
|
|
43
|
+
} else {
|
|
44
|
+
tmp_1 = false;
|
|
45
|
+
}
|
|
46
|
+
if (tmp_1) {
|
|
47
|
+
tmp_0 = equals(this.d1_1, other.d1_1);
|
|
48
|
+
} else {
|
|
49
|
+
tmp_0 = false;
|
|
50
|
+
}
|
|
51
|
+
if (tmp_0) {
|
|
52
|
+
tmp = this.e1_1 === other.e1_1;
|
|
53
|
+
} else {
|
|
54
|
+
tmp = false;
|
|
55
|
+
}
|
|
56
|
+
return tmp;
|
|
57
|
+
}
|
|
58
|
+
hashCode() {
|
|
59
|
+
// Inline function 'kotlin.hashCode' call
|
|
60
|
+
var tmp0_safe_receiver = this.c1_1;
|
|
61
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
62
|
+
var tmp$ret$0 = tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
|
|
63
|
+
return imul(imul(tmp$ret$0, 31) + hashCode(this.d1_1) | 0, 31) + getBooleanHashCode(this.e1_1) | 0;
|
|
64
|
+
}
|
|
65
|
+
toString() {
|
|
66
|
+
var tmp0_subject = this.c1_1;
|
|
67
|
+
var tmp;
|
|
68
|
+
if (!(tmp0_subject == null) ? isInterface(tmp0_subject, KClass()) : false) {
|
|
69
|
+
var tmp1_elvis_lhs = this.c1_1.j1();
|
|
70
|
+
tmp = tmp1_elvis_lhs == null ? this.c1_1.k1() : tmp1_elvis_lhs;
|
|
71
|
+
} else {
|
|
72
|
+
if (!(tmp0_subject == null) ? isInterface(tmp0_subject, KTypeParameter()) : false) {
|
|
73
|
+
tmp = this.c1_1.i1();
|
|
74
|
+
} else {
|
|
75
|
+
tmp = null;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
var tmp2_elvis_lhs = tmp;
|
|
79
|
+
var tmp_0;
|
|
80
|
+
if (tmp2_elvis_lhs == null) {
|
|
81
|
+
return '???';
|
|
82
|
+
} else {
|
|
83
|
+
tmp_0 = tmp2_elvis_lhs;
|
|
84
|
+
}
|
|
85
|
+
var classifierString = tmp_0;
|
|
86
|
+
// Inline function 'kotlin.text.buildString' call
|
|
87
|
+
// Inline function 'kotlin.apply' call
|
|
88
|
+
var this_0 = StringBuilder().m1();
|
|
89
|
+
this_0.n1(classifierString);
|
|
90
|
+
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
91
|
+
if (!this.d1_1.o1()) {
|
|
92
|
+
this_0.p1(_Char___init__impl__6a9atx(60));
|
|
93
|
+
var iterator = this.d1_1.q1();
|
|
94
|
+
var index = 0;
|
|
95
|
+
while (iterator.r1()) {
|
|
96
|
+
var index_0 = index;
|
|
97
|
+
index = index + 1 | 0;
|
|
98
|
+
var argument = iterator.s1();
|
|
99
|
+
if (index_0 > 0) {
|
|
100
|
+
this_0.n1(', ');
|
|
101
|
+
}
|
|
102
|
+
this_0.t1(argument);
|
|
103
|
+
}
|
|
104
|
+
this_0.p1(_Char___init__impl__6a9atx(62));
|
|
105
|
+
}
|
|
106
|
+
if (this.e1_1) {
|
|
107
|
+
this_0.p1(_Char___init__impl__6a9atx(63));
|
|
108
|
+
}
|
|
109
|
+
return this_0.toString();
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
initMetadataForClass($, 'KTypeImpl');
|
|
113
|
+
KTypeImplClass = $;
|
|
114
|
+
}
|
|
115
|
+
return KTypeImplClass;
|
|
116
|
+
}
|
|
117
|
+
//region block: exports
|
|
118
|
+
export {
|
|
119
|
+
KTypeImpl as KTypeImpl24ni3lyofhkxw,
|
|
120
|
+
};
|
|
121
|
+
//endregion
|
|
122
|
+
|
|
123
|
+
//# sourceMappingURL=KTypeImpl.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/common-non-jvm/src/kotlin/reflect/KTypeImpl.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/src/kotlin/util/HashCode.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/src/kotlin/text/StringBuilder.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/src/kotlin/collections/Collections.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["classifier","arguments","isMarkedNullable","<get-classifier>","<get-arguments>","<get-isMarkedNullable>","equals","other","hashCode","toString","classifierString","index","argument"],"mappings":";;;;;;;;;;;;;;;;;;;;;;kBAQaA,U,EACAC,W,EACAC,gB;QAFT,sB;QACA,uB;QACA,4B;;QAFSC,CAAAA,EAAA;A,QAAA,gB;MAA2B,C;QAC3BC,CAAAA,EAAA;A,QAAA,gB;MAAmC,C;QACnCC,CAAAA,EAAA;A,QAAA,gB;MAA4B,C;YAE5BC,CAAWC,KAAXD,EACL;A;;;QAAA,iC;kBACQ,kBAAc,KAAd,CAAoB,IAApB,C;;kBAAA,K;;QADR,U;kBAC0C,kBAAa,KAAb,CAAmB,IAAnB,C;;kBAAA,K;;QAD1C,U;gBAC0E,cAAoB,KAApB,CAA0B,I;;gBAA1B,K;;QAA0C,U;MAAD,C;cAE9GE,CAAAA,EACL;A;YCAiC,qBDAhC,ICAgC,CDAhC,I;YCAgC,iBAAM,6CAAN,kBAAM,C;YAAe,YAArB,yBAAoB,CAApB,iB;QDAqD,OAAtF,KAAC,KAAW,SAAX,EAAwB,EAAxB,IAAuC,SAAV,IAAU,CAAV,IAAU,CAAxC,MAAsD,EAAtD,IAA4E,mBAAjB,IAAiB,CAAjB,IAAiB,CAAU,I;MAAD,C;cAEhFC,CAAAA,EAAuB;A,YACC,wB;;QACzB,0E;cAAgB,iBAAA,IAAW,CAAX,IAAW,K;gBAAX,yBAA4B,IAAW,CAAX,IAAW,KAAvC,iB;;UAChB,kF;kBAAqB,IAAW,CAAX,IAAW,K;;kBACxB,I;;;YAHW,oB;;QAAA,2B;UAIlB,OAAO,K;;kBAJW,c;;YAAvBC,wB;;;qBEmeG,oB;QF5dC,UAAO,gBAAP,C;;QAEI,IGsN4C,CHtN5C,IGsN6C,CHtN7C,IGsN6C,KHtN7C,C,CAAwB;A,UACxB,UAAO,8BAAP,C;cAC0B,yB;cAAA,S;iBAA1B,a,EAAA;A,gBAAMC,UAAoB,K;YAAA,qB;gBAAbC,WAAa,a;YAClB,cAAQ,CAAR,C,CAAW;A,cAAA,UAAO,IAAP,C;;YACf,UAAO,QAAP,C;;UAEJ,UAAO,8BAAP,C;QACJ,C;QAEI,c,CAAkB;A,UAAA,UAAO,8BAAP,C;;QAZ1B,OI6DG,MFgaqC,W;MF/c5C,C;;;;;;;;;;;"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { noWhenBranchMatchedException2a6r7ubxgky5j as noWhenBranchMatchedException } from '../hacks.mjs';
|
|
2
|
+
import { getStringHashCode26igk1bx568vk as getStringHashCode } from '../js/coreRuntime.mjs';
|
|
3
|
+
import { KTypeParameter1s8efufd4mbj5 as KTypeParameter } from './KTypeParameter.mjs';
|
|
4
|
+
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../js/metadataUtils.mjs';
|
|
5
|
+
import { VOID3gxj6tk5isa35 as VOID } from '../js/void.mjs';
|
|
6
|
+
//region block: imports
|
|
7
|
+
var imul = Math.imul;
|
|
8
|
+
//endregion
|
|
9
|
+
//region block: pre-declaration
|
|
10
|
+
//endregion
|
|
11
|
+
var KTypeParameterBaseClass;
|
|
12
|
+
function KTypeParameterBase() {
|
|
13
|
+
if (KTypeParameterBaseClass === VOID) {
|
|
14
|
+
class $ {
|
|
15
|
+
toString() {
|
|
16
|
+
var tmp;
|
|
17
|
+
switch (this.v1().x1_1) {
|
|
18
|
+
case 0:
|
|
19
|
+
tmp = '';
|
|
20
|
+
break;
|
|
21
|
+
case 1:
|
|
22
|
+
tmp = 'in ';
|
|
23
|
+
break;
|
|
24
|
+
case 2:
|
|
25
|
+
tmp = 'out ';
|
|
26
|
+
break;
|
|
27
|
+
default:
|
|
28
|
+
noWhenBranchMatchedException();
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
31
|
+
return tmp + this.i1();
|
|
32
|
+
}
|
|
33
|
+
equals(other) {
|
|
34
|
+
var tmp;
|
|
35
|
+
var tmp_0;
|
|
36
|
+
if (other instanceof KTypeParameterBase()) {
|
|
37
|
+
tmp_0 = this.i1() === other.i1();
|
|
38
|
+
} else {
|
|
39
|
+
tmp_0 = false;
|
|
40
|
+
}
|
|
41
|
+
if (tmp_0) {
|
|
42
|
+
tmp = this.u1() === other.u1();
|
|
43
|
+
} else {
|
|
44
|
+
tmp = false;
|
|
45
|
+
}
|
|
46
|
+
return tmp;
|
|
47
|
+
}
|
|
48
|
+
hashCode() {
|
|
49
|
+
return imul(getStringHashCode(this.u1()), 31) + getStringHashCode(this.i1()) | 0;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
initMetadataForClass($, 'KTypeParameterBase', VOID, VOID, [KTypeParameter()]);
|
|
53
|
+
KTypeParameterBaseClass = $;
|
|
54
|
+
}
|
|
55
|
+
return KTypeParameterBaseClass;
|
|
56
|
+
}
|
|
57
|
+
//region block: exports
|
|
58
|
+
export {
|
|
59
|
+
KTypeParameterBase as KTypeParameterBase70dfo08xyjmg,
|
|
60
|
+
};
|
|
61
|
+
//endregion
|
|
62
|
+
|
|
63
|
+
//# sourceMappingURL=KTypeParameterBase.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/common-non-jvm/src/kotlin/reflect/KTypeParameterBase.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["toString","equals","other","hashCode"],"mappings":";;;;;;;;;;;;;;cAUmBA,CAAAA,EAAyB;A;QAAA,QAAM,SAAN,CAAM,IAAN,C;eAC1B,C;kBAAa,E;;eACb,C;kBAAM,K;;eACN,C;kBAAO,M;;;YAHmB,8B;;;QAIhC,OAJgC,MAIpC,S;MAAG,C;YAEQC,CAAWC,KAAXD,EACX;A;;QAAA,0C;kBAA+B,cAAQ,KAAM,K;;kBAAd,K;;QAA/B,U;gBAAqD,cAAmB,KAAM,K;;gBAAzB,K;;QAAwC,U;MAAD,C;cAEjFE,CAAAA,EAAiB;A,QAAiD,OAAjD,KAAgB,kBAAhB,SAAgB,CAAhB,EAA6B,EAA7B,IAAuC,kBAAL,SAAK,CAAU,I;MAAD,C;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { KVariance_INVARIANT_getInstance1g63j82gx5hpl as KVariance_INVARIANT_getInstance } from './KVariance.mjs';
|
|
2
2
|
import {
|
|
3
3
|
initMetadataForCompanion1wyw17z38v6ac as initMetadataForCompanion,
|
|
4
4
|
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
hashCodeq5arwsb9dgti as hashCode,
|
|
11
11
|
equals2au1ep9vhcato as equals,
|
|
12
12
|
} from '../js/coreRuntime.mjs';
|
|
13
|
-
import {
|
|
13
|
+
import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../Unit.mjs';
|
|
14
14
|
import { toString30pk9tzaqopn as toString_0 } from '../Library.mjs';
|
|
15
15
|
import { noWhenBranchMatchedException2a6r7ubxgky5j as noWhenBranchMatchedException } from '../hacks.mjs';
|
|
16
16
|
//region block: imports
|
|
@@ -24,12 +24,12 @@ function Companion() {
|
|
|
24
24
|
class $ {
|
|
25
25
|
constructor() {
|
|
26
26
|
Companion_instance = this;
|
|
27
|
-
this.
|
|
27
|
+
this.sf_1 = new (KTypeProjection())(null, null);
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
return this.
|
|
29
|
+
tf() {
|
|
30
|
+
return this.sf_1;
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
uf(type) {
|
|
33
33
|
return new (KTypeProjection())(KVariance_INVARIANT_getInstance(), type);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -50,29 +50,29 @@ function KTypeProjection() {
|
|
|
50
50
|
class $ {
|
|
51
51
|
constructor(variance, type) {
|
|
52
52
|
Companion_getInstance();
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
53
|
+
this.in_1 = variance;
|
|
54
|
+
this.jn_1 = type;
|
|
55
55
|
// Inline function 'kotlin.require' call
|
|
56
|
-
if (!(this.
|
|
57
|
-
var message = this.
|
|
58
|
-
throw IllegalArgumentException().
|
|
56
|
+
if (!(this.in_1 == null === (this.jn_1 == null))) {
|
|
57
|
+
var message = this.in_1 == null ? 'Star projection must have no type specified.' : 'The projection variance ' + this.in_1.toString() + ' requires type to be specified.';
|
|
58
|
+
throw IllegalArgumentException().t2(toString(message));
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
toString() {
|
|
62
|
-
var tmp0_subject = this.
|
|
62
|
+
var tmp0_subject = this.in_1;
|
|
63
63
|
var tmp;
|
|
64
|
-
switch (tmp0_subject == null ? -1 : tmp0_subject.
|
|
64
|
+
switch (tmp0_subject == null ? -1 : tmp0_subject.x1_1) {
|
|
65
65
|
case -1:
|
|
66
66
|
tmp = '*';
|
|
67
67
|
break;
|
|
68
68
|
case 0:
|
|
69
|
-
tmp = toString_0(this.
|
|
69
|
+
tmp = toString_0(this.jn_1);
|
|
70
70
|
break;
|
|
71
71
|
case 1:
|
|
72
|
-
tmp = 'in ' + toString_0(this.
|
|
72
|
+
tmp = 'in ' + toString_0(this.jn_1);
|
|
73
73
|
break;
|
|
74
74
|
case 2:
|
|
75
|
-
tmp = 'out ' + toString_0(this.
|
|
75
|
+
tmp = 'out ' + toString_0(this.jn_1);
|
|
76
76
|
break;
|
|
77
77
|
default:
|
|
78
78
|
noWhenBranchMatchedException();
|
|
@@ -81,8 +81,8 @@ function KTypeProjection() {
|
|
|
81
81
|
return tmp;
|
|
82
82
|
}
|
|
83
83
|
hashCode() {
|
|
84
|
-
var result = this.
|
|
85
|
-
result = imul(result, 31) + (this.
|
|
84
|
+
var result = this.in_1 == null ? 0 : this.in_1.hashCode();
|
|
85
|
+
result = imul(result, 31) + (this.jn_1 == null ? 0 : hashCode(this.jn_1)) | 0;
|
|
86
86
|
return result;
|
|
87
87
|
}
|
|
88
88
|
equals(other) {
|
|
@@ -90,9 +90,9 @@ function KTypeProjection() {
|
|
|
90
90
|
return true;
|
|
91
91
|
if (!(other instanceof KTypeProjection()))
|
|
92
92
|
return false;
|
|
93
|
-
if (!equals(this.
|
|
93
|
+
if (!equals(this.in_1, other.in_1))
|
|
94
94
|
return false;
|
|
95
|
-
if (!equals(this.
|
|
95
|
+
if (!equals(this.jn_1, other.jn_1))
|
|
96
96
|
return false;
|
|
97
97
|
return true;
|
|
98
98
|
}
|
|
@@ -104,7 +104,7 @@ function KTypeProjection() {
|
|
|
104
104
|
}
|
|
105
105
|
//region block: exports
|
|
106
106
|
export {
|
|
107
|
-
Companion_getInstance as
|
|
107
|
+
Companion_getInstance as Companion_getInstance223f8btky47x5,
|
|
108
108
|
};
|
|
109
109
|
//endregion
|
|
110
110
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/kotlin/reflect/KTypeProjection.kt","src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-STAR>","invariant","type","variance","message","toString","result"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;QAuD6C,oCAAgB,IAAhB,EAAsB,IAAtB,C;;QAQJA,CAAAA,EAAQ;A,QAAI,OAAJ,IAAI,CAAJ,I;MAAG,C;QAQrCC,CAAcC,IAAdD,EACH;A,QAA0C,+BAAhB,iCAAgB,EAAL,IAAK,C;MAAD,C;;;;;;;;;;;;;;;;;kBA5C1CE,Q,EAIAD,I;QATX,uB;QAKI,oB;QAIA,gB;;QCGI,MDCS,aAAY,IAAb,MAAuB,aAAQ,IAA/B,CCDR,E,CAAQ;A,cACRE,UDCQ,aAAY,IAAhB,GACI,8CADJ,GAGK,0BAHL,GAG8B,IAH9B,CAG8B,IAH9B,cAGsC,iC;UCH1C,oCAAuC,SAAR,OAAQ,CAAvC,C;QACJ,C;;cDMSC,CAAAA,EAAyB;A,YAAM,wB;;QAAN,QAAM,6CAAN,C;eAC9B,E;kBAAQ,G;;eACE,C;kBAAkB,WAAL,IAAK,CAAL,IAAK,C;;eAClB,C;kBAAO,K,cAAI,I,CAAA,I;;eACX,C;kBAAQ,M,cAAK,I,CAAA,I;;;YAJO,8B;;;QAKjC,U;MAAD,C;iBAjDJ;A,YAAAC,qD;QAAA,6E;QAAA,a;MAAA,C;oBAAA;A,QAAA,mB;UAAA,W;QAAA,0C;UAAA,Y;QAAA,mC;UAAA,Y;QAAA,mC;UAAA,Y;QAAA,W;MAAA,C;;;;;;;;;;;"}
|
|
1
|
+
{"version":3,"sources":["../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/src/kotlin/reflect/KTypeProjection.kt","../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-STAR>","invariant","type","variance","message","toString","result"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;QAuD6C,oCAAgB,IAAhB,EAAsB,IAAtB,C;;QAQJA,CAAAA,EAAQ;A,QAAI,OAAJ,IAAI,CAAJ,I;MAAG,C;QAQrCC,CAAcC,IAAdD,EACH;A,QAA0C,+BAAhB,iCAAgB,EAAL,IAAK,C;MAAD,C;;;;;;;;;;;;;;;;;kBA5C1CE,Q,EAIAD,I;QATX,uB;QAKI,oB;QAIA,gB;;QCGI,MDCS,aAAY,IAAb,MAAuB,aAAQ,IAA/B,CCDR,E,CAAQ;A,cACRE,UDCQ,aAAY,IAAhB,GACI,8CADJ,GAGK,0BAHL,GAG8B,IAH9B,CAG8B,IAH9B,cAGsC,iC;UCH1C,oCAAuC,SAAR,OAAQ,CAAvC,C;QACJ,C;;cDMSC,CAAAA,EAAyB;A,YAAM,wB;;QAAN,QAAM,6CAAN,C;eAC9B,E;kBAAQ,G;;eACE,C;kBAAkB,WAAL,IAAK,CAAL,IAAK,C;;eAClB,C;kBAAO,K,cAAI,I,CAAA,I;;eACX,C;kBAAQ,M,cAAK,I,CAAA,I;;;YAJO,8B;;;QAKjC,U;MAAD,C;iBAjDJ;A,YAAAC,qD;QAAA,6E;QAAA,a;MAAA,C;oBAAA;A,QAAA,mB;UAAA,W;QAAA,0C;UAAA,Y;QAAA,mC;UAAA,Y;QAAA,mC;UAAA,Y;QAAA,W;MAAA,C;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../Unit.mjs';
|
|
2
2
|
import { Enum3alwj03lh1n41 as Enum } from '../Enum.mjs';
|
|
3
3
|
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../js/metadataUtils.mjs';
|
|
4
4
|
import { VOID3gxj6tk5isa35 as VOID } from '../js/void.mjs';
|
|
@@ -41,9 +41,9 @@ function KVariance_OUT_getInstance() {
|
|
|
41
41
|
}
|
|
42
42
|
//region block: exports
|
|
43
43
|
export {
|
|
44
|
-
KVariance_INVARIANT_getInstance as
|
|
45
|
-
KVariance_IN_getInstance as
|
|
46
|
-
KVariance_OUT_getInstance as
|
|
44
|
+
KVariance_INVARIANT_getInstance as KVariance_INVARIANT_getInstance1g63j82gx5hpl,
|
|
45
|
+
KVariance_IN_getInstance as KVariance_IN_getInstance30mmrn73xu2m7,
|
|
46
|
+
KVariance_OUT_getInstance as KVariance_OUT_getInstance3c0gn7ej9xw2l,
|
|
47
47
|
};
|
|
48
48
|
//endregion
|
|
49
49
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/kotlin/reflect/KVariance.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;;;;mDAAA,W,EAAA,C;4CAAA,I,EAAA,C;6CAAA,K,EAAA,C;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
1
|
+
{"version":3,"sources":["../../../../../commons-js/build/compileSync/js/main/productionLibrary/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/src/kotlin/reflect/KVariance.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;;;;mDAAA,W,EAAA,C;4CAAA,I,EAAA,C;6CAAA,K,EAAA,C;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|