@kontur.candy/generator 5.128.0 → 5.129.0-error-log-needrestart.1

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  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.filter(x => x.normalizerId != undefined)) {
72959
- builder.addServerSideResource(`${normalizerInfo.normalizerId}.flang`, normalizerInfo.content);
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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "5.128.0",
3
+ "version": "5.129.0-error-log-needrestart.1",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,