@kontur.candy/generator 4.257.0-lazy-loading.46 → 4.257.0-lazy-loading.47
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 +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -131958,6 +131958,10 @@ class NormalizationRulesGenerator {
|
|
|
131958
131958
|
return this.compiledArgumentExpression(prefix, target, expression, addPrecalculationRule, "Count");
|
|
131959
131959
|
}
|
|
131960
131960
|
|
|
131961
|
+
if (expression instanceof _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_Formula__WEBPACK_IMPORTED_MODULE_3__.FormulaLengthExpression) {
|
|
131962
|
+
return new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_13__.LenExpression(this.castOperandToStringIfNeed(this.compileExpressionToFlashExpression(expression.argument, prefix, target, addPrecalculationRule)));
|
|
131963
|
+
}
|
|
131964
|
+
|
|
131961
131965
|
throw new Error(`Unsupported type of node: ${expression.constructor.name}`);
|
|
131962
131966
|
}
|
|
131963
131967
|
|