@cruglobal/godtools-shared 1.1.2-SNAPSHOT.1690 → 1.1.2-SNAPSHOT.1695

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.
@@ -5582,22 +5582,30 @@
5582
5582
  return tmp;
5583
5583
  };
5584
5584
  protoOf(Manifest).o3s = function (category) {
5585
- var tmp0 = this.categories;
5586
- var tmp$ret$1;
5587
- $l$block: {
5588
- // Inline function 'kotlin.collections.firstOrNull' call
5589
- var _iterator__ex2g4s = tmp0.j();
5590
- while (_iterator__ex2g4s.k()) {
5591
- var element = _iterator__ex2g4s.l();
5592
- // Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>' call
5593
- if (element.r3i_1 == category) {
5594
- tmp$ret$1 = element;
5595
- break $l$block;
5585
+ var tmp;
5586
+ if (category == null) {
5587
+ tmp = null;
5588
+ } else {
5589
+ // Inline function 'kotlin.let' call
5590
+ // Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>' call
5591
+ var tmp0 = this.categories;
5592
+ var tmp$ret$1;
5593
+ $l$block: {
5594
+ // Inline function 'kotlin.collections.firstOrNull' call
5595
+ var _iterator__ex2g4s = tmp0.j();
5596
+ while (_iterator__ex2g4s.k()) {
5597
+ var element = _iterator__ex2g4s.l();
5598
+ // Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>.<anonymous>' call
5599
+ if (element.r3i_1 == category) {
5600
+ tmp$ret$1 = element;
5601
+ break $l$block;
5602
+ }
5596
5603
  }
5604
+ tmp$ret$1 = null;
5597
5605
  }
5598
- tmp$ret$1 = null;
5606
+ tmp = tmp$ret$1;
5599
5607
  }
5600
- return tmp$ret$1;
5608
+ return tmp;
5601
5609
  };
5602
5610
  protoOf(Manifest).p3s = function (id) {
5603
5611
  var tmp;