git-digger 1.2.8 → 1.2.9

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.
@@ -32,6 +32,16 @@ if (typeof Array.prototype.fill === 'undefined') {
32
32
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
33
33
  }
34
34
  });
35
+ if (typeof Math.log10 === 'undefined') {
36
+ Math.log10 = function (x) {
37
+ return Math.log(x) * Math.LOG10E;
38
+ };
39
+ }
40
+ if (typeof Math.log2 === 'undefined') {
41
+ Math.log2 = function (x) {
42
+ return Math.log(x) * Math.LOG2E;
43
+ };
44
+ }
35
45
  if (typeof Math.clz32 === 'undefined') {
36
46
  Math.clz32 = function (log, LN2) {
37
47
  return function (x) {
@@ -43,16 +53,6 @@ if (typeof Math.clz32 === 'undefined') {
43
53
  };
44
54
  }(Math.log, Math.LN2);
45
55
  }
46
- if (typeof Math.log10 === 'undefined') {
47
- Math.log10 = function (x) {
48
- return Math.log(x) * Math.LOG10E;
49
- };
50
- }
51
- if (typeof Math.log2 === 'undefined') {
52
- Math.log2 = function (x) {
53
- return Math.log(x) * Math.LOG2E;
54
- };
55
- }
56
56
  if (typeof String.prototype.startsWith === 'undefined') {
57
57
  Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
58
58
  position = position || 0;
@@ -2300,7 +2300,7 @@ if (typeof Math.imul === 'undefined') {
2300
2300
  var classifierName = kClass == null ? toString_1(this.p6_1) : !(kClass.e6() == null) ? kClass.e6() : '(non-denotable type)';
2301
2301
  var args = this.q6_1.y() ? '' : joinToString_0(this.q6_1, ', ', '<', '>');
2302
2302
  var nullable = this.r6_1 ? '?' : '';
2303
- return plus_3(classifierName, args) + nullable;
2303
+ return plus_4(classifierName, args) + nullable;
2304
2304
  };
2305
2305
  function get_functionClasses() {
2306
2306
  _init_properties_primitives_kt__3fums4();
@@ -4635,6 +4635,12 @@ if (typeof Math.imul === 'undefined') {
4635
4635
  addAll(result, elements);
4636
4636
  return result;
4637
4637
  }
4638
+ function plus_3(_this__u8e3s4, element) {
4639
+ var result = LinkedHashSet_init_$Create$_1(mapCapacity(_this__u8e3s4.l() + 1 | 0));
4640
+ result.v(_this__u8e3s4);
4641
+ result.o(element);
4642
+ return result;
4643
+ }
4638
4644
  function slice_1(_this__u8e3s4, indices) {
4639
4645
  if (indices.y())
4640
4646
  return '';
@@ -4846,7 +4852,7 @@ if (typeof Math.imul === 'undefined') {
4846
4852
  var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : toString_1(_this__u8e3s4);
4847
4853
  return tmp1_elvis_lhs == null ? 'null' : tmp1_elvis_lhs;
4848
4854
  }
4849
- function plus_3(_this__u8e3s4, other) {
4855
+ function plus_4(_this__u8e3s4, other) {
4850
4856
  var tmp3_elvis_lhs = _this__u8e3s4 == null ? null : toString_1(_this__u8e3s4);
4851
4857
  var tmp = tmp3_elvis_lhs == null ? 'null' : tmp3_elvis_lhs;
4852
4858
  var tmp1_elvis_lhs = other == null ? null : toString_1(other);
@@ -11168,190 +11174,191 @@ if (typeof Math.imul === 'undefined') {
11168
11174
  _.$_$.z5 = mutableMapOf;
11169
11175
  _.$_$.a6 = plus_1;
11170
11176
  _.$_$.b6 = plus_2;
11171
- _.$_$.c6 = plus;
11172
- _.$_$.d6 = plus_0;
11173
- _.$_$.e6 = removeLastOrNull;
11174
- _.$_$.f6 = removeLast;
11175
- _.$_$.g6 = reversed;
11176
- _.$_$.h6 = setOf;
11177
- _.$_$.i6 = setOf_0;
11178
- _.$_$.j6 = single_0;
11179
- _.$_$.k6 = slice_0;
11180
- _.$_$.l6 = slice;
11181
- _.$_$.m6 = sortWith;
11182
- _.$_$.n6 = sortedWith;
11183
- _.$_$.o6 = sorted;
11184
- _.$_$.p6 = sort;
11185
- _.$_$.q6 = sum;
11186
- _.$_$.r6 = takeLast;
11187
- _.$_$.s6 = toBooleanArray;
11188
- _.$_$.t6 = toHashSet;
11189
- _.$_$.u6 = toList_1;
11190
- _.$_$.v6 = toList_0;
11191
- _.$_$.w6 = toList;
11192
- _.$_$.x6 = toMap;
11193
- _.$_$.y6 = toMutableList_0;
11194
- _.$_$.z6 = toMutableMap;
11195
- _.$_$.a7 = toSet_0;
11196
- _.$_$.b7 = toSet;
11197
- _.$_$.c7 = withDefault;
11198
- _.$_$.d7 = withIndex;
11199
- _.$_$.e7 = withIndex_0;
11200
- _.$_$.f7 = zip;
11201
- _.$_$.g7 = compareValues;
11202
- _.$_$.h7 = enumEntries;
11203
- _.$_$.i7 = println_0;
11204
- _.$_$.j7 = println;
11205
- _.$_$.k7 = print;
11206
- _.$_$.l7 = arrayIterator;
11207
- _.$_$.m7 = booleanArray;
11208
- _.$_$.n7 = captureStack;
11209
- _.$_$.o7 = charArrayOf;
11210
- _.$_$.p7 = charArray;
11211
- _.$_$.q7 = charSequenceGet;
11212
- _.$_$.r7 = charSequenceLength;
11213
- _.$_$.s7 = charSequenceSubSequence;
11214
- _.$_$.t7 = classMeta;
11215
- _.$_$.u7 = compareTo_0;
11216
- _.$_$.v7 = equals_0;
11217
- _.$_$.w7 = fillArrayVal;
11218
- _.$_$.x7 = getBooleanHashCode;
11219
- _.$_$.y7 = getNumberHashCode;
11220
- _.$_$.z7 = getPropertyCallableRef;
11221
- _.$_$.a8 = getStringHashCode;
11222
- _.$_$.b8 = hashCode;
11223
- _.$_$.c8 = interfaceMeta;
11224
- _.$_$.d8 = isArray;
11225
- _.$_$.e8 = isBooleanArray;
11226
- _.$_$.f8 = isByteArray;
11227
- _.$_$.g8 = isCharArray;
11228
- _.$_$.h8 = isCharSequence;
11229
- _.$_$.i8 = isDoubleArray;
11230
- _.$_$.j8 = isFloatArray;
11231
- _.$_$.k8 = isIntArray;
11232
- _.$_$.l8 = isInterface;
11233
- _.$_$.m8 = isLongArray;
11234
- _.$_$.n8 = isShortArray;
11235
- _.$_$.o8 = get_js;
11236
- _.$_$.p8 = json;
11237
- _.$_$.q8 = numberRangeToNumber;
11238
- _.$_$.r8 = numberToChar;
11239
- _.$_$.s8 = numberToDouble;
11240
- _.$_$.t8 = numberToInt;
11241
- _.$_$.u8 = numberToLong;
11242
- _.$_$.v8 = objectCreate;
11243
- _.$_$.w8 = objectMeta;
11244
- _.$_$.x8 = protoOf;
11245
- _.$_$.y8 = setMetadataFor;
11246
- _.$_$.z8 = toLong;
11247
- _.$_$.a9 = toString_1;
11248
- _.$_$.b9 = roundToInt;
11249
- _.$_$.c9 = withSign;
11250
- _.$_$.d9 = IntRange;
11251
- _.$_$.e9 = coerceAtLeast_1;
11252
- _.$_$.f9 = coerceAtLeast;
11253
- _.$_$.g9 = coerceAtLeast_0;
11254
- _.$_$.h9 = coerceAtMost;
11255
- _.$_$.i9 = coerceIn;
11256
- _.$_$.j9 = coerceIn_0;
11257
- _.$_$.k9 = until;
11258
- _.$_$.l9 = KClass;
11259
- _.$_$.m9 = KMutableProperty0;
11260
- _.$_$.n9 = KMutableProperty1;
11261
- _.$_$.o9 = KProperty0;
11262
- _.$_$.p9 = KProperty1;
11263
- _.$_$.q9 = KTypeParameter;
11264
- _.$_$.r9 = filter;
11265
- _.$_$.s9 = generateSequence_0;
11266
- _.$_$.t9 = generateSequence;
11267
- _.$_$.u9 = joinToString_1;
11268
- _.$_$.v9 = mapNotNull;
11269
- _.$_$.w9 = map;
11270
- _.$_$.x9 = maxOrNull_0;
11271
- _.$_$.y9 = toList_2;
11272
- _.$_$.z9 = Regex;
11273
- _.$_$.aa = chunked;
11274
- _.$_$.ba = commonPrefixWith;
11275
- _.$_$.ca = concatToString;
11276
- _.$_$.da = contains_5;
11277
- _.$_$.ea = contains_6;
11278
- _.$_$.fa = drop_0;
11279
- _.$_$.ga = endsWith;
11280
- _.$_$.ha = equals;
11281
- _.$_$.ia = firstOrNull_0;
11282
- _.$_$.ja = first_1;
11283
- _.$_$.ka = get;
11284
- _.$_$.la = indexOf_6;
11285
- _.$_$.ma = indexOf_5;
11286
- _.$_$.na = isBlank;
11287
- _.$_$.oa = isDigit;
11288
- _.$_$.pa = isHighSurrogate;
11289
- _.$_$.qa = isLowSurrogate;
11290
- _.$_$.ra = isLowerCase;
11291
- _.$_$.sa = isWhitespace;
11292
- _.$_$.ta = get_lastIndex_2;
11293
- _.$_$.ua = lastIndexOf;
11294
- _.$_$.va = matches;
11295
- _.$_$.wa = padStart;
11296
- _.$_$.xa = prependIndent;
11297
- _.$_$.ya = removePrefix;
11298
- _.$_$.za = removeSuffix;
11299
- _.$_$.ab = removeSurrounding;
11300
- _.$_$.bb = repeat;
11301
- _.$_$.cb = replace;
11302
- _.$_$.db = replace_0;
11303
- _.$_$.eb = slice_1;
11304
- _.$_$.fb = split_1;
11305
- _.$_$.gb = split;
11306
- _.$_$.hb = startsWith;
11307
- _.$_$.ib = startsWith_2;
11308
- _.$_$.jb = startsWith_1;
11309
- _.$_$.kb = substringBefore;
11310
- _.$_$.lb = take_1;
11311
- _.$_$.mb = titlecase;
11312
- _.$_$.nb = toIntOrNull;
11313
- _.$_$.ob = toInt_0;
11314
- _.$_$.pb = toInt;
11315
- _.$_$.qb = trimIndent;
11316
- _.$_$.rb = trimMargin;
11317
- _.$_$.sb = trimStart;
11318
- _.$_$.tb = trim;
11319
- _.$_$.ub = Duration;
11320
- _.$_$.vb = ArithmeticException;
11321
- _.$_$.wb = Char;
11322
- _.$_$.xb = ClassCastException;
11323
- _.$_$.yb = Comparable;
11324
- _.$_$.zb = Comparator;
11325
- _.$_$.ac = Enum;
11326
- _.$_$.bc = Exception;
11327
- _.$_$.cc = IllegalArgumentException;
11328
- _.$_$.dc = IllegalStateException;
11329
- _.$_$.ec = Long;
11330
- _.$_$.fc = Pair;
11331
- _.$_$.gc = Result;
11332
- _.$_$.hc = RuntimeException;
11333
- _.$_$.ic = THROW_CCE;
11334
- _.$_$.jc = Triple;
11335
- _.$_$.kc = UByteArray;
11336
- _.$_$.lc = UByte;
11337
- _.$_$.mc = UIntArray;
11338
- _.$_$.nc = UInt;
11339
- _.$_$.oc = ULongArray;
11340
- _.$_$.pc = ULong;
11341
- _.$_$.qc = UShortArray;
11342
- _.$_$.rc = UShort;
11343
- _.$_$.sc = Unit;
11344
- _.$_$.tc = addSuppressed;
11345
- _.$_$.uc = arrayOf;
11346
- _.$_$.vc = createFailure;
11347
- _.$_$.wc = ensureNotNull;
11348
- _.$_$.xc = isFinite_0;
11349
- _.$_$.yc = isFinite;
11350
- _.$_$.zc = lazy;
11351
- _.$_$.ad = lazy_0;
11352
- _.$_$.bd = noWhenBranchMatchedException;
11353
- _.$_$.cd = toString_0;
11354
- _.$_$.dd = to;
11177
+ _.$_$.c6 = plus_3;
11178
+ _.$_$.d6 = plus;
11179
+ _.$_$.e6 = plus_0;
11180
+ _.$_$.f6 = removeLastOrNull;
11181
+ _.$_$.g6 = removeLast;
11182
+ _.$_$.h6 = reversed;
11183
+ _.$_$.i6 = setOf;
11184
+ _.$_$.j6 = setOf_0;
11185
+ _.$_$.k6 = single_0;
11186
+ _.$_$.l6 = slice_0;
11187
+ _.$_$.m6 = slice;
11188
+ _.$_$.n6 = sortWith;
11189
+ _.$_$.o6 = sortedWith;
11190
+ _.$_$.p6 = sorted;
11191
+ _.$_$.q6 = sort;
11192
+ _.$_$.r6 = sum;
11193
+ _.$_$.s6 = takeLast;
11194
+ _.$_$.t6 = toBooleanArray;
11195
+ _.$_$.u6 = toHashSet;
11196
+ _.$_$.v6 = toList_1;
11197
+ _.$_$.w6 = toList_0;
11198
+ _.$_$.x6 = toList;
11199
+ _.$_$.y6 = toMap;
11200
+ _.$_$.z6 = toMutableList_0;
11201
+ _.$_$.a7 = toMutableMap;
11202
+ _.$_$.b7 = toSet_0;
11203
+ _.$_$.c7 = toSet;
11204
+ _.$_$.d7 = withDefault;
11205
+ _.$_$.e7 = withIndex;
11206
+ _.$_$.f7 = withIndex_0;
11207
+ _.$_$.g7 = zip;
11208
+ _.$_$.h7 = compareValues;
11209
+ _.$_$.i7 = enumEntries;
11210
+ _.$_$.j7 = println_0;
11211
+ _.$_$.k7 = println;
11212
+ _.$_$.l7 = print;
11213
+ _.$_$.m7 = arrayIterator;
11214
+ _.$_$.n7 = booleanArray;
11215
+ _.$_$.o7 = captureStack;
11216
+ _.$_$.p7 = charArrayOf;
11217
+ _.$_$.q7 = charArray;
11218
+ _.$_$.r7 = charSequenceGet;
11219
+ _.$_$.s7 = charSequenceLength;
11220
+ _.$_$.t7 = charSequenceSubSequence;
11221
+ _.$_$.u7 = classMeta;
11222
+ _.$_$.v7 = compareTo_0;
11223
+ _.$_$.w7 = equals_0;
11224
+ _.$_$.x7 = fillArrayVal;
11225
+ _.$_$.y7 = getBooleanHashCode;
11226
+ _.$_$.z7 = getNumberHashCode;
11227
+ _.$_$.a8 = getPropertyCallableRef;
11228
+ _.$_$.b8 = getStringHashCode;
11229
+ _.$_$.c8 = hashCode;
11230
+ _.$_$.d8 = interfaceMeta;
11231
+ _.$_$.e8 = isArray;
11232
+ _.$_$.f8 = isBooleanArray;
11233
+ _.$_$.g8 = isByteArray;
11234
+ _.$_$.h8 = isCharArray;
11235
+ _.$_$.i8 = isCharSequence;
11236
+ _.$_$.j8 = isDoubleArray;
11237
+ _.$_$.k8 = isFloatArray;
11238
+ _.$_$.l8 = isIntArray;
11239
+ _.$_$.m8 = isInterface;
11240
+ _.$_$.n8 = isLongArray;
11241
+ _.$_$.o8 = isShortArray;
11242
+ _.$_$.p8 = get_js;
11243
+ _.$_$.q8 = json;
11244
+ _.$_$.r8 = numberRangeToNumber;
11245
+ _.$_$.s8 = numberToChar;
11246
+ _.$_$.t8 = numberToDouble;
11247
+ _.$_$.u8 = numberToInt;
11248
+ _.$_$.v8 = numberToLong;
11249
+ _.$_$.w8 = objectCreate;
11250
+ _.$_$.x8 = objectMeta;
11251
+ _.$_$.y8 = protoOf;
11252
+ _.$_$.z8 = setMetadataFor;
11253
+ _.$_$.a9 = toLong;
11254
+ _.$_$.b9 = toString_1;
11255
+ _.$_$.c9 = roundToInt;
11256
+ _.$_$.d9 = withSign;
11257
+ _.$_$.e9 = IntRange;
11258
+ _.$_$.f9 = coerceAtLeast_1;
11259
+ _.$_$.g9 = coerceAtLeast;
11260
+ _.$_$.h9 = coerceAtLeast_0;
11261
+ _.$_$.i9 = coerceAtMost;
11262
+ _.$_$.j9 = coerceIn;
11263
+ _.$_$.k9 = coerceIn_0;
11264
+ _.$_$.l9 = until;
11265
+ _.$_$.m9 = KClass;
11266
+ _.$_$.n9 = KMutableProperty0;
11267
+ _.$_$.o9 = KMutableProperty1;
11268
+ _.$_$.p9 = KProperty0;
11269
+ _.$_$.q9 = KProperty1;
11270
+ _.$_$.r9 = KTypeParameter;
11271
+ _.$_$.s9 = filter;
11272
+ _.$_$.t9 = generateSequence_0;
11273
+ _.$_$.u9 = generateSequence;
11274
+ _.$_$.v9 = joinToString_1;
11275
+ _.$_$.w9 = mapNotNull;
11276
+ _.$_$.x9 = map;
11277
+ _.$_$.y9 = maxOrNull_0;
11278
+ _.$_$.z9 = toList_2;
11279
+ _.$_$.aa = Regex;
11280
+ _.$_$.ba = chunked;
11281
+ _.$_$.ca = commonPrefixWith;
11282
+ _.$_$.da = concatToString;
11283
+ _.$_$.ea = contains_5;
11284
+ _.$_$.fa = contains_6;
11285
+ _.$_$.ga = drop_0;
11286
+ _.$_$.ha = endsWith;
11287
+ _.$_$.ia = equals;
11288
+ _.$_$.ja = firstOrNull_0;
11289
+ _.$_$.ka = first_1;
11290
+ _.$_$.la = get;
11291
+ _.$_$.ma = indexOf_6;
11292
+ _.$_$.na = indexOf_5;
11293
+ _.$_$.oa = isBlank;
11294
+ _.$_$.pa = isDigit;
11295
+ _.$_$.qa = isHighSurrogate;
11296
+ _.$_$.ra = isLowSurrogate;
11297
+ _.$_$.sa = isLowerCase;
11298
+ _.$_$.ta = isWhitespace;
11299
+ _.$_$.ua = get_lastIndex_2;
11300
+ _.$_$.va = lastIndexOf;
11301
+ _.$_$.wa = matches;
11302
+ _.$_$.xa = padStart;
11303
+ _.$_$.ya = prependIndent;
11304
+ _.$_$.za = removePrefix;
11305
+ _.$_$.ab = removeSuffix;
11306
+ _.$_$.bb = removeSurrounding;
11307
+ _.$_$.cb = repeat;
11308
+ _.$_$.db = replace;
11309
+ _.$_$.eb = replace_0;
11310
+ _.$_$.fb = slice_1;
11311
+ _.$_$.gb = split_1;
11312
+ _.$_$.hb = split;
11313
+ _.$_$.ib = startsWith;
11314
+ _.$_$.jb = startsWith_2;
11315
+ _.$_$.kb = startsWith_1;
11316
+ _.$_$.lb = substringBefore;
11317
+ _.$_$.mb = take_1;
11318
+ _.$_$.nb = titlecase;
11319
+ _.$_$.ob = toIntOrNull;
11320
+ _.$_$.pb = toInt_0;
11321
+ _.$_$.qb = toInt;
11322
+ _.$_$.rb = trimIndent;
11323
+ _.$_$.sb = trimMargin;
11324
+ _.$_$.tb = trimStart;
11325
+ _.$_$.ub = trim;
11326
+ _.$_$.vb = Duration;
11327
+ _.$_$.wb = ArithmeticException;
11328
+ _.$_$.xb = Char;
11329
+ _.$_$.yb = ClassCastException;
11330
+ _.$_$.zb = Comparable;
11331
+ _.$_$.ac = Comparator;
11332
+ _.$_$.bc = Enum;
11333
+ _.$_$.cc = Exception;
11334
+ _.$_$.dc = IllegalArgumentException;
11335
+ _.$_$.ec = IllegalStateException;
11336
+ _.$_$.fc = Long;
11337
+ _.$_$.gc = Pair;
11338
+ _.$_$.hc = Result;
11339
+ _.$_$.ic = RuntimeException;
11340
+ _.$_$.jc = THROW_CCE;
11341
+ _.$_$.kc = Triple;
11342
+ _.$_$.lc = UByteArray;
11343
+ _.$_$.mc = UByte;
11344
+ _.$_$.nc = UIntArray;
11345
+ _.$_$.oc = UInt;
11346
+ _.$_$.pc = ULongArray;
11347
+ _.$_$.qc = ULong;
11348
+ _.$_$.rc = UShortArray;
11349
+ _.$_$.sc = UShort;
11350
+ _.$_$.tc = Unit;
11351
+ _.$_$.uc = addSuppressed;
11352
+ _.$_$.vc = arrayOf;
11353
+ _.$_$.wc = createFailure;
11354
+ _.$_$.xc = ensureNotNull;
11355
+ _.$_$.yc = isFinite_0;
11356
+ _.$_$.zc = isFinite;
11357
+ _.$_$.ad = lazy;
11358
+ _.$_$.bd = lazy_0;
11359
+ _.$_$.cd = noWhenBranchMatchedException;
11360
+ _.$_$.dd = toString_0;
11361
+ _.$_$.ed = to;
11355
11362
  //endregion
11356
11363
  return _;
11357
11364
  }(module.exports));