@cruglobal/godtools-shared 1.2.0-SNAPSHOT.1760 → 1.2.0-SNAPSHOT.1761

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 hashCode = kotlin_kotlin.$_$.d6;
70
70
  var UnsupportedOperationException_init_$Create$_0 = kotlin_kotlin.$_$.s1;
71
71
  var asJsReadonlySetView = kotlin_kotlin.$_$.u2;
72
- var KtSet = kotlin_kotlin.$_$.v2;
73
72
  var Collection = kotlin_kotlin.$_$.o2;
73
+ var KtSet = kotlin_kotlin.$_$.v2;
74
74
  var IllegalStateException_init_$Create$_0 = kotlin_kotlin.$_$.c1;
75
75
  var noWhenBranchMatchedException = kotlin_kotlin.$_$.o9;
76
76
  var copyOfRange = kotlin_kotlin.$_$.g3;
@@ -160,12 +160,12 @@
160
160
  initMetadataForClass(ATN, 'ATN');
161
161
  initMetadataForCompanion(Companion_8);
162
162
  initMetadataForClass(ATNConfig, 'ATNConfig');
163
- initMetadataForClass(Array2DHashSet, 'Array2DHashSet', Array2DHashSet, VOID, [KtSet, Collection]);
163
+ initMetadataForClass(Array2DHashSet, 'Array2DHashSet', Array2DHashSet, VOID, [Collection, KtSet]);
164
164
  initMetadataForClass(AbstractConfigHashSet, 'AbstractConfigHashSet', VOID, Array2DHashSet);
165
165
  initMetadataForClass(ConfigHashSet, 'ConfigHashSet', ConfigHashSet, AbstractConfigHashSet);
166
166
  initMetadataForClass(AbstractEqualityComparator, 'AbstractEqualityComparator');
167
167
  initMetadataForObject(ConfigEqualityComparator, 'ConfigEqualityComparator', VOID, AbstractEqualityComparator);
168
- initMetadataForClass(ATNConfigSet, 'ATNConfigSet', ATNConfigSet, VOID, [KtSet, Collection]);
168
+ initMetadataForClass(ATNConfigSet, 'ATNConfigSet', ATNConfigSet, VOID, [Collection, KtSet]);
169
169
  initMetadataForCompanion(Companion_9);
170
170
  initMetadataForClass(ATNDeserializationOptions, 'ATNDeserializationOptions', ATNDeserializationOptions_init_$Create$);
171
171
  initMetadataForCompanion(Companion_10);
@@ -46,11 +46,6 @@ if (typeof Array.prototype.fill === 'undefined') {
46
46
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
47
47
  }
48
48
  });
49
- if (typeof Math.log2 === 'undefined') {
50
- Math.log2 = function (x) {
51
- return Math.log(x) * Math.LOG2E;
52
- };
53
- }
54
49
  if (typeof Math.clz32 === 'undefined') {
55
50
  Math.clz32 = function (log, LN2) {
56
51
  return function (x) {
@@ -62,6 +57,11 @@ if (typeof Math.clz32 === 'undefined') {
62
57
  };
63
58
  }(Math.log, Math.LN2);
64
59
  }
60
+ if (typeof Math.log2 === 'undefined') {
61
+ Math.log2 = function (x) {
62
+ return Math.log(x) * Math.LOG2E;
63
+ };
64
+ }
65
65
  if (typeof String.prototype.startsWith === 'undefined') {
66
66
  Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
67
67
  position = position || 0;
@@ -128,23 +128,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
128
128
  initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection]);
129
129
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
130
130
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
131
- initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtList, Collection]);
131
+ initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, KtList]);
132
132
  initMetadataForClass(SubList, 'SubList', VOID, AbstractMutableList);
133
133
  initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
134
134
  initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [AbstractMap, KtMap]);
135
- initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtSet, Collection]);
135
+ initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, KtSet]);
136
136
  initMetadataForCompanion(Companion_4);
137
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtList, Collection]);
137
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, Collection, KtList]);
138
138
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
139
- initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
139
+ initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [Collection, KtSet, AbstractMutableSet]);
140
140
  initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, AbstractMutableCollection]);
141
- initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
141
+ initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [Collection, KtSet, AbstractMutableSet]);
142
142
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
143
143
  initMetadataForClass(HashMapKeysDefault$iterator$1);
144
144
  initMetadataForClass(HashMapKeysDefault, 'HashMapKeysDefault', VOID, AbstractMutableSet);
145
145
  initMetadataForClass(HashMapValuesDefault$iterator$1);
146
146
  initMetadataForClass(HashMapValuesDefault, 'HashMapValuesDefault', VOID, AbstractMutableCollection);
147
- initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [AbstractMutableSet, KtSet, Collection]);
147
+ initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [AbstractMutableSet, Collection, KtSet]);
148
148
  initMetadataForCompanion(Companion_5);
149
149
  initMetadataForClass(Itr, 'Itr');
150
150
  initMetadataForClass(KeysItr, 'KeysItr', VOID, Itr);
@@ -191,7 +191,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
191
191
  initMetadataForObject(EmptyHolder, 'EmptyHolder');
192
192
  initMetadataForClass(LinkedHashMap, 'LinkedHashMap', LinkedHashMap_init_$Create$, HashMap, [HashMap, KtMap]);
193
193
  initMetadataForObject(EmptyHolder_0, 'EmptyHolder');
194
- initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [HashSet, KtSet, Collection]);
194
+ initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [HashSet, Collection, KtSet]);
195
195
  initMetadataForClass(BaseOutput, 'BaseOutput');
196
196
  initMetadataForClass(NodeJsOutput, 'NodeJsOutput', VOID, BaseOutput);
197
197
  initMetadataForClass(BufferedOutput, 'BufferedOutput', BufferedOutput, BaseOutput);