@kontur.candy/generator 4.245.0-lazy-loading.18 → 4.245.0-lazy-loading-test.19
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 +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -153252,6 +153252,11 @@ class MultilineFieldConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODU
|
|
|
153252
153252
|
}), context.addPathSectionDeclarationEntry(node), context.addVisibilityPathDeclEntryNew(node));
|
|
153253
153253
|
}
|
|
153254
153254
|
|
|
153255
|
+
*doBuildNormalizeRules(builder) {
|
|
153256
|
+
const node = this.getCurrentNodeAs(_MultilineFieldNode__WEBPACK_IMPORTED_MODULE_3__.MultilineFieldNode);
|
|
153257
|
+
yield* builder.childrenInitializer(node, false);
|
|
153258
|
+
}
|
|
153259
|
+
|
|
153255
153260
|
buildChildrenDataDeclaration(context) {
|
|
153256
153261
|
const node = this.getCurrentNodeAs(_MultilineFieldNode__WEBPACK_IMPORTED_MODULE_3__.MultilineFieldNode);
|
|
153257
153262
|
return context.processChildrenDataDeclaration(node.children);
|