@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1484 → 0.9.3-SNAPSHOT.1487
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-kotlin-stdlib.js +5 -5
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2 -2
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +2 -2
- package/package.json +1 -1
|
@@ -2638,8 +2638,8 @@
|
|
|
2638
2638
|
$this.a39_1 = requiredFeatures;
|
|
2639
2639
|
$this.c39_1 = requiredAndroidVersion;
|
|
2640
2640
|
$this.d39_1 = requiredIosVersion;
|
|
2641
|
-
$this.invisibleIf = invisibleIf;
|
|
2642
|
-
$this.goneIf = goneIf;
|
|
2641
|
+
$this.invisibleIf = toExpressionOrNull(invisibleIf);
|
|
2642
|
+
$this.goneIf = toExpressionOrNull(goneIf);
|
|
2643
2643
|
return $this;
|
|
2644
2644
|
}
|
|
2645
2645
|
function _get_areContentRestrictionsSatisfied__gtlnqt($this) {
|