git-digger 1.7.19 → 1.7.21
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.
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
function addFormatStructureForTime(structure) {
|
|
296
296
|
this.a10(structure);
|
|
297
297
|
}
|
|
298
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
298
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
299
299
|
function offsetHours$default(padding, $super) {
|
|
300
300
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
301
301
|
var tmp;
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
var isFinite = kotlin_kotlin.$_$.qc;
|
|
52
52
|
var isFinite_0 = kotlin_kotlin.$_$.pc;
|
|
53
53
|
var toString_1 = kotlin_kotlin.$_$.t1;
|
|
54
|
-
var CompositeEncoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x;
|
|
55
54
|
var Encoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.y;
|
|
55
|
+
var CompositeEncoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x;
|
|
56
56
|
var Companion_getInstance = kotlin_kotlin.$_$.g3;
|
|
57
57
|
var serializer_0 = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.n;
|
|
58
58
|
var Companion_getInstance_0 = kotlin_kotlin.$_$.h3;
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
initMetadataForClass(JsonEncodingException, 'JsonEncodingException', VOID, JsonException);
|
|
90
90
|
initMetadataForClass(Key, 'Key', Key);
|
|
91
91
|
initMetadataForClass(DescriptorSchemaCache, 'DescriptorSchemaCache', DescriptorSchemaCache);
|
|
92
|
-
initMetadataForClass(StreamingJsonEncoder, 'StreamingJsonEncoder', VOID, AbstractEncoder, [
|
|
92
|
+
initMetadataForClass(StreamingJsonEncoder, 'StreamingJsonEncoder', VOID, AbstractEncoder, [Encoder, CompositeEncoder, AbstractEncoder]);
|
|
93
93
|
initMetadataForClass(WriteMode, 'WriteMode', VOID, Enum);
|
|
94
94
|
initMetadataForClass(JsonToStringWriter, 'JsonToStringWriter', JsonToStringWriter);
|
|
95
95
|
//endregion
|