git-digger 2.3.1 → 2.4.1

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.
@@ -37,6 +37,11 @@ if (typeof Array.prototype.fill === 'undefined') {
37
37
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
38
38
  }
39
39
  });
40
+ if (typeof Math.log2 === 'undefined') {
41
+ Math.log2 = function (x) {
42
+ return Math.log(x) * Math.LOG2E;
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.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;
@@ -95,8 +95,8 @@ if (typeof String.prototype.endsWith === 'undefined') {
95
95
  initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
96
96
  initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
97
97
  initMetadataForInterface(MutableIterable, 'MutableIterable');
98
- initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
99
- initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
98
+ initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
99
+ initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
100
100
  initMetadataForCompanion(Companion_0);
101
101
  initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
102
102
  initMetadataForCompanion(Companion_1);
@@ -114,7 +114,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
114
114
  initMetadataForInterface(Comparator, 'Comparator');
115
115
  initMetadataForObject(Unit, 'Unit');
116
116
  initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
117
- initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [Collection, MutableIterable]);
117
+ initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [MutableIterable, Collection]);
118
118
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
119
119
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
120
120
  initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [KtMutableList]);
@@ -127,7 +127,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
127
127
  initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [KtMutableList, RandomAccess]);
128
128
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [KtMutableMap]);
129
129
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet]);
130
- initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable]);
130
+ initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection]);
131
131
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet]);
132
132
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
133
133
  initMetadataForClass(HashMapKeysDefault$iterator$1);
@@ -13915,167 +13915,168 @@ if (typeof String.prototype.endsWith === 'undefined') {
13915
13915
  _.$_$.w8 = charSequenceLength;
13916
13916
  _.$_$.x8 = charSequenceSubSequence;
13917
13917
  _.$_$.y8 = compareTo;
13918
- _.$_$.z8 = equals;
13919
- _.$_$.a9 = getBooleanHashCode;
13920
- _.$_$.b9 = getNumberHashCode;
13921
- _.$_$.c9 = getPropertyCallableRef;
13922
- _.$_$.d9 = getStringHashCode;
13923
- _.$_$.e9 = hashCode_0;
13924
- _.$_$.f9 = initMetadataForClass;
13925
- _.$_$.g9 = initMetadataForCompanion;
13926
- _.$_$.h9 = initMetadataForCoroutine;
13927
- _.$_$.i9 = initMetadataForInterface;
13928
- _.$_$.j9 = initMetadataForLambda;
13929
- _.$_$.k9 = initMetadataForObject;
13930
- _.$_$.l9 = isArray;
13931
- _.$_$.m9 = isBooleanArray;
13932
- _.$_$.n9 = isByteArray;
13933
- _.$_$.o9 = isCharArray;
13934
- _.$_$.p9 = isCharSequence;
13935
- _.$_$.q9 = isDoubleArray;
13936
- _.$_$.r9 = isFloatArray;
13937
- _.$_$.s9 = isIntArray;
13938
- _.$_$.t9 = isInterface;
13939
- _.$_$.u9 = isShortArray;
13940
- _.$_$.v9 = get_js;
13941
- _.$_$.w9 = json;
13942
- _.$_$.x9 = longArray;
13943
- _.$_$.y9 = numberRangeToNumber;
13944
- _.$_$.z9 = numberToChar;
13945
- _.$_$.aa = numberToDouble;
13946
- _.$_$.ba = numberToInt;
13947
- _.$_$.ca = objectCreate;
13948
- _.$_$.da = protoOf;
13949
- _.$_$.ea = toByte;
13950
- _.$_$.fa = toString_1;
13951
- _.$_$.ga = roundToInt;
13952
- _.$_$.ha = withSign;
13953
- _.$_$.ia = ClosedRange;
13954
- _.$_$.ja = coerceAtLeast_0;
13955
- _.$_$.ka = coerceAtLeast;
13956
- _.$_$.la = coerceAtLeast_1;
13957
- _.$_$.ma = coerceAtMost;
13958
- _.$_$.na = coerceIn;
13959
- _.$_$.oa = coerceIn_0;
13960
- _.$_$.pa = contains_6;
13961
- _.$_$.qa = step;
13962
- _.$_$.ra = until;
13963
- _.$_$.sa = createInvariantKTypeProjection;
13964
- _.$_$.ta = createKType;
13965
- _.$_$.ua = getKClassFromExpression;
13966
- _.$_$.va = getKClass;
13967
- _.$_$.wa = KClass;
13968
- _.$_$.xa = KMutableProperty1;
13969
- _.$_$.ya = KProperty1;
13970
- _.$_$.za = KTypeParameter;
13971
- _.$_$.ab = SequenceScope;
13972
- _.$_$.bb = Sequence;
13973
- _.$_$.cb = filter;
13974
- _.$_$.db = firstOrNull_0;
13975
- _.$_$.eb = generateSequence;
13976
- _.$_$.fb = generateSequence_0;
13977
- _.$_$.gb = joinToString_1;
13978
- _.$_$.hb = last_2;
13979
- _.$_$.ib = mapNotNull;
13980
- _.$_$.jb = map;
13981
- _.$_$.kb = maxOrNull_0;
13982
- _.$_$.lb = onEach;
13983
- _.$_$.mb = sequence;
13984
- _.$_$.nb = toList_2;
13985
- _.$_$.ob = Regex;
13986
- _.$_$.pb = chunked;
13987
- _.$_$.qb = commonPrefixWith;
13988
- _.$_$.rb = contains_8;
13989
- _.$_$.sb = contains_7;
13990
- _.$_$.tb = drop_0;
13991
- _.$_$.ub = endsWith;
13992
- _.$_$.vb = equals_0;
13993
- _.$_$.wb = firstOrNull_1;
13994
- _.$_$.xb = first_1;
13995
- _.$_$.yb = get;
13996
- _.$_$.zb = indexOf_6;
13997
- _.$_$.ac = indexOf_5;
13998
- _.$_$.bc = isBlank;
13999
- _.$_$.cc = isDigit;
14000
- _.$_$.dc = isWhitespace;
14001
- _.$_$.ec = get_lastIndex_4;
14002
- _.$_$.fc = lastIndexOf;
14003
- _.$_$.gc = lineSequence;
14004
- _.$_$.hc = prependIndent;
14005
- _.$_$.ic = removeSuffix;
14006
- _.$_$.jc = repeat;
14007
- _.$_$.kc = replace;
14008
- _.$_$.lc = replace_0;
14009
- _.$_$.mc = single_2;
14010
- _.$_$.nc = slice_0;
14011
- _.$_$.oc = split;
14012
- _.$_$.pc = startsWith;
14013
- _.$_$.qc = startsWith_1;
14014
- _.$_$.rc = substringAfter;
14015
- _.$_$.sc = substringBefore_0;
14016
- _.$_$.tc = substringBefore;
14017
- _.$_$.uc = substring_0;
14018
- _.$_$.vc = substring;
14019
- _.$_$.wc = take_0;
14020
- _.$_$.xc = toBooleanStrictOrNull;
14021
- _.$_$.yc = toDoubleOrNull;
14022
- _.$_$.zc = toDouble;
14023
- _.$_$.ad = toIntOrNull;
14024
- _.$_$.bd = toInt;
14025
- _.$_$.cd = toInt_0;
14026
- _.$_$.dd = toLongOrNull;
14027
- _.$_$.ed = toUByte;
14028
- _.$_$.fd = toUInt;
14029
- _.$_$.gd = toULongOrNull;
14030
- _.$_$.hd = toULong;
14031
- _.$_$.id = toUShort;
14032
- _.$_$.jd = trimIndent;
14033
- _.$_$.kd = trimMargin;
14034
- _.$_$.ld = trimStart;
14035
- _.$_$.md = trim;
14036
- _.$_$.nd = Duration;
14037
- _.$_$.od = Instant;
14038
- _.$_$.pd = Uuid;
14039
- _.$_$.qd = Char;
14040
- _.$_$.rd = ClassCastException;
14041
- _.$_$.sd = Comparator;
14042
- _.$_$.td = DeepRecursiveFunction;
14043
- _.$_$.ud = DeepRecursiveScope;
14044
- _.$_$.vd = Enum;
14045
- _.$_$.wd = Exception;
14046
- _.$_$.xd = IllegalArgumentException;
14047
- _.$_$.yd = IllegalStateException;
14048
- _.$_$.zd = Long;
14049
- _.$_$.ae = Pair;
14050
- _.$_$.be = Result;
14051
- _.$_$.ce = RuntimeException;
14052
- _.$_$.de = THROW_CCE;
14053
- _.$_$.ee = Triple;
14054
- _.$_$.fe = UByteArray;
14055
- _.$_$.ge = UByte;
14056
- _.$_$.he = UIntArray;
14057
- _.$_$.ie = UInt;
14058
- _.$_$.je = ULongArray;
14059
- _.$_$.ke = ULong;
14060
- _.$_$.le = UShortArray;
14061
- _.$_$.me = UShort;
14062
- _.$_$.ne = Unit;
14063
- _.$_$.oe = addSuppressed;
14064
- _.$_$.pe = arrayOf;
14065
- _.$_$.qe = closeFinally;
14066
- _.$_$.re = countTrailingZeroBits;
14067
- _.$_$.se = createFailure;
14068
- _.$_$.te = ensureNotNull;
14069
- _.$_$.ue = invoke;
14070
- _.$_$.ve = isFinite;
14071
- _.$_$.we = isFinite_0;
14072
- _.$_$.xe = lazy_0;
14073
- _.$_$.ye = lazy;
14074
- _.$_$.ze = noWhenBranchMatchedException;
14075
- _.$_$.af = plus_3;
14076
- _.$_$.bf = toList_3;
14077
- _.$_$.cf = toString_0;
14078
- _.$_$.df = to;
13918
+ _.$_$.z8 = defineProp;
13919
+ _.$_$.a9 = equals;
13920
+ _.$_$.b9 = getBooleanHashCode;
13921
+ _.$_$.c9 = getNumberHashCode;
13922
+ _.$_$.d9 = getPropertyCallableRef;
13923
+ _.$_$.e9 = getStringHashCode;
13924
+ _.$_$.f9 = hashCode_0;
13925
+ _.$_$.g9 = initMetadataForClass;
13926
+ _.$_$.h9 = initMetadataForCompanion;
13927
+ _.$_$.i9 = initMetadataForCoroutine;
13928
+ _.$_$.j9 = initMetadataForInterface;
13929
+ _.$_$.k9 = initMetadataForLambda;
13930
+ _.$_$.l9 = initMetadataForObject;
13931
+ _.$_$.m9 = isArray;
13932
+ _.$_$.n9 = isBooleanArray;
13933
+ _.$_$.o9 = isByteArray;
13934
+ _.$_$.p9 = isCharArray;
13935
+ _.$_$.q9 = isCharSequence;
13936
+ _.$_$.r9 = isDoubleArray;
13937
+ _.$_$.s9 = isFloatArray;
13938
+ _.$_$.t9 = isIntArray;
13939
+ _.$_$.u9 = isInterface;
13940
+ _.$_$.v9 = isShortArray;
13941
+ _.$_$.w9 = get_js;
13942
+ _.$_$.x9 = json;
13943
+ _.$_$.y9 = longArray;
13944
+ _.$_$.z9 = numberRangeToNumber;
13945
+ _.$_$.aa = numberToChar;
13946
+ _.$_$.ba = numberToDouble;
13947
+ _.$_$.ca = numberToInt;
13948
+ _.$_$.da = objectCreate;
13949
+ _.$_$.ea = protoOf;
13950
+ _.$_$.fa = toByte;
13951
+ _.$_$.ga = toString_1;
13952
+ _.$_$.ha = roundToInt;
13953
+ _.$_$.ia = withSign;
13954
+ _.$_$.ja = ClosedRange;
13955
+ _.$_$.ka = coerceAtLeast_0;
13956
+ _.$_$.la = coerceAtLeast;
13957
+ _.$_$.ma = coerceAtLeast_1;
13958
+ _.$_$.na = coerceAtMost;
13959
+ _.$_$.oa = coerceIn;
13960
+ _.$_$.pa = coerceIn_0;
13961
+ _.$_$.qa = contains_6;
13962
+ _.$_$.ra = step;
13963
+ _.$_$.sa = until;
13964
+ _.$_$.ta = createInvariantKTypeProjection;
13965
+ _.$_$.ua = createKType;
13966
+ _.$_$.va = getKClassFromExpression;
13967
+ _.$_$.wa = getKClass;
13968
+ _.$_$.xa = KClass;
13969
+ _.$_$.ya = KMutableProperty1;
13970
+ _.$_$.za = KProperty1;
13971
+ _.$_$.ab = KTypeParameter;
13972
+ _.$_$.bb = SequenceScope;
13973
+ _.$_$.cb = Sequence;
13974
+ _.$_$.db = filter;
13975
+ _.$_$.eb = firstOrNull_0;
13976
+ _.$_$.fb = generateSequence;
13977
+ _.$_$.gb = generateSequence_0;
13978
+ _.$_$.hb = joinToString_1;
13979
+ _.$_$.ib = last_2;
13980
+ _.$_$.jb = mapNotNull;
13981
+ _.$_$.kb = map;
13982
+ _.$_$.lb = maxOrNull_0;
13983
+ _.$_$.mb = onEach;
13984
+ _.$_$.nb = sequence;
13985
+ _.$_$.ob = toList_2;
13986
+ _.$_$.pb = Regex;
13987
+ _.$_$.qb = chunked;
13988
+ _.$_$.rb = commonPrefixWith;
13989
+ _.$_$.sb = contains_8;
13990
+ _.$_$.tb = contains_7;
13991
+ _.$_$.ub = drop_0;
13992
+ _.$_$.vb = endsWith;
13993
+ _.$_$.wb = equals_0;
13994
+ _.$_$.xb = firstOrNull_1;
13995
+ _.$_$.yb = first_1;
13996
+ _.$_$.zb = get;
13997
+ _.$_$.ac = indexOf_6;
13998
+ _.$_$.bc = indexOf_5;
13999
+ _.$_$.cc = isBlank;
14000
+ _.$_$.dc = isDigit;
14001
+ _.$_$.ec = isWhitespace;
14002
+ _.$_$.fc = get_lastIndex_4;
14003
+ _.$_$.gc = lastIndexOf;
14004
+ _.$_$.hc = lineSequence;
14005
+ _.$_$.ic = prependIndent;
14006
+ _.$_$.jc = removeSuffix;
14007
+ _.$_$.kc = repeat;
14008
+ _.$_$.lc = replace;
14009
+ _.$_$.mc = replace_0;
14010
+ _.$_$.nc = single_2;
14011
+ _.$_$.oc = slice_0;
14012
+ _.$_$.pc = split;
14013
+ _.$_$.qc = startsWith;
14014
+ _.$_$.rc = startsWith_1;
14015
+ _.$_$.sc = substringAfter;
14016
+ _.$_$.tc = substringBefore_0;
14017
+ _.$_$.uc = substringBefore;
14018
+ _.$_$.vc = substring_0;
14019
+ _.$_$.wc = substring;
14020
+ _.$_$.xc = take_0;
14021
+ _.$_$.yc = toBooleanStrictOrNull;
14022
+ _.$_$.zc = toDoubleOrNull;
14023
+ _.$_$.ad = toDouble;
14024
+ _.$_$.bd = toIntOrNull;
14025
+ _.$_$.cd = toInt;
14026
+ _.$_$.dd = toInt_0;
14027
+ _.$_$.ed = toLongOrNull;
14028
+ _.$_$.fd = toUByte;
14029
+ _.$_$.gd = toUInt;
14030
+ _.$_$.hd = toULongOrNull;
14031
+ _.$_$.id = toULong;
14032
+ _.$_$.jd = toUShort;
14033
+ _.$_$.kd = trimIndent;
14034
+ _.$_$.ld = trimMargin;
14035
+ _.$_$.md = trimStart;
14036
+ _.$_$.nd = trim;
14037
+ _.$_$.od = Duration;
14038
+ _.$_$.pd = Instant;
14039
+ _.$_$.qd = Uuid;
14040
+ _.$_$.rd = Char;
14041
+ _.$_$.sd = ClassCastException;
14042
+ _.$_$.td = Comparator;
14043
+ _.$_$.ud = DeepRecursiveFunction;
14044
+ _.$_$.vd = DeepRecursiveScope;
14045
+ _.$_$.wd = Enum;
14046
+ _.$_$.xd = Exception;
14047
+ _.$_$.yd = IllegalArgumentException;
14048
+ _.$_$.zd = IllegalStateException;
14049
+ _.$_$.ae = Long;
14050
+ _.$_$.be = Pair;
14051
+ _.$_$.ce = Result;
14052
+ _.$_$.de = RuntimeException;
14053
+ _.$_$.ee = THROW_CCE;
14054
+ _.$_$.fe = Triple;
14055
+ _.$_$.ge = UByteArray;
14056
+ _.$_$.he = UByte;
14057
+ _.$_$.ie = UIntArray;
14058
+ _.$_$.je = UInt;
14059
+ _.$_$.ke = ULongArray;
14060
+ _.$_$.le = ULong;
14061
+ _.$_$.me = UShortArray;
14062
+ _.$_$.ne = UShort;
14063
+ _.$_$.oe = Unit;
14064
+ _.$_$.pe = addSuppressed;
14065
+ _.$_$.qe = arrayOf;
14066
+ _.$_$.re = closeFinally;
14067
+ _.$_$.se = countTrailingZeroBits;
14068
+ _.$_$.te = createFailure;
14069
+ _.$_$.ue = ensureNotNull;
14070
+ _.$_$.ve = invoke;
14071
+ _.$_$.we = isFinite;
14072
+ _.$_$.xe = isFinite_0;
14073
+ _.$_$.ye = lazy_0;
14074
+ _.$_$.ze = lazy;
14075
+ _.$_$.af = noWhenBranchMatchedException;
14076
+ _.$_$.bf = plus_3;
14077
+ _.$_$.cf = toList_3;
14078
+ _.$_$.df = toString_0;
14079
+ _.$_$.ef = to;
14079
14080
  //endregion
14080
14081
  return _;
14081
14082
  }(module.exports));