@cruglobal/godtools-shared 1.0.2-SNAPSHOT.1534 → 1.0.2-SNAPSHOT.1535

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.
@@ -68,8 +68,8 @@
68
68
  var toString_0 = kotlin_kotlin.$_$.s6;
69
69
  var hashCode = kotlin_kotlin.$_$.c6;
70
70
  var UnsupportedOperationException_init_$Create$_0 = kotlin_kotlin.$_$.r1;
71
- var Set = kotlin_kotlin.$_$.t2;
72
71
  var Collection = kotlin_kotlin.$_$.p2;
72
+ var Set = kotlin_kotlin.$_$.t2;
73
73
  var IllegalStateException_init_$Create$_0 = kotlin_kotlin.$_$.b1;
74
74
  var noWhenBranchMatchedException = kotlin_kotlin.$_$.m9;
75
75
  var copyOf_0 = kotlin_kotlin.$_$.g3;
@@ -156,12 +156,12 @@
156
156
  setMetadataFor(Companion_11, 'Companion', objectMeta);
157
157
  setMetadataFor(ATNConfig, 'ATNConfig', classMeta);
158
158
  setMetadataFor(Companion_12, 'Companion', objectMeta);
159
- setMetadataFor(Array2DHashSet, 'Array2DHashSet', classMeta, VOID, [Set, Collection], Array2DHashSet);
159
+ setMetadataFor(Array2DHashSet, 'Array2DHashSet', classMeta, VOID, [Collection, Set], Array2DHashSet);
160
160
  setMetadataFor(AbstractConfigHashSet, 'AbstractConfigHashSet', classMeta, Array2DHashSet);
161
161
  setMetadataFor(ConfigHashSet, 'ConfigHashSet', classMeta, AbstractConfigHashSet, VOID, ConfigHashSet);
162
162
  setMetadataFor(AbstractEqualityComparator, 'AbstractEqualityComparator', classMeta);
163
163
  setMetadataFor(ConfigEqualityComparator, 'ConfigEqualityComparator', classMeta, AbstractEqualityComparator);
164
- setMetadataFor(ATNConfigSet, 'ATNConfigSet', classMeta, VOID, [Set, Collection], ATNConfigSet);
164
+ setMetadataFor(ATNConfigSet, 'ATNConfigSet', classMeta, VOID, [Collection, Set], ATNConfigSet);
165
165
  setMetadataFor(Companion_13, 'Companion', objectMeta);
166
166
  setMetadataFor(ATNDeserializationOptions, 'ATNDeserializationOptions', classMeta, VOID, VOID, ATNDeserializationOptions_init_$Create$);
167
167
  setMetadataFor(Companion_14, 'Companion', objectMeta);
@@ -48,12 +48,6 @@ if (typeof Math.clz32 === 'undefined') {
48
48
  };
49
49
  }(Math.log, Math.LN2);
50
50
  }
51
- if (typeof String.prototype.startsWith === 'undefined') {
52
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
53
- position = position || 0;
54
- return this.lastIndexOf(searchString, position) === position;
55
- }});
56
- }
57
51
  if (typeof String.prototype.endsWith === 'undefined') {
58
52
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
59
53
  var subjectString = this.toString();
@@ -65,6 +59,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
65
59
  return lastIndex !== -1 && lastIndex === position;
66
60
  }});
67
61
  }
62
+ if (typeof String.prototype.startsWith === 'undefined') {
63
+ Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
64
+ position = position || 0;
65
+ return this.lastIndexOf(searchString, position) === position;
66
+ }});
67
+ }
68
68
  if (typeof Math.imul === 'undefined') {
69
69
  Math.imul = function imul(a, b) {
70
70
  return (a & 4.29490176E9) * (b & 65535) + (a & 65535) * (b | 0) | 0;
@@ -100,24 +100,24 @@ if (typeof Math.imul === 'undefined') {
100
100
  setMetadataFor(IteratorImpl, 'IteratorImpl', classMeta);
101
101
  setMetadataFor(ListIteratorImpl, 'ListIteratorImpl', classMeta, IteratorImpl);
102
102
  setMetadataFor(List, 'List', interfaceMeta, VOID, [Collection]);
103
- setMetadataFor(AbstractMutableList, 'AbstractMutableList', classMeta, AbstractMutableCollection, [AbstractMutableCollection, Collection, List]);
103
+ setMetadataFor(AbstractMutableList, 'AbstractMutableList', classMeta, AbstractMutableCollection, [AbstractMutableCollection, List, Collection]);
104
104
  setMetadataFor(Map_0, 'Map', interfaceMeta);
105
105
  setMetadataFor(AbstractMap, 'AbstractMap', classMeta, VOID, [Map_0]);
106
106
  setMetadataFor(AbstractMutableMap, 'AbstractMutableMap', classMeta, AbstractMap, [AbstractMap, Map_0]);
107
107
  setMetadataFor(Set, 'Set', interfaceMeta, VOID, [Collection]);
108
- setMetadataFor(AbstractMutableSet, 'AbstractMutableSet', classMeta, AbstractMutableCollection, [AbstractMutableCollection, Set, Collection]);
108
+ setMetadataFor(AbstractMutableSet, 'AbstractMutableSet', classMeta, AbstractMutableCollection, [AbstractMutableCollection, Collection, Set]);
109
109
  setMetadataFor(Companion, 'Companion', objectMeta);
110
- setMetadataFor(ArrayList, 'ArrayList', classMeta, AbstractMutableList, [AbstractMutableList, Collection, List], ArrayList_init_$Create$);
110
+ setMetadataFor(ArrayList, 'ArrayList', classMeta, AbstractMutableList, [AbstractMutableList, List, Collection], ArrayList_init_$Create$);
111
111
  setMetadataFor(HashMap, 'HashMap', classMeta, AbstractMutableMap, [AbstractMutableMap, Map_0], HashMap_init_$Create$);
112
- setMetadataFor(HashMapKeys, 'HashMapKeys', classMeta, AbstractMutableSet, [Set, Collection, AbstractMutableSet]);
112
+ setMetadataFor(HashMapKeys, 'HashMapKeys', classMeta, AbstractMutableSet, [Collection, Set, AbstractMutableSet]);
113
113
  setMetadataFor(HashMapValues, 'HashMapValues', classMeta, AbstractMutableCollection, [Collection, AbstractMutableCollection]);
114
- setMetadataFor(HashMapEntrySetBase, 'HashMapEntrySetBase', classMeta, AbstractMutableSet, [Set, Collection, AbstractMutableSet]);
114
+ setMetadataFor(HashMapEntrySetBase, 'HashMapEntrySetBase', classMeta, AbstractMutableSet, [Collection, Set, AbstractMutableSet]);
115
115
  setMetadataFor(HashMapEntrySet, 'HashMapEntrySet', classMeta, HashMapEntrySetBase);
116
116
  setMetadataFor(HashMapKeysDefault$iterator$1, VOID, classMeta);
117
117
  setMetadataFor(HashMapKeysDefault, 'HashMapKeysDefault', classMeta, AbstractMutableSet);
118
118
  setMetadataFor(HashMapValuesDefault$iterator$1, VOID, classMeta);
119
119
  setMetadataFor(HashMapValuesDefault, 'HashMapValuesDefault', classMeta, AbstractMutableCollection);
120
- setMetadataFor(HashSet, 'HashSet', classMeta, AbstractMutableSet, [AbstractMutableSet, Set, Collection], HashSet_init_$Create$);
120
+ setMetadataFor(HashSet, 'HashSet', classMeta, AbstractMutableSet, [AbstractMutableSet, Collection, Set], HashSet_init_$Create$);
121
121
  setMetadataFor(Companion_0, 'Companion', objectMeta);
122
122
  setMetadataFor(Itr, 'Itr', classMeta);
123
123
  setMetadataFor(KeysItr, 'KeysItr', classMeta, Itr);
@@ -166,7 +166,7 @@ if (typeof Math.imul === 'undefined') {
166
166
  setMetadataFor(EmptyHolder, 'EmptyHolder', objectMeta);
167
167
  setMetadataFor(LinkedHashMap, 'LinkedHashMap', classMeta, HashMap, [HashMap, Map_0], LinkedHashMap_init_$Create$);
168
168
  setMetadataFor(EmptyHolder_0, 'EmptyHolder', objectMeta);
169
- setMetadataFor(LinkedHashSet, 'LinkedHashSet', classMeta, HashSet, [HashSet, Set, Collection], LinkedHashSet_init_$Create$);
169
+ setMetadataFor(LinkedHashSet, 'LinkedHashSet', classMeta, HashSet, [HashSet, Collection, Set], LinkedHashSet_init_$Create$);
170
170
  setMetadataFor(BaseOutput, 'BaseOutput', classMeta);
171
171
  setMetadataFor(NodeJsOutput, 'NodeJsOutput', classMeta, BaseOutput);
172
172
  setMetadataFor(BufferedOutput, 'BufferedOutput', classMeta, BaseOutput, VOID, BufferedOutput);