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

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.
package/kotlin-js.js CHANGED
@@ -59,17 +59,17 @@
59
59
  return iterator(iteratorFor$slambda_0(source, null));
60
60
  }
61
61
  function iteratorFor$slambda($source, resultContinuation) {
62
- this.o1t_1 = $source;
62
+ this.e1n_1 = $source;
63
63
  CoroutineImpl.call(this, resultContinuation);
64
64
  }
65
- protoOf(iteratorFor$slambda).t1t = function ($this$iterator, $completion) {
66
- var tmp = this.u1t($this$iterator, $completion);
65
+ protoOf(iteratorFor$slambda).j1n = function ($this$iterator, $completion) {
66
+ var tmp = this.k1n($this$iterator, $completion);
67
67
  tmp.i8_1 = Unit_instance;
68
68
  tmp.j8_1 = null;
69
69
  return tmp.o8();
70
70
  };
71
71
  protoOf(iteratorFor$slambda).w8 = function (p1, $completion) {
72
- return this.t1t(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
72
+ return this.j1n(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
73
73
  };
74
74
  protoOf(iteratorFor$slambda).o8 = function () {
75
75
  var suspendResult = this.i8_1;
@@ -83,22 +83,22 @@
83
83
  continue $sm;
84
84
  case 1:
85
85
  var tmp_0 = this;
86
- var tmp_1 = this.o1t_1.next();
87
- tmp_0.q1t_1 = tmp_1 instanceof constructor ? tmp_1 : null;
88
- if (this.q1t_1 == null) {
86
+ var tmp_1 = this.e1n_1.next();
87
+ tmp_0.g1n_1 = tmp_1 instanceof constructor ? tmp_1 : null;
88
+ if (this.g1n_1 == null) {
89
89
  this.g8_1 = 4;
90
90
  var tmp_2 = this;
91
91
  continue $sm;
92
92
  } else {
93
- this.r1t_1 = this.q1t_1;
93
+ this.h1n_1 = this.g1n_1;
94
94
  this.g8_1 = 2;
95
95
  continue $sm;
96
96
  }
97
97
 
98
98
  case 2:
99
- this.s1t_1 = this.r1t_1;
99
+ this.i1n_1 = this.h1n_1;
100
100
  this.g8_1 = 3;
101
- suspendResult = this.p1t_1.ve(this.s1t_1.value, this);
101
+ suspendResult = this.f1n_1.ve(this.i1n_1.value, this);
102
102
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
103
103
  return suspendResult;
104
104
  }
@@ -123,15 +123,15 @@
123
123
  }
124
124
  while (true);
125
125
  };
126
- protoOf(iteratorFor$slambda).u1t = function ($this$iterator, completion) {
127
- var i = new iteratorFor$slambda(this.o1t_1, completion);
128
- i.p1t_1 = $this$iterator;
126
+ protoOf(iteratorFor$slambda).k1n = function ($this$iterator, completion) {
127
+ var i = new iteratorFor$slambda(this.e1n_1, completion);
128
+ i.f1n_1 = $this$iterator;
129
129
  return i;
130
130
  };
131
131
  function iteratorFor$slambda_0($source, resultContinuation) {
132
132
  var i = new iteratorFor$slambda($source, resultContinuation);
133
133
  var l = function ($this$iterator, $completion) {
134
- return i.t1t($this$iterator, $completion);
134
+ return i.j1n($this$iterator, $completion);
135
135
  };
136
136
  l.$arity = 1;
137
137
  return l;
@@ -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, Collection, KtList]);
131
+ initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtList, Collection]);
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, Collection, KtSet]);
135
+ initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtSet, Collection]);
136
136
  initMetadataForCompanion(Companion_4);
137
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, Collection, KtList]);
137
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtList, Collection]);
138
138
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
139
- initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [Collection, KtSet, AbstractMutableSet]);
139
+ initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
140
140
  initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, AbstractMutableCollection]);
141
- initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [Collection, KtSet, AbstractMutableSet]);
141
+ initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtSet, Collection, 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, Collection, KtSet]);
147
+ initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [AbstractMutableSet, KtSet, Collection]);
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, Collection, KtSet]);
194
+ initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [HashSet, KtSet, Collection]);
195
195
  initMetadataForClass(BaseOutput, 'BaseOutput');
196
196
  initMetadataForClass(NodeJsOutput, 'NodeJsOutput', VOID, BaseOutput);
197
197
  initMetadataForClass(BufferedOutput, 'BufferedOutput', BufferedOutput, BaseOutput);
@@ -6051,9 +6051,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
6051
6051
  function isHighSurrogate(_this__u8e3s4) {
6052
6052
  return _Char___init__impl__6a9atx(55296) <= _this__u8e3s4 ? _this__u8e3s4 <= _Char___init__impl__6a9atx(56319) : false;
6053
6053
  }
6054
- function isWhitespace(_this__u8e3s4) {
6055
- return isWhitespaceImpl(_this__u8e3s4);
6056
- }
6057
6054
  function isLetter(_this__u8e3s4) {
6058
6055
  if ((_Char___init__impl__6a9atx(97) <= _this__u8e3s4 ? _this__u8e3s4 <= _Char___init__impl__6a9atx(122) : false) || (_Char___init__impl__6a9atx(65) <= _this__u8e3s4 ? _this__u8e3s4 <= _Char___init__impl__6a9atx(90) : false)) {
6059
6056
  return true;
@@ -6063,6 +6060,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
6063
6060
  }
6064
6061
  return isLetterImpl(_this__u8e3s4);
6065
6062
  }
6063
+ function isWhitespace(_this__u8e3s4) {
6064
+ return isWhitespaceImpl(_this__u8e3s4);
6065
+ }
6066
6066
  function isUpperCase(_this__u8e3s4) {
6067
6067
  if (_Char___init__impl__6a9atx(65) <= _this__u8e3s4 ? _this__u8e3s4 <= _Char___init__impl__6a9atx(90) : false) {
6068
6068
  return true;
@@ -6741,6 +6741,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
6741
6741
  while (inductionVariable < last);
6742
6742
  return true;
6743
6743
  }
6744
+ function regionMatches(_this__u8e3s4, thisOffset, other, otherOffset, length, ignoreCase) {
6745
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
6746
+ return regionMatchesImpl(_this__u8e3s4, thisOffset, other, otherOffset, length, ignoreCase);
6747
+ }
6744
6748
  function startsWith(_this__u8e3s4, prefix, startIndex, ignoreCase) {
6745
6749
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
6746
6750
  if (!ignoreCase) {
@@ -6750,10 +6754,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
6750
6754
  } else
6751
6755
  return regionMatches(_this__u8e3s4, startIndex, prefix, 0, prefix.length, ignoreCase);
6752
6756
  }
6753
- function regionMatches(_this__u8e3s4, thisOffset, other, otherOffset, length, ignoreCase) {
6754
- ignoreCase = ignoreCase === VOID ? false : ignoreCase;
6755
- return regionMatchesImpl(_this__u8e3s4, thisOffset, other, otherOffset, length, ignoreCase);
6756
- }
6757
6757
  function replace(_this__u8e3s4, oldValue, newValue, ignoreCase) {
6758
6758
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
6759
6759
  var tmp1 = new RegExp(Companion_getInstance_6().jb(oldValue), ignoreCase ? 'gui' : 'gu');
@@ -9782,6 +9782,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
9782
9782
  }
9783
9783
  return toString_1(tmp$ret$1);
9784
9784
  }
9785
+ function isBlank(_this__u8e3s4) {
9786
+ var tmp$ret$1;
9787
+ $l$block: {
9788
+ // Inline function 'kotlin.text.all' call
9789
+ var inductionVariable = 0;
9790
+ while (inductionVariable < charSequenceLength(_this__u8e3s4)) {
9791
+ var element = charSequenceGet(_this__u8e3s4, inductionVariable);
9792
+ inductionVariable = inductionVariable + 1 | 0;
9793
+ if (!isWhitespace(element)) {
9794
+ tmp$ret$1 = false;
9795
+ break $l$block;
9796
+ }
9797
+ }
9798
+ tmp$ret$1 = true;
9799
+ }
9800
+ return tmp$ret$1;
9801
+ }
9785
9802
  function split_0(_this__u8e3s4, delimiters, ignoreCase, limit) {
9786
9803
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
9787
9804
  limit = limit === VOID ? 0 : limit;
@@ -9839,26 +9856,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
9839
9856
  function get_lastIndex_1(_this__u8e3s4) {
9840
9857
  return charSequenceLength(_this__u8e3s4) - 1 | 0;
9841
9858
  }
9842
- function lines(_this__u8e3s4) {
9843
- return toList_1(lineSequence(_this__u8e3s4));
9844
- }
9845
- function isBlank(_this__u8e3s4) {
9846
- var tmp$ret$1;
9847
- $l$block: {
9848
- // Inline function 'kotlin.text.all' call
9849
- var inductionVariable = 0;
9850
- while (inductionVariable < charSequenceLength(_this__u8e3s4)) {
9851
- var element = charSequenceGet(_this__u8e3s4, inductionVariable);
9852
- inductionVariable = inductionVariable + 1 | 0;
9853
- if (!isWhitespace(element)) {
9854
- tmp$ret$1 = false;
9855
- break $l$block;
9856
- }
9857
- }
9858
- tmp$ret$1 = true;
9859
- }
9860
- return tmp$ret$1;
9861
- }
9862
9859
  function regionMatchesImpl(_this__u8e3s4, thisOffset, other, otherOffset, length, ignoreCase) {
9863
9860
  if (otherOffset < 0 || thisOffset < 0 || thisOffset > (charSequenceLength(_this__u8e3s4) - length | 0) || otherOffset > (charSequenceLength(other) - length | 0)) {
9864
9861
  return false;
@@ -9874,6 +9871,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
9874
9871
  while (inductionVariable < length);
9875
9872
  return true;
9876
9873
  }
9874
+ function lines(_this__u8e3s4) {
9875
+ return toList_1(lineSequence(_this__u8e3s4));
9876
+ }
9877
9877
  function padStart_0(_this__u8e3s4, length, padChar) {
9878
9878
  padChar = padChar === VOID ? _Char___init__impl__6a9atx(32) : padChar;
9879
9879
  if (length < 0)