@kontur.candy/generator 5.128.0 → 5.129.0-error-log-needrestart.0
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -72955,8 +72955,9 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
|
|
|
72955
72955
|
}) : [];
|
|
72956
72956
|
const resultRules = combineFlangRules(defaultNormalizationRules.content, ...additionalNormalizationRules, ...customNormalizers);
|
|
72957
72957
|
builder.addServerSideResource("ServerSide.normalize", resultRules);
|
|
72958
|
-
for (const normalizerInfo of additionalNormalizationRules
|
|
72959
|
-
|
|
72958
|
+
for (const normalizerInfo of additionalNormalizationRules) {
|
|
72959
|
+
var _normalizerInfo$norma;
|
|
72960
|
+
builder.addServerSideResource(`${(_normalizerInfo$norma = normalizerInfo.normalizerId) !== null && _normalizerInfo$norma !== void 0 ? _normalizerInfo$norma : _ServerSideFLangNormalization_AdditionalNormalizerFile__WEBPACK_IMPORTED_MODULE_39__.defaultNormalizerFilename}.flang`, normalizerInfo.content);
|
|
72960
72961
|
}
|
|
72961
72962
|
}
|
|
72962
72963
|
builder.addResource("lazyLoadDeclaration.js", _LazyLoadDeclarationGenerator_LazyLoadDeclarationGenerator__WEBPACK_IMPORTED_MODULE_36__.LazyLoadDeclarationGenerator.convertDeclarationToContent(finalLazyLoadDeclaration));
|