@attocash/commons-js 6.1.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs +68 -68
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +24 -24
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +64 -64
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +39 -39
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +52 -52
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs +5 -5
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +2 -2
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +82 -82
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +33 -33
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +28 -28
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +13 -13
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +14 -14
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +48 -48
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +132 -132
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +116 -116
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +162 -162
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +168 -168
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +81 -81
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +32 -32
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +91 -91
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/PlatformSpecifics.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +21 -21
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +62 -62
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/dateCalculations.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +10 -10
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +55 -55
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +48 -48
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +173 -173
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +17 -17
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +40 -40
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +60 -60
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +47 -47
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +6 -6
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +93 -93
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +105 -105
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +21 -21
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs +2 -2
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +113 -113
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +34 -34
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.export.d.mts +11 -17
- package/commons-commons-core/cash/atto/commons/AttoAccount.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +146 -146
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.d.mts +2 -15
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs +1 -8
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +126 -131
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.d.mts +18 -20
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +44 -44
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.d.mts +11 -13
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +25 -25
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.d.mts +18 -18
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +55 -55
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.export.d.mts +66 -76
- package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs +13 -12
- package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +928 -928
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +12 -12
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoChallenge.export.d.mts +11 -13
- package/commons-commons-core/cash/atto/commons/AttoChallenge.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +18 -18
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +10 -10
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHash.export.d.mts +14 -16
- package/commons-commons-core/cash/atto/commons/AttoHash.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +25 -25
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +31 -31
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.export.d.mts +14 -16
- package/commons-commons-core/cash/atto/commons/AttoInstant.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +47 -47
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoJob.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.d.mts +11 -13
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +30 -30
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoNetwork.export.d.mts +16 -18
- package/commons-commons-core/cash/atto/commons/AttoNetwork.export.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +27 -27
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +38 -38
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.d.mts +12 -14
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +18 -18
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.export.d.mts +2 -15
- package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs +1 -8
- package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +107 -112
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +7 -8
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSignature.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoSignature.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSignature.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +19 -19
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +16 -16
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +8 -6
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.d.mts +5 -3
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoTransaction.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +73 -73
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoValidation.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.export.d.mts +2 -15
- package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs +1 -8
- package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +21 -27
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.export.d.mts +12 -14
- package/commons-commons-core/cash/atto/commons/AttoVote.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +92 -92
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.export.d.mts +13 -15
- package/commons-commons-core/cash/atto/commons/AttoWork.export.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +40 -40
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +25 -24
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +17 -17
- package/commons-commons-core/cash/atto/commons/Extensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +19 -19
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SubtleCrypto.mjs.map +1 -1
- package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs +1 -1
- package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs.map +1 -1
- package/commons-commons-js.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClient.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +5 -6
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +289 -281
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.d.mts +18 -59
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs +3 -12
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +170 -187
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +22 -22
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +8 -8
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +36 -36
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +20 -20
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +60 -60
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +58 -57
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +4 -4
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +76 -76
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +8 -8
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +36 -36
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +20 -20
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +11 -11
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +432 -432
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs +255 -253
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs.map +1 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.export.d.mts +5 -3
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs +110 -110
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs.map +1 -1
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.export.d.mts +5 -3
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs +41 -41
- package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +5 -5
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.d.mts +5 -3
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +26 -26
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +83 -83
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +88 -88
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.export.d.mts +5 -3
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +21 -21
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +47 -47
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Enum.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +13 -13
- package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Library.mjs +3 -4
- package/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +14 -0
- package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs +19 -19
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
- package/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +44 -44
- package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +44 -44
- package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +45 -46
- package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +44 -44
- package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Unit.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +80 -80
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +77 -77
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +93 -93
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +36 -36
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +282 -264
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +82 -82
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.d.mts +4 -26
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +12 -8
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +74 -74
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +81 -81
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +57 -57
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +31 -31
- package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +251 -251
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
- package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +48 -48
- package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +15 -15
- package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -20
- package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +115 -118
- package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
- package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsHacks.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +54 -61
- package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
- package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +22 -22
- package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +26 -44
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +25 -24
- package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +188 -188
- package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/hacks.mjs +5 -10
- package/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +15 -0
- package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -0
- package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -20
- package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/bitUtils.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/charSequenceJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/internal/BigInt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +110 -100
- package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs +48 -0
- package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
- package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/js/json.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/rangeTo.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +1 -2
- package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/regexp.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +0 -4
- package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/void.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/math/math.mjs +17 -5
- package/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +32 -32
- package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +27 -27
- package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +39 -39
- package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
- package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
- package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +18 -10
- package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +123 -0
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -0
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +63 -0
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs.map +1 -0
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +57 -54
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +16 -41
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +27 -38
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +6 -3
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +45 -45
- package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +34 -34
- package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +36 -179
- package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +59 -59
- package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +26 -26
- package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +47 -47
- package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +114 -114
- package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +11 -11
- package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
- package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +22 -22
- package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +23 -23
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
- package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +33 -37
- package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +918 -344
- package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +32 -55
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +15 -20
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +119 -121
- package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +35 -43
- package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +268 -20
- package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
- package/kotlin-kotlin-stdlib/noPackageHacks.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/reflectionJs.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +5 -5
- package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +3 -3
- package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +13 -13
- package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +8 -8
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
- package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +7 -7
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +5 -5
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +2 -2
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +6 -6
- package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +2 -2
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +6 -6
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +9 -9
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +29 -29
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +18 -18
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +184 -184
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +13 -13
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +56 -56
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +32 -32
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +116 -116
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +371 -373
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +14 -14
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +514 -514
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +44 -44
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +22 -22
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +29 -28
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +42 -36
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +17 -17
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +36 -36
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Merge.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -22
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +15 -15
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +48 -48
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +61 -60
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +51 -51
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +28 -28
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +207 -206
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +46 -46
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +6 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +12 -12
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +53 -53
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +85 -85
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +15 -15
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +25 -25
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +59 -59
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +73 -73
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +56 -56
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +231 -231
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +25 -25
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +25 -25
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +61 -61
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +168 -168
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +8 -8
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +22 -22
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +69 -69
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +3 -3
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +25 -25
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +64 -64
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +28 -21
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +38 -38
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +31 -31
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +79 -79
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +57 -57
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +67 -67
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +31 -31
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +68 -68
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -276
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +24 -25
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +42 -42
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +44 -44
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +23 -23
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +15 -15
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +36 -35
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +503 -504
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +109 -109
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +99 -100
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +55 -55
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +53 -53
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +21 -21
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +105 -105
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +168 -168
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +186 -186
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +81 -81
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +43 -43
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +24 -24
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +71 -71
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +189 -189
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +151 -151
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +54 -54
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +10 -10
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +275 -275
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +126 -127
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +84 -84
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +61 -61
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +52 -52
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +26 -26
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +72 -72
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +30 -30
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +15 -15
- package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +34 -34
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +63 -63
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/ReadableStream.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +20 -20
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +14 -14
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +43 -43
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +43 -43
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +89 -89
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransformJs.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +97 -96
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +98 -98
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +39 -39
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +35 -35
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +143 -144
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +89 -89
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +31 -31
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +17 -17
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +15 -15
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +17 -17
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +46 -46
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +57 -57
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +11 -12
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +24 -24
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +21 -21
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/ExceptionUtils.nonJvm.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs.map +1 -1
- package/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
- package/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs +64 -64
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +110 -110
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +21 -21
- package/ktor-ktor-http/io/ktor/http/Headers.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +65 -65
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +8 -8
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +15 -15
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +14 -14
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
- package/ktor-ktor-http/io/ktor/http/Query.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +94 -94
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +2 -2
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs +44 -44
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +28 -28
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +40 -40
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/Url.mjs +83 -83
- package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +57 -57
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +10 -10
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +13 -13
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +104 -104
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +48 -49
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +65 -65
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +57 -57
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +94 -94
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPoolJs.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +22 -22
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.jsAndWasmShared.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +133 -133
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +58 -58
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +83 -89
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +47 -49
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +24 -24
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/Deprecation.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +25 -25
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Decoder.js.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +7 -7
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +9 -9
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Win1252Table.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +30 -30
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs.map +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +51 -51
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/ExtensionsJs.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +95 -95
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +37 -37
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs.map +1 -1
- package/ktor-ktor-server-core/io/ktor/server/engine/ShutdownHook.jsAndWasmShared.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +19 -19
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +57 -57
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/Charset.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/Charset.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/Collections.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/CollectionsJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +4 -4
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +63 -63
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/PlatformUtilsJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +116 -116
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/Text.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +115 -115
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +8 -8
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +24 -24
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +6 -6
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +31 -31
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +31 -31
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +68 -68
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.js.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecover.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecoverJs.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +67 -67
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +25 -25
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +3 -3
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +36 -36
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +21 -21
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs.map +1 -1
- package/package.json +2 -2
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs +0 -80
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs.map +0 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +0 -43
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +0 -1
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
JsonArray2urf8ey7u44sd as JsonArray,
|
|
22
22
|
JsonNull2liwjj96vm0w2 as JsonNull,
|
|
23
23
|
JsonPrimitive3ttzjh2ft5dnx as JsonPrimitive,
|
|
24
|
-
|
|
24
|
+
JsonNull_getInstance3cean630pgfyb as JsonNull_getInstance,
|
|
25
25
|
get_booleanOrNull376axlcpdhkmo as get_booleanOrNull,
|
|
26
26
|
parseLongImpl2gkj8byk018b9 as parseLongImpl,
|
|
27
27
|
get_float1xtaobzj8js8m as get_float,
|
|
@@ -43,10 +43,10 @@ import { DeserializationStrategy1z3z5pj9f7zc8 as DeserializationStrategy } from
|
|
|
43
43
|
import { isInterface3d6p8outrmvmk as isInterface } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs';
|
|
44
44
|
import {
|
|
45
45
|
PolymorphicKindla9gurooefwb as PolymorphicKind,
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
LIST_getInstance1utapkkkw66ts as LIST_getInstance,
|
|
47
|
+
ENUM_getInstance2btpo8dvnibj3 as ENUM_getInstance,
|
|
48
48
|
PrimitiveKindndgbuh6is7ze as PrimitiveKind,
|
|
49
|
-
|
|
49
|
+
MAP_getInstanceoecfbvb4e1b6 as MAP_getInstance,
|
|
50
50
|
} from '../../../../../kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs';
|
|
51
51
|
import { carrierDescriptor9eih94weel9f as carrierDescriptor } from './WriteMode.mjs';
|
|
52
52
|
import {
|
|
@@ -78,7 +78,7 @@ import { get_isUnsignedNumber3dxwaa3af8ncr as get_isUnsignedNumber } from './Str
|
|
|
78
78
|
import { JsonDecoder1rijst5ne6qla as JsonDecoder } from '../JsonDecoder.mjs';
|
|
79
79
|
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
80
80
|
import { KtMap140uvy3s5zad8 as KtMap } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs';
|
|
81
|
-
import {
|
|
81
|
+
import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
82
82
|
import { getValue48kllevslyh6 as getValue } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs';
|
|
83
83
|
import { jsonCachedSerialNameslxufy2gu43jt as jsonCachedSerialNames } from '../../../../../kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs';
|
|
84
84
|
import { get_schemaCache3drvxe6e7799s as get_schemaCache } from '../JsonSchemaCache.mjs';
|
|
@@ -93,7 +93,7 @@ var imul = Math.imul;
|
|
|
93
93
|
//endregion
|
|
94
94
|
function unparsedPrimitive($this, literal, primitive, tag) {
|
|
95
95
|
var type = startsWith(primitive, 'i') ? 'an ' + primitive : 'a ' + primitive;
|
|
96
|
-
throw JsonDecodingException(-1, "Failed to parse literal '" + literal.toString() + "' as " + type + ' value at element: ' + $this.
|
|
96
|
+
throw JsonDecodingException(-1, "Failed to parse literal '" + literal.toString() + "' as " + type + ' value at element: ' + $this.i3d(tag), toString($this.j3d()));
|
|
97
97
|
}
|
|
98
98
|
var AbstractJsonTreeDecoderClass;
|
|
99
99
|
function AbstractJsonTreeDecoder() {
|
|
@@ -102,39 +102,39 @@ function AbstractJsonTreeDecoder() {
|
|
|
102
102
|
constructor(json, value, polymorphicDiscriminator) {
|
|
103
103
|
polymorphicDiscriminator = polymorphicDiscriminator === VOID ? null : polymorphicDiscriminator;
|
|
104
104
|
super();
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
105
|
+
this.e3d_1 = json;
|
|
106
|
+
this.f3d_1 = value;
|
|
107
|
+
this.g3d_1 = polymorphicDiscriminator;
|
|
108
|
+
this.h3d_1 = this.g37().f35_1;
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
return this.
|
|
110
|
+
g37() {
|
|
111
|
+
return this.e3d_1;
|
|
112
112
|
}
|
|
113
|
-
|
|
114
|
-
return this.
|
|
113
|
+
g3() {
|
|
114
|
+
return this.f3d_1;
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
return this.
|
|
116
|
+
p1q() {
|
|
117
|
+
return this.g37().p1q();
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
var tmp0_safe_receiver = this.
|
|
119
|
+
j3d() {
|
|
120
|
+
var tmp0_safe_receiver = this.i24();
|
|
121
121
|
var tmp;
|
|
122
122
|
if (tmp0_safe_receiver == null) {
|
|
123
123
|
tmp = null;
|
|
124
124
|
} else {
|
|
125
125
|
// Inline function 'kotlin.let' call
|
|
126
|
-
tmp = this.
|
|
126
|
+
tmp = this.k3d(tmp0_safe_receiver);
|
|
127
127
|
}
|
|
128
128
|
var tmp1_elvis_lhs = tmp;
|
|
129
|
-
return tmp1_elvis_lhs == null ? this.
|
|
129
|
+
return tmp1_elvis_lhs == null ? this.g3() : tmp1_elvis_lhs;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return this.
|
|
131
|
+
i3d(currentTag) {
|
|
132
|
+
return this.k24() + ('.' + currentTag);
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
return this.
|
|
134
|
+
h37() {
|
|
135
|
+
return this.j3d();
|
|
136
136
|
}
|
|
137
|
-
|
|
137
|
+
a1q(deserializer) {
|
|
138
138
|
var tmp$ret$0;
|
|
139
139
|
$l$block: {
|
|
140
140
|
// Inline function 'kotlinx.serialization.json.internal.decodeSerializableValuePolymorphic' call
|
|
@@ -142,24 +142,24 @@ function AbstractJsonTreeDecoder() {
|
|
|
142
142
|
if (!(deserializer instanceof AbstractPolymorphicSerializer())) {
|
|
143
143
|
tmp = true;
|
|
144
144
|
} else {
|
|
145
|
-
tmp = this.
|
|
145
|
+
tmp = this.g37().f35_1.x36_1;
|
|
146
146
|
}
|
|
147
147
|
if (tmp) {
|
|
148
|
-
tmp$ret$0 = deserializer.
|
|
148
|
+
tmp$ret$0 = deserializer.o1l(this);
|
|
149
149
|
break $l$block;
|
|
150
150
|
}
|
|
151
|
-
var discriminator = classDiscriminator(deserializer.
|
|
152
|
-
var tmp0 = this.
|
|
151
|
+
var discriminator = classDiscriminator(deserializer.m1l(), this.g37());
|
|
152
|
+
var tmp0 = this.h37();
|
|
153
153
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
154
|
-
var serialName = deserializer.
|
|
154
|
+
var serialName = deserializer.m1l().p1m();
|
|
155
155
|
if (!(tmp0 instanceof JsonObject())) {
|
|
156
|
-
var tmp_0 = getKClass(JsonObject()).
|
|
157
|
-
var tmp_1 = getKClassFromExpression(tmp0).
|
|
158
|
-
var tmp$ret$1 = this.
|
|
156
|
+
var tmp_0 = getKClass(JsonObject()).k1();
|
|
157
|
+
var tmp_1 = getKClassFromExpression(tmp0).k1();
|
|
158
|
+
var tmp$ret$1 = this.k24();
|
|
159
159
|
throw JsonDecodingException(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$1, toString(tmp0));
|
|
160
160
|
}
|
|
161
161
|
var jsonTree = tmp0;
|
|
162
|
-
var tmp0_safe_receiver = jsonTree.
|
|
162
|
+
var tmp0_safe_receiver = jsonTree.m37(discriminator);
|
|
163
163
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : get_jsonPrimitive(tmp0_safe_receiver);
|
|
164
164
|
var type = tmp1_safe_receiver == null ? null : get_contentOrNull(tmp1_safe_receiver);
|
|
165
165
|
var tmp_2;
|
|
@@ -176,16 +176,16 @@ function AbstractJsonTreeDecoder() {
|
|
|
176
176
|
}
|
|
177
177
|
var tmp_4 = tmp_2;
|
|
178
178
|
var actualSerializer = isInterface(tmp_4, DeserializationStrategy()) ? tmp_4 : THROW_CCE();
|
|
179
|
-
tmp$ret$0 = readPolymorphicJson(this.
|
|
179
|
+
tmp$ret$0 = readPolymorphicJson(this.g37(), discriminator, jsonTree, actualSerializer);
|
|
180
180
|
}
|
|
181
181
|
return tmp$ret$0;
|
|
182
182
|
}
|
|
183
|
-
|
|
183
|
+
j24(parentName, childName) {
|
|
184
184
|
return childName;
|
|
185
185
|
}
|
|
186
|
-
|
|
187
|
-
var currentObject = this.
|
|
188
|
-
var tmp0_subject = descriptor.
|
|
186
|
+
b1q(descriptor) {
|
|
187
|
+
var currentObject = this.j3d();
|
|
188
|
+
var tmp0_subject = descriptor.i1o();
|
|
189
189
|
var tmp;
|
|
190
190
|
var tmp_0;
|
|
191
191
|
if (equals(tmp0_subject, LIST_getInstance())) {
|
|
@@ -194,23 +194,23 @@ function AbstractJsonTreeDecoder() {
|
|
|
194
194
|
tmp_0 = tmp0_subject instanceof PolymorphicKind();
|
|
195
195
|
}
|
|
196
196
|
if (tmp_0) {
|
|
197
|
-
var tmp_1 = this.
|
|
197
|
+
var tmp_1 = this.g37();
|
|
198
198
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
199
199
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
200
|
-
var serialName = descriptor.
|
|
200
|
+
var serialName = descriptor.p1m();
|
|
201
201
|
if (!(currentObject instanceof JsonArray())) {
|
|
202
|
-
var tmp_2 = getKClass(JsonArray()).
|
|
203
|
-
var tmp_3 = getKClassFromExpression(currentObject).
|
|
204
|
-
var tmp$ret$0 = this.
|
|
202
|
+
var tmp_2 = getKClass(JsonArray()).k1();
|
|
203
|
+
var tmp_3 = getKClassFromExpression(currentObject).k1();
|
|
204
|
+
var tmp$ret$0 = this.k24();
|
|
205
205
|
throw JsonDecodingException(-1, 'Expected ' + tmp_2 + ', but had ' + tmp_3 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(currentObject));
|
|
206
206
|
}
|
|
207
207
|
tmp = new (JsonTreeListDecoder())(tmp_1, currentObject);
|
|
208
208
|
} else {
|
|
209
209
|
if (equals(tmp0_subject, MAP_getInstance())) {
|
|
210
210
|
// Inline function 'kotlinx.serialization.json.internal.selectMapMode' call
|
|
211
|
-
var this_0 = this.
|
|
212
|
-
var keyDescriptor = carrierDescriptor(descriptor.
|
|
213
|
-
var keyKind = keyDescriptor.
|
|
211
|
+
var this_0 = this.g37();
|
|
212
|
+
var keyDescriptor = carrierDescriptor(descriptor.p1o(0), this_0.p1q());
|
|
213
|
+
var keyKind = keyDescriptor.i1o();
|
|
214
214
|
var tmp_4;
|
|
215
215
|
var tmp_5;
|
|
216
216
|
if (keyKind instanceof PrimitiveKind()) {
|
|
@@ -219,27 +219,27 @@ function AbstractJsonTreeDecoder() {
|
|
|
219
219
|
tmp_5 = equals(keyKind, ENUM_getInstance());
|
|
220
220
|
}
|
|
221
221
|
if (tmp_5) {
|
|
222
|
-
var tmp_6 = this.
|
|
222
|
+
var tmp_6 = this.g37();
|
|
223
223
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
224
224
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
225
|
-
var serialName_0 = descriptor.
|
|
225
|
+
var serialName_0 = descriptor.p1m();
|
|
226
226
|
if (!(currentObject instanceof JsonObject())) {
|
|
227
|
-
var tmp_7 = getKClass(JsonObject()).
|
|
228
|
-
var tmp_8 = getKClassFromExpression(currentObject).
|
|
229
|
-
var tmp$ret$3 = this.
|
|
227
|
+
var tmp_7 = getKClass(JsonObject()).k1();
|
|
228
|
+
var tmp_8 = getKClassFromExpression(currentObject).k1();
|
|
229
|
+
var tmp$ret$3 = this.k24();
|
|
230
230
|
throw JsonDecodingException(-1, 'Expected ' + tmp_7 + ', but had ' + tmp_8 + ' as the serialized body of ' + serialName_0 + ' at element: ' + tmp$ret$3, toString(currentObject));
|
|
231
231
|
}
|
|
232
232
|
tmp_4 = new (JsonTreeMapDecoder())(tmp_6, currentObject);
|
|
233
233
|
} else {
|
|
234
|
-
if (this_0.
|
|
235
|
-
var tmp_9 = this.
|
|
234
|
+
if (this_0.f35_1.s36_1) {
|
|
235
|
+
var tmp_9 = this.g37();
|
|
236
236
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
237
237
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
238
|
-
var serialName_1 = descriptor.
|
|
238
|
+
var serialName_1 = descriptor.p1m();
|
|
239
239
|
if (!(currentObject instanceof JsonArray())) {
|
|
240
|
-
var tmp_10 = getKClass(JsonArray()).
|
|
241
|
-
var tmp_11 = getKClassFromExpression(currentObject).
|
|
242
|
-
var tmp$ret$7 = this.
|
|
240
|
+
var tmp_10 = getKClass(JsonArray()).k1();
|
|
241
|
+
var tmp_11 = getKClassFromExpression(currentObject).k1();
|
|
242
|
+
var tmp$ret$7 = this.k24();
|
|
243
243
|
throw JsonDecodingException(-1, 'Expected ' + tmp_10 + ', but had ' + tmp_11 + ' as the serialized body of ' + serialName_1 + ' at element: ' + tmp$ret$7, toString(currentObject));
|
|
244
244
|
}
|
|
245
245
|
tmp_4 = new (JsonTreeListDecoder())(tmp_9, currentObject);
|
|
@@ -249,62 +249,62 @@ function AbstractJsonTreeDecoder() {
|
|
|
249
249
|
}
|
|
250
250
|
tmp = tmp_4;
|
|
251
251
|
} else {
|
|
252
|
-
var tmp_12 = this.
|
|
252
|
+
var tmp_12 = this.g37();
|
|
253
253
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
254
254
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
255
|
-
var serialName_2 = descriptor.
|
|
255
|
+
var serialName_2 = descriptor.p1m();
|
|
256
256
|
if (!(currentObject instanceof JsonObject())) {
|
|
257
|
-
var tmp_13 = getKClass(JsonObject()).
|
|
258
|
-
var tmp_14 = getKClassFromExpression(currentObject).
|
|
259
|
-
var tmp$ret$12 = this.
|
|
257
|
+
var tmp_13 = getKClass(JsonObject()).k1();
|
|
258
|
+
var tmp_14 = getKClassFromExpression(currentObject).k1();
|
|
259
|
+
var tmp$ret$12 = this.k24();
|
|
260
260
|
throw JsonDecodingException(-1, 'Expected ' + tmp_13 + ', but had ' + tmp_14 + ' as the serialized body of ' + serialName_2 + ' at element: ' + tmp$ret$12, toString(currentObject));
|
|
261
261
|
}
|
|
262
|
-
tmp = new (JsonTreeDecoder())(tmp_12, currentObject, this.
|
|
262
|
+
tmp = new (JsonTreeDecoder())(tmp_12, currentObject, this.g3d_1);
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
return tmp;
|
|
266
266
|
}
|
|
267
|
-
|
|
267
|
+
c1q(descriptor) {
|
|
268
268
|
}
|
|
269
|
-
|
|
270
|
-
var tmp = this.
|
|
269
|
+
m1p() {
|
|
270
|
+
var tmp = this.j3d();
|
|
271
271
|
return !(tmp instanceof JsonNull());
|
|
272
272
|
}
|
|
273
|
-
|
|
274
|
-
var tmp = this.
|
|
273
|
+
l3d(tag, enumDescriptor) {
|
|
274
|
+
var tmp = this.g37();
|
|
275
275
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
276
|
-
var tmp2 = this.
|
|
276
|
+
var tmp2 = this.k3d(tag);
|
|
277
277
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
278
278
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
279
|
-
var serialName = enumDescriptor.
|
|
279
|
+
var serialName = enumDescriptor.p1m();
|
|
280
280
|
if (!(tmp2 instanceof JsonPrimitive())) {
|
|
281
|
-
var tmp_0 = getKClass(JsonPrimitive()).
|
|
282
|
-
var tmp_1 = getKClassFromExpression(tmp2).
|
|
283
|
-
var tmp$ret$0 = this.
|
|
281
|
+
var tmp_0 = getKClass(JsonPrimitive()).k1();
|
|
282
|
+
var tmp_1 = getKClassFromExpression(tmp2).k1();
|
|
283
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
284
284
|
throw JsonDecodingException(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp2));
|
|
285
285
|
}
|
|
286
|
-
return getJsonNameIndexOrThrow(enumDescriptor, tmp, tmp2.
|
|
286
|
+
return getJsonNameIndexOrThrow(enumDescriptor, tmp, tmp2.i37());
|
|
287
287
|
}
|
|
288
|
-
|
|
289
|
-
return this.
|
|
288
|
+
w24(tag, enumDescriptor) {
|
|
289
|
+
return this.l3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE(), enumDescriptor);
|
|
290
290
|
}
|
|
291
|
-
|
|
292
|
-
return !(this.
|
|
291
|
+
m3d(tag) {
|
|
292
|
+
return !(this.k3d(tag) === JsonNull_getInstance());
|
|
293
293
|
}
|
|
294
|
-
|
|
295
|
-
return this.
|
|
294
|
+
m24(tag) {
|
|
295
|
+
return this.m3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
296
296
|
}
|
|
297
|
-
|
|
297
|
+
n3d(tag) {
|
|
298
298
|
var tmp$ret$4;
|
|
299
299
|
$l$block: {
|
|
300
300
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
301
301
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
302
302
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
303
|
-
var value = this.
|
|
303
|
+
var value = this.k3d(tag);
|
|
304
304
|
if (!(value instanceof JsonPrimitive())) {
|
|
305
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
306
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
307
|
-
var tmp$ret$0 = this.
|
|
305
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
306
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
307
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
308
308
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'boolean' + ' at element: ' + tmp$ret$0, toString(value));
|
|
309
309
|
}
|
|
310
310
|
var literal = value;
|
|
@@ -329,20 +329,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
329
329
|
}
|
|
330
330
|
return tmp$ret$4;
|
|
331
331
|
}
|
|
332
|
-
|
|
333
|
-
return this.
|
|
332
|
+
n24(tag) {
|
|
333
|
+
return this.n3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
334
334
|
}
|
|
335
|
-
|
|
335
|
+
o3d(tag) {
|
|
336
336
|
var tmp$ret$5;
|
|
337
337
|
$l$block: {
|
|
338
338
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
339
339
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
340
340
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
341
|
-
var value = this.
|
|
341
|
+
var value = this.k3d(tag);
|
|
342
342
|
if (!(value instanceof JsonPrimitive())) {
|
|
343
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
344
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
345
|
-
var tmp$ret$0 = this.
|
|
343
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
344
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
345
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
346
346
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'byte' + ' at element: ' + tmp$ret$0, toString(value));
|
|
347
347
|
}
|
|
348
348
|
var literal = value;
|
|
@@ -376,20 +376,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
376
376
|
}
|
|
377
377
|
return tmp$ret$5;
|
|
378
378
|
}
|
|
379
|
-
|
|
380
|
-
return this.
|
|
379
|
+
o24(tag) {
|
|
380
|
+
return this.o3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
381
381
|
}
|
|
382
|
-
|
|
382
|
+
p3d(tag) {
|
|
383
383
|
var tmp$ret$5;
|
|
384
384
|
$l$block: {
|
|
385
385
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
386
386
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
387
387
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
388
|
-
var value = this.
|
|
388
|
+
var value = this.k3d(tag);
|
|
389
389
|
if (!(value instanceof JsonPrimitive())) {
|
|
390
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
391
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
392
|
-
var tmp$ret$0 = this.
|
|
390
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
391
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
392
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
393
393
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'short' + ' at element: ' + tmp$ret$0, toString(value));
|
|
394
394
|
}
|
|
395
395
|
var literal = value;
|
|
@@ -423,20 +423,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
423
423
|
}
|
|
424
424
|
return tmp$ret$5;
|
|
425
425
|
}
|
|
426
|
-
|
|
427
|
-
return this.
|
|
426
|
+
p24(tag) {
|
|
427
|
+
return this.p3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
428
428
|
}
|
|
429
|
-
|
|
429
|
+
q3d(tag) {
|
|
430
430
|
var tmp$ret$5;
|
|
431
431
|
$l$block: {
|
|
432
432
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
433
433
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
434
434
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
435
|
-
var value = this.
|
|
435
|
+
var value = this.k3d(tag);
|
|
436
436
|
if (!(value instanceof JsonPrimitive())) {
|
|
437
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
438
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
439
|
-
var tmp$ret$0 = this.
|
|
437
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
438
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
439
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
440
440
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'int' + ' at element: ' + tmp$ret$0, toString(value));
|
|
441
441
|
}
|
|
442
442
|
var literal = value;
|
|
@@ -470,20 +470,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
470
470
|
}
|
|
471
471
|
return tmp$ret$5;
|
|
472
472
|
}
|
|
473
|
-
|
|
474
|
-
return this.
|
|
473
|
+
q24(tag) {
|
|
474
|
+
return this.q3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
475
475
|
}
|
|
476
|
-
|
|
476
|
+
r3d(tag) {
|
|
477
477
|
var tmp$ret$4;
|
|
478
478
|
$l$block: {
|
|
479
479
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
480
480
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
481
481
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
482
|
-
var value = this.
|
|
482
|
+
var value = this.k3d(tag);
|
|
483
483
|
if (!(value instanceof JsonPrimitive())) {
|
|
484
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
485
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
486
|
-
var tmp$ret$0 = this.
|
|
484
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
485
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
486
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
487
487
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'long' + ' at element: ' + tmp$ret$0, toString(value));
|
|
488
488
|
}
|
|
489
489
|
var literal = value;
|
|
@@ -508,20 +508,20 @@ function AbstractJsonTreeDecoder() {
|
|
|
508
508
|
}
|
|
509
509
|
return tmp$ret$4;
|
|
510
510
|
}
|
|
511
|
-
|
|
512
|
-
return this.
|
|
511
|
+
r24(tag) {
|
|
512
|
+
return this.r3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
513
513
|
}
|
|
514
|
-
|
|
514
|
+
s3d(tag) {
|
|
515
515
|
var tmp$ret$4;
|
|
516
516
|
$l$block: {
|
|
517
517
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
518
518
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
519
519
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
520
|
-
var value = this.
|
|
520
|
+
var value = this.k3d(tag);
|
|
521
521
|
if (!(value instanceof JsonPrimitive())) {
|
|
522
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
523
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
524
|
-
var tmp$ret$0 = this.
|
|
522
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
523
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
524
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
525
525
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'float' + ' at element: ' + tmp$ret$0, toString(value));
|
|
526
526
|
}
|
|
527
527
|
var literal = value;
|
|
@@ -545,25 +545,25 @@ function AbstractJsonTreeDecoder() {
|
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
var result = tmp$ret$4;
|
|
548
|
-
var specialFp = this.
|
|
548
|
+
var specialFp = this.g37().f35_1.z36_1;
|
|
549
549
|
if (specialFp || isFinite(result))
|
|
550
550
|
return result;
|
|
551
|
-
throw InvalidFloatingPointDecoded(result, tag, toString(this.
|
|
551
|
+
throw InvalidFloatingPointDecoded(result, tag, toString(this.j3d()));
|
|
552
552
|
}
|
|
553
|
-
|
|
554
|
-
return this.
|
|
553
|
+
s24(tag) {
|
|
554
|
+
return this.s3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
555
555
|
}
|
|
556
|
-
|
|
556
|
+
t3d(tag) {
|
|
557
557
|
var tmp$ret$4;
|
|
558
558
|
$l$block: {
|
|
559
559
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
560
560
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
561
561
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
562
|
-
var value = this.
|
|
562
|
+
var value = this.k3d(tag);
|
|
563
563
|
if (!(value instanceof JsonPrimitive())) {
|
|
564
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
565
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
566
|
-
var tmp$ret$0 = this.
|
|
564
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
565
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
566
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
567
567
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'double' + ' at element: ' + tmp$ret$0, toString(value));
|
|
568
568
|
}
|
|
569
569
|
var literal = value;
|
|
@@ -587,37 +587,37 @@ function AbstractJsonTreeDecoder() {
|
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
589
|
var result = tmp$ret$4;
|
|
590
|
-
var specialFp = this.
|
|
590
|
+
var specialFp = this.g37().f35_1.z36_1;
|
|
591
591
|
if (specialFp || isFinite_0(result))
|
|
592
592
|
return result;
|
|
593
|
-
throw InvalidFloatingPointDecoded(result, tag, toString(this.
|
|
593
|
+
throw InvalidFloatingPointDecoded(result, tag, toString(this.j3d()));
|
|
594
594
|
}
|
|
595
|
-
|
|
596
|
-
return this.
|
|
595
|
+
t24(tag) {
|
|
596
|
+
return this.t3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
597
597
|
}
|
|
598
|
-
|
|
598
|
+
u3d(tag) {
|
|
599
599
|
var tmp$ret$4;
|
|
600
600
|
$l$block: {
|
|
601
601
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
602
602
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
603
603
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
604
|
-
var value = this.
|
|
604
|
+
var value = this.k3d(tag);
|
|
605
605
|
if (!(value instanceof JsonPrimitive())) {
|
|
606
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
607
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
608
|
-
var tmp$ret$0 = this.
|
|
606
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
607
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
608
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
609
609
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'char' + ' at element: ' + tmp$ret$0, toString(value));
|
|
610
610
|
}
|
|
611
611
|
var literal = value;
|
|
612
612
|
try {
|
|
613
|
-
var tmp0_elvis_lhs = new (Char())(single(literal.
|
|
613
|
+
var tmp0_elvis_lhs = new (Char())(single(literal.i37()));
|
|
614
614
|
var tmp_1;
|
|
615
615
|
if (tmp0_elvis_lhs == null) {
|
|
616
616
|
unparsedPrimitive(this, literal, 'char', tag);
|
|
617
617
|
} else {
|
|
618
618
|
tmp_1 = tmp0_elvis_lhs;
|
|
619
619
|
}
|
|
620
|
-
tmp$ret$4 = tmp_1.
|
|
620
|
+
tmp$ret$4 = tmp_1.x3_1;
|
|
621
621
|
break $l$block;
|
|
622
622
|
} catch ($p) {
|
|
623
623
|
if ($p instanceof IllegalArgumentException()) {
|
|
@@ -630,57 +630,57 @@ function AbstractJsonTreeDecoder() {
|
|
|
630
630
|
}
|
|
631
631
|
return tmp$ret$4;
|
|
632
632
|
}
|
|
633
|
-
|
|
634
|
-
return this.
|
|
633
|
+
u24(tag) {
|
|
634
|
+
return this.u3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
635
635
|
}
|
|
636
|
-
|
|
636
|
+
v3d(tag) {
|
|
637
637
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
638
638
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
639
|
-
var value = this.
|
|
639
|
+
var value = this.k3d(tag);
|
|
640
640
|
if (!(value instanceof JsonPrimitive())) {
|
|
641
|
-
var tmp = getKClass(JsonPrimitive()).
|
|
642
|
-
var tmp_0 = getKClassFromExpression(value).
|
|
643
|
-
var tmp$ret$0 = this.
|
|
641
|
+
var tmp = getKClass(JsonPrimitive()).k1();
|
|
642
|
+
var tmp_0 = getKClassFromExpression(value).k1();
|
|
643
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
644
644
|
throw JsonDecodingException(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'string' + ' at element: ' + tmp$ret$0, toString(value));
|
|
645
645
|
}
|
|
646
646
|
var value_0 = value;
|
|
647
647
|
if (!(value_0 instanceof JsonLiteral()))
|
|
648
|
-
throw JsonDecodingException(-1, "Expected string value for a non-null key '" + tag + "', got null literal instead at element: " + this.
|
|
649
|
-
if (!value_0.
|
|
650
|
-
throw JsonDecodingException(-1, "String literal for key '" + tag + "' should be quoted at element: " + this.
|
|
648
|
+
throw JsonDecodingException(-1, "Expected string value for a non-null key '" + tag + "', got null literal instead at element: " + this.i3d(tag), toString(this.j3d()));
|
|
649
|
+
if (!value_0.t37_1 && !this.g37().f35_1.r36_1) {
|
|
650
|
+
throw JsonDecodingException(-1, "String literal for key '" + tag + "' should be quoted at element: " + this.i3d(tag) + ".\nUse 'isLenient = true' in 'Json {}' builder to accept non-compliant JSON.", toString(this.j3d()));
|
|
651
651
|
}
|
|
652
|
-
return value_0.
|
|
652
|
+
return value_0.v37_1;
|
|
653
653
|
}
|
|
654
|
-
|
|
655
|
-
return this.
|
|
654
|
+
v24(tag) {
|
|
655
|
+
return this.v3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
|
|
656
656
|
}
|
|
657
|
-
|
|
657
|
+
w3d(tag, inlineDescriptor) {
|
|
658
658
|
var tmp;
|
|
659
659
|
if (get_isUnsignedNumber(inlineDescriptor)) {
|
|
660
|
-
var tmp_0 = this.
|
|
660
|
+
var tmp_0 = this.g37();
|
|
661
661
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.getPrimitiveValue' call
|
|
662
|
-
var tmp2 = this.
|
|
662
|
+
var tmp2 = this.k3d(tag);
|
|
663
663
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
664
664
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
665
|
-
var serialName = inlineDescriptor.
|
|
665
|
+
var serialName = inlineDescriptor.p1m();
|
|
666
666
|
if (!(tmp2 instanceof JsonPrimitive())) {
|
|
667
|
-
var tmp_1 = getKClass(JsonPrimitive()).
|
|
668
|
-
var tmp_2 = getKClassFromExpression(tmp2).
|
|
669
|
-
var tmp$ret$0 = this.
|
|
667
|
+
var tmp_1 = getKClass(JsonPrimitive()).k1();
|
|
668
|
+
var tmp_2 = getKClassFromExpression(tmp2).k1();
|
|
669
|
+
var tmp$ret$0 = this.i3d(tag);
|
|
670
670
|
throw JsonDecodingException(-1, 'Expected ' + tmp_1 + ', but had ' + tmp_2 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp2));
|
|
671
671
|
}
|
|
672
|
-
var lexer = StringJsonLexer(tmp_0, tmp2.
|
|
673
|
-
tmp = new (JsonDecoderForUnsignedTypes())(lexer, this.
|
|
672
|
+
var lexer = StringJsonLexer(tmp_0, tmp2.i37());
|
|
673
|
+
tmp = new (JsonDecoderForUnsignedTypes())(lexer, this.g37());
|
|
674
674
|
} else {
|
|
675
|
-
tmp = super.
|
|
675
|
+
tmp = super.x24(tag, inlineDescriptor);
|
|
676
676
|
}
|
|
677
677
|
return tmp;
|
|
678
678
|
}
|
|
679
|
-
|
|
680
|
-
return this.
|
|
679
|
+
x24(tag, inlineDescriptor) {
|
|
680
|
+
return this.w3d((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE(), inlineDescriptor);
|
|
681
681
|
}
|
|
682
|
-
|
|
683
|
-
return !(this.
|
|
682
|
+
y1p(descriptor) {
|
|
683
|
+
return !(this.i24() == null) ? super.y1p(descriptor) : (new (JsonPrimitiveDecoder())(this.g37(), this.g3(), this.g3d_1)).y1p(descriptor);
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
686
|
initMetadataForClass($, 'AbstractJsonTreeDecoder', VOID, VOID, [NamedValueDecoder(), JsonDecoder()]);
|
|
@@ -689,8 +689,8 @@ function AbstractJsonTreeDecoder() {
|
|
|
689
689
|
return AbstractJsonTreeDecoderClass;
|
|
690
690
|
}
|
|
691
691
|
function setForceNull($this, descriptor, index) {
|
|
692
|
-
$this.
|
|
693
|
-
return $this.
|
|
692
|
+
$this.g3e_1 = (!$this.g37().f35_1.u36_1 && !descriptor.q1o(index) && descriptor.p1o(index).b1o());
|
|
693
|
+
return $this.g3e_1;
|
|
694
694
|
}
|
|
695
695
|
var JsonTreeDecoderClass;
|
|
696
696
|
function JsonTreeDecoder() {
|
|
@@ -700,42 +700,42 @@ function JsonTreeDecoder() {
|
|
|
700
700
|
polymorphicDiscriminator = polymorphicDiscriminator === VOID ? null : polymorphicDiscriminator;
|
|
701
701
|
polyDescriptor = polyDescriptor === VOID ? null : polyDescriptor;
|
|
702
702
|
super(json, value, polymorphicDiscriminator);
|
|
703
|
-
this.
|
|
704
|
-
this.
|
|
705
|
-
this.
|
|
706
|
-
this.
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
return this.
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
$l$loop: while (this.
|
|
713
|
-
var _unary__edvuaz = this.
|
|
714
|
-
this.
|
|
715
|
-
var name = this.
|
|
716
|
-
var index = this.
|
|
717
|
-
this.
|
|
703
|
+
this.d3e_1 = value;
|
|
704
|
+
this.e3e_1 = polyDescriptor;
|
|
705
|
+
this.f3e_1 = 0;
|
|
706
|
+
this.g3e_1 = false;
|
|
707
|
+
}
|
|
708
|
+
g3() {
|
|
709
|
+
return this.d3e_1;
|
|
710
|
+
}
|
|
711
|
+
r1q(descriptor) {
|
|
712
|
+
$l$loop: while (this.f3e_1 < descriptor.k1o()) {
|
|
713
|
+
var _unary__edvuaz = this.f3e_1;
|
|
714
|
+
this.f3e_1 = _unary__edvuaz + 1 | 0;
|
|
715
|
+
var name = this.d24(descriptor, _unary__edvuaz);
|
|
716
|
+
var index = this.f3e_1 - 1 | 0;
|
|
717
|
+
this.g3e_1 = false;
|
|
718
718
|
var tmp;
|
|
719
719
|
// Inline function 'kotlin.collections.contains' call
|
|
720
720
|
// Inline function 'kotlin.collections.containsKey' call
|
|
721
|
-
var this_0 = this.
|
|
722
|
-
if ((isInterface(this_0, KtMap()) ? this_0 : THROW_CCE()).
|
|
721
|
+
var this_0 = this.g3();
|
|
722
|
+
if ((isInterface(this_0, KtMap()) ? this_0 : THROW_CCE()).v4(name)) {
|
|
723
723
|
tmp = true;
|
|
724
724
|
} else {
|
|
725
725
|
tmp = setForceNull(this, descriptor, index);
|
|
726
726
|
}
|
|
727
727
|
if (tmp) {
|
|
728
|
-
if (!this.
|
|
728
|
+
if (!this.h3d_1.w36_1)
|
|
729
729
|
return index;
|
|
730
|
-
var tmp0 = this.
|
|
730
|
+
var tmp0 = this.g37();
|
|
731
731
|
var tmp$ret$3;
|
|
732
732
|
$l$block_2: {
|
|
733
733
|
// Inline function 'kotlinx.serialization.json.internal.tryCoerceValue' call
|
|
734
|
-
var isOptional = descriptor.
|
|
735
|
-
var elementDescriptor = descriptor.
|
|
734
|
+
var isOptional = descriptor.q1o(index);
|
|
735
|
+
var elementDescriptor = descriptor.p1o(index);
|
|
736
736
|
var tmp_0;
|
|
737
|
-
if (isOptional && !elementDescriptor.
|
|
738
|
-
var tmp_1 = this.
|
|
737
|
+
if (isOptional && !elementDescriptor.b1o()) {
|
|
738
|
+
var tmp_1 = this.h3e(name);
|
|
739
739
|
tmp_0 = tmp_1 instanceof JsonNull();
|
|
740
740
|
} else {
|
|
741
741
|
tmp_0 = false;
|
|
@@ -744,10 +744,10 @@ function JsonTreeDecoder() {
|
|
|
744
744
|
tmp$ret$3 = true;
|
|
745
745
|
break $l$block_2;
|
|
746
746
|
}
|
|
747
|
-
if (equals(elementDescriptor.
|
|
747
|
+
if (equals(elementDescriptor.i1o(), ENUM_getInstance())) {
|
|
748
748
|
var tmp_2;
|
|
749
|
-
if (elementDescriptor.
|
|
750
|
-
var tmp_3 = this.
|
|
749
|
+
if (elementDescriptor.b1o()) {
|
|
750
|
+
var tmp_3 = this.h3e(name);
|
|
751
751
|
tmp_2 = tmp_3 instanceof JsonNull();
|
|
752
752
|
} else {
|
|
753
753
|
tmp_2 = false;
|
|
@@ -756,7 +756,7 @@ function JsonTreeDecoder() {
|
|
|
756
756
|
tmp$ret$3 = false;
|
|
757
757
|
break $l$block_2;
|
|
758
758
|
}
|
|
759
|
-
var tmp_4 = this.
|
|
759
|
+
var tmp_4 = this.h3e(name);
|
|
760
760
|
var tmp0_safe_receiver = tmp_4 instanceof JsonPrimitive() ? tmp_4 : null;
|
|
761
761
|
var tmp0_elvis_lhs = tmp0_safe_receiver == null ? null : get_contentOrNull(tmp0_safe_receiver);
|
|
762
762
|
var tmp_5;
|
|
@@ -768,7 +768,7 @@ function JsonTreeDecoder() {
|
|
|
768
768
|
}
|
|
769
769
|
var enumValue = tmp_5;
|
|
770
770
|
var enumIndex = getJsonNameIndex(elementDescriptor, tmp0, enumValue);
|
|
771
|
-
var coerceToNull = !tmp0.
|
|
771
|
+
var coerceToNull = !tmp0.f35_1.u36_1 && elementDescriptor.b1o();
|
|
772
772
|
if (enumIndex === -3 && (isOptional || coerceToNull)) {
|
|
773
773
|
if (setForceNull(this, descriptor, index))
|
|
774
774
|
return index;
|
|
@@ -785,28 +785,28 @@ function JsonTreeDecoder() {
|
|
|
785
785
|
}
|
|
786
786
|
return -1;
|
|
787
787
|
}
|
|
788
|
-
|
|
789
|
-
return !this.
|
|
788
|
+
m1p() {
|
|
789
|
+
return !this.g3e_1 && super.m1p();
|
|
790
790
|
}
|
|
791
|
-
|
|
792
|
-
var strategy = namingStrategy(descriptor, this.
|
|
793
|
-
var baseName = descriptor.
|
|
791
|
+
e24(descriptor, index) {
|
|
792
|
+
var strategy = namingStrategy(descriptor, this.g37());
|
|
793
|
+
var baseName = descriptor.m1o(index);
|
|
794
794
|
if (strategy == null) {
|
|
795
|
-
if (!this.
|
|
795
|
+
if (!this.h3d_1.a37_1)
|
|
796
796
|
return baseName;
|
|
797
|
-
if (this.
|
|
797
|
+
if (this.g3().t4().o3(baseName))
|
|
798
798
|
return baseName;
|
|
799
799
|
}
|
|
800
|
-
var deserializationNamesMap_0 = deserializationNamesMap(this.
|
|
800
|
+
var deserializationNamesMap_0 = deserializationNamesMap(this.g37(), descriptor);
|
|
801
801
|
// Inline function 'kotlin.collections.find' call
|
|
802
|
-
var tmp0 = this.
|
|
802
|
+
var tmp0 = this.g3().t4();
|
|
803
803
|
var tmp$ret$1;
|
|
804
804
|
$l$block: {
|
|
805
805
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
806
|
-
var _iterator__ex2g4s = tmp0.
|
|
807
|
-
while (_iterator__ex2g4s.
|
|
808
|
-
var element = _iterator__ex2g4s.
|
|
809
|
-
if (deserializationNamesMap_0.
|
|
806
|
+
var _iterator__ex2g4s = tmp0.q1();
|
|
807
|
+
while (_iterator__ex2g4s.r1()) {
|
|
808
|
+
var element = _iterator__ex2g4s.s1();
|
|
809
|
+
if (deserializationNamesMap_0.x4(element) === index) {
|
|
810
810
|
tmp$ret$1 = element;
|
|
811
811
|
break $l$block;
|
|
812
812
|
}
|
|
@@ -820,62 +820,62 @@ function JsonTreeDecoder() {
|
|
|
820
820
|
// Inline function 'kotlin.let' call
|
|
821
821
|
return tmp0_safe_receiver;
|
|
822
822
|
}
|
|
823
|
-
var fallbackName = strategy == null ? null : strategy.
|
|
823
|
+
var fallbackName = strategy == null ? null : strategy.v3a(descriptor, index, baseName);
|
|
824
824
|
return fallbackName == null ? baseName : fallbackName;
|
|
825
825
|
}
|
|
826
|
-
|
|
827
|
-
return getValue(this.
|
|
826
|
+
k3d(tag) {
|
|
827
|
+
return getValue(this.g3(), tag);
|
|
828
828
|
}
|
|
829
|
-
|
|
830
|
-
return this.
|
|
829
|
+
h3e(tag) {
|
|
830
|
+
return this.g3().m37(tag);
|
|
831
831
|
}
|
|
832
|
-
|
|
833
|
-
if (descriptor === this.
|
|
834
|
-
var tmp = this.
|
|
835
|
-
var tmp2 = this.
|
|
832
|
+
b1q(descriptor) {
|
|
833
|
+
if (descriptor === this.e3e_1) {
|
|
834
|
+
var tmp = this.g37();
|
|
835
|
+
var tmp2 = this.j3d();
|
|
836
836
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
837
837
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
838
|
-
var serialName = this.
|
|
838
|
+
var serialName = this.e3e_1.p1m();
|
|
839
839
|
if (!(tmp2 instanceof JsonObject())) {
|
|
840
|
-
var tmp_0 = getKClass(JsonObject()).
|
|
841
|
-
var tmp_1 = getKClassFromExpression(tmp2).
|
|
842
|
-
var tmp$ret$0 = this.
|
|
840
|
+
var tmp_0 = getKClass(JsonObject()).k1();
|
|
841
|
+
var tmp_1 = getKClassFromExpression(tmp2).k1();
|
|
842
|
+
var tmp$ret$0 = this.k24();
|
|
843
843
|
throw JsonDecodingException(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp2));
|
|
844
844
|
}
|
|
845
|
-
return new (JsonTreeDecoder())(tmp, tmp2, this.
|
|
845
|
+
return new (JsonTreeDecoder())(tmp, tmp2, this.g3d_1, this.e3e_1);
|
|
846
846
|
}
|
|
847
|
-
return super.
|
|
847
|
+
return super.b1q(descriptor);
|
|
848
848
|
}
|
|
849
|
-
|
|
849
|
+
c1q(descriptor) {
|
|
850
850
|
var tmp;
|
|
851
|
-
if (ignoreUnknownKeys(descriptor, this.
|
|
851
|
+
if (ignoreUnknownKeys(descriptor, this.g37())) {
|
|
852
852
|
tmp = true;
|
|
853
853
|
} else {
|
|
854
|
-
var tmp_0 = descriptor.
|
|
854
|
+
var tmp_0 = descriptor.i1o();
|
|
855
855
|
tmp = tmp_0 instanceof PolymorphicKind();
|
|
856
856
|
}
|
|
857
857
|
if (tmp)
|
|
858
858
|
return Unit_instance;
|
|
859
|
-
var strategy = namingStrategy(descriptor, this.
|
|
859
|
+
var strategy = namingStrategy(descriptor, this.g37());
|
|
860
860
|
var tmp_1;
|
|
861
|
-
if (strategy == null && !this.
|
|
861
|
+
if (strategy == null && !this.h3d_1.a37_1) {
|
|
862
862
|
tmp_1 = jsonCachedSerialNames(descriptor);
|
|
863
863
|
} else if (!(strategy == null)) {
|
|
864
|
-
tmp_1 = deserializationNamesMap(this.
|
|
864
|
+
tmp_1 = deserializationNamesMap(this.g37(), descriptor).t4();
|
|
865
865
|
} else {
|
|
866
866
|
var tmp_2 = jsonCachedSerialNames(descriptor);
|
|
867
|
-
var tmp0_safe_receiver = get_schemaCache(this.
|
|
867
|
+
var tmp0_safe_receiver = get_schemaCache(this.g37()).h3c(descriptor, get_JsonDeserializationNamesKey());
|
|
868
868
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
869
|
-
var tmp0_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
869
|
+
var tmp0_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.t4();
|
|
870
870
|
var tmp$ret$0 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
871
871
|
tmp_1 = plus(tmp_2, tmp$ret$0);
|
|
872
872
|
}
|
|
873
873
|
var names = tmp_1;
|
|
874
|
-
var _iterator__ex2g4s = this.
|
|
875
|
-
while (_iterator__ex2g4s.
|
|
876
|
-
var key = _iterator__ex2g4s.
|
|
877
|
-
if (!names.
|
|
878
|
-
throw JsonDecodingException_0(-1, "Encountered an unknown key '" + key + "' at element: " + this.
|
|
874
|
+
var _iterator__ex2g4s = this.g3().t4().q1();
|
|
875
|
+
while (_iterator__ex2g4s.r1()) {
|
|
876
|
+
var key = _iterator__ex2g4s.s1();
|
|
877
|
+
if (!names.o3(key) && !(key === this.g3d_1)) {
|
|
878
|
+
throw JsonDecodingException_0(-1, "Encountered an unknown key '" + key + "' at element: " + this.k24() + '\n' + "Use 'ignoreUnknownKeys = true' in 'Json {}' builder or '@JsonIgnoreUnknownKeys' annotation to ignore unknown keys.\n" + ('JSON input: ' + toString(minify(this.g3().toString()))));
|
|
879
879
|
}
|
|
880
880
|
}
|
|
881
881
|
}
|
|
@@ -891,23 +891,23 @@ function JsonTreeListDecoder() {
|
|
|
891
891
|
class $ extends AbstractJsonTreeDecoder() {
|
|
892
892
|
constructor(json, value) {
|
|
893
893
|
super(json, value);
|
|
894
|
-
this.
|
|
895
|
-
this.
|
|
896
|
-
this.
|
|
894
|
+
this.o3e_1 = value;
|
|
895
|
+
this.p3e_1 = this.o3e_1.u2();
|
|
896
|
+
this.q3e_1 = -1;
|
|
897
897
|
}
|
|
898
|
-
|
|
899
|
-
return this.
|
|
898
|
+
g3() {
|
|
899
|
+
return this.o3e_1;
|
|
900
900
|
}
|
|
901
|
-
|
|
901
|
+
e24(descriptor, index) {
|
|
902
902
|
return index.toString();
|
|
903
903
|
}
|
|
904
|
-
|
|
905
|
-
return this.
|
|
904
|
+
k3d(tag) {
|
|
905
|
+
return this.o3e_1.v2(toInt(tag));
|
|
906
906
|
}
|
|
907
|
-
|
|
908
|
-
while (this.
|
|
909
|
-
this.
|
|
910
|
-
return this.
|
|
907
|
+
r1q(descriptor) {
|
|
908
|
+
while (this.q3e_1 < (this.p3e_1 - 1 | 0)) {
|
|
909
|
+
this.q3e_1 = this.q3e_1 + 1 | 0;
|
|
910
|
+
return this.q3e_1;
|
|
911
911
|
}
|
|
912
912
|
return -1;
|
|
913
913
|
}
|
|
@@ -924,22 +924,22 @@ function JsonPrimitiveDecoder() {
|
|
|
924
924
|
constructor(json, value, polymorphicDiscriminator) {
|
|
925
925
|
polymorphicDiscriminator = polymorphicDiscriminator === VOID ? null : polymorphicDiscriminator;
|
|
926
926
|
super(json, value, polymorphicDiscriminator);
|
|
927
|
-
this.
|
|
928
|
-
this.
|
|
927
|
+
this.x3e_1 = value;
|
|
928
|
+
this.y24('primitive');
|
|
929
929
|
}
|
|
930
|
-
|
|
931
|
-
return this.
|
|
930
|
+
g3() {
|
|
931
|
+
return this.x3e_1;
|
|
932
932
|
}
|
|
933
|
-
|
|
933
|
+
r1q(descriptor) {
|
|
934
934
|
return 0;
|
|
935
935
|
}
|
|
936
|
-
|
|
936
|
+
k3d(tag) {
|
|
937
937
|
// Inline function 'kotlin.require' call
|
|
938
938
|
if (!(tag === 'primitive')) {
|
|
939
939
|
var message = "This input can only handle primitives with 'primitive' tag";
|
|
940
|
-
throw IllegalArgumentException().
|
|
940
|
+
throw IllegalArgumentException().t2(toString(message));
|
|
941
941
|
}
|
|
942
|
-
return this.
|
|
942
|
+
return this.x3e_1;
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
945
|
initMetadataForClass($, 'JsonPrimitiveDecoder');
|
|
@@ -953,29 +953,29 @@ function JsonTreeMapDecoder() {
|
|
|
953
953
|
class $ extends JsonTreeDecoder() {
|
|
954
954
|
constructor(json, value) {
|
|
955
955
|
super(json, value);
|
|
956
|
-
this.
|
|
957
|
-
this.
|
|
958
|
-
this.
|
|
959
|
-
this.
|
|
956
|
+
this.i3f_1 = value;
|
|
957
|
+
this.j3f_1 = toList(this.i3f_1.t4());
|
|
958
|
+
this.k3f_1 = imul(this.j3f_1.u2(), 2);
|
|
959
|
+
this.l3f_1 = -1;
|
|
960
960
|
}
|
|
961
|
-
|
|
962
|
-
return this.
|
|
961
|
+
g3() {
|
|
962
|
+
return this.i3f_1;
|
|
963
963
|
}
|
|
964
|
-
|
|
964
|
+
e24(descriptor, index) {
|
|
965
965
|
var i = index / 2 | 0;
|
|
966
|
-
return this.
|
|
966
|
+
return this.j3f_1.v2(i);
|
|
967
967
|
}
|
|
968
|
-
|
|
969
|
-
while (this.
|
|
970
|
-
this.
|
|
971
|
-
return this.
|
|
968
|
+
r1q(descriptor) {
|
|
969
|
+
while (this.l3f_1 < (this.k3f_1 - 1 | 0)) {
|
|
970
|
+
this.l3f_1 = this.l3f_1 + 1 | 0;
|
|
971
|
+
return this.l3f_1;
|
|
972
972
|
}
|
|
973
973
|
return -1;
|
|
974
974
|
}
|
|
975
|
-
|
|
976
|
-
return (this.
|
|
975
|
+
k3d(tag) {
|
|
976
|
+
return (this.l3f_1 % 2 | 0) === 0 ? JsonPrimitive_0(tag) : getValue(this.i3f_1, tag);
|
|
977
977
|
}
|
|
978
|
-
|
|
978
|
+
c1q(descriptor) {
|
|
979
979
|
}
|
|
980
980
|
}
|
|
981
981
|
initMetadataForClass($, 'JsonTreeMapDecoder');
|
|
@@ -984,7 +984,7 @@ function JsonTreeMapDecoder() {
|
|
|
984
984
|
return JsonTreeMapDecoderClass;
|
|
985
985
|
}
|
|
986
986
|
function readPolymorphicJson(_this__u8e3s4, discriminator, element, deserializer) {
|
|
987
|
-
return (new (JsonTreeDecoder())(_this__u8e3s4, element, discriminator, deserializer.
|
|
987
|
+
return (new (JsonTreeDecoder())(_this__u8e3s4, element, discriminator, deserializer.m1l())).a1q(deserializer);
|
|
988
988
|
}
|
|
989
989
|
//region block: exports
|
|
990
990
|
export {
|