@kontur.candy/generator 4.278.0-efs-partial-load.12 → 4.278.0-efs-partial-load.13
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -134472,7 +134472,7 @@ class ValidationRulesBuilder {
|
|
|
134472
134472
|
const targetCtx = current.checkType === "warning" ? ctx.warnings : ctx.errors;
|
|
134473
134473
|
const path = statement.left.modePath.toLegacyPath();
|
|
134474
134474
|
const currentExpression = targetCtx[path];
|
|
134475
|
-
const expression = currentExpression != undefined ? new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.ConditionalExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.
|
|
134475
|
+
const expression = currentExpression != undefined ? new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.ConditionalExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.NotEqExpression(statement.right, new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.NullLiteralExpression()), statement.right, currentExpression) : statement.right;
|
|
134476
134476
|
targetCtx[path] = expression;
|
|
134477
134477
|
return ctx;
|
|
134478
134478
|
}, {
|