@cruglobal/godtools-shared 1.1.0-PR638-SNAPSHOT.1575 → 1.1.0-PR638-SNAPSHOT.1576

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.
@@ -61,13 +61,13 @@
61
61
  var promise = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.u;
62
62
  var defineProp = kotlin_kotlin.$_$.g6;
63
63
  var initMetadataForClass = kotlin_kotlin.$_$.o6;
64
+ var objectCreate = kotlin_kotlin.$_$.c7;
64
65
  var Companion_getInstance = kotlin_co_touchlab_kermit.$_$.a;
65
66
  var Severity_Error_getInstance = kotlin_co_touchlab_kermit_core.$_$.e;
66
67
  var Exception = kotlin_kotlin.$_$.k9;
67
68
  var CancellationException = kotlin_kotlin.$_$.e5;
68
69
  var withContext = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.d;
69
70
  var emptySet = kotlin_kotlin.$_$.v3;
70
- var objectCreate = kotlin_kotlin.$_$.c7;
71
71
  var initMetadataForCompanion = kotlin_kotlin.$_$.p6;
72
72
  var Dispatchers_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.e;
73
73
  var toSet = kotlin_kotlin.$_$.c5;
@@ -630,13 +630,20 @@
630
630
  var tmp = GlobalScope_instance;
631
631
  return promise(tmp, VOID, VOID, ManifestParser$parseManifestConfig$slambda_0(abortSignal, this, fileName, config, null));
632
632
  };
633
+ function Error_init_$Init$(e, $this) {
634
+ ParserError.call($this, e instanceof Error ? e : null);
635
+ return $this;
636
+ }
637
+ function Error_init_$Create$(e) {
638
+ return Error_init_$Init$(e, objectCreate(protoOf(ParserError)));
639
+ }
633
640
  function Corrupted(e) {
634
641
  e = e === VOID ? null : e;
635
- ParserError.call(this, e);
642
+ Error_init_$Init$(e, this);
636
643
  }
637
644
  function NotFound(e) {
638
645
  e = e === VOID ? null : e;
639
- ParserError.call(this, e);
646
+ Error_init_$Init$(e, this);
640
647
  }
641
648
  function Data(manifest) {
642
649
  ParserResult.call(this);
@@ -803,7 +810,7 @@
803
810
  if (this_0.f1t().w1t().s2(severity) <= 0) {
804
811
  this_0.g1t(severity, tag, e_2, messageString);
805
812
  }
806
- tmp_8.f39_1 = new ParserError(e_2);
813
+ tmp_8.f39_1 = Error_init_$Create$(e_2);
807
814
  this.i9_1 = 4;
808
815
  continue $sm;
809
816
  } else {