@kontur.candy/generator 4.244.2 → 4.244.3
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 +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -123886,7 +123886,9 @@ class ApplyTemplatesNodeVisitor {
|
|
|
123886
123886
|
value: value
|
|
123887
123887
|
});
|
|
123888
123888
|
} else if (parameterInfo.type === _SugarTemplateInfo__WEBPACK_IMPORTED_MODULE_4__.SugarTemplateParameterType.Sugar) {
|
|
123889
|
-
|
|
123889
|
+
var _this$extractSugarMar;
|
|
123890
|
+
|
|
123891
|
+
const value = (_this$extractSugarMar = this.extractSugarMarkupValue(node, parameterInfo.name)) !== null && _this$extractSugarMar !== void 0 ? _this$extractSugarMar : this.extractStringValue(node, parameterInfo.name);
|
|
123890
123892
|
result.push({
|
|
123891
123893
|
parameterInfo: parameterInfo,
|
|
123892
123894
|
value: value
|