@cruglobal/godtools-shared 1.0.2-SNAPSHOT.1558 → 1.0.2-SNAPSHOT.1560

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.
@@ -69,8 +69,8 @@
69
69
  var toString_0 = kotlin_kotlin.$_$.x6;
70
70
  var hashCode = kotlin_kotlin.$_$.h6;
71
71
  var UnsupportedOperationException_init_$Create$_0 = kotlin_kotlin.$_$.s1;
72
- var Set = kotlin_kotlin.$_$.x2;
73
72
  var Collection = kotlin_kotlin.$_$.s2;
73
+ var Set = kotlin_kotlin.$_$.x2;
74
74
  var IllegalStateException_init_$Create$_0 = kotlin_kotlin.$_$.c1;
75
75
  var noWhenBranchMatchedException = kotlin_kotlin.$_$.s9;
76
76
  var copyOfRange = kotlin_kotlin.$_$.i3;
@@ -162,12 +162,12 @@
162
162
  setMetadataFor(ATN, 'ATN', classMeta);
163
163
  setMetadataFor(Companion_11, 'Companion', objectMeta);
164
164
  setMetadataFor(ATNConfig, 'ATNConfig', classMeta);
165
- setMetadataFor(Array2DHashSet, 'Array2DHashSet', classMeta, VOID, [Set, Collection], Array2DHashSet);
165
+ setMetadataFor(Array2DHashSet, 'Array2DHashSet', classMeta, VOID, [Collection, Set], Array2DHashSet);
166
166
  setMetadataFor(AbstractConfigHashSet, 'AbstractConfigHashSet', classMeta, Array2DHashSet);
167
167
  setMetadataFor(ConfigHashSet, 'ConfigHashSet', classMeta, AbstractConfigHashSet, VOID, ConfigHashSet);
168
168
  setMetadataFor(AbstractEqualityComparator, 'AbstractEqualityComparator', classMeta);
169
169
  setMetadataFor(ConfigEqualityComparator, 'ConfigEqualityComparator', objectMeta, AbstractEqualityComparator);
170
- setMetadataFor(ATNConfigSet, 'ATNConfigSet', classMeta, VOID, [Set, Collection], ATNConfigSet);
170
+ setMetadataFor(ATNConfigSet, 'ATNConfigSet', classMeta, VOID, [Collection, Set], ATNConfigSet);
171
171
  setMetadataFor(Companion_12, 'Companion', objectMeta);
172
172
  setMetadataFor(ATNDeserializationOptions, 'ATNDeserializationOptions', classMeta, VOID, VOID, ATNDeserializationOptions_init_$Create$);
173
173
  setMetadataFor(Companion_13, '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;
@@ -105,19 +105,19 @@ if (typeof Math.imul === 'undefined') {
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
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);
@@ -167,7 +167,7 @@ if (typeof Math.imul === 'undefined') {
167
167
  setMetadataFor(EmptyHolder, 'EmptyHolder', objectMeta);
168
168
  setMetadataFor(LinkedHashMap, 'LinkedHashMap', classMeta, HashMap, [HashMap, Map_0], LinkedHashMap_init_$Create$);
169
169
  setMetadataFor(EmptyHolder_0, 'EmptyHolder', objectMeta);
170
- setMetadataFor(LinkedHashSet, 'LinkedHashSet', classMeta, HashSet, [HashSet, Set, Collection], LinkedHashSet_init_$Create$);
170
+ setMetadataFor(LinkedHashSet, 'LinkedHashSet', classMeta, HashSet, [HashSet, Collection, Set], LinkedHashSet_init_$Create$);
171
171
  setMetadataFor(BaseOutput, 'BaseOutput', classMeta);
172
172
  setMetadataFor(NodeJsOutput, 'NodeJsOutput', classMeta, BaseOutput);
173
173
  setMetadataFor(BufferedOutput, 'BufferedOutput', classMeta, BaseOutput, VOID, BufferedOutput);