git-digger 1.5.2 → 1.5.3

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.
@@ -277,7 +277,7 @@
277
277
  function addFormatStructureForTime(structure) {
278
278
  this.jw(structure);
279
279
  }
280
- setMetadataFor(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', interfaceMeta, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
280
+ setMetadataFor(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', interfaceMeta, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
281
281
  function offsetHours$default(padding, $super) {
282
282
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
283
283
  var tmp;
@@ -330,7 +330,7 @@
330
330
  return tmp;
331
331
  }
332
332
  setMetadataFor(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', interfaceMeta, VOID, [WithUtcOffset]);
333
- setMetadataFor(Builder, 'Builder', classMeta, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
333
+ setMetadataFor(Builder, 'Builder', classMeta, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithDate, WithUtcOffset]);
334
334
  setMetadataFor(AbstractDateTimeFormat, 'AbstractDateTimeFormat', classMeta);
335
335
  setMetadataFor(DateTimeComponentsFormat, 'DateTimeComponentsFormat', classMeta, AbstractDateTimeFormat);
336
336
  setMetadataFor(TwoDigitNumber, 'TwoDigitNumber', classMeta);
package/kotlin/bin/digger CHANGED
File without changes
@@ -37,6 +37,11 @@ if (typeof Math.log2 === 'undefined') {
37
37
  return Math.log(x) * Math.LOG2E;
38
38
  };
39
39
  }
40
+ if (typeof Math.log10 === 'undefined') {
41
+ Math.log10 = function (x) {
42
+ return Math.log(x) * Math.LOG10E;
43
+ };
44
+ }
40
45
  if (typeof Math.clz32 === 'undefined') {
41
46
  Math.clz32 = function (log, LN2) {
42
47
  return function (x) {
@@ -48,11 +53,6 @@ if (typeof Math.clz32 === 'undefined') {
48
53
  };
49
54
  }(Math.log, Math.LN2);
50
55
  }
51
- if (typeof Math.log10 === 'undefined') {
52
- Math.log10 = function (x) {
53
- return Math.log(x) * Math.LOG10E;
54
- };
55
- }
56
56
  if (typeof String.prototype.endsWith === 'undefined') {
57
57
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
58
58
  var subjectString = this.toString();
@@ -4264,6 +4264,12 @@ if (typeof Math.imul === 'undefined') {
4264
4264
  reverse(list);
4265
4265
  return list;
4266
4266
  }
4267
+ function plus_1(_this__u8e3s4, elements) {
4268
+ var result = ArrayList_init_$Create$_0(_this__u8e3s4.l() + elements.length | 0);
4269
+ result.v(_this__u8e3s4);
4270
+ addAll_0(result, elements);
4271
+ return result;
4272
+ }
4267
4273
  function zip(_this__u8e3s4, other) {
4268
4274
  // Inline function 'kotlin.collections.zip' call
4269
4275
  var first = _this__u8e3s4.r();
@@ -4301,12 +4307,6 @@ if (typeof Math.imul === 'undefined') {
4301
4307
  }
4302
4308
  return take(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.l() - n | 0, 0));
4303
4309
  }
4304
- function plus_1(_this__u8e3s4, elements) {
4305
- var result = ArrayList_init_$Create$_0(_this__u8e3s4.l() + elements.length | 0);
4306
- result.v(_this__u8e3s4);
4307
- addAll_0(result, elements);
4308
- return result;
4309
- }
4310
4310
  function take(_this__u8e3s4, n) {
4311
4311
  // Inline function 'kotlin.require' call
4312
4312
  // Inline function 'kotlin.contracts.contract' call