@yamato-daiwa/automation 0.7.0-alpha.3 → 0.7.0-alpha.5
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/EntryPoint.js +1658 -2154
- package/package.json +13 -11
package/EntryPoint.js
CHANGED
|
@@ -34,7 +34,7 @@ function revisionHash(data) {
|
|
|
34
34
|
\***********************/
|
|
35
35
|
/***/ ((module) => {
|
|
36
36
|
|
|
37
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@yamato-daiwa/automation","version":"0.7.0-alpha.
|
|
37
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@yamato-daiwa/automation","version":"0.7.0-alpha.5","description":"The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.","keywords":["build","pug","stylus","tool","typescript"],"engines":{"node":">=20.0.0"},"bin":{"yda":"Executable"},"files":["EntryPoint.js"],"dependencies":{"@eslint-community/eslint-plugin-eslint-comments":"4.5.0","@stylistic/eslint-plugin":"3.1.0","@typescript-eslint/eslint-plugin":"8.32.1","@typescript-eslint/parser":"8.32.1","@vue/compiler-sfc":"3.5.14","@webdiscus/pug-loader":"2.11.1","@yamato-daiwa/es-extensions":"1.8.0-alpha.9","@yamato-daiwa/es-extensions-nodejs":"1.8.0-alpha.9","@yamato-daiwa/style_guides":"0.6.9","autoprefixer":"10.4.21","browser-sync":"3.0.4","css-loader":"7.1.2","cssnano":"7.0.7","dotenv":"16.5.0","eslint":"9.27.0","eslint-plugin-import":"2.31.0","eslint-plugin-n":"17.18.0","eslint-plugin-react":"7.37.5","eslint-plugin-vue":"9.33.0","eslint-plugin-vue-pug":"0.6.2","fork-ts-checker-webpack-plugin":"7.3.0","gulp":"4.0.2","gulp-data":"1.3.1","gulp-if":"3.0.0","gulp-imagemin":"7.1.0","gulp-nodemon":"2.5.0","gulp-plumber":"1.2.1","gulp-postcss":"10.0.0","gulp-pug":"5.0.0","gulp-sourcemaps":"3.0.0","gulp-stylus":"3.0.1","htmlnano":"2.1.2","imagemin-pngquant":"9.0.2","js-beautify":"1.15.4","json5-loader":"4.0.1","nanoid":"5.1.5","node-html-parser":"7.0.1","node-notifier":"10.0.1","pa11y":"9.0.0","probe-image-size":"7.2.3","pug-lint":"2.7.0","pug3-ast-loader":"0.0.0","puppeteer":"24.9.0","require-from-string":"2.0.2","rev-hash":"4.1.0","stlint":"1.0.65","stream-combiner2":"1.1.1","style-loader":"4.0.0","stylus":"0.63.0","stylus-loader":"8.1.1","ts-loader":"9.5.2","vinyl":"2.2.1","vnu-jar":"24.10.17","vue-loader":"17.4.2","vue-style-loader":"4.1.3","vue-tsc":"2.2.10","webpack":"5.99.9","webpack-node-externals":"3.0.0","webpack-stream":"7.0.0","worker-loader":"3.0.8","yaml-loader":"0.8.1"},"devDependencies":{"@types/browser-sync":"2.29.0","@types/cssnano":"5.0.0","@types/gulp":"4.0.17","@types/gulp-if":"3.0.4","@types/gulp-imagemin":"7.0.3","@types/gulp-nodemon":"0.0.37","@types/gulp-plumber":"0.0.37","@types/gulp-postcss":"8.0.6","@types/gulp-sourcemaps":"0.0.38","@types/gulp-stylus":"2.7.8","@types/js-beautify":"1.14.3","@types/node":"22.15.21","@types/node-notifier":"8.0.5","@types/pa11y":"5.3.7","@types/probe-image-size":"7.2.5","@types/pug":"2.0.10","@types/require-from-string":"1.2.3","@types/vnu-jar":"17.11.2","@types/webpack-node-externals":"3.0.4","@types/webpack-stream":"3.2.15","eslint-webpack-plugin":"4.2.0","ts-node":"10.9.2","typescript":"5.8.3","webpack-cli":"6.0.1"},"scripts":{"Incremental Development Building":"webpack --mode development","Production Building":"webpack --mode production","Linting":"eslint Source"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation.git"},"homepage":"https://automation.yamato-daiwa.com/","funding":"https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation?sponsor=1","bugs":{"url":"https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation/issues","email":"tokugawa.takesi@gmail.com"}}');
|
|
38
38
|
|
|
39
39
|
/***/ }),
|
|
40
40
|
|
|
@@ -86,7 +86,7 @@ var ApplicationConsoleLineInterface;
|
|
|
86
86
|
required: false,
|
|
87
87
|
type: es_extensions_nodejs_1.ConsoleCommandsParser.ParametersTypes.string,
|
|
88
88
|
description: "Allows to specify the selection of tasks, entry points groups, etc. by selective execution ID, " +
|
|
89
|
-
"herewith the desired selective execution must be preliminarily defined in the configuration file."
|
|
89
|
+
"herewith the desired selective execution must be preliminarily defined in the configuration file."
|
|
90
90
|
},
|
|
91
91
|
configurationFile: {
|
|
92
92
|
newName: "customConfigurationFileName__possiblyWithoutExtension",
|
|
@@ -222,13 +222,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
222
222
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
223
223
|
/* ─── Raw Valid Config ───────────────────────────────────────────────────────────────────────────────────────────── */
|
|
224
224
|
const ProjectBuildingConfig__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! ./ProjectBuilding/ProjectBuildingConfig__FromFile__RawValid */ "./ProjectBuilding/ProjectBuildingConfig__FromFile__RawValid.ts"));
|
|
225
|
-
const ProjectBuildingConfigFromFileDefaultLocalization_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/ProjectBuildingConfigFromFileDefaultLocalization */ "./ProjectBuilding/ProjectBuildingConfigFromFileDefaultLocalization.ts"));
|
|
226
225
|
const ProjectBuilderRawConfigNormalizer_1 = __importDefault(__webpack_require__(/*! ./ProjectBuilding/ProjectBuilderRawConfigNormalizer */ "./ProjectBuilding/ProjectBuilderRawConfigNormalizer.ts"));
|
|
227
226
|
const ProjectBuildingMasterConfigRepresentative_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/ProjectBuildingMasterConfigRepresentative */ "./ProjectBuilding/ProjectBuildingMasterConfigRepresentative.ts"));
|
|
228
227
|
/* ─── Tasks Runners ──────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
229
228
|
const MarkupProcessor_1 = __importDefault(__webpack_require__(/*! @MarkupProcessing/MarkupProcessor */ "./ProjectBuilding/SourceCodeProcessing/Markup/MarkupProcessor.ts"));
|
|
230
229
|
const MarkupSourceCodeLinter_1 = __importDefault(__webpack_require__(/*! @MarkupProcessing/Subtasks/Linting/MarkupSourceCodeLinter */ "./ProjectBuilding/SourceCodeProcessing/Markup/Subtasks/Linting/MarkupSourceCodeLinter.ts"));
|
|
231
230
|
const CompiledTypeScriptImporterForPug_1 = __importDefault(__webpack_require__(/*! @MarkupProcessing/Subtasks/CompiledTypeScriptImporterForPug */ "./ProjectBuilding/SourceCodeProcessing/Markup/Subtasks/CompiledTypeScriptImporterForPug.ts"));
|
|
231
|
+
const JavaScriptImporterForPug_1 = __importDefault(__webpack_require__(/*! @MarkupProcessing/Subtasks/JavaScriptImporterForPug */ "./ProjectBuilding/SourceCodeProcessing/Markup/Subtasks/JavaScriptImporterForPug.ts"));
|
|
232
232
|
const StylesProcessor_1 = __importDefault(__webpack_require__(/*! @StylesProcessing/StylesProcessor */ "./ProjectBuilding/SourceCodeProcessing/Styles/StylesProcessor.ts"));
|
|
233
233
|
const ECMA_ScriptLogicProcessor_1 = __importDefault(__webpack_require__(/*! @ECMA_ScriptProcessing/ECMA_ScriptLogicProcessor */ "./ProjectBuilding/SourceCodeProcessing/ECMA_Script/ECMA_ScriptLogicProcessor.ts"));
|
|
234
234
|
const ECMA_ScriptSourceCodeLinter_1 = __importDefault(__webpack_require__(/*! @ECMA_ScriptProcessing/Subtasks/Linting/ECMA_ScriptSourceCodeLinter */ "./ProjectBuilding/SourceCodeProcessing/ECMA_Script/Subtasks/Linting/ECMA_ScriptSourceCodeLinter.ts"));
|
|
@@ -247,7 +247,7 @@ const FilesMasterWatcher_1 = __importDefault(__webpack_require__(/*! @ProjectBui
|
|
|
247
247
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
248
248
|
class ProjectBuilder {
|
|
249
249
|
static buildProject({ consumingProjectRootDirectoryAbsolutePath, projectBuildingConfig__fromConsole, rawConfigFromFile }) {
|
|
250
|
-
const rawDataProcessingResult = es_extensions_1.RawObjectDataProcessor.process(rawConfigFromFile, ProjectBuildingConfig__FromFile__RawValid_1.default.
|
|
250
|
+
const rawDataProcessingResult = es_extensions_1.RawObjectDataProcessor.process(rawConfigFromFile, ProjectBuildingConfig__FromFile__RawValid_1.default.propertiesSpecification);
|
|
251
251
|
if (rawDataProcessingResult.rawDataIsInvalid) {
|
|
252
252
|
es_extensions_1.Logger.throwErrorAndLog({
|
|
253
253
|
errorInstance: new es_extensions_1.InvalidConfigError({
|
|
@@ -273,6 +273,7 @@ class ProjectBuilder {
|
|
|
273
273
|
gulp_1.default.series([
|
|
274
274
|
gulp_1.default.parallel([
|
|
275
275
|
CompiledTypeScriptImporterForPug_1.default.provideTypeScriptImportsForMarkupIfMust(masterConfigRepresentative),
|
|
276
|
+
JavaScriptImporterForPug_1.default.provideJavaScriptImportsForMarkupIfMust(masterConfigRepresentative),
|
|
276
277
|
ECMA_ScriptLogicProcessor_1.default.provideLogicProcessingIfMust(masterConfigRepresentative),
|
|
277
278
|
PlainCopier_1.default.providePlainCopierIfMust(masterConfigRepresentative)
|
|
278
279
|
]),
|
|
@@ -457,16 +458,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
457
458
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
458
459
|
};
|
|
459
460
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
461
|
+
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
460
462
|
const AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding:Common/RawConfig/AssetsProcessingSettingsGenericProperties__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/AssetsProcessingSettingsGenericProperties__FromFile__RawValid.ts"));
|
|
461
463
|
var AudiosProcessingSettings__FromFile__RawValid;
|
|
462
464
|
(function (AudiosProcessingSettings__FromFile__RawValid) {
|
|
463
|
-
|
|
464
|
-
return AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
465
|
-
...compoundParameter,
|
|
466
|
-
assetsProcessingSettingsGenericPropertiesLocalization: compoundParameter.audiosProcessingLocalization
|
|
467
|
-
});
|
|
468
|
-
}
|
|
469
|
-
AudiosProcessingSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
465
|
+
AudiosProcessingSettings__FromFile__RawValid.propertiesSpecification = AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1.default.propertiesSpecification;
|
|
470
466
|
})(AudiosProcessingSettings__FromFile__RawValid || (AudiosProcessingSettings__FromFile__RawValid = {}));
|
|
471
467
|
exports["default"] = AudiosProcessingSettings__FromFile__RawValid;
|
|
472
468
|
|
|
@@ -563,18 +559,14 @@ class AudiosProcessor extends GulpStreamsBasedAssetsProcessor_1.default {
|
|
|
563
559
|
src((0, es_extensions_1.readonlyArrayToMutableOne)(sourceFilesAbsolutePaths)).
|
|
564
560
|
pipe(super.handleErrorIfItWillOccur()).
|
|
565
561
|
pipe(super.logProcessedFilesIfMust()).
|
|
566
|
-
pipe(GulpStreamModifier_1.default.
|
|
567
|
-
|
|
562
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
563
|
+
onStreamStartedEventHandler: this.replacePlainVinylFileWithAssetVinylFile.bind(this)
|
|
568
564
|
})).
|
|
569
|
-
pipe(GulpStreamModifier_1.default.
|
|
570
|
-
|
|
571
|
-
[AssetVinylFile_1.default, GulpStreamsBasedAssetsProcessor_1.default.addContentHashPostfixToFileNameIfMust]
|
|
572
|
-
])
|
|
565
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
566
|
+
onStreamStartedEventHandler: GulpStreamsBasedAssetsProcessor_1.default.addContentHashPostfixToFileNameIfMust
|
|
573
567
|
})).
|
|
574
|
-
pipe(GulpStreamModifier_1.default.
|
|
575
|
-
|
|
576
|
-
[AssetVinylFile_1.default, AudiosProcessor.postProcessFile]
|
|
577
|
-
])
|
|
568
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
569
|
+
onStreamStartedEventHandler: AudiosProcessor.postProcessFile
|
|
578
570
|
})).
|
|
579
571
|
pipe(gulp_1.default.dest((targetFileInFinalState) => AssetVinylFile_1.default.getOutputDirectoryAbsolutePathOfExpectedToBeSelfInstance(targetFileInFinalState)));
|
|
580
572
|
}
|
|
@@ -783,16 +775,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
783
775
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
784
776
|
};
|
|
785
777
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
778
|
+
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
786
779
|
const AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding:Common/RawConfig/AssetsProcessingSettingsGenericProperties__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/AssetsProcessingSettingsGenericProperties__FromFile__RawValid.ts"));
|
|
787
780
|
var FontsProcessingSettings__FromFile__RawValid;
|
|
788
781
|
(function (FontsProcessingSettings__FromFile__RawValid) {
|
|
789
|
-
|
|
790
|
-
return AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
791
|
-
...compoundParameter,
|
|
792
|
-
assetsProcessingSettingsGenericPropertiesLocalization: compoundParameter.fontsProcessingLocalization
|
|
793
|
-
});
|
|
794
|
-
}
|
|
795
|
-
FontsProcessingSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
782
|
+
FontsProcessingSettings__FromFile__RawValid.propertiesSpecification = AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1.default.propertiesSpecification;
|
|
796
783
|
})(FontsProcessingSettings__FromFile__RawValid || (FontsProcessingSettings__FromFile__RawValid = {}));
|
|
797
784
|
exports["default"] = FontsProcessingSettings__FromFile__RawValid;
|
|
798
785
|
|
|
@@ -889,18 +876,14 @@ class FontsProcessor extends GulpStreamsBasedAssetsProcessor_1.default {
|
|
|
889
876
|
src((0, es_extensions_1.readonlyArrayToMutableOne)(sourceFilesAbsolutePaths)).
|
|
890
877
|
pipe(super.handleErrorIfItWillOccur()).
|
|
891
878
|
pipe(super.logProcessedFilesIfMust()).
|
|
892
|
-
pipe(GulpStreamModifier_1.default.
|
|
893
|
-
|
|
879
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
880
|
+
onStreamStartedEventHandler: this.replacePlainVinylFileWithAssetVinylFile.bind(this)
|
|
894
881
|
})).
|
|
895
|
-
pipe(GulpStreamModifier_1.default.
|
|
896
|
-
|
|
897
|
-
[AssetVinylFile_1.default, GulpStreamsBasedAssetsProcessor_1.default.addContentHashPostfixToFileNameIfMust]
|
|
898
|
-
])
|
|
882
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
883
|
+
onStreamStartedEventHandler: GulpStreamsBasedAssetsProcessor_1.default.addContentHashPostfixToFileNameIfMust
|
|
899
884
|
})).
|
|
900
|
-
pipe(GulpStreamModifier_1.default.
|
|
901
|
-
|
|
902
|
-
[AssetVinylFile_1.default, FontsProcessor.postProcessFile]
|
|
903
|
-
])
|
|
885
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
886
|
+
onStreamStartedEventHandler: FontsProcessor.postProcessFile
|
|
904
887
|
})).
|
|
905
888
|
pipe(gulp_1.default.dest((targetFileInFinalState) => AssetVinylFile_1.default.getOutputDirectoryAbsolutePathOfExpectedToBeSelfInstance(targetFileInFinalState)));
|
|
906
889
|
}
|
|
@@ -1108,16 +1091,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
1108
1091
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1109
1092
|
};
|
|
1110
1093
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1094
|
+
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
1111
1095
|
const AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding:Common/RawConfig/AssetsProcessingSettingsGenericProperties__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/AssetsProcessingSettingsGenericProperties__FromFile__RawValid.ts"));
|
|
1112
1096
|
var ImagesProcessingSettings__FromFile__RawValid;
|
|
1113
1097
|
(function (ImagesProcessingSettings__FromFile__RawValid) {
|
|
1114
|
-
|
|
1115
|
-
return AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
1116
|
-
...compoundParameter,
|
|
1117
|
-
assetsProcessingSettingsGenericPropertiesLocalization: compoundParameter.imagesProcessingLocalization
|
|
1118
|
-
});
|
|
1119
|
-
}
|
|
1120
|
-
ImagesProcessingSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
1098
|
+
ImagesProcessingSettings__FromFile__RawValid.propertiesSpecification = AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1.default.propertiesSpecification;
|
|
1121
1099
|
})(ImagesProcessingSettings__FromFile__RawValid || (ImagesProcessingSettings__FromFile__RawValid = {}));
|
|
1122
1100
|
exports["default"] = ImagesProcessingSettings__FromFile__RawValid;
|
|
1123
1101
|
|
|
@@ -1217,8 +1195,8 @@ class ImagesProcessor extends GulpStreamsBasedAssetsProcessor_1.default {
|
|
|
1217
1195
|
src((0, es_extensions_1.readonlyArrayToMutableOne)(sourceFilesAbsolutePaths)).
|
|
1218
1196
|
pipe(super.handleErrorIfItWillOccur()).
|
|
1219
1197
|
pipe(super.logProcessedFilesIfMust()).
|
|
1220
|
-
pipe(GulpStreamModifier_1.default.
|
|
1221
|
-
|
|
1198
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
1199
|
+
onStreamStartedEventHandler: this.replacePlainVinylFileWithAssetVinylFile.bind(this)
|
|
1222
1200
|
})).
|
|
1223
1201
|
pipe((0, gulp_if_1.default)(this.projectBuildingMasterConfigRepresentative.isStagingBuildingMode ||
|
|
1224
1202
|
this.projectBuildingMasterConfigRepresentative.isProductionBuildingMode, (0, gulp_imagemin_1.default)([
|
|
@@ -1227,15 +1205,11 @@ class ImagesProcessor extends GulpStreamsBasedAssetsProcessor_1.default {
|
|
|
1227
1205
|
gulp_imagemin_1.default.svgo({}),
|
|
1228
1206
|
(0, imagemin_pngquant_1.default)()
|
|
1229
1207
|
]))).
|
|
1230
|
-
pipe(GulpStreamModifier_1.default.
|
|
1231
|
-
|
|
1232
|
-
[AssetVinylFile_1.default, GulpStreamsBasedAssetsProcessor_1.default.addContentHashPostfixToFileNameIfMust]
|
|
1233
|
-
])
|
|
1208
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
1209
|
+
onStreamStartedEventHandler: GulpStreamsBasedAssetsProcessor_1.default.addContentHashPostfixToFileNameIfMust
|
|
1234
1210
|
})).
|
|
1235
|
-
pipe(GulpStreamModifier_1.default.
|
|
1236
|
-
|
|
1237
|
-
[AssetVinylFile_1.default, ImagesProcessor.postProcessFile]
|
|
1238
|
-
])
|
|
1211
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
1212
|
+
onStreamStartedEventHandler: ImagesProcessor.postProcessFile
|
|
1239
1213
|
})).
|
|
1240
1214
|
pipe(gulp_1.default.dest((targetFileInFinalState) => AssetVinylFile_1.default.getOutputDirectoryAbsolutePathOfExpectedToBeSelfInstance(targetFileInFinalState)));
|
|
1241
1215
|
}
|
|
@@ -1443,16 +1417,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
1443
1417
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1444
1418
|
};
|
|
1445
1419
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1420
|
+
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
1446
1421
|
const AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding:Common/RawConfig/AssetsProcessingSettingsGenericProperties__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/AssetsProcessingSettingsGenericProperties__FromFile__RawValid.ts"));
|
|
1447
1422
|
var VideosProcessingSettings__FromFile__RawValid;
|
|
1448
1423
|
(function (VideosProcessingSettings__FromFile__RawValid) {
|
|
1449
|
-
|
|
1450
|
-
return AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
1451
|
-
...compoundParameter,
|
|
1452
|
-
assetsProcessingSettingsGenericPropertiesLocalization: compoundParameter.videosProcessingLocalization
|
|
1453
|
-
});
|
|
1454
|
-
}
|
|
1455
|
-
VideosProcessingSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
1424
|
+
VideosProcessingSettings__FromFile__RawValid.propertiesSpecification = AssetsProcessingSettingsGenericProperties__FromFile__RawValid_1.default.propertiesSpecification;
|
|
1456
1425
|
})(VideosProcessingSettings__FromFile__RawValid || (VideosProcessingSettings__FromFile__RawValid = {}));
|
|
1457
1426
|
exports["default"] = VideosProcessingSettings__FromFile__RawValid;
|
|
1458
1427
|
|
|
@@ -1549,18 +1518,14 @@ class VideosProcessor extends GulpStreamsBasedAssetsProcessor_1.default {
|
|
|
1549
1518
|
src((0, es_extensions_1.readonlyArrayToMutableOne)(sourceFilesAbsolutePaths)).
|
|
1550
1519
|
pipe(super.handleErrorIfItWillOccur()).
|
|
1551
1520
|
pipe(super.logProcessedFilesIfMust()).
|
|
1552
|
-
pipe(GulpStreamModifier_1.default.
|
|
1553
|
-
|
|
1521
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
1522
|
+
onStreamStartedEventHandler: this.replacePlainVinylFileWithAssetVinylFile.bind(this)
|
|
1554
1523
|
})).
|
|
1555
|
-
pipe(GulpStreamModifier_1.default.
|
|
1556
|
-
|
|
1557
|
-
[AssetVinylFile_1.default, GulpStreamsBasedAssetsProcessor_1.default.addContentHashPostfixToFileNameIfMust]
|
|
1558
|
-
])
|
|
1524
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
1525
|
+
onStreamStartedEventHandler: GulpStreamsBasedAssetsProcessor_1.default.addContentHashPostfixToFileNameIfMust
|
|
1559
1526
|
})).
|
|
1560
|
-
pipe(GulpStreamModifier_1.default.
|
|
1561
|
-
|
|
1562
|
-
[AssetVinylFile_1.default, VideosProcessor.postProcessFile]
|
|
1563
|
-
])
|
|
1527
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
1528
|
+
onStreamStartedEventHandler: VideosProcessor.postProcessFile
|
|
1564
1529
|
})).
|
|
1565
1530
|
pipe(gulp_1.default.dest((targetFileInFinalState) => AssetVinylFile_1.default.getOutputDirectoryAbsolutePathOfExpectedToBeSelfInstance(targetFileInFinalState)));
|
|
1566
1531
|
}
|
|
@@ -1911,155 +1876,154 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
1911
1876
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
1912
1877
|
var BrowserLiveReloadingSettings__FromFile__RawValid;
|
|
1913
1878
|
(function (BrowserLiveReloadingSettings__FromFile__RawValid) {
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1879
|
+
BrowserLiveReloadingSettings__FromFile__RawValid.propertiesSpecification = {
|
|
1880
|
+
$setups: {
|
|
1881
|
+
newName: "setups",
|
|
1882
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
1883
|
+
required: true,
|
|
1884
|
+
minimalEntriesCount: 1,
|
|
1885
|
+
value: {
|
|
1886
|
+
type: Object,
|
|
1887
|
+
properties: {
|
|
1888
|
+
$localServer: {
|
|
1889
|
+
newName: "localServer",
|
|
1890
|
+
type: Object,
|
|
1891
|
+
required: true,
|
|
1892
|
+
properties: {
|
|
1893
|
+
$rootDirectoryRelativePath: {
|
|
1894
|
+
newName: "rootDirectoryRelativePath",
|
|
1895
|
+
type: String,
|
|
1896
|
+
required: true,
|
|
1897
|
+
minimalCharactersCount: 1
|
|
1898
|
+
},
|
|
1899
|
+
$ignoredFilesAndDirectoriesRelativePaths: {
|
|
1900
|
+
newName: "ignoredFilesAndDirectoriesRelativePaths",
|
|
1901
|
+
type: Array,
|
|
1902
|
+
required: false,
|
|
1903
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
1904
|
+
element: {
|
|
1931
1905
|
type: String,
|
|
1932
|
-
required: true,
|
|
1933
1906
|
minimalCharactersCount: 1
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
$customPort: {
|
|
1910
|
+
newName: "customPort",
|
|
1911
|
+
type: Number,
|
|
1912
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.nonNegativeInteger,
|
|
1913
|
+
required: false,
|
|
1914
|
+
maximalValue: 65536
|
|
1915
|
+
},
|
|
1916
|
+
$customStartingFileNameWithExtension: {
|
|
1917
|
+
newName: "customStartingFileNameWithExtension",
|
|
1918
|
+
type: String,
|
|
1919
|
+
required: false,
|
|
1920
|
+
minimalCharactersCount: 1
|
|
1921
|
+
},
|
|
1922
|
+
$HTTPS: {
|
|
1923
|
+
newName: "HTTPS",
|
|
1924
|
+
type: Object,
|
|
1925
|
+
required: false,
|
|
1926
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
1927
|
+
properties: {
|
|
1928
|
+
$SSL_KeyRelativePath: {
|
|
1929
|
+
newName: "SSL_KeyRelativePath",
|
|
1941
1930
|
type: String,
|
|
1931
|
+
required: true,
|
|
1942
1932
|
minimalCharactersCount: 1
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
newName: "customPort",
|
|
1947
|
-
type: Number,
|
|
1948
|
-
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.nonNegativeInteger,
|
|
1949
|
-
required: false,
|
|
1950
|
-
maximalValue: 65536
|
|
1951
|
-
},
|
|
1952
|
-
[browserLiveReloadingSettingsLocalization.setups.localServer.customStartingFileNameWithExtension.KEY]: {
|
|
1953
|
-
newName: "customStartingFileNameWithExtension",
|
|
1954
|
-
type: String,
|
|
1955
|
-
required: false,
|
|
1956
|
-
minimalCharactersCount: 1
|
|
1957
|
-
},
|
|
1958
|
-
[browserLiveReloadingSettingsLocalization.setups.localServer.HTTPS.KEY]: {
|
|
1959
|
-
newName: "HTTPS",
|
|
1960
|
-
type: Object,
|
|
1961
|
-
required: false,
|
|
1962
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
1963
|
-
properties: {
|
|
1964
|
-
[browserLiveReloadingSettingsLocalization.setups.localServer.HTTPS.SSL_KeyRelativePath.KEY]: {
|
|
1965
|
-
type: String,
|
|
1966
|
-
required: true,
|
|
1967
|
-
minimalCharactersCount: 1
|
|
1968
|
-
},
|
|
1969
|
-
[browserLiveReloadingSettingsLocalization.setups.localServer.HTTPS.SSL_CertificateRelativePath.KEY]: {
|
|
1970
|
-
type: String,
|
|
1971
|
-
required: true,
|
|
1972
|
-
minimalCharactersCount: 1
|
|
1973
|
-
}
|
|
1974
|
-
}
|
|
1975
|
-
},
|
|
1976
|
-
[browserLiveReloadingSettingsLocalization.setups.localServer.useCORS.KEY]: {
|
|
1977
|
-
newName: "useCORS",
|
|
1978
|
-
type: Boolean,
|
|
1979
|
-
required: false
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
|
-
},
|
|
1983
|
-
[browserLiveReloadingSettingsLocalization.setups.proxy.KEY]: {
|
|
1984
|
-
newName: "proxy",
|
|
1985
|
-
type: String,
|
|
1986
|
-
required: false,
|
|
1987
|
-
minimalCharactersCount: 1
|
|
1988
|
-
},
|
|
1989
|
-
[browserLiveReloadingSettingsLocalization.setups.openInBrowsers.KEY]: {
|
|
1990
|
-
newName: "openInBrowsers",
|
|
1991
|
-
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.oneOf,
|
|
1992
|
-
required: false,
|
|
1993
|
-
alternatives: [
|
|
1994
|
-
{
|
|
1995
|
-
type: Array,
|
|
1996
|
-
minimalElementsCount: 1,
|
|
1997
|
-
element: {
|
|
1933
|
+
},
|
|
1934
|
+
$SSL_CertificateRelativePath: {
|
|
1935
|
+
newName: "SSL_CertificateRelativePath",
|
|
1998
1936
|
type: String,
|
|
1937
|
+
required: true,
|
|
1999
1938
|
minimalCharactersCount: 1
|
|
2000
1939
|
}
|
|
2001
|
-
}
|
|
2002
|
-
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1942
|
+
$useCORS: {
|
|
1943
|
+
newName: "useCORS",
|
|
1944
|
+
type: Boolean,
|
|
1945
|
+
required: false
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
$proxy: {
|
|
1950
|
+
newName: "proxy",
|
|
1951
|
+
type: String,
|
|
1952
|
+
required: false,
|
|
1953
|
+
minimalCharactersCount: 1
|
|
1954
|
+
},
|
|
1955
|
+
$openInBrowsers: {
|
|
1956
|
+
newName: "openInBrowsers",
|
|
1957
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.oneOf,
|
|
1958
|
+
required: false,
|
|
1959
|
+
alternatives: [
|
|
1960
|
+
{
|
|
1961
|
+
type: Array,
|
|
1962
|
+
minimalElementsCount: 1,
|
|
1963
|
+
element: {
|
|
2003
1964
|
type: String,
|
|
2004
1965
|
minimalCharactersCount: 1
|
|
2005
1966
|
}
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
type: Object,
|
|
2011
|
-
required: false,
|
|
2012
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2013
|
-
properties: {
|
|
2014
|
-
[browserLiveReloadingSettingsLocalization.setups.browserSyncUserInterface.customPort.KEY]: {
|
|
2015
|
-
newName: "customPort",
|
|
2016
|
-
type: Number,
|
|
2017
|
-
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.nonNegativeInteger,
|
|
2018
|
-
required: false,
|
|
2019
|
-
maximalValue: 65536
|
|
2020
|
-
},
|
|
2021
|
-
[browserLiveReloadingSettingsLocalization.setups.browserSyncUserInterface.disable.KEY]: {
|
|
2022
|
-
newName: "disable",
|
|
2023
|
-
type: Boolean,
|
|
2024
|
-
required: false
|
|
2025
|
-
}
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
type: String,
|
|
1970
|
+
minimalCharactersCount: 1
|
|
2026
1971
|
}
|
|
2027
|
-
|
|
2028
|
-
[browserLiveReloadingSettingsLocalization.setups.periodBetweenFileUpdatingAndBrowserReloading__seconds.KEY]: {
|
|
2029
|
-
newName: "periodBetweenFileUpdatingAndBrowserReloading__seconds",
|
|
2030
|
-
type: Number,
|
|
2031
|
-
required: false,
|
|
2032
|
-
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.anyRealNumber
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
2035
|
-
}
|
|
2036
|
-
},
|
|
2037
|
-
[browserLiveReloadingSettingsLocalization.logging.KEY]: {
|
|
2038
|
-
newName: "logging",
|
|
2039
|
-
type: Object,
|
|
2040
|
-
required: false,
|
|
2041
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2042
|
-
properties: {
|
|
2043
|
-
[browserLiveReloadingSettingsLocalization.logging.outputFileChangeDetection.KEY]: {
|
|
2044
|
-
newName: "outputFileChangeDetection",
|
|
2045
|
-
type: Boolean,
|
|
2046
|
-
required: false
|
|
1972
|
+
]
|
|
2047
1973
|
},
|
|
2048
|
-
|
|
2049
|
-
newName: "
|
|
2050
|
-
type:
|
|
2051
|
-
required: false
|
|
1974
|
+
$browserSyncUserInterface: {
|
|
1975
|
+
newName: "browserSyncUserInterface",
|
|
1976
|
+
type: Object,
|
|
1977
|
+
required: false,
|
|
1978
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
1979
|
+
properties: {
|
|
1980
|
+
$customPort: {
|
|
1981
|
+
newName: "customPort",
|
|
1982
|
+
type: Number,
|
|
1983
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.nonNegativeInteger,
|
|
1984
|
+
required: false,
|
|
1985
|
+
maximalValue: 65536
|
|
1986
|
+
},
|
|
1987
|
+
$disable: {
|
|
1988
|
+
newName: "disable",
|
|
1989
|
+
type: Boolean,
|
|
1990
|
+
required: false
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
2052
1993
|
},
|
|
2053
|
-
|
|
2054
|
-
newName: "
|
|
2055
|
-
type:
|
|
2056
|
-
required: false
|
|
1994
|
+
$periodBetweenFileUpdatingAndBrowserReloading__seconds: {
|
|
1995
|
+
newName: "periodBetweenFileUpdatingAndBrowserReloading__seconds",
|
|
1996
|
+
type: Number,
|
|
1997
|
+
required: false,
|
|
1998
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.anyRealNumber
|
|
2057
1999
|
}
|
|
2058
2000
|
}
|
|
2059
2001
|
}
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
|
|
2002
|
+
},
|
|
2003
|
+
$logging: {
|
|
2004
|
+
newName: "logging",
|
|
2005
|
+
type: Object,
|
|
2006
|
+
required: false,
|
|
2007
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2008
|
+
properties: {
|
|
2009
|
+
$outputFileChangeDetection: {
|
|
2010
|
+
newName: "outputFileChangeDetection",
|
|
2011
|
+
type: Boolean,
|
|
2012
|
+
required: false
|
|
2013
|
+
},
|
|
2014
|
+
$browserTabWillBeReloadedSoon: {
|
|
2015
|
+
newName: "browserTabWillBeReloadedSoon",
|
|
2016
|
+
type: Boolean,
|
|
2017
|
+
required: false
|
|
2018
|
+
},
|
|
2019
|
+
$browsersyncConnection: {
|
|
2020
|
+
newName: "browsersyncConnection",
|
|
2021
|
+
type: Boolean,
|
|
2022
|
+
required: false
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
};
|
|
2063
2027
|
})(BrowserLiveReloadingSettings__FromFile__RawValid || (BrowserLiveReloadingSettings__FromFile__RawValid = {}));
|
|
2064
2028
|
exports["default"] = BrowserLiveReloadingSettings__FromFile__RawValid;
|
|
2065
2029
|
|
|
@@ -2587,102 +2551,109 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
2587
2551
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2588
2552
|
/* ─── Restrictions ───────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
2589
2553
|
const ConsumingProjectBuildingModes_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes */ "./ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes.ts"));
|
|
2554
|
+
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
2555
|
+
const ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid.ts"));
|
|
2556
|
+
const RevisioningSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/RevisioningSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/RevisioningSettings__FromFile__RawValid.ts"));
|
|
2590
2557
|
/* ─── Utils ──────────────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
2591
2558
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
2592
2559
|
var AssetsProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
2593
2560
|
(function (AssetsProcessingSettingsGenericProperties__FromFile__RawValid) {
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2561
|
+
/* ━━━ Properties Specification ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
2562
|
+
AssetsProcessingSettingsGenericProperties__FromFile__RawValid.propertiesSpecification = {
|
|
2563
|
+
$common: {
|
|
2564
|
+
newName: "common",
|
|
2565
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2566
|
+
type: Object,
|
|
2567
|
+
required: false,
|
|
2568
|
+
properties: {
|
|
2569
|
+
$periodBetweenFileUpdatingAndRebuildingStarting__seconds: {
|
|
2570
|
+
newName: "periodBetweenFileUpdatingAndRebuildingStarting__seconds",
|
|
2571
|
+
type: Number,
|
|
2572
|
+
required: false,
|
|
2573
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
$assetsGroups: {
|
|
2578
|
+
newName: "assetsGroups",
|
|
2579
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2580
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
2581
|
+
required: true,
|
|
2582
|
+
value: {
|
|
2599
2583
|
type: Object,
|
|
2600
|
-
required: true,
|
|
2601
2584
|
properties: {
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2585
|
+
$sourceFilesTopDirectoryRelativePath: {
|
|
2586
|
+
newName: "sourceFilesTopDirectoryRelativePath",
|
|
2587
|
+
type: String,
|
|
2588
|
+
required: true,
|
|
2589
|
+
minimalCharactersCount: 1
|
|
2590
|
+
},
|
|
2591
|
+
$sourceFilesTopDirectoryPathAliasForReferencingFromHTML: {
|
|
2592
|
+
newName: "sourceFilesTopDirectoryPathAliasForReferencingFromHTML",
|
|
2593
|
+
type: String,
|
|
2606
2594
|
required: false,
|
|
2607
|
-
|
|
2608
|
-
}
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.localDevelopment]: ConsumingProjectBuildingModes_1.default.localDevelopment,
|
|
2639
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.testing]: ConsumingProjectBuildingModes_1.default.testing,
|
|
2640
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.staging]: ConsumingProjectBuildingModes_1.default.staging,
|
|
2641
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.production]: ConsumingProjectBuildingModes_1.default.production
|
|
2642
|
-
},
|
|
2643
|
-
value: {
|
|
2644
|
-
type: Object,
|
|
2645
|
-
properties: {
|
|
2646
|
-
...entryPointsGroupBuildingModeDependentOutputGenericSettingsLocalizedPropertiesSpecification,
|
|
2647
|
-
[assetsProcessingSettingsGenericPropertiesLocalization.assetsGroups.buildingModeDependent.revisioning.KEY]: {
|
|
2648
|
-
newName: "revisioning",
|
|
2649
|
-
type: Object,
|
|
2650
|
-
required: false,
|
|
2651
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2652
|
-
properties: revisioningPropertiesLocalizedSpecification
|
|
2653
|
-
}
|
|
2595
|
+
minimalCharactersCount: 1
|
|
2596
|
+
},
|
|
2597
|
+
$buildingModeDependent: {
|
|
2598
|
+
newName: "buildingModeDependent",
|
|
2599
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
2600
|
+
required: true,
|
|
2601
|
+
minimalEntriesCount: 1,
|
|
2602
|
+
allowedKeys: [
|
|
2603
|
+
"$staticPreview",
|
|
2604
|
+
"$localDevelopment",
|
|
2605
|
+
"$testing",
|
|
2606
|
+
"$staging",
|
|
2607
|
+
"$production"
|
|
2608
|
+
],
|
|
2609
|
+
keysRenamings: {
|
|
2610
|
+
$staticPreview: ConsumingProjectBuildingModes_1.default.staticPreview,
|
|
2611
|
+
$localDevelopment: ConsumingProjectBuildingModes_1.default.localDevelopment,
|
|
2612
|
+
$testing: ConsumingProjectBuildingModes_1.default.testing,
|
|
2613
|
+
$staging: ConsumingProjectBuildingModes_1.default.staging,
|
|
2614
|
+
$production: ConsumingProjectBuildingModes_1.default.production
|
|
2615
|
+
},
|
|
2616
|
+
value: {
|
|
2617
|
+
type: Object,
|
|
2618
|
+
properties: {
|
|
2619
|
+
...ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid_1.default.propertiesSpecification,
|
|
2620
|
+
$revisioning: {
|
|
2621
|
+
newName: "revisioning",
|
|
2622
|
+
type: Object,
|
|
2623
|
+
required: false,
|
|
2624
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2625
|
+
properties: RevisioningSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
2654
2626
|
}
|
|
2655
2627
|
}
|
|
2656
2628
|
}
|
|
2657
2629
|
}
|
|
2658
2630
|
}
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
$logging: {
|
|
2634
|
+
newName: "logging",
|
|
2635
|
+
type: Object,
|
|
2636
|
+
required: false,
|
|
2637
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2638
|
+
properties: {
|
|
2639
|
+
$filesPaths: {
|
|
2640
|
+
newName: "filesPaths",
|
|
2641
|
+
type: Boolean,
|
|
2642
|
+
required: false
|
|
2643
|
+
},
|
|
2644
|
+
$filesCount: {
|
|
2645
|
+
newName: "filesCount",
|
|
2646
|
+
type: Boolean,
|
|
2647
|
+
required: false
|
|
2648
|
+
},
|
|
2649
|
+
$filesWatcherEvents: {
|
|
2650
|
+
newName: "filesWatcherEvents",
|
|
2651
|
+
type: Boolean,
|
|
2652
|
+
required: false
|
|
2681
2653
|
}
|
|
2682
2654
|
}
|
|
2683
|
-
}
|
|
2684
|
-
}
|
|
2685
|
-
AssetsProcessingSettingsGenericProperties__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
2655
|
+
}
|
|
2656
|
+
};
|
|
2686
2657
|
})(AssetsProcessingSettingsGenericProperties__FromFile__RawValid || (AssetsProcessingSettingsGenericProperties__FromFile__RawValid = {}));
|
|
2687
2658
|
exports["default"] = AssetsProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
2688
2659
|
|
|
@@ -2831,22 +2802,19 @@ exports["default"] = ProjectBuildingCommonSettings__FromFile__RawValid;
|
|
|
2831
2802
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2832
2803
|
var LintingSettings__FromFile__RawValid;
|
|
2833
2804
|
(function (LintingSettings__FromFile__RawValid) {
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
};
|
|
2848
|
-
}
|
|
2849
|
-
LintingSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
2805
|
+
LintingSettings__FromFile__RawValid.propertiesSpecification = {
|
|
2806
|
+
$presetFileRelativePath: {
|
|
2807
|
+
newName: "presetFileRelativePath",
|
|
2808
|
+
type: String,
|
|
2809
|
+
required: false,
|
|
2810
|
+
minimalCharactersCount: 1
|
|
2811
|
+
},
|
|
2812
|
+
$disable: {
|
|
2813
|
+
newName: "disable",
|
|
2814
|
+
type: Boolean,
|
|
2815
|
+
required: false
|
|
2816
|
+
}
|
|
2817
|
+
};
|
|
2850
2818
|
})(LintingSettings__FromFile__RawValid || (LintingSettings__FromFile__RawValid = {}));
|
|
2851
2819
|
exports["default"] = LintingSettings__FromFile__RawValid;
|
|
2852
2820
|
|
|
@@ -2864,35 +2832,32 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
2864
2832
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
2865
2833
|
var OutputDirectoryPathTransformationsSettings__FromFile__RawValid;
|
|
2866
2834
|
(function (OutputDirectoryPathTransformationsSettings__FromFile__RawValid) {
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
minimalCharactersCount: 1
|
|
2876
|
-
}
|
|
2877
|
-
},
|
|
2878
|
-
[outputDirectoryPathTransformationsSettingsLocalization.segmentsWhichLastDuplicatesMustBeRemoved.KEY]: {
|
|
2879
|
-
newName: "segmentsWhichLastDuplicatesMustBeRemoved",
|
|
2880
|
-
type: Array,
|
|
2881
|
-
required: false,
|
|
2882
|
-
element: {
|
|
2883
|
-
type: String,
|
|
2884
|
-
minimalCharactersCount: 1
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
[outputDirectoryPathTransformationsSettingsLocalization.segmentsCountRelativeToGroupTopDirectoryWhichMustBeRemoved.KEY]: {
|
|
2888
|
-
newName: "segmentsCountRelativeToGroupTopDirectoryWhichMustBeRemoved",
|
|
2889
|
-
type: Number,
|
|
2890
|
-
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber,
|
|
2891
|
-
required: false
|
|
2835
|
+
OutputDirectoryPathTransformationsSettings__FromFile__RawValid.propertiesSpecification = {
|
|
2836
|
+
$segmentsWhichMustBeRemoved: {
|
|
2837
|
+
newName: "segmentsWhichMustBeRemoved",
|
|
2838
|
+
type: Array,
|
|
2839
|
+
required: false,
|
|
2840
|
+
element: {
|
|
2841
|
+
type: String,
|
|
2842
|
+
minimalCharactersCount: 1
|
|
2892
2843
|
}
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
|
|
2844
|
+
},
|
|
2845
|
+
$segmentsWhichLastDuplicatesMustBeRemoved: {
|
|
2846
|
+
newName: "segmentsWhichLastDuplicatesMustBeRemoved",
|
|
2847
|
+
type: Array,
|
|
2848
|
+
required: false,
|
|
2849
|
+
element: {
|
|
2850
|
+
type: String,
|
|
2851
|
+
minimalCharactersCount: 1
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
$segmentsCountRelativeToGroupTopDirectoryWhichMustBeRemoved: {
|
|
2855
|
+
newName: "segmentsCountRelativeToGroupTopDirectoryWhichMustBeRemoved",
|
|
2856
|
+
type: Number,
|
|
2857
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber,
|
|
2858
|
+
required: false
|
|
2859
|
+
}
|
|
2860
|
+
};
|
|
2896
2861
|
})(OutputDirectoryPathTransformationsSettings__FromFile__RawValid || (OutputDirectoryPathTransformationsSettings__FromFile__RawValid = {}));
|
|
2897
2862
|
exports["default"] = OutputDirectoryPathTransformationsSettings__FromFile__RawValid;
|
|
2898
2863
|
|
|
@@ -2903,28 +2868,29 @@ exports["default"] = OutputDirectoryPathTransformationsSettings__FromFile__RawVa
|
|
|
2903
2868
|
/*!****************************************************************************************************************************************!*\
|
|
2904
2869
|
!*** ./ProjectBuilding/Common/RawConfig/Reusables/ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid.ts ***!
|
|
2905
2870
|
\****************************************************************************************************************************************/
|
|
2906
|
-
/***/ ((__unused_webpack_module, exports)
|
|
2871
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2907
2872
|
|
|
2908
2873
|
|
|
2874
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2875
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2876
|
+
};
|
|
2909
2877
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2878
|
+
const OutputDirectoryPathTransformationsSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! ./OutputDirectoryPathTransformationsSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/OutputDirectoryPathTransformationsSettings__FromFile__RawValid.ts"));
|
|
2910
2879
|
var ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid;
|
|
2911
2880
|
(function (ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid) {
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
};
|
|
2926
|
-
}
|
|
2927
|
-
ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
2881
|
+
ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid.propertiesSpecification = {
|
|
2882
|
+
$outputTopDirectoryRelativePath: {
|
|
2883
|
+
newName: "outputTopDirectoryRelativePath",
|
|
2884
|
+
type: String,
|
|
2885
|
+
required: true
|
|
2886
|
+
},
|
|
2887
|
+
$outputPathTransformations: {
|
|
2888
|
+
newName: "outputPathTransformations",
|
|
2889
|
+
type: Object,
|
|
2890
|
+
required: false,
|
|
2891
|
+
properties: OutputDirectoryPathTransformationsSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
2892
|
+
}
|
|
2893
|
+
};
|
|
2928
2894
|
})(ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid || (ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid = {}));
|
|
2929
2895
|
exports["default"] = ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid;
|
|
2930
2896
|
|
|
@@ -2941,22 +2907,19 @@ exports["default"] = ResourceFilesGroupBuildingModeDependentOutputGenericSetting
|
|
|
2941
2907
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2942
2908
|
var RevisioningSettings__FromFile__RawValid;
|
|
2943
2909
|
(function (RevisioningSettings__FromFile__RawValid) {
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
};
|
|
2958
|
-
}
|
|
2959
|
-
RevisioningSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
2910
|
+
RevisioningSettings__FromFile__RawValid.propertiesSpecification = {
|
|
2911
|
+
$disable: {
|
|
2912
|
+
newName: "disable",
|
|
2913
|
+
type: Boolean,
|
|
2914
|
+
required: false
|
|
2915
|
+
},
|
|
2916
|
+
$contentHashPostfixSeparator: {
|
|
2917
|
+
newName: "contentHashPostfixSeparator",
|
|
2918
|
+
type: String,
|
|
2919
|
+
required: false,
|
|
2920
|
+
minimalCharactersCount: 1
|
|
2921
|
+
}
|
|
2922
|
+
};
|
|
2960
2923
|
})(RevisioningSettings__FromFile__RawValid || (RevisioningSettings__FromFile__RawValid = {}));
|
|
2961
2924
|
exports["default"] = RevisioningSettings__FromFile__RawValid;
|
|
2962
2925
|
|
|
@@ -2976,13 +2939,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
2976
2939
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2977
2940
|
/* ─── Restrictions ───────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
2978
2941
|
const ConsumingProjectBuildingModes_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes */ "./ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes.ts"));
|
|
2942
|
+
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
2943
|
+
const ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid.ts"));
|
|
2979
2944
|
/* ─── Utils ──────────────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
2980
2945
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
2981
2946
|
var SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
2982
2947
|
(function (SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid) {
|
|
2983
|
-
|
|
2948
|
+
/* ━━━ Properties Specification ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
2949
|
+
function generatePropertiesSpecification({ entryPointsGroupBuildingModeIndependentSpecificSettingsLocalizedPropertiesSpecification = {}, entryPointsGroupBuildingModeDependentSpecificSettingsLocalizedPropertiesSpecification = {} }) {
|
|
2984
2950
|
return {
|
|
2985
|
-
|
|
2951
|
+
$entryPointsGroups: {
|
|
2986
2952
|
newName: "entryPointsGroups",
|
|
2987
2953
|
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
2988
2954
|
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
@@ -2990,34 +2956,30 @@ var SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
|
2990
2956
|
value: {
|
|
2991
2957
|
type: Object,
|
|
2992
2958
|
properties: {
|
|
2993
|
-
|
|
2994
|
-
sourceFilesTopDirectoryRelativePath.KEY]: {
|
|
2959
|
+
$sourceFilesTopDirectoryRelativePath: {
|
|
2995
2960
|
newName: "sourceFilesTopDirectoryRelativePath",
|
|
2996
2961
|
type: String,
|
|
2997
2962
|
required: false,
|
|
2998
2963
|
minimalCharactersCount: 1
|
|
2999
2964
|
},
|
|
3000
|
-
|
|
3001
|
-
sourceFilesTopDirectoryPathAliasName.KEY]: {
|
|
2965
|
+
$sourceFilesTopDirectoryPathAliasName: {
|
|
3002
2966
|
newName: "sourceFilesTopDirectoryPathAliasName",
|
|
3003
2967
|
type: String,
|
|
3004
2968
|
required: false,
|
|
3005
2969
|
minimalCharactersCount: 1
|
|
3006
2970
|
},
|
|
3007
|
-
|
|
2971
|
+
$partialsRecognition: {
|
|
3008
2972
|
newName: "partialsRecognition",
|
|
3009
2973
|
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
3010
2974
|
type: Object,
|
|
3011
2975
|
required: false,
|
|
3012
2976
|
properties: {
|
|
3013
|
-
|
|
3014
|
-
partialsRecognition.excludeAllSubdirectories.KEY]: {
|
|
2977
|
+
$excludeAllSubdirectories: {
|
|
3015
2978
|
newName: "excludeAllSubdirectories",
|
|
3016
2979
|
type: Boolean,
|
|
3017
2980
|
required: false
|
|
3018
2981
|
},
|
|
3019
|
-
|
|
3020
|
-
partialsRecognition.excludeSubdirectoriesWithNames.KEY]: {
|
|
2982
|
+
$excludeSubdirectoriesWithNames: {
|
|
3021
2983
|
newName: "excludeSubdirectoriesWithNames",
|
|
3022
2984
|
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.oneOf,
|
|
3023
2985
|
required: false,
|
|
@@ -3036,8 +2998,7 @@ var SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
|
3036
2998
|
}
|
|
3037
2999
|
]
|
|
3038
3000
|
},
|
|
3039
|
-
|
|
3040
|
-
partialsRecognition.excludeSubdirectoriesWithPrefixes.KEY]: {
|
|
3001
|
+
$excludeSubdirectoriesWithPrefixes: {
|
|
3041
3002
|
newName: "excludeSubdirectoriesWithPrefixes",
|
|
3042
3003
|
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.oneOf,
|
|
3043
3004
|
required: false,
|
|
@@ -3056,8 +3017,7 @@ var SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
|
3056
3017
|
}
|
|
3057
3018
|
]
|
|
3058
3019
|
},
|
|
3059
|
-
|
|
3060
|
-
partialsRecognition.excludeFilesWithPrefixes.KEY]: {
|
|
3020
|
+
$excludeFilesWithPrefixes: {
|
|
3061
3021
|
newName: "excludeFilesWithPrefixes",
|
|
3062
3022
|
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.oneOf,
|
|
3063
3023
|
required: false,
|
|
@@ -3077,41 +3037,45 @@ var SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
|
3077
3037
|
}
|
|
3078
3038
|
}
|
|
3079
3039
|
},
|
|
3080
|
-
|
|
3081
|
-
singleEntryPointSourceFileRelativePath.KEY]: {
|
|
3040
|
+
$singleEntryPointSourceFileRelativePath: {
|
|
3082
3041
|
newName: "singleEntryPointSourceFileRelativePath",
|
|
3083
3042
|
type: String,
|
|
3084
3043
|
requiredIf: {
|
|
3085
|
-
predicate: (rawObjectOfCurrentDepthLevel) => !(0, es_extensions_1.isNonEmptyString)(rawObjectOfCurrentDepthLevel
|
|
3086
|
-
descriptionForLogging:
|
|
3087
|
-
singleEntryPointSourceFileRelativePath.REQUIREMENT_CONDITION_DESCRIPTION
|
|
3044
|
+
predicate: (rawObjectOfCurrentDepthLevel) => !(0, es_extensions_1.isNonEmptyString)(rawObjectOfCurrentDepthLevel.$sourceFilesTopDirectoryRelativePath),
|
|
3045
|
+
descriptionForLogging: "\"$sourceFilesTopDirectoryRelativePath\" has not been specified"
|
|
3088
3046
|
},
|
|
3089
3047
|
minimalCharactersCount: 1
|
|
3090
3048
|
},
|
|
3091
|
-
|
|
3092
|
-
singleEntryPointSourceFilePathAliasName.KEY]: {
|
|
3049
|
+
$singleEntryPointSourceFilePathAliasName: {
|
|
3093
3050
|
newName: "singleEntryPointSourceFilePathAliasName",
|
|
3094
3051
|
type: String,
|
|
3095
3052
|
required: false,
|
|
3096
3053
|
minimalCharactersCount: 1
|
|
3097
3054
|
},
|
|
3098
3055
|
...entryPointsGroupBuildingModeIndependentSpecificSettingsLocalizedPropertiesSpecification,
|
|
3099
|
-
|
|
3056
|
+
$buildingModeDependent: {
|
|
3100
3057
|
newName: "buildingModeDependent",
|
|
3101
3058
|
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
3102
3059
|
required: true,
|
|
3103
3060
|
minimalEntriesCount: 1,
|
|
3061
|
+
allowedKeys: [
|
|
3062
|
+
"$staticPreview",
|
|
3063
|
+
"$localDevelopment",
|
|
3064
|
+
"$testing",
|
|
3065
|
+
"$staging",
|
|
3066
|
+
"$production"
|
|
3067
|
+
],
|
|
3104
3068
|
keysRenamings: {
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3069
|
+
$staticPreview: ConsumingProjectBuildingModes_1.default.staticPreview,
|
|
3070
|
+
$localDevelopment: ConsumingProjectBuildingModes_1.default.localDevelopment,
|
|
3071
|
+
$testing: ConsumingProjectBuildingModes_1.default.testing,
|
|
3072
|
+
$staging: ConsumingProjectBuildingModes_1.default.staging,
|
|
3073
|
+
$production: ConsumingProjectBuildingModes_1.default.production
|
|
3110
3074
|
},
|
|
3111
3075
|
value: {
|
|
3112
3076
|
type: Object,
|
|
3113
3077
|
properties: {
|
|
3114
|
-
...
|
|
3078
|
+
...ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid_1.default.propertiesSpecification,
|
|
3115
3079
|
...entryPointsGroupBuildingModeDependentSpecificSettingsLocalizedPropertiesSpecification
|
|
3116
3080
|
}
|
|
3117
3081
|
}
|
|
@@ -3121,7 +3085,7 @@ var SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
|
3121
3085
|
}
|
|
3122
3086
|
};
|
|
3123
3087
|
}
|
|
3124
|
-
SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid.
|
|
3088
|
+
SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid.generatePropertiesSpecification = generatePropertiesSpecification;
|
|
3125
3089
|
})(SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid || (SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid = {}));
|
|
3126
3090
|
exports["default"] = SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid;
|
|
3127
3091
|
|
|
@@ -4425,29 +4389,26 @@ exports["default"] = FilesWatchingSettingsRepresentative;
|
|
|
4425
4389
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4426
4390
|
var FilesWatchingSettings__FromFile__RawValid;
|
|
4427
4391
|
(function (FilesWatchingSettings__FromFile__RawValid) {
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
minimalCharactersCount: 1
|
|
4437
|
-
}
|
|
4438
|
-
},
|
|
4439
|
-
[filesWatchingSettingsLocalization.relativePathsOfExcludeDirectories.KEY]: {
|
|
4440
|
-
newName: "relativePathsOfExcludeDirectories",
|
|
4441
|
-
type: Array,
|
|
4442
|
-
required: false,
|
|
4443
|
-
element: {
|
|
4444
|
-
type: String,
|
|
4445
|
-
minimalCharactersCount: 1
|
|
4446
|
-
}
|
|
4392
|
+
FilesWatchingSettings__FromFile__RawValid.propertiesSpecification = {
|
|
4393
|
+
$relativePathsOfExcludeFiles: {
|
|
4394
|
+
newName: "relativePathsOfExcludeFiles",
|
|
4395
|
+
type: Array,
|
|
4396
|
+
required: false,
|
|
4397
|
+
element: {
|
|
4398
|
+
type: String,
|
|
4399
|
+
minimalCharactersCount: 1
|
|
4447
4400
|
}
|
|
4448
|
-
}
|
|
4449
|
-
|
|
4450
|
-
|
|
4401
|
+
},
|
|
4402
|
+
$relativePathsOfExcludeDirectories: {
|
|
4403
|
+
newName: "relativePathsOfExcludeDirectories",
|
|
4404
|
+
type: Array,
|
|
4405
|
+
required: false,
|
|
4406
|
+
element: {
|
|
4407
|
+
type: String,
|
|
4408
|
+
minimalCharactersCount: 1
|
|
4409
|
+
}
|
|
4410
|
+
}
|
|
4411
|
+
};
|
|
4451
4412
|
})(FilesWatchingSettings__FromFile__RawValid || (FilesWatchingSettings__FromFile__RawValid = {}));
|
|
4452
4413
|
exports["default"] = FilesWatchingSettings__FromFile__RawValid;
|
|
4453
4414
|
|
|
@@ -5015,139 +4976,143 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5015
4976
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5016
4977
|
};
|
|
5017
4978
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5018
|
-
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
5019
4979
|
const ConsumingProjectBuildingModes_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes */ "./ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes.ts"));
|
|
4980
|
+
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
5020
4981
|
var OutputPackageJSON_GeneratingSettings__FromFile__RawValid;
|
|
5021
4982
|
(function (OutputPackageJSON_GeneratingSettings__FromFile__RawValid) {
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
type: String,
|
|
5031
|
-
minimalCharactersCount: 1
|
|
5032
|
-
}
|
|
5033
|
-
},
|
|
5034
|
-
[outputPackageJSON_GeneratingSettingsLocalization.inheritedDevelopmentDependencies.KEY]: {
|
|
5035
|
-
newName: "inheritedDevelopmentDependencies",
|
|
5036
|
-
type: Array,
|
|
5037
|
-
required: false,
|
|
5038
|
-
minimalElementsCount: 1,
|
|
5039
|
-
element: {
|
|
5040
|
-
type: String,
|
|
5041
|
-
minimalCharactersCount: 1
|
|
5042
|
-
}
|
|
5043
|
-
},
|
|
5044
|
-
[outputPackageJSON_GeneratingSettingsLocalization.inheritedNPM_Scripts.KEY]: {
|
|
5045
|
-
newName: "inheritedNPM_Scripts",
|
|
5046
|
-
type: Array,
|
|
5047
|
-
required: false,
|
|
5048
|
-
minimalElementsCount: 1,
|
|
5049
|
-
element: {
|
|
5050
|
-
type: String,
|
|
5051
|
-
minimalCharactersCount: 1
|
|
5052
|
-
}
|
|
5053
|
-
},
|
|
5054
|
-
[outputPackageJSON_GeneratingSettingsLocalization.newNPM_Scripts.KEY]: {
|
|
5055
|
-
newName: "newNPM_Scripts",
|
|
5056
|
-
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
5057
|
-
required: false,
|
|
5058
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5059
|
-
minimalEntriesCount: 1,
|
|
5060
|
-
value: {
|
|
5061
|
-
type: String,
|
|
5062
|
-
minimalCharactersCount: 1
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
[outputPackageJSON_GeneratingSettingsLocalization.indentString.KEY]: {
|
|
5066
|
-
newName: "indentString",
|
|
4983
|
+
/* ━━━ Localization ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
4984
|
+
OutputPackageJSON_GeneratingSettings__FromFile__RawValid.propertiesSpecification = {
|
|
4985
|
+
$inheritedDependencies: {
|
|
4986
|
+
newName: "inheritedDependencies",
|
|
4987
|
+
type: Array,
|
|
4988
|
+
required: false,
|
|
4989
|
+
minimalElementsCount: 1,
|
|
4990
|
+
element: {
|
|
5067
4991
|
type: String,
|
|
5068
|
-
required: false,
|
|
5069
4992
|
minimalCharactersCount: 1
|
|
5070
|
-
}
|
|
5071
|
-
|
|
5072
|
-
|
|
4993
|
+
}
|
|
4994
|
+
},
|
|
4995
|
+
$inheritedDevelopmentDependencies: {
|
|
4996
|
+
newName: "inheritedDevelopmentDependencies",
|
|
4997
|
+
type: Array,
|
|
4998
|
+
required: false,
|
|
4999
|
+
minimalElementsCount: 1,
|
|
5000
|
+
element: {
|
|
5073
5001
|
type: String,
|
|
5074
|
-
|
|
5075
|
-
allowedAlternatives: Object.values(es_extensions_1.LineSeparators.lineFeed)
|
|
5076
|
-
},
|
|
5077
|
-
[outputPackageJSON_GeneratingSettingsLocalization.buildingModeDependent.KEY]: {
|
|
5078
|
-
newName: "buildingModeDependent",
|
|
5079
|
-
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
5080
|
-
required: true,
|
|
5081
|
-
allowedKeys: Object.values(ConsumingProjectBuildingModes_1.default),
|
|
5082
|
-
minimalEntriesCount: 1,
|
|
5083
|
-
keysRenamings: {
|
|
5084
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.staticPreview]: ConsumingProjectBuildingModes_1.default.staticPreview,
|
|
5085
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.localDevelopment]: ConsumingProjectBuildingModes_1.default.localDevelopment,
|
|
5086
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.testing]: ConsumingProjectBuildingModes_1.default.testing,
|
|
5087
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.staging]: ConsumingProjectBuildingModes_1.default.staging,
|
|
5088
|
-
[consumingProjectLocalizedPreDefinedBuildingModes.production]: ConsumingProjectBuildingModes_1.default.production
|
|
5089
|
-
},
|
|
5090
|
-
value: {
|
|
5091
|
-
type: Object,
|
|
5092
|
-
properties: {
|
|
5093
|
-
[outputPackageJSON_GeneratingSettingsLocalization.buildingModeDependent.outputDirectoryRelativePath.KEY]: {
|
|
5094
|
-
newName: "outputDirectoryRelativePath",
|
|
5095
|
-
type: String,
|
|
5096
|
-
required: true,
|
|
5097
|
-
minimalCharactersCount: 1
|
|
5098
|
-
},
|
|
5099
|
-
[outputPackageJSON_GeneratingSettingsLocalization.buildingModeDependent.indentString.KEY]: {
|
|
5100
|
-
newName: "indentString",
|
|
5101
|
-
type: String,
|
|
5102
|
-
required: false,
|
|
5103
|
-
minimalCharactersCount: 1
|
|
5104
|
-
},
|
|
5105
|
-
[outputPackageJSON_GeneratingSettingsLocalization.buildingModeDependent.linesSeparator.KEY]: {
|
|
5106
|
-
newName: "linesSeparator",
|
|
5107
|
-
type: String,
|
|
5108
|
-
required: false,
|
|
5109
|
-
allowedAlternatives: Object.values(es_extensions_1.LineSeparators.lineFeed)
|
|
5110
|
-
}
|
|
5111
|
-
}
|
|
5112
|
-
}
|
|
5002
|
+
minimalCharactersCount: 1
|
|
5113
5003
|
}
|
|
5114
|
-
}
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5004
|
+
},
|
|
5005
|
+
$inheritedNPM_Scripts: {
|
|
5006
|
+
newName: "inheritedNPM_Scripts",
|
|
5007
|
+
type: Array,
|
|
5008
|
+
required: false,
|
|
5009
|
+
minimalElementsCount: 1,
|
|
5010
|
+
element: {
|
|
5011
|
+
type: String,
|
|
5012
|
+
minimalCharactersCount: 1
|
|
5013
|
+
}
|
|
5014
|
+
},
|
|
5015
|
+
$newNPM_Scripts: {
|
|
5016
|
+
newName: "newNPM_Scripts",
|
|
5017
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
5018
|
+
required: false,
|
|
5019
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5020
|
+
minimalEntriesCount: 1,
|
|
5021
|
+
value: {
|
|
5022
|
+
type: String,
|
|
5023
|
+
minimalCharactersCount: 1
|
|
5024
|
+
}
|
|
5025
|
+
},
|
|
5026
|
+
$indentString: {
|
|
5027
|
+
newName: "indentString",
|
|
5028
|
+
type: String,
|
|
5029
|
+
required: false,
|
|
5030
|
+
minimalCharactersCount: 1
|
|
5031
|
+
},
|
|
5032
|
+
$linesSeparator: {
|
|
5033
|
+
newName: "linesSeparator",
|
|
5034
|
+
type: String,
|
|
5035
|
+
required: false,
|
|
5036
|
+
allowedAlternatives: Object.values(es_extensions_1.LineSeparators.lineFeed)
|
|
5037
|
+
},
|
|
5038
|
+
$buildingModeDependent: {
|
|
5039
|
+
newName: "buildingModeDependent",
|
|
5040
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
5041
|
+
required: true,
|
|
5042
|
+
minimalEntriesCount: 1,
|
|
5043
|
+
allowedKeys: [
|
|
5044
|
+
"$staticPreview",
|
|
5045
|
+
"$localDevelopment",
|
|
5046
|
+
"$testing",
|
|
5047
|
+
"$staging",
|
|
5048
|
+
"$production"
|
|
5049
|
+
],
|
|
5050
|
+
keysRenamings: {
|
|
5051
|
+
$staticPreview: ConsumingProjectBuildingModes_1.default.staticPreview,
|
|
5052
|
+
$localDevelopment: ConsumingProjectBuildingModes_1.default.localDevelopment,
|
|
5053
|
+
$testing: ConsumingProjectBuildingModes_1.default.testing,
|
|
5054
|
+
$staging: ConsumingProjectBuildingModes_1.default.staging,
|
|
5055
|
+
$production: ConsumingProjectBuildingModes_1.default.production
|
|
5056
|
+
},
|
|
5057
|
+
value: {
|
|
5058
|
+
type: Object,
|
|
5059
|
+
properties: {
|
|
5060
|
+
$outputDirectoryRelativePath: {
|
|
5061
|
+
newName: "outputDirectoryRelativePath",
|
|
5062
|
+
type: String,
|
|
5063
|
+
required: true,
|
|
5064
|
+
minimalCharactersCount: 1
|
|
5065
|
+
},
|
|
5066
|
+
$indentString: {
|
|
5067
|
+
newName: "indentString",
|
|
5068
|
+
type: String,
|
|
5069
|
+
required: false,
|
|
5070
|
+
minimalCharactersCount: 1
|
|
5071
|
+
},
|
|
5072
|
+
$linesSeparator: {
|
|
5073
|
+
newName: "linesSeparator",
|
|
5074
|
+
type: String,
|
|
5075
|
+
required: false,
|
|
5076
|
+
allowedAlternatives: Object.values(es_extensions_1.LineSeparators.lineFeed)
|
|
5077
|
+
}
|
|
5078
|
+
}
|
|
5079
|
+
}
|
|
5080
|
+
}
|
|
5081
|
+
};
|
|
5082
|
+
})(OutputPackageJSON_GeneratingSettings__FromFile__RawValid || (OutputPackageJSON_GeneratingSettings__FromFile__RawValid = {}));
|
|
5083
|
+
exports["default"] = OutputPackageJSON_GeneratingSettings__FromFile__RawValid;
|
|
5084
|
+
|
|
5085
|
+
|
|
5086
|
+
/***/ }),
|
|
5087
|
+
|
|
5088
|
+
/***/ "./ProjectBuilding/OutputPackageJSON_Generating/OutputPackageJSON_Generator.ts":
|
|
5089
|
+
/*!*************************************************************************************!*\
|
|
5090
|
+
!*** ./ProjectBuilding/OutputPackageJSON_Generating/OutputPackageJSON_Generator.ts ***!
|
|
5091
|
+
\*************************************************************************************/
|
|
5092
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
5093
|
+
|
|
5094
|
+
|
|
5095
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5096
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5097
|
+
};
|
|
5098
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5099
|
+
/* ─── General Utils ──────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
5100
|
+
const fs_1 = __importDefault(__webpack_require__(/*! fs */ "fs"));
|
|
5101
|
+
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
5102
|
+
const replaceLinesSeparators_1 = __importDefault(__webpack_require__(/*! @UtilsIncubator/Strings/replaceLinesSeparators */ "./UtilsIncubator/Strings/replaceLinesSeparators.ts"));
|
|
5103
|
+
class OutputPackageJSON_Generator {
|
|
5104
|
+
static generateIfMust(projectBuildingMasterConfigRepresentative) {
|
|
5105
|
+
if ((0, es_extensions_1.isUndefined)(projectBuildingMasterConfigRepresentative.outputPackageJSON_GeneratingSettingsRepresentative)) {
|
|
5106
|
+
return async () => Promise.resolve();
|
|
5107
|
+
}
|
|
5108
|
+
const { outputPackageJSON_GeneratingSettingsRepresentative } = projectBuildingMasterConfigRepresentative;
|
|
5109
|
+
return async () => OutputPackageJSON_Generator.generate(outputPackageJSON_GeneratingSettingsRepresentative.outputPackageJSON_GeneratingSettings);
|
|
5110
|
+
}
|
|
5111
|
+
static async generate({ outputFileAbsolutePath, dependencies, developmentDependencies, scripts, indentString, linesSeparator }) {
|
|
5112
|
+
fs_1.default.writeFileSync(outputFileAbsolutePath, (0, replaceLinesSeparators_1.default)(JSON.stringify({
|
|
5113
|
+
private: true,
|
|
5114
|
+
dependencies,
|
|
5115
|
+
devDependencies: developmentDependencies,
|
|
5151
5116
|
scripts
|
|
5152
5117
|
}, null, indentString), linesSeparator));
|
|
5153
5118
|
return Promise.resolve();
|
|
@@ -5492,145 +5457,150 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5492
5457
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5493
5458
|
/* ─── Restrictions ───────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
5494
5459
|
const ConsumingProjectBuildingModes_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes */ "./ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes.ts"));
|
|
5460
|
+
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
5461
|
+
const OutputDirectoryPathTransformationsSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/OutputDirectoryPathTransformationsSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/OutputDirectoryPathTransformationsSettings__FromFile__RawValid.ts"));
|
|
5495
5462
|
/* ─── General Utils ──────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
5496
5463
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
5497
5464
|
var PlainCopyingSettings__FromFile__RawValid;
|
|
5498
5465
|
(function (PlainCopyingSettings__FromFile__RawValid) {
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5466
|
+
/* ━━━ Properties Specification ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
5467
|
+
PlainCopyingSettings__FromFile__RawValid.propertiesSpecification = {
|
|
5468
|
+
$filesGroups: {
|
|
5469
|
+
newName: "filesGroups",
|
|
5470
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
5471
|
+
required: true,
|
|
5472
|
+
minimalEntriesCount: 1,
|
|
5473
|
+
value: {
|
|
5474
|
+
type: Object,
|
|
5475
|
+
properties: {
|
|
5476
|
+
/* ─── Common ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
5477
|
+
$aliasName: {
|
|
5478
|
+
newName: "aliasName",
|
|
5479
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5480
|
+
type: String,
|
|
5481
|
+
required: false
|
|
5482
|
+
},
|
|
5483
|
+
/* ─── Singular ───────────────────────────────────────────────────────────────────────────────────────── */
|
|
5484
|
+
$sourceFileRelativePath: {
|
|
5485
|
+
newName: "sourceFileRelativePath",
|
|
5486
|
+
type: String,
|
|
5487
|
+
required: false
|
|
5488
|
+
},
|
|
5489
|
+
/* ─── Plural ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
5490
|
+
$sourceTopDirectoryRelativePath: {
|
|
5491
|
+
newName: "sourceTopDirectoryRelativePath",
|
|
5492
|
+
type: String,
|
|
5493
|
+
requiredIf: {
|
|
5494
|
+
predicate: (filesGroup) => (0, es_extensions_1.isUndefined)(filesGroup.$sourceFileRelativePath),
|
|
5495
|
+
descriptionForLogging: "\"$sourceFileRelativePath\" not undefined"
|
|
5496
|
+
}
|
|
5497
|
+
},
|
|
5498
|
+
$fileNameLastExtensions: {
|
|
5499
|
+
newName: "fileNameLastExtensions",
|
|
5500
|
+
type: Array,
|
|
5501
|
+
required: false,
|
|
5502
|
+
element: {
|
|
5525
5503
|
type: String,
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5504
|
+
minimalCharactersCount: 1
|
|
5505
|
+
}
|
|
5506
|
+
},
|
|
5507
|
+
$buildingModeDependent: {
|
|
5508
|
+
newName: "buildingModeDependent",
|
|
5509
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
5510
|
+
required: true,
|
|
5511
|
+
minimalEntriesCount: 1,
|
|
5512
|
+
allowedKeys: [
|
|
5513
|
+
"$staticPreview",
|
|
5514
|
+
"$localDevelopment",
|
|
5515
|
+
"$testing",
|
|
5516
|
+
"$staging",
|
|
5517
|
+
"$production"
|
|
5518
|
+
],
|
|
5519
|
+
keysRenamings: {
|
|
5520
|
+
$staticPreview: ConsumingProjectBuildingModes_1.default.staticPreview,
|
|
5521
|
+
$localDevelopment: ConsumingProjectBuildingModes_1.default.localDevelopment,
|
|
5522
|
+
$testing: ConsumingProjectBuildingModes_1.default.testing,
|
|
5523
|
+
$staging: ConsumingProjectBuildingModes_1.default.staging,
|
|
5524
|
+
$production: ConsumingProjectBuildingModes_1.default.production
|
|
5540
5525
|
},
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5526
|
+
value: {
|
|
5527
|
+
type: Object,
|
|
5528
|
+
properties: {
|
|
5529
|
+
/* ─── Common ───────────────────────────────────────────────────────────────────────────────────── */
|
|
5530
|
+
$revisioning: {
|
|
5531
|
+
newName: "revisioning",
|
|
5532
|
+
type: Object,
|
|
5533
|
+
required: false,
|
|
5534
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5535
|
+
properties: {
|
|
5536
|
+
$enable: {
|
|
5537
|
+
newName: "enable",
|
|
5538
|
+
type: Boolean,
|
|
5539
|
+
required: false
|
|
5540
|
+
},
|
|
5541
|
+
$contentHashPostfixSeparator: {
|
|
5542
|
+
newName: "contentHashPostfixSeparator",
|
|
5543
|
+
type: String,
|
|
5544
|
+
required: false,
|
|
5545
|
+
minimalCharactersCount: 1
|
|
5546
|
+
}
|
|
5547
|
+
}
|
|
5548
|
+
},
|
|
5549
|
+
/* ─── Singular ─────────────────────────────────────────────────────────────────────────────────── */
|
|
5550
|
+
$outputDirectoryRelativePath: {
|
|
5551
|
+
newName: "outputDirectoryRelativePath",
|
|
5552
|
+
type: String,
|
|
5553
|
+
required: false
|
|
5554
|
+
},
|
|
5555
|
+
$newFileNameWithExtension: {
|
|
5556
|
+
newName: "newFileNameWithExtension",
|
|
5557
|
+
type: String,
|
|
5558
|
+
required: false,
|
|
5559
|
+
minimalCharactersCount: 1
|
|
5560
|
+
},
|
|
5561
|
+
/* ─── Plural ───────────────────────────────────────────────────────────────────────────────────── */
|
|
5562
|
+
$outputTopDirectoryRelativePath: {
|
|
5563
|
+
newName: "outputTopDirectoryRelativePath",
|
|
5564
|
+
type: String,
|
|
5565
|
+
required: false
|
|
5566
|
+
},
|
|
5567
|
+
$filesRenamings: {
|
|
5568
|
+
newName: "filesRenamings",
|
|
5569
|
+
type: Array,
|
|
5570
|
+
required: false,
|
|
5571
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5572
|
+
element: {
|
|
5560
5573
|
type: Object,
|
|
5561
|
-
required: false,
|
|
5562
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5563
5574
|
properties: {
|
|
5564
|
-
|
|
5565
|
-
newName: "
|
|
5566
|
-
type:
|
|
5567
|
-
required:
|
|
5575
|
+
$pathRelativeToSourceDirectory: {
|
|
5576
|
+
newName: "pathRelativeToSourceDirectory",
|
|
5577
|
+
type: String,
|
|
5578
|
+
required: true,
|
|
5579
|
+
minimalCharactersCount: 1
|
|
5568
5580
|
},
|
|
5569
|
-
|
|
5570
|
-
newName: "
|
|
5581
|
+
$newFileNameWithExtension: {
|
|
5582
|
+
newName: "newFileNameWithExtension",
|
|
5571
5583
|
type: String,
|
|
5572
|
-
required:
|
|
5584
|
+
required: true,
|
|
5573
5585
|
minimalCharactersCount: 1
|
|
5574
5586
|
}
|
|
5575
5587
|
}
|
|
5576
|
-
},
|
|
5577
|
-
/* ─── Singular ─────────────────────────────────────────────────────────────────────────────────── */
|
|
5578
|
-
[plainCopyingLocalization.buildingModeDependent.outputDirectoryRelativePath.KEY]: {
|
|
5579
|
-
newName: "outputDirectoryRelativePath",
|
|
5580
|
-
type: String,
|
|
5581
|
-
required: false
|
|
5582
|
-
},
|
|
5583
|
-
[plainCopyingLocalization.buildingModeDependent.newFileNameWithExtension.KEY]: {
|
|
5584
|
-
newName: "newFileNameWithExtension",
|
|
5585
|
-
type: String,
|
|
5586
|
-
required: false,
|
|
5587
|
-
minimalCharactersCount: 1
|
|
5588
|
-
},
|
|
5589
|
-
/* ─── Plural ───────────────────────────────────────────────────────────────────────────────────── */
|
|
5590
|
-
[plainCopyingLocalization.buildingModeDependent.outputTopDirectoryRelativePath.KEY]: {
|
|
5591
|
-
newName: "outputTopDirectoryRelativePath",
|
|
5592
|
-
type: String,
|
|
5593
|
-
required: false
|
|
5594
|
-
},
|
|
5595
|
-
[plainCopyingLocalization.buildingModeDependent.filesRenamings.KEY]: {
|
|
5596
|
-
newName: "filesRenamings",
|
|
5597
|
-
type: Array,
|
|
5598
|
-
required: false,
|
|
5599
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5600
|
-
element: {
|
|
5601
|
-
type: Object,
|
|
5602
|
-
properties: {
|
|
5603
|
-
[plainCopyingLocalization.buildingModeDependent.filesRenamings.pathRelativeToSourceDirectory.KEY]: {
|
|
5604
|
-
newName: "pathRelativeToSourceDirectory",
|
|
5605
|
-
type: String,
|
|
5606
|
-
required: true,
|
|
5607
|
-
minimalCharactersCount: 1
|
|
5608
|
-
},
|
|
5609
|
-
[plainCopyingLocalization.buildingModeDependent.filesRenamings.newFileNameWithExtension.KEY]: {
|
|
5610
|
-
newName: "newFileNameWithExtension",
|
|
5611
|
-
type: String,
|
|
5612
|
-
required: true,
|
|
5613
|
-
minimalCharactersCount: 1
|
|
5614
|
-
}
|
|
5615
|
-
}
|
|
5616
|
-
}
|
|
5617
|
-
},
|
|
5618
|
-
[plainCopyingLocalization.buildingModeDependent.outputDirectoryPathTransformations.KEY]: {
|
|
5619
|
-
newName: "outputDirectoryPathTransformations",
|
|
5620
|
-
type: Object,
|
|
5621
|
-
required: false,
|
|
5622
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5623
|
-
properties: outputDirectoryPathTransformationsPropertiesLocalizedSpecification
|
|
5624
5588
|
}
|
|
5589
|
+
},
|
|
5590
|
+
$outputDirectoryPathTransformations: {
|
|
5591
|
+
newName: "outputDirectoryPathTransformations",
|
|
5592
|
+
type: Object,
|
|
5593
|
+
required: false,
|
|
5594
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5595
|
+
properties: OutputDirectoryPathTransformationsSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5625
5596
|
}
|
|
5626
5597
|
}
|
|
5627
5598
|
}
|
|
5628
5599
|
}
|
|
5629
5600
|
}
|
|
5630
5601
|
}
|
|
5631
|
-
}
|
|
5632
|
-
}
|
|
5633
|
-
PlainCopyingSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
5602
|
+
}
|
|
5603
|
+
};
|
|
5634
5604
|
})(PlainCopyingSettings__FromFile__RawValid || (PlainCopyingSettings__FromFile__RawValid = {}));
|
|
5635
5605
|
exports["default"] = PlainCopyingSettings__FromFile__RawValid;
|
|
5636
5606
|
|
|
@@ -5911,470 +5881,18 @@ exports["default"] = ProjectBuilderRawConfigNormalizer;
|
|
|
5911
5881
|
|
|
5912
5882
|
/***/ }),
|
|
5913
5883
|
|
|
5914
|
-
/***/ "./ProjectBuilding/
|
|
5915
|
-
|
|
5916
|
-
!*** ./ProjectBuilding/
|
|
5917
|
-
|
|
5918
|
-
/***/ ((__unused_webpack_module, exports)
|
|
5884
|
+
/***/ "./ProjectBuilding/ProjectBuildingConfig__FromFile__RawValid.ts":
|
|
5885
|
+
/*!**********************************************************************!*\
|
|
5886
|
+
!*** ./ProjectBuilding/ProjectBuildingConfig__FromFile__RawValid.ts ***!
|
|
5887
|
+
\**********************************************************************/
|
|
5888
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
5919
5889
|
|
|
5920
5890
|
|
|
5921
|
-
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
|
-
enumerations: {
|
|
5925
|
-
tasksIDs: {
|
|
5926
|
-
markupProcessing: "markupProcessing",
|
|
5927
|
-
stylesProcessing: "stylesProcessing",
|
|
5928
|
-
ECMA_ScriptLogicProcessing: "ECMA_ScriptLogicProcessing",
|
|
5929
|
-
imagesProcessing: "imagesProcessing",
|
|
5930
|
-
fontsProcessing: "fontsProcessing",
|
|
5931
|
-
audiosProcessing: "audiosProcessing",
|
|
5932
|
-
videosProcessing: "videosProcessing",
|
|
5933
|
-
plainCopying: "plainCopying",
|
|
5934
|
-
browserLiveReloading: "browserLiveReloading",
|
|
5935
|
-
filesWatching: "filesWatching",
|
|
5936
|
-
outputPackageJSON_Generating: "outputPackageJSON_Generating"
|
|
5937
|
-
},
|
|
5938
|
-
consumingProjectPreDefinedBuildingModes: {
|
|
5939
|
-
staticPreview: "STATIC_PREVIEW",
|
|
5940
|
-
localDevelopment: "LOCAL_DEVELOPMENT",
|
|
5941
|
-
testing: "TESTING",
|
|
5942
|
-
staging: "STAGING",
|
|
5943
|
-
production: "PRODUCTION"
|
|
5944
|
-
}
|
|
5945
|
-
},
|
|
5946
|
-
reusables: {
|
|
5947
|
-
sourceCodeProcessingGenericProperties: {
|
|
5948
|
-
entryPointsGroups: {
|
|
5949
|
-
KEY: "entryPointsGroups",
|
|
5950
|
-
sourceFilesTopDirectoryRelativePath: { KEY: "sourceFilesTopDirectoryRelativePath" },
|
|
5951
|
-
sourceFilesTopDirectoryPathAliasName: { KEY: "sourceFilesTopDirectoryPathAliasName" },
|
|
5952
|
-
singleEntryPointSourceFilePathAliasName: { KEY: "singleEntryPointSourceFilePathAliasName" },
|
|
5953
|
-
partialsRecognition: {
|
|
5954
|
-
KEY: "partialsRecognition",
|
|
5955
|
-
excludeAllSubdirectories: { KEY: "excludeAllSubdirectories" },
|
|
5956
|
-
excludeSubdirectoriesWithNames: { KEY: "excludeSubdirectoriesWithNames" },
|
|
5957
|
-
excludeSubdirectoriesWithPrefixes: { KEY: "excludeSubdirectoriesWithPrefixes" },
|
|
5958
|
-
excludeFilesWithPrefixes: { KEY: "excludeFilesWithPrefixes" }
|
|
5959
|
-
},
|
|
5960
|
-
singleEntryPointSourceFileRelativePath: {
|
|
5961
|
-
KEY: "singleEntryPointSourceFileRelativePath",
|
|
5962
|
-
REQUIREMENT_CONDITION_DESCRIPTION: "\"sourceFilesTopDirectoryRelativePath\" has not been specified"
|
|
5963
|
-
},
|
|
5964
|
-
buildingModeDependent: {
|
|
5965
|
-
KEY: "buildingModeDependent",
|
|
5966
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
5967
|
-
revisioning: { KEY: "revisioning" },
|
|
5968
|
-
outputPathTransformations: { KEY: "outputPathTransformations" }
|
|
5969
|
-
}
|
|
5970
|
-
}
|
|
5971
|
-
},
|
|
5972
|
-
resourceFilesGroupBuildingModeDependentOutputGenericSettings: {
|
|
5973
|
-
KEY: "resourceFilesGroupBuildingModeDependentOutputGenericSettings",
|
|
5974
|
-
outputPathTransformations: { KEY: "outputPathTransformations" },
|
|
5975
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" }
|
|
5976
|
-
},
|
|
5977
|
-
revisioning: {
|
|
5978
|
-
disable: { KEY: "disable" },
|
|
5979
|
-
contentHashPostfixSeparator: { KEY: "contentHashPostfixSeparator" }
|
|
5980
|
-
},
|
|
5981
|
-
lintingCommonSettings: {
|
|
5982
|
-
presetFileRelativePath: { KEY: "presetFileRelativePath" },
|
|
5983
|
-
disable: { KEY: "enabled" }
|
|
5984
|
-
},
|
|
5985
|
-
outputPathTransformationsSettings: {
|
|
5986
|
-
segmentsWhichMustBeRemoved: { KEY: "segmentsWhichMustBeRemoved" },
|
|
5987
|
-
segmentsWhichLastDuplicatesMustBeRemoved: { KEY: "segmentsWhichLastDuplicatesMustBeRemoved" },
|
|
5988
|
-
segmentsCountRelativeToGroupTopDirectoryWhichMustBeRemoved: {
|
|
5989
|
-
KEY: "segmentsCountRelativeToGroupTopDirectoryWhichMustBeRemoved"
|
|
5990
|
-
}
|
|
5991
|
-
}
|
|
5992
|
-
},
|
|
5993
|
-
tasks: {
|
|
5994
|
-
markupProcessing: {
|
|
5995
|
-
common: {
|
|
5996
|
-
KEY: "common",
|
|
5997
|
-
periodBetweenFileUpdatingAndRebuildingStarting__seconds: {
|
|
5998
|
-
KEY: "periodBetweenFileUpdatingAndRebuildingStarting__seconds"
|
|
5999
|
-
},
|
|
6000
|
-
buildingModeDependent: {
|
|
6001
|
-
KEY: "buildingModeDependent",
|
|
6002
|
-
mustResolveResourceReferencesToRelativePaths: {
|
|
6003
|
-
KEY: "mustResolveResourceReferencesToRelativePaths"
|
|
6004
|
-
}
|
|
6005
|
-
}
|
|
6006
|
-
},
|
|
6007
|
-
staticPreview: {
|
|
6008
|
-
KEY: "staticPreview",
|
|
6009
|
-
stateDependentPagesVariationsSpecificationFileRelativePath: {
|
|
6010
|
-
KEY: "stateDependentPagesVariationsSpecificationFileRelativePath"
|
|
6011
|
-
},
|
|
6012
|
-
importsFromStaticDataFiles: {
|
|
6013
|
-
KEY: "importsFromStaticDataFiles",
|
|
6014
|
-
importedVariableName: { KEY: "importedVariableName" },
|
|
6015
|
-
fileRelativePath: { KEY: "fileRelativePath" }
|
|
6016
|
-
}
|
|
6017
|
-
},
|
|
6018
|
-
linting: {
|
|
6019
|
-
KEY: "linting"
|
|
6020
|
-
},
|
|
6021
|
-
importingFromTypeScript: {
|
|
6022
|
-
KEY: "importingFromTypeScript",
|
|
6023
|
-
typeScriptConfigurationFileRelativePath: { KEY: "typeScriptConfigurationFileRelativePath" },
|
|
6024
|
-
importedNamespace: { KEY: "importedNamespace" },
|
|
6025
|
-
sourceFileRelativePath: { KEY: "sourceFileRelativePath" },
|
|
6026
|
-
nameOfPugBlockToWhichTranspiledTypeScriptMustBeInjected: {
|
|
6027
|
-
KEY: "nameOfPugBlockToWhichTranspiledTypeScriptMustBeInjected"
|
|
6028
|
-
}
|
|
6029
|
-
},
|
|
6030
|
-
entryPointsGroups: {
|
|
6031
|
-
KEY: "entryPointsGroups",
|
|
6032
|
-
HTML_Validation: {
|
|
6033
|
-
KEY: "HTML_Validation",
|
|
6034
|
-
disable: { KEY: "disable" },
|
|
6035
|
-
ignoring: {
|
|
6036
|
-
KEY: "ignoring",
|
|
6037
|
-
files: { KEY: "files" },
|
|
6038
|
-
directories: { KEY: "directories" }
|
|
6039
|
-
}
|
|
6040
|
-
},
|
|
6041
|
-
accessibilityInspection: {
|
|
6042
|
-
KEY: "accessibilityInspection",
|
|
6043
|
-
standard: { KEY: "standard" },
|
|
6044
|
-
disable: { KEY: "disable" },
|
|
6045
|
-
ignoring: {
|
|
6046
|
-
KEY: "ignoring",
|
|
6047
|
-
files: { KEY: "files" },
|
|
6048
|
-
directories: { KEY: "directories" }
|
|
6049
|
-
}
|
|
6050
|
-
},
|
|
6051
|
-
outputFormat: { KEY: "outputFormat" },
|
|
6052
|
-
buildingModeDependent: {
|
|
6053
|
-
KEY: "buildingModeDependent",
|
|
6054
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
6055
|
-
outputCodeFormatting: {
|
|
6056
|
-
KEY: "outputCodeFormatting",
|
|
6057
|
-
disable: { KEY: "enabled" }
|
|
6058
|
-
}
|
|
6059
|
-
}
|
|
6060
|
-
},
|
|
6061
|
-
logging: {
|
|
6062
|
-
KEY: "logging",
|
|
6063
|
-
filesPaths: { KEY: "filesPaths" },
|
|
6064
|
-
filesCount: { KEY: "filesCount" },
|
|
6065
|
-
partialFilesAndParentEntryPointsCorrespondence: { KEY: "partialFilesAndParentEntryPointsCorrespondence" },
|
|
6066
|
-
filesWatcherEvents: { KEY: "filesWatcherEvents" },
|
|
6067
|
-
linting: {
|
|
6068
|
-
KEY: "linting",
|
|
6069
|
-
starting: { KEY: "starting" },
|
|
6070
|
-
completionWithoutIssues: { KEY: "completionWithoutIssues" }
|
|
6071
|
-
},
|
|
6072
|
-
HTML_Validation: {
|
|
6073
|
-
KEY: "HTML_Validation",
|
|
6074
|
-
starting: { KEY: "starting" },
|
|
6075
|
-
completionWithoutIssues: { KEY: "completionWithoutIssues" }
|
|
6076
|
-
},
|
|
6077
|
-
accessibilityChecking: {
|
|
6078
|
-
KEY: "accessibilityChecking",
|
|
6079
|
-
starting: { KEY: "starting" },
|
|
6080
|
-
completionWithoutIssues: { KEY: "completionWithoutIssues" }
|
|
6081
|
-
}
|
|
6082
|
-
}
|
|
6083
|
-
},
|
|
6084
|
-
stylesProcessing: {
|
|
6085
|
-
common: {
|
|
6086
|
-
KEY: "common",
|
|
6087
|
-
periodBetweenFileUpdatingAndRebuildingStarting__seconds: {
|
|
6088
|
-
KEY: "periodBetweenFileUpdatingAndRebuildingStarting__seconds"
|
|
6089
|
-
}
|
|
6090
|
-
},
|
|
6091
|
-
linting: {
|
|
6092
|
-
KEY: "linting"
|
|
6093
|
-
},
|
|
6094
|
-
entryPointsGroups: {
|
|
6095
|
-
KEY: "entryPointsGroups",
|
|
6096
|
-
buildingModeDependent: {
|
|
6097
|
-
KEY: "buildingModeDependent",
|
|
6098
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
6099
|
-
revisioning: { KEY: "revisioning" }
|
|
6100
|
-
}
|
|
6101
|
-
},
|
|
6102
|
-
logging: {
|
|
6103
|
-
KEY: "logging",
|
|
6104
|
-
filesPaths: { KEY: "filesPaths" },
|
|
6105
|
-
filesCount: { KEY: "filesCount" },
|
|
6106
|
-
partialFilesAndParentEntryPointsCorrespondence: { KEY: "partialFilesAndParentEntryPointsCorrespondence" },
|
|
6107
|
-
filesWatcherEvents: { KEY: "filesWatcherEvents" },
|
|
6108
|
-
linting: {
|
|
6109
|
-
KEY: "linting",
|
|
6110
|
-
starting: { KEY: "starting" },
|
|
6111
|
-
completionWithoutIssues: { KEY: "completionWithoutIssues" }
|
|
6112
|
-
}
|
|
6113
|
-
}
|
|
6114
|
-
},
|
|
6115
|
-
ECMA_ScriptLogicProcessing: {
|
|
6116
|
-
linting: {
|
|
6117
|
-
KEY: "linting"
|
|
6118
|
-
},
|
|
6119
|
-
entryPointsGroups: {
|
|
6120
|
-
KEY: "entryPointsGroups",
|
|
6121
|
-
targetRuntime: {
|
|
6122
|
-
KEY: "targetRuntime",
|
|
6123
|
-
type: { KEY: "type" },
|
|
6124
|
-
minimalVersion: {
|
|
6125
|
-
KEY: "minimalVersion",
|
|
6126
|
-
REQUIREMENT_CONDITION_DESCRIPTION: "Target runtime is NodeJS",
|
|
6127
|
-
major: { KEY: "major" },
|
|
6128
|
-
minor: { KEY: "minor" }
|
|
6129
|
-
}
|
|
6130
|
-
},
|
|
6131
|
-
referenceCustomAliasName: { KEY: "referenceCustomAliasName" },
|
|
6132
|
-
associatedMarkupEntryPointsGroupID_ForDynamicModulesLoadingWithoutDevelopmentServer: {
|
|
6133
|
-
KEY: "associatedMarkupEntryPointsGroupID_ForDynamicModulesLoadingWithoutDevelopmentServer"
|
|
6134
|
-
},
|
|
6135
|
-
typeScriptConfigurationFileRelativePath: { KEY: "typeScriptConfigurationFileRelativePath" },
|
|
6136
|
-
distributing: {
|
|
6137
|
-
KEY: "distributing",
|
|
6138
|
-
exposingOfExportsFromEntryPoints: {
|
|
6139
|
-
KEY: "exposingOfExportsFromEntryPoints",
|
|
6140
|
-
mustExpose: { KEY: "mustExpose" },
|
|
6141
|
-
namespace: { KEY: "namespace" },
|
|
6142
|
-
mustAssignToWindowObject: { KEY: "mustAssignToWindowObject" }
|
|
6143
|
-
},
|
|
6144
|
-
externalizingDependencies: { KEY: "externalizingDependencies" },
|
|
6145
|
-
typeScriptTypesDeclarations: {
|
|
6146
|
-
KEY: "typeScriptTypesDeclarations",
|
|
6147
|
-
mustGenerate: { KEY: "mustGenerate" },
|
|
6148
|
-
fileNameWithoutExtension: { KEY: "outputRelativePath" }
|
|
6149
|
-
}
|
|
6150
|
-
},
|
|
6151
|
-
buildingModeDependent: {
|
|
6152
|
-
KEY: "buildingModeDependent",
|
|
6153
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
6154
|
-
revisioning: { KEY: "revisioning" },
|
|
6155
|
-
dynamicallyLoadedFilesSubdirectory: { KEY: "dynamicallyLoadedFilesSubdirectory" },
|
|
6156
|
-
dynamicallyLoadedFilesNamesTemplate: { KEY: "dynamicallyLoadedFilesNamesTemplate" }
|
|
6157
|
-
}
|
|
6158
|
-
},
|
|
6159
|
-
localDevelopmentServerOrchestration: {
|
|
6160
|
-
KEY: "localDevelopmentServerOrchestration",
|
|
6161
|
-
targetSingularEntryPointsGroupID: { KEY: "targetSingularEntryPointsGroupID" },
|
|
6162
|
-
arguments: { KEY: "arguments" },
|
|
6163
|
-
environmentVariables: { KEY: "environmentVariables" }
|
|
6164
|
-
},
|
|
6165
|
-
logging: {
|
|
6166
|
-
KEY: "logging",
|
|
6167
|
-
filesPaths: { KEY: "filesPaths" },
|
|
6168
|
-
filesCount: { KEY: "filesCount" },
|
|
6169
|
-
partialFilesAndParentEntryPointsCorrespondence: { KEY: "partialFilesAndParentEntryPointsCorrespondence" },
|
|
6170
|
-
filesWatcherEvents: { KEY: "filesWatcherEvents" },
|
|
6171
|
-
linting: {
|
|
6172
|
-
KEY: "linting",
|
|
6173
|
-
starting: { KEY: "starting" },
|
|
6174
|
-
completionWithoutIssues: { KEY: "completionWithoutIssues" }
|
|
6175
|
-
}
|
|
6176
|
-
}
|
|
6177
|
-
},
|
|
6178
|
-
imagesProcessing: {
|
|
6179
|
-
common: {
|
|
6180
|
-
KEY: "common",
|
|
6181
|
-
periodBetweenFileUpdatingAndRebuildingStarting__seconds: {
|
|
6182
|
-
KEY: "periodBetweenFileUpdatingAndRebuildingStarting__seconds"
|
|
6183
|
-
}
|
|
6184
|
-
},
|
|
6185
|
-
logging: {
|
|
6186
|
-
KEY: "logging",
|
|
6187
|
-
filesPaths: { KEY: "filesPaths" },
|
|
6188
|
-
filesCount: { KEY: "filesCount" },
|
|
6189
|
-
filesWatcherEvents: { KEY: "filesWatcherEvents" }
|
|
6190
|
-
},
|
|
6191
|
-
assetsGroups: {
|
|
6192
|
-
KEY: "assetsGroups",
|
|
6193
|
-
sourceFilesTopDirectoryRelativePath: { KEY: "sourceFilesTopDirectoryRelativePath" },
|
|
6194
|
-
referenceCustomAliasName: { KEY: "sourceFilesTopDirectoryPathAliasForReferencingFromHTML" },
|
|
6195
|
-
buildingModeDependent: {
|
|
6196
|
-
KEY: "buildingModeDependent",
|
|
6197
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
6198
|
-
revisioning: { KEY: "revisioning" },
|
|
6199
|
-
outputPathTransformations: { KEY: "outputPathTransformations" }
|
|
6200
|
-
}
|
|
6201
|
-
}
|
|
6202
|
-
},
|
|
6203
|
-
fontsProcessing: {
|
|
6204
|
-
common: {
|
|
6205
|
-
KEY: "common",
|
|
6206
|
-
periodBetweenFileUpdatingAndRebuildingStarting__seconds: {
|
|
6207
|
-
KEY: "periodBetweenFileUpdatingAndRebuildingStarting__seconds"
|
|
6208
|
-
}
|
|
6209
|
-
},
|
|
6210
|
-
logging: {
|
|
6211
|
-
KEY: "logging",
|
|
6212
|
-
filesPaths: { KEY: "filesPaths" },
|
|
6213
|
-
filesCount: { KEY: "filesCount" },
|
|
6214
|
-
filesWatcherEvents: { KEY: "filesWatcherEvents" }
|
|
6215
|
-
},
|
|
6216
|
-
assetsGroups: {
|
|
6217
|
-
KEY: "assetsGroups",
|
|
6218
|
-
sourceFilesTopDirectoryRelativePath: { KEY: "sourceFilesTopDirectoryRelativePath" },
|
|
6219
|
-
referenceCustomAliasName: { KEY: "sourceFilesTopDirectoryPathAliasForReferencingFromHTML" },
|
|
6220
|
-
buildingModeDependent: {
|
|
6221
|
-
KEY: "buildingModeDependent",
|
|
6222
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
6223
|
-
revisioning: { KEY: "revisioning" },
|
|
6224
|
-
outputPathTransformations: { KEY: "outputPathTransformations" }
|
|
6225
|
-
}
|
|
6226
|
-
}
|
|
6227
|
-
},
|
|
6228
|
-
videosProcessing: {
|
|
6229
|
-
common: {
|
|
6230
|
-
KEY: "common",
|
|
6231
|
-
periodBetweenFileUpdatingAndRebuildingStarting__seconds: {
|
|
6232
|
-
KEY: "periodBetweenFileUpdatingAndRebuildingStarting__seconds"
|
|
6233
|
-
}
|
|
6234
|
-
},
|
|
6235
|
-
logging: {
|
|
6236
|
-
KEY: "logging",
|
|
6237
|
-
filesPaths: { KEY: "filesPaths" },
|
|
6238
|
-
filesCount: { KEY: "filesCount" },
|
|
6239
|
-
filesWatcherEvents: { KEY: "filesWatcherEvents" }
|
|
6240
|
-
},
|
|
6241
|
-
assetsGroups: {
|
|
6242
|
-
KEY: "assetsGroups",
|
|
6243
|
-
sourceFilesTopDirectoryRelativePath: { KEY: "sourceFilesTopDirectoryRelativePath" },
|
|
6244
|
-
referenceCustomAliasName: { KEY: "sourceFilesTopDirectoryPathAliasForReferencingFromHTML" },
|
|
6245
|
-
buildingModeDependent: {
|
|
6246
|
-
KEY: "buildingModeDependent",
|
|
6247
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
6248
|
-
revisioning: { KEY: "revisioning" },
|
|
6249
|
-
outputPathTransformations: { KEY: "outputPathTransformations" }
|
|
6250
|
-
}
|
|
6251
|
-
}
|
|
6252
|
-
},
|
|
6253
|
-
audiosProcessing: {
|
|
6254
|
-
common: {
|
|
6255
|
-
KEY: "common",
|
|
6256
|
-
periodBetweenFileUpdatingAndRebuildingStarting__seconds: {
|
|
6257
|
-
KEY: "periodBetweenFileUpdatingAndRebuildingStarting__seconds"
|
|
6258
|
-
}
|
|
6259
|
-
},
|
|
6260
|
-
logging: {
|
|
6261
|
-
KEY: "logging",
|
|
6262
|
-
filesPaths: { KEY: "filesPaths" },
|
|
6263
|
-
filesCount: { KEY: "filesCount" },
|
|
6264
|
-
filesWatcherEvents: { KEY: "filesWatcherEvents" }
|
|
6265
|
-
},
|
|
6266
|
-
assetsGroups: {
|
|
6267
|
-
KEY: "assetsGroups",
|
|
6268
|
-
sourceFilesTopDirectoryRelativePath: { KEY: "sourceFilesTopDirectoryRelativePath" },
|
|
6269
|
-
referenceCustomAliasName: { KEY: "sourceFilesTopDirectoryPathAliasForReferencingFromHTML" },
|
|
6270
|
-
buildingModeDependent: {
|
|
6271
|
-
KEY: "buildingModeDependent",
|
|
6272
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
6273
|
-
revisioning: { KEY: "revisioning" },
|
|
6274
|
-
outputPathTransformations: { KEY: "outputPathTransformations" }
|
|
6275
|
-
}
|
|
6276
|
-
}
|
|
6277
|
-
},
|
|
6278
|
-
plainCopying: {
|
|
6279
|
-
filesGroups: { KEY: "filesGroups" },
|
|
6280
|
-
sourceFileRelativePath: { KEY: "sourceFileRelativePath" },
|
|
6281
|
-
sourceTopDirectoryRelativePath: {
|
|
6282
|
-
KEY: "sourceTopDirectoryRelativePath",
|
|
6283
|
-
REQUIREMENT_CONDITION_DESCRIPTION: "\"sourceFileRelativePath\" is not specified"
|
|
6284
|
-
},
|
|
6285
|
-
fileNameLastExtensions: { KEY: "fileNameLastExtensions" },
|
|
6286
|
-
aliasName: { KEY: "aliasName" },
|
|
6287
|
-
buildingModeDependent: {
|
|
6288
|
-
KEY: "buildingModeDependent",
|
|
6289
|
-
outputDirectoryRelativePath: { KEY: "outputDirectoryRelativePath" },
|
|
6290
|
-
outputTopDirectoryRelativePath: { KEY: "outputTopDirectoryRelativePath" },
|
|
6291
|
-
revisioning: {
|
|
6292
|
-
KEY: "revisioning",
|
|
6293
|
-
enable: { KEY: "enable" },
|
|
6294
|
-
contentHashPostfixSeparator: { KEY: "contentHashPostfixSeparator" }
|
|
6295
|
-
},
|
|
6296
|
-
newFileNameWithExtension: { KEY: "newFileNameWithExtension" },
|
|
6297
|
-
filesRenamings: {
|
|
6298
|
-
KEY: "filesRenamings",
|
|
6299
|
-
pathRelativeToSourceDirectory: { KEY: "pathRelativeToSourceDirectory" },
|
|
6300
|
-
newFileNameWithExtension: { KEY: "newFileNameWithExtension" }
|
|
6301
|
-
},
|
|
6302
|
-
outputDirectoryPathTransformations: { KEY: "outputDirectoryPathTransformations" }
|
|
6303
|
-
}
|
|
6304
|
-
},
|
|
6305
|
-
filesWatching: {
|
|
6306
|
-
relativePathsOfExcludeFiles: { KEY: "relativePathsOfExcludeFiles" },
|
|
6307
|
-
relativePathsOfExcludeDirectories: { KEY: "relativePathsOfExcludeDirectories" }
|
|
6308
|
-
},
|
|
6309
|
-
browserLiveReloading: {
|
|
6310
|
-
setups: {
|
|
6311
|
-
KEY: "setups",
|
|
6312
|
-
localServer: {
|
|
6313
|
-
KEY: "localServer",
|
|
6314
|
-
rootDirectoryRelativePath: { KEY: "rootDirectoryRelativePath" },
|
|
6315
|
-
ignoredFilesAndDirectoriesRelativePaths: { KEY: "ignoredFilesAndDirectoriesRelativePaths" },
|
|
6316
|
-
customPort: { KEY: "customPort" },
|
|
6317
|
-
customStartingFileNameWithExtension: { KEY: "customStartingFileNameWithExtension" },
|
|
6318
|
-
HTTPS: {
|
|
6319
|
-
KEY: "HTTPS",
|
|
6320
|
-
SSL_KeyRelativePath: { KEY: "SSL_KeyRelativePath" },
|
|
6321
|
-
SSL_CertificateRelativePath: { KEY: "SSL_CertificateRelativePath" }
|
|
6322
|
-
},
|
|
6323
|
-
useCORS: { KEY: "useCORS" }
|
|
6324
|
-
},
|
|
6325
|
-
proxy: { KEY: "proxy" },
|
|
6326
|
-
openInBrowsers: { KEY: "openInBrowsers" },
|
|
6327
|
-
browserSyncUserInterface: {
|
|
6328
|
-
KEY: "browserSyncUserInterface",
|
|
6329
|
-
customPort: { KEY: "customPort" },
|
|
6330
|
-
disable: { KEY: "disable" }
|
|
6331
|
-
},
|
|
6332
|
-
periodBetweenFileUpdatingAndBrowserReloading__seconds: { KEY: "periodBetweenFileUpdatingAndBrowserReloading__seconds" }
|
|
6333
|
-
},
|
|
6334
|
-
logging: {
|
|
6335
|
-
KEY: "logging",
|
|
6336
|
-
outputFileChangeDetection: { KEY: "outputFileChangeDetection" },
|
|
6337
|
-
browserTabWillBeReloadedSoon: { KEY: "browserTabWillBeReloadedSoon" },
|
|
6338
|
-
browsersyncConnection: { KEY: "browsersyncConnection" }
|
|
6339
|
-
}
|
|
6340
|
-
},
|
|
6341
|
-
outputPackageJSON_Generating: {
|
|
6342
|
-
inheritedDependencies: { KEY: "inheritedDependencies" },
|
|
6343
|
-
inheritedDevelopmentDependencies: { KEY: "inheritedDevelopmentDependencies" },
|
|
6344
|
-
inheritedNPM_Scripts: { KEY: "inheritedNPM_Scripts" },
|
|
6345
|
-
newNPM_Scripts: { KEY: "newNPM_Scripts" },
|
|
6346
|
-
indentString: { KEY: "indentString" },
|
|
6347
|
-
linesSeparator: { KEY: "linesSeparator" },
|
|
6348
|
-
buildingModeDependent: {
|
|
6349
|
-
KEY: "buildingModeDependent",
|
|
6350
|
-
outputDirectoryRelativePath: { KEY: "outputDirectoryRelativePath" },
|
|
6351
|
-
indentString: { KEY: "indentString" },
|
|
6352
|
-
linesSeparator: { KEY: "linesSeparator" }
|
|
6353
|
-
}
|
|
6354
|
-
}
|
|
6355
|
-
}
|
|
6356
|
-
};
|
|
6357
|
-
exports["default"] = ProjectBuildingConfigFromFileDefaultLocalization;
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
/***/ }),
|
|
6361
|
-
|
|
6362
|
-
/***/ "./ProjectBuilding/ProjectBuildingConfig__FromFile__RawValid.ts":
|
|
6363
|
-
/*!**********************************************************************!*\
|
|
6364
|
-
!*** ./ProjectBuilding/ProjectBuildingConfig__FromFile__RawValid.ts ***!
|
|
6365
|
-
\**********************************************************************/
|
|
6366
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
6367
|
-
|
|
6368
|
-
|
|
6369
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6370
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6371
|
-
};
|
|
5891
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5892
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5893
|
+
};
|
|
6372
5894
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6373
5895
|
const ProjectBuildingCommonSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding:Common/RawConfig/ProjectBuildingCommonSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/ProjectBuildingCommonSettings__FromFile__RawValid.ts"));
|
|
6374
|
-
const ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/ResourceFilesGroupBuildingModeDependentOutputGenericSettings__FromFile__RawValid.ts"));
|
|
6375
|
-
const RevisioningSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/RevisioningSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/RevisioningSettings__FromFile__RawValid.ts"));
|
|
6376
|
-
const LintingSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/LintingSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/LintingSettings__FromFile__RawValid.ts"));
|
|
6377
|
-
const OutputDirectoryPathTransformationsSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/OutputDirectoryPathTransformationsSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/OutputDirectoryPathTransformationsSettings__FromFile__RawValid.ts"));
|
|
6378
5896
|
const MarkupProcessingSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @MarkupProcessing/MarkupProcessingSettings__FromFile__RawValid */ "./ProjectBuilding/SourceCodeProcessing/Markup/MarkupProcessingSettings__FromFile__RawValid.ts"));
|
|
6379
5897
|
const StylesProcessingSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @StylesProcessing/StylesProcessingSettings__FromFile__RawValid */ "./ProjectBuilding/SourceCodeProcessing/Styles/StylesProcessingSettings__FromFile__RawValid.ts"));
|
|
6380
5898
|
const ECMA_ScriptLogicProcessingSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ECMA_ScriptProcessing/ECMA_ScriptLogicProcessingSettings__FromFile__RawValid */ "./ProjectBuilding/SourceCodeProcessing/ECMA_Script/ECMA_ScriptLogicProcessingSettings__FromFile__RawValid.ts"));
|
|
@@ -6392,167 +5910,104 @@ var ProjectBuildingConfig__FromFile__RawValid;
|
|
|
6392
5910
|
(function (ProjectBuildingConfig__FromFile__RawValid) {
|
|
6393
5911
|
/* [ Theory ] "yamljs" will convert empty properties' values to 'null'; 'nullToUndefined' is required to recognize
|
|
6394
5912
|
the property as optional. */
|
|
6395
|
-
|
|
6396
|
-
|
|
6397
|
-
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6416
|
-
|
|
6417
|
-
|
|
6418
|
-
|
|
6419
|
-
|
|
6420
|
-
|
|
6421
|
-
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
6428
|
-
|
|
6429
|
-
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
|
|
6447
|
-
|
|
6448
|
-
|
|
6449
|
-
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6479
|
-
|
|
6480
|
-
|
|
6481
|
-
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
})
|
|
6489
|
-
},
|
|
6490
|
-
[localization.enumerations.tasksIDs.videosProcessing]: {
|
|
6491
|
-
newName: "videosProcessing",
|
|
6492
|
-
type: Object,
|
|
6493
|
-
required: false,
|
|
6494
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6495
|
-
properties: VideosProcessingSettings__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
6496
|
-
videosProcessingLocalization: localization.tasks.videosProcessing,
|
|
6497
|
-
entryPointsGroupBuildingModeDependentOutputGenericSettingsLocalizedPropertiesSpecification,
|
|
6498
|
-
revisioningPropertiesLocalizedSpecification,
|
|
6499
|
-
consumingProjectLocalizedPreDefinedBuildingModes
|
|
6500
|
-
})
|
|
6501
|
-
},
|
|
6502
|
-
[localization.enumerations.tasksIDs.audiosProcessing]: {
|
|
6503
|
-
newName: "audiosProcessing",
|
|
6504
|
-
type: Object,
|
|
6505
|
-
required: false,
|
|
6506
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6507
|
-
properties: AudiosProcessingSettings__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
6508
|
-
audiosProcessingLocalization: localization.tasks.audiosProcessing,
|
|
6509
|
-
entryPointsGroupBuildingModeDependentOutputGenericSettingsLocalizedPropertiesSpecification,
|
|
6510
|
-
revisioningPropertiesLocalizedSpecification,
|
|
6511
|
-
consumingProjectLocalizedPreDefinedBuildingModes
|
|
6512
|
-
})
|
|
6513
|
-
},
|
|
6514
|
-
[localization.enumerations.tasksIDs.plainCopying]: {
|
|
6515
|
-
newName: "plainCopying",
|
|
6516
|
-
type: Object,
|
|
6517
|
-
required: false,
|
|
6518
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6519
|
-
properties: PlainCopyingSettings__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
6520
|
-
plainCopyingLocalization: localization.tasks.plainCopying,
|
|
6521
|
-
consumingProjectLocalizedPreDefinedBuildingModes,
|
|
6522
|
-
outputDirectoryPathTransformationsPropertiesLocalizedSpecification
|
|
6523
|
-
})
|
|
6524
|
-
},
|
|
6525
|
-
[localization.enumerations.tasksIDs.filesWatching]: {
|
|
6526
|
-
newName: "filesWatching",
|
|
6527
|
-
type: Object,
|
|
6528
|
-
required: false,
|
|
6529
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6530
|
-
properties: FilesWatchingSettings__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification(localization.tasks.filesWatching)
|
|
6531
|
-
},
|
|
6532
|
-
[localization.enumerations.tasksIDs.browserLiveReloading]: {
|
|
6533
|
-
newName: "browserLiveReloading",
|
|
6534
|
-
type: Object,
|
|
6535
|
-
required: false,
|
|
6536
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6537
|
-
properties: BrowserLiveReloadingSettings__FromFile__RawValid_1.default.
|
|
6538
|
-
getLocalizedPropertiesSpecification(localization.tasks.browserLiveReloading)
|
|
6539
|
-
},
|
|
6540
|
-
[localization.enumerations.tasksIDs.outputPackageJSON_Generating]: {
|
|
6541
|
-
newName: "outputPackageJSON_Generating",
|
|
6542
|
-
type: Object,
|
|
6543
|
-
required: false,
|
|
6544
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6545
|
-
properties: OutputPackageJSON_GeneratingSettings__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
6546
|
-
outputPackageJSON_GeneratingSettingsLocalization: localization.tasks.outputPackageJSON_Generating,
|
|
6547
|
-
consumingProjectLocalizedPreDefinedBuildingModes
|
|
6548
|
-
})
|
|
6549
|
-
}
|
|
5913
|
+
ProjectBuildingConfig__FromFile__RawValid.propertiesSpecification = {
|
|
5914
|
+
nameForLogging: "ProjectBuildingConfig__FromFile__RawValid",
|
|
5915
|
+
subtype: es_extensions_1.RawObjectDataProcessor.ObjectSubtypes.fixedKeyAndValuePairsObject,
|
|
5916
|
+
properties: {
|
|
5917
|
+
$projectBuilding: {
|
|
5918
|
+
newName: "projectBuilding",
|
|
5919
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5920
|
+
type: Object,
|
|
5921
|
+
required: true,
|
|
5922
|
+
properties: {
|
|
5923
|
+
$commonSettings: {
|
|
5924
|
+
newName: "commonSettings",
|
|
5925
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5926
|
+
type: Object,
|
|
5927
|
+
required: false,
|
|
5928
|
+
properties: ProjectBuildingCommonSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5929
|
+
},
|
|
5930
|
+
$markupProcessing: {
|
|
5931
|
+
newName: "markupProcessing",
|
|
5932
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5933
|
+
type: Object,
|
|
5934
|
+
required: false,
|
|
5935
|
+
properties: MarkupProcessingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5936
|
+
},
|
|
5937
|
+
$stylesProcessing: {
|
|
5938
|
+
newName: "stylesProcessing",
|
|
5939
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5940
|
+
type: Object,
|
|
5941
|
+
required: false,
|
|
5942
|
+
properties: StylesProcessingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5943
|
+
},
|
|
5944
|
+
$ECMA_ScriptLogicProcessing: {
|
|
5945
|
+
newName: "ECMA_ScriptLogicProcessing",
|
|
5946
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5947
|
+
type: Object,
|
|
5948
|
+
required: false,
|
|
5949
|
+
properties: ECMA_ScriptLogicProcessingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5950
|
+
},
|
|
5951
|
+
$imagesProcessing: {
|
|
5952
|
+
newName: "imagesProcessing",
|
|
5953
|
+
type: Object,
|
|
5954
|
+
required: false,
|
|
5955
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5956
|
+
properties: ImagesProcessingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5957
|
+
},
|
|
5958
|
+
$fontsProcessing: {
|
|
5959
|
+
newName: "fontsProcessing",
|
|
5960
|
+
type: Object,
|
|
5961
|
+
required: false,
|
|
5962
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5963
|
+
properties: FontsProcessingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5964
|
+
},
|
|
5965
|
+
$videosProcessing: {
|
|
5966
|
+
newName: "videosProcessing",
|
|
5967
|
+
type: Object,
|
|
5968
|
+
required: false,
|
|
5969
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5970
|
+
properties: VideosProcessingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5971
|
+
},
|
|
5972
|
+
$audiosProcessing: {
|
|
5973
|
+
newName: "audiosProcessing",
|
|
5974
|
+
type: Object,
|
|
5975
|
+
required: false,
|
|
5976
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5977
|
+
properties: AudiosProcessingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5978
|
+
},
|
|
5979
|
+
$plainCopying: {
|
|
5980
|
+
newName: "plainCopying",
|
|
5981
|
+
type: Object,
|
|
5982
|
+
required: false,
|
|
5983
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5984
|
+
properties: PlainCopyingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5985
|
+
},
|
|
5986
|
+
$filesWatching: {
|
|
5987
|
+
newName: "filesWatching",
|
|
5988
|
+
type: Object,
|
|
5989
|
+
required: false,
|
|
5990
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5991
|
+
properties: FilesWatchingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5992
|
+
},
|
|
5993
|
+
$browserLiveReloading: {
|
|
5994
|
+
newName: "browserLiveReloading",
|
|
5995
|
+
type: Object,
|
|
5996
|
+
required: false,
|
|
5997
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
5998
|
+
properties: BrowserLiveReloadingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
5999
|
+
},
|
|
6000
|
+
$outputPackageJSON_Generating: {
|
|
6001
|
+
newName: "outputPackageJSON_Generating",
|
|
6002
|
+
type: Object,
|
|
6003
|
+
required: false,
|
|
6004
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6005
|
+
properties: OutputPackageJSON_GeneratingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
6550
6006
|
}
|
|
6551
6007
|
}
|
|
6552
6008
|
}
|
|
6553
|
-
}
|
|
6554
|
-
}
|
|
6555
|
-
ProjectBuildingConfig__FromFile__RawValid.getLocalizedSpecification = getLocalizedSpecification;
|
|
6009
|
+
}
|
|
6010
|
+
};
|
|
6556
6011
|
})(ProjectBuildingConfig__FromFile__RawValid || (ProjectBuildingConfig__FromFile__RawValid = {}));
|
|
6557
6012
|
exports["default"] = ProjectBuildingConfig__FromFile__RawValid;
|
|
6558
6013
|
|
|
@@ -6991,7 +6446,7 @@ class ECMA_ScriptLogicProcessingSettingsRepresentative extends SourceCodeProcess
|
|
|
6991
6446
|
actualFileNameExtensionsWithoutLeadingDots;
|
|
6992
6447
|
TARGET_FILES_KIND_FOR_LOGGING__SINGULAR_FORM = "ECMAScript logic";
|
|
6993
6448
|
TARGET_FILES_KIND_FOR_LOGGING__PLURAL_FORM = "ECMAScript logic";
|
|
6994
|
-
TASK_NAME_FOR_LOGGING = "ECMAScript
|
|
6449
|
+
TASK_NAME_FOR_LOGGING = "ECMAScript Logic Processing";
|
|
6995
6450
|
entryPointsGroupsNormalizedSettingsMappedByReferences;
|
|
6996
6451
|
relevantEntryPointsGroupsSettings;
|
|
6997
6452
|
loggingSettings;
|
|
@@ -7096,248 +6551,236 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
7096
6551
|
/* ─── Restrictions ───────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
7097
6552
|
const ECMA_ScriptLogicProcessingRestrictions_1 = __importDefault(__webpack_require__(/*! @ECMA_ScriptProcessing/ECMA_ScriptLogicProcessingRestrictions */ "./ProjectBuilding/SourceCodeProcessing/ECMA_Script/ECMA_ScriptLogicProcessingRestrictions.ts"));
|
|
7098
6553
|
var SupportedECMA_ScriptRuntimesTypes = ECMA_ScriptLogicProcessingRestrictions_1.default.SupportedECMA_ScriptRuntimesTypes;
|
|
6554
|
+
const LintingSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/LintingSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/LintingSettings__FromFile__RawValid.ts"));
|
|
7099
6555
|
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
7100
6556
|
const SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding:Common/RawConfig/SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid.ts"));
|
|
6557
|
+
const RevisioningSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/RevisioningSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/RevisioningSettings__FromFile__RawValid.ts"));
|
|
7101
6558
|
/* ─── Utils ──────────────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
7102
6559
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
7103
6560
|
var ECMA_ScriptLogicProcessingSettings__FromFile__RawValid;
|
|
7104
6561
|
(function (ECMA_ScriptLogicProcessingSettings__FromFile__RawValid) {
|
|
7105
|
-
|
|
7106
|
-
|
|
7107
|
-
|
|
7108
|
-
|
|
7109
|
-
|
|
7110
|
-
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
7114
|
-
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7128
|
-
|
|
7129
|
-
|
|
7130
|
-
|
|
7131
|
-
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
|
|
7135
|
-
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7140
|
-
|
|
7141
|
-
|
|
7142
|
-
|
|
7143
|
-
|
|
7144
|
-
|
|
7145
|
-
|
|
7146
|
-
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber
|
|
7147
|
-
}
|
|
6562
|
+
/* ━━━ Localization ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
6563
|
+
ECMA_ScriptLogicProcessingSettings__FromFile__RawValid.propertiesSpecification = {
|
|
6564
|
+
$linting: {
|
|
6565
|
+
newName: "linting",
|
|
6566
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6567
|
+
type: Object,
|
|
6568
|
+
required: false,
|
|
6569
|
+
properties: LintingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
6570
|
+
},
|
|
6571
|
+
...SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid_1.default.generatePropertiesSpecification({
|
|
6572
|
+
entryPointsGroupBuildingModeIndependentSpecificSettingsLocalizedPropertiesSpecification: {
|
|
6573
|
+
$targetRuntime: {
|
|
6574
|
+
newName: "targetRuntime",
|
|
6575
|
+
type: Object,
|
|
6576
|
+
required: true,
|
|
6577
|
+
properties: {
|
|
6578
|
+
$type: {
|
|
6579
|
+
newName: "type",
|
|
6580
|
+
type: String,
|
|
6581
|
+
required: true,
|
|
6582
|
+
allowedAlternatives: Object.values(SupportedECMA_ScriptRuntimesTypes)
|
|
6583
|
+
},
|
|
6584
|
+
$minimalVersion: {
|
|
6585
|
+
newName: "minimalVersion",
|
|
6586
|
+
type: Object,
|
|
6587
|
+
requiredIf: {
|
|
6588
|
+
predicate: (runtimeConfig) => runtimeConfig.type === SupportedECMA_ScriptRuntimesTypes.nodeJS,
|
|
6589
|
+
descriptionForLogging: "Target runtime is NodeJS"
|
|
6590
|
+
},
|
|
6591
|
+
properties: {
|
|
6592
|
+
$major: {
|
|
6593
|
+
newName: "major",
|
|
6594
|
+
type: Number,
|
|
6595
|
+
required: true,
|
|
6596
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber
|
|
6597
|
+
},
|
|
6598
|
+
$minor: {
|
|
6599
|
+
newName: "minor",
|
|
6600
|
+
type: Number,
|
|
6601
|
+
required: false,
|
|
6602
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber
|
|
7148
6603
|
}
|
|
7149
6604
|
}
|
|
7150
6605
|
}
|
|
7151
|
-
}
|
|
7152
|
-
|
|
7153
|
-
|
|
7154
|
-
|
|
7155
|
-
|
|
7156
|
-
|
|
7157
|
-
|
|
7158
|
-
|
|
7159
|
-
|
|
7160
|
-
|
|
7161
|
-
|
|
7162
|
-
|
|
7163
|
-
|
|
7164
|
-
|
|
7165
|
-
|
|
7166
|
-
|
|
7167
|
-
|
|
7168
|
-
|
|
7169
|
-
|
|
7170
|
-
|
|
7171
|
-
|
|
7172
|
-
|
|
7173
|
-
|
|
7174
|
-
|
|
7175
|
-
|
|
7176
|
-
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
|
|
7181
|
-
|
|
7182
|
-
[ECMA_ScriptProcessingPropertiesLocalization.entryPointsGroups.distributing.
|
|
7183
|
-
exposingOfExportsFromEntryPoints.namespace.KEY]: {
|
|
7184
|
-
newName: "namespace",
|
|
7185
|
-
type: String,
|
|
7186
|
-
required: false
|
|
7187
|
-
},
|
|
7188
|
-
[ECMA_ScriptProcessingPropertiesLocalization.entryPointsGroups.distributing.
|
|
7189
|
-
exposingOfExportsFromEntryPoints.mustAssignToWindowObject.KEY]: {
|
|
7190
|
-
newName: "mustAssignToWindowObject",
|
|
7191
|
-
type: String,
|
|
7192
|
-
required: false
|
|
7193
|
-
}
|
|
7194
|
-
}
|
|
7195
|
-
},
|
|
7196
|
-
[ECMA_ScriptProcessingPropertiesLocalization.entryPointsGroups.distributing.externalizingDependencies.KEY]: {
|
|
7197
|
-
newName: "externalizingDependencies",
|
|
7198
|
-
required: false,
|
|
7199
|
-
type: Array,
|
|
7200
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
7201
|
-
element: {
|
|
6606
|
+
}
|
|
6607
|
+
},
|
|
6608
|
+
$associatedMarkupEntryPointsGroupID_ForDynamicModulesLoadingWithoutDevelopmentServer: {
|
|
6609
|
+
newName: "associatedMarkupEntryPointsGroupID_ForDynamicModulesLoadingWithoutDevelopmentServer",
|
|
6610
|
+
type: String,
|
|
6611
|
+
required: false,
|
|
6612
|
+
minimalCharactersCount: 1
|
|
6613
|
+
},
|
|
6614
|
+
$typeScriptConfigurationFileRelativePath: {
|
|
6615
|
+
newName: "typeScriptConfigurationFileRelativePath",
|
|
6616
|
+
type: String,
|
|
6617
|
+
required: false,
|
|
6618
|
+
minimalCharactersCount: 1
|
|
6619
|
+
},
|
|
6620
|
+
$distributing: {
|
|
6621
|
+
newName: "distributing",
|
|
6622
|
+
type: Object,
|
|
6623
|
+
required: false,
|
|
6624
|
+
properties: {
|
|
6625
|
+
$exposingOfExportsFromEntryPoints: {
|
|
6626
|
+
newName: "exposingOfExportsFromEntryPoints",
|
|
6627
|
+
type: Object,
|
|
6628
|
+
required: false,
|
|
6629
|
+
properties: {
|
|
6630
|
+
$mustExpose: {
|
|
6631
|
+
newName: "mustExpose",
|
|
6632
|
+
type: Boolean,
|
|
6633
|
+
required: true
|
|
6634
|
+
},
|
|
6635
|
+
$namespace: {
|
|
6636
|
+
newName: "namespace",
|
|
7202
6637
|
type: String,
|
|
7203
|
-
|
|
6638
|
+
required: false
|
|
6639
|
+
},
|
|
6640
|
+
$mustAssignToWindowObject: {
|
|
6641
|
+
newName: "mustAssignToWindowObject",
|
|
6642
|
+
type: String,
|
|
6643
|
+
required: false
|
|
7204
6644
|
}
|
|
7205
|
-
}
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
|
|
7210
|
-
|
|
7211
|
-
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
|
|
7215
|
-
|
|
7216
|
-
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
|
|
6645
|
+
}
|
|
6646
|
+
},
|
|
6647
|
+
$externalizingDependencies: {
|
|
6648
|
+
newName: "externalizingDependencies",
|
|
6649
|
+
required: false,
|
|
6650
|
+
type: Array,
|
|
6651
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6652
|
+
element: {
|
|
6653
|
+
type: String,
|
|
6654
|
+
minimalCharactersCount: 1
|
|
6655
|
+
}
|
|
6656
|
+
},
|
|
6657
|
+
$typeScriptTypesDeclarations: {
|
|
6658
|
+
newName: "typeScriptTypesDeclarations",
|
|
6659
|
+
type: Object,
|
|
6660
|
+
required: false,
|
|
6661
|
+
properties: {
|
|
6662
|
+
$mustGenerate: {
|
|
6663
|
+
newName: "mustGenerate",
|
|
6664
|
+
type: Boolean,
|
|
6665
|
+
required: false
|
|
6666
|
+
},
|
|
6667
|
+
$fileNameWithoutExtension: {
|
|
6668
|
+
newName: "fileNameWithoutExtension",
|
|
6669
|
+
type: String,
|
|
6670
|
+
required: false
|
|
7223
6671
|
}
|
|
7224
6672
|
}
|
|
7225
6673
|
}
|
|
7226
6674
|
}
|
|
6675
|
+
}
|
|
6676
|
+
},
|
|
6677
|
+
entryPointsGroupBuildingModeDependentSpecificSettingsLocalizedPropertiesSpecification: {
|
|
6678
|
+
$revisioning: {
|
|
6679
|
+
newName: "revisioning",
|
|
6680
|
+
type: Object,
|
|
6681
|
+
required: false,
|
|
6682
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6683
|
+
properties: RevisioningSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
7227
6684
|
},
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
newName: "dynamicallyLoadedFilesSubdirectory",
|
|
7240
|
-
type: String,
|
|
7241
|
-
required: false,
|
|
7242
|
-
minimalCharactersCount: 1
|
|
7243
|
-
},
|
|
7244
|
-
[ECMA_ScriptProcessingPropertiesLocalization.entryPointsGroups.buildingModeDependent.
|
|
7245
|
-
dynamicallyLoadedFilesNamesTemplate.KEY]: {
|
|
7246
|
-
newName: "dynamicallyLoadedFilesNamesTemplate",
|
|
7247
|
-
type: String,
|
|
7248
|
-
required: false,
|
|
7249
|
-
minimalCharactersCount: 1
|
|
7250
|
-
}
|
|
6685
|
+
$dynamicallyLoadedFilesSubdirectory: {
|
|
6686
|
+
newName: "dynamicallyLoadedFilesSubdirectory",
|
|
6687
|
+
type: String,
|
|
6688
|
+
required: false,
|
|
6689
|
+
minimalCharactersCount: 1
|
|
6690
|
+
},
|
|
6691
|
+
$dynamicallyLoadedFilesNamesTemplate: {
|
|
6692
|
+
newName: "dynamicallyLoadedFilesNamesTemplate",
|
|
6693
|
+
type: String,
|
|
6694
|
+
required: false,
|
|
6695
|
+
minimalCharactersCount: 1
|
|
7251
6696
|
}
|
|
7252
|
-
}
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
|
|
7267
|
-
|
|
7268
|
-
|
|
7269
|
-
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7294
|
-
|
|
6697
|
+
}
|
|
6698
|
+
}),
|
|
6699
|
+
$logging: {
|
|
6700
|
+
newName: "logging",
|
|
6701
|
+
type: Object,
|
|
6702
|
+
required: false,
|
|
6703
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6704
|
+
properties: {
|
|
6705
|
+
$filesPaths: {
|
|
6706
|
+
newName: "filesPaths",
|
|
6707
|
+
type: Boolean,
|
|
6708
|
+
required: false
|
|
6709
|
+
},
|
|
6710
|
+
$filesCount: {
|
|
6711
|
+
newName: "filesCount",
|
|
6712
|
+
type: Boolean,
|
|
6713
|
+
required: false
|
|
6714
|
+
},
|
|
6715
|
+
$partialFilesAndParentEntryPointsCorrespondence: {
|
|
6716
|
+
newName: "partialFilesAndParentEntryPointsCorrespondence",
|
|
6717
|
+
type: Boolean,
|
|
6718
|
+
required: false
|
|
6719
|
+
},
|
|
6720
|
+
$filesWatcherEvents: {
|
|
6721
|
+
newName: "filesWatcherEvents",
|
|
6722
|
+
type: Boolean,
|
|
6723
|
+
required: false
|
|
6724
|
+
},
|
|
6725
|
+
$linting: {
|
|
6726
|
+
newName: "linting",
|
|
6727
|
+
type: Object,
|
|
6728
|
+
required: false,
|
|
6729
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6730
|
+
properties: {
|
|
6731
|
+
$starting: {
|
|
6732
|
+
newName: "starting",
|
|
6733
|
+
type: Boolean,
|
|
6734
|
+
required: false
|
|
6735
|
+
},
|
|
6736
|
+
$completionWithoutIssues: {
|
|
6737
|
+
newName: "completionWithoutIssues",
|
|
6738
|
+
type: Boolean,
|
|
6739
|
+
required: false
|
|
7295
6740
|
}
|
|
7296
6741
|
}
|
|
7297
6742
|
}
|
|
7298
|
-
}
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7302
|
-
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7307
|
-
|
|
6743
|
+
}
|
|
6744
|
+
},
|
|
6745
|
+
$localDevelopmentServerOrchestration: {
|
|
6746
|
+
newName: "localDevelopmentServerOrchestration",
|
|
6747
|
+
type: Object,
|
|
6748
|
+
required: false,
|
|
6749
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
6750
|
+
properties: {
|
|
6751
|
+
$targetSingularEntryPointsGroupID: {
|
|
6752
|
+
newName: "targetSingularEntryPointsGroupID",
|
|
6753
|
+
type: String,
|
|
6754
|
+
required: true,
|
|
6755
|
+
minimalCharactersCount: 1
|
|
6756
|
+
},
|
|
6757
|
+
$arguments: {
|
|
6758
|
+
newName: "arguments",
|
|
6759
|
+
type: Array,
|
|
6760
|
+
required: false,
|
|
6761
|
+
element: {
|
|
7308
6762
|
type: String,
|
|
7309
|
-
required: true,
|
|
7310
6763
|
minimalCharactersCount: 1
|
|
7311
|
-
}
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
|
|
7317
|
-
|
|
7318
|
-
minimalCharactersCount: 1
|
|
7319
|
-
}
|
|
7320
|
-
},
|
|
7321
|
-
[ECMA_ScriptProcessingPropertiesLocalization.localDevelopmentServerOrchestration.environmentVariables.KEY]: {
|
|
7322
|
-
newName: "environmentVariables",
|
|
7323
|
-
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
7324
|
-
required: false,
|
|
7325
|
-
value: {
|
|
7326
|
-
type: String,
|
|
7327
|
-
minimalCharactersCount: 1
|
|
7328
|
-
}
|
|
7329
|
-
},
|
|
7330
|
-
environmentVariablesFileRelativePath: {
|
|
7331
|
-
newName: "environmentVariablesFileRelativePath",
|
|
6764
|
+
}
|
|
6765
|
+
},
|
|
6766
|
+
$environmentVariables: {
|
|
6767
|
+
newName: "environmentVariables",
|
|
6768
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
6769
|
+
required: false,
|
|
6770
|
+
value: {
|
|
7332
6771
|
type: String,
|
|
7333
|
-
required: false,
|
|
7334
6772
|
minimalCharactersCount: 1
|
|
7335
6773
|
}
|
|
6774
|
+
},
|
|
6775
|
+
$environmentVariablesFileRelativePath: {
|
|
6776
|
+
newName: "environmentVariablesFileRelativePath",
|
|
6777
|
+
type: String,
|
|
6778
|
+
required: false,
|
|
6779
|
+
minimalCharactersCount: 1
|
|
7336
6780
|
}
|
|
7337
6781
|
}
|
|
7338
|
-
}
|
|
7339
|
-
}
|
|
7340
|
-
ECMA_ScriptLogicProcessingSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
6782
|
+
}
|
|
6783
|
+
};
|
|
7341
6784
|
})(ECMA_ScriptLogicProcessingSettings__FromFile__RawValid || (ECMA_ScriptLogicProcessingSettings__FromFile__RawValid = {}));
|
|
7342
6785
|
exports["default"] = ECMA_ScriptLogicProcessingSettings__FromFile__RawValid;
|
|
7343
6786
|
|
|
@@ -8697,12 +8140,13 @@ class MarkupProcessingSettingsRepresentative extends GulpStreamBasedSourceCodePr
|
|
|
8697
8140
|
actualFileNameExtensionsWithoutLeadingDots;
|
|
8698
8141
|
TARGET_FILES_KIND_FOR_LOGGING__PLURAL_FORM = "Markup";
|
|
8699
8142
|
TARGET_FILES_KIND_FOR_LOGGING__SINGULAR_FORM = "Markup";
|
|
8700
|
-
TASK_NAME_FOR_LOGGING = "Markup
|
|
8143
|
+
TASK_NAME_FOR_LOGGING = "Markup Processing";
|
|
8701
8144
|
PLAIN_COPIED_FILES_ALIAS_PREFIX = PLAIN_COPIED_FILES_POINTER_ALIAS_PREFIX_1.default;
|
|
8702
8145
|
WAITING_FOR_SUBSEQUENT_FILES_WILL_SAVED_PERIOD__SECONDS;
|
|
8703
8146
|
entryPointsGroupsNormalizedSettingsMappedByReferences;
|
|
8704
8147
|
sourceCodeLintingCommonSettings;
|
|
8705
8148
|
importingFromTypeScriptSettings;
|
|
8149
|
+
importingFromJavaScriptSettings;
|
|
8706
8150
|
staticPreviewSettings;
|
|
8707
8151
|
routingSettings;
|
|
8708
8152
|
relevantEntryPointsGroupsSettings;
|
|
@@ -8715,6 +8159,7 @@ class MarkupProcessingSettingsRepresentative extends GulpStreamBasedSourceCodePr
|
|
|
8715
8159
|
super(projectBuildingMasterConfigRepresentative);
|
|
8716
8160
|
this.sourceCodeLintingCommonSettings = normalizedMarkupProcessingSettings.linting;
|
|
8717
8161
|
this.importingFromTypeScriptSettings = normalizedMarkupProcessingSettings.importingFromTypeScript;
|
|
8162
|
+
this.importingFromJavaScriptSettings = normalizedMarkupProcessingSettings.importingFromJavaScript;
|
|
8718
8163
|
this.staticPreviewSettings = normalizedMarkupProcessingSettings.staticPreview;
|
|
8719
8164
|
this.routingSettings = normalizedMarkupProcessingSettings.routing;
|
|
8720
8165
|
this.relevantEntryPointsGroupsSettings = normalizedMarkupProcessingSettings.relevantEntryPointsGroups;
|
|
@@ -8993,10 +8438,12 @@ const MarkupProcessingRestrictions_1 = __importDefault(__webpack_require__(/*! @
|
|
|
8993
8438
|
const ConsumingProjectBuildingModes_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes */ "./ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes.ts"));
|
|
8994
8439
|
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
8995
8440
|
const SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding:Common/RawConfig/SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid.ts"));
|
|
8441
|
+
const LintingSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/LintingSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/LintingSettings__FromFile__RawValid.ts"));
|
|
8996
8442
|
/* ─── Utils ──────────────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
8997
8443
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
8998
8444
|
var MarkupProcessingSettings__FromFile__RawValid;
|
|
8999
8445
|
(function (MarkupProcessingSettings__FromFile__RawValid) {
|
|
8446
|
+
/* ━━━ Properties Specification ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
9000
8447
|
function generateLocalizationPropertiesSpecification(additionalPropertiesSpecification = {}) {
|
|
9001
8448
|
return {
|
|
9002
8449
|
newName: "localization",
|
|
@@ -9068,438 +8515,447 @@ var MarkupProcessingSettings__FromFile__RawValid;
|
|
|
9068
8515
|
};
|
|
9069
8516
|
}
|
|
9070
8517
|
MarkupProcessingSettings__FromFile__RawValid.generateLocalizationPropertiesSpecification = generateLocalizationPropertiesSpecification;
|
|
9071
|
-
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
|
|
9078
|
-
|
|
9079
|
-
|
|
9080
|
-
$
|
|
9081
|
-
|
|
9082
|
-
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
|
|
9087
|
-
|
|
9088
|
-
|
|
9089
|
-
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
9100
|
-
|
|
9101
|
-
|
|
9102
|
-
|
|
9103
|
-
|
|
9104
|
-
|
|
9105
|
-
|
|
9106
|
-
|
|
9107
|
-
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
9120
|
-
required: false
|
|
9121
|
-
}
|
|
8518
|
+
MarkupProcessingSettings__FromFile__RawValid.propertiesSpecification = {
|
|
8519
|
+
/* ━━━ Common ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
8520
|
+
$common: {
|
|
8521
|
+
newName: "common",
|
|
8522
|
+
type: Object,
|
|
8523
|
+
required: false,
|
|
8524
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8525
|
+
properties: {
|
|
8526
|
+
$localization: generateLocalizationPropertiesSpecification({
|
|
8527
|
+
$excludedFilesPathsRelativeRelativeToProjectRootDirectory: {
|
|
8528
|
+
newName: "excludedFilesPathsRelativeRelativeToProjectRootDirectory",
|
|
8529
|
+
type: Array,
|
|
8530
|
+
required: false,
|
|
8531
|
+
element: {
|
|
8532
|
+
type: String,
|
|
8533
|
+
minimalCharactersCount: 1
|
|
8534
|
+
}
|
|
8535
|
+
}
|
|
8536
|
+
}),
|
|
8537
|
+
$buildingModeDependent: {
|
|
8538
|
+
newName: "buildingModeDependent",
|
|
8539
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
8540
|
+
required: false,
|
|
8541
|
+
minimalEntriesCount: 1,
|
|
8542
|
+
allowedKeys: [
|
|
8543
|
+
"$localDevelopment",
|
|
8544
|
+
"$testing",
|
|
8545
|
+
"$staging",
|
|
8546
|
+
"$production"
|
|
8547
|
+
],
|
|
8548
|
+
keysRenamings: {
|
|
8549
|
+
$localDevelopment: ConsumingProjectBuildingModes_1.default.localDevelopment,
|
|
8550
|
+
$testing: ConsumingProjectBuildingModes_1.default.testing,
|
|
8551
|
+
$staging: ConsumingProjectBuildingModes_1.default.staging,
|
|
8552
|
+
$production: ConsumingProjectBuildingModes_1.default.production
|
|
8553
|
+
},
|
|
8554
|
+
value: {
|
|
8555
|
+
type: Object,
|
|
8556
|
+
properties: {
|
|
8557
|
+
$secondsBetweenFileUpdatingAndStartingOfRebuilding: {
|
|
8558
|
+
newName: "secondsBetweenFileUpdatingAndStartingOfRebuilding",
|
|
8559
|
+
type: Number,
|
|
8560
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber,
|
|
8561
|
+
required: false
|
|
8562
|
+
},
|
|
8563
|
+
$mustResolveResourcesPointersToRelativePaths: {
|
|
8564
|
+
newName: "mustResolveResourcesPointersToRelativePaths",
|
|
8565
|
+
type: Boolean,
|
|
8566
|
+
required: false
|
|
9122
8567
|
}
|
|
9123
8568
|
}
|
|
9124
8569
|
}
|
|
9125
8570
|
}
|
|
9126
|
-
}
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
8571
|
+
}
|
|
8572
|
+
},
|
|
8573
|
+
/* ━━━ Static Preview ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
8574
|
+
$staticPreview: {
|
|
8575
|
+
newName: "staticPreview",
|
|
8576
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8577
|
+
type: Object,
|
|
8578
|
+
required: false,
|
|
8579
|
+
properties: {
|
|
8580
|
+
$stateDependentPagesVariations: {
|
|
8581
|
+
newName: "stateDependentPagesVariations",
|
|
8582
|
+
type: Object,
|
|
8583
|
+
required: false,
|
|
8584
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8585
|
+
properties: {
|
|
8586
|
+
$specificationFileRelativePath: {
|
|
8587
|
+
newName: "specificationFileRelativePath",
|
|
8588
|
+
type: String,
|
|
8589
|
+
required: true,
|
|
8590
|
+
minimalCharactersCount: 1
|
|
8591
|
+
}
|
|
8592
|
+
}
|
|
8593
|
+
},
|
|
8594
|
+
$importsFromStaticDataFiles: {
|
|
8595
|
+
newName: "importsFromStaticDataFiles",
|
|
8596
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8597
|
+
type: Array,
|
|
8598
|
+
required: false,
|
|
8599
|
+
element: {
|
|
9136
8600
|
type: Object,
|
|
9137
|
-
required: false,
|
|
9138
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
9139
8601
|
properties: {
|
|
9140
|
-
$
|
|
9141
|
-
newName: "
|
|
8602
|
+
$importedVariableName: {
|
|
8603
|
+
newName: "importedVariableName",
|
|
8604
|
+
type: String,
|
|
8605
|
+
required: true,
|
|
8606
|
+
minimalCharactersCount: 1
|
|
8607
|
+
},
|
|
8608
|
+
$fileRelativePath: {
|
|
8609
|
+
newName: "fileRelativePath",
|
|
9142
8610
|
type: String,
|
|
9143
8611
|
required: true,
|
|
9144
8612
|
minimalCharactersCount: 1
|
|
9145
|
-
}
|
|
9146
|
-
}
|
|
9147
|
-
},
|
|
9148
|
-
$importsFromStaticDataFiles: {
|
|
9149
|
-
newName: "importsFromStaticDataFiles",
|
|
9150
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
9151
|
-
type: Array,
|
|
9152
|
-
required: false,
|
|
9153
|
-
element: {
|
|
9154
|
-
type: Object,
|
|
9155
|
-
properties: {
|
|
9156
|
-
$importedVariableName: {
|
|
9157
|
-
newName: "importedVariableName",
|
|
9158
|
-
type: String,
|
|
9159
|
-
required: true,
|
|
9160
|
-
minimalCharactersCount: 1
|
|
9161
|
-
},
|
|
9162
|
-
$fileRelativePath: {
|
|
9163
|
-
newName: "fileRelativePath",
|
|
9164
|
-
type: String,
|
|
9165
|
-
required: true,
|
|
9166
|
-
minimalCharactersCount: 1
|
|
9167
|
-
}
|
|
9168
8613
|
}
|
|
9169
8614
|
}
|
|
9170
8615
|
}
|
|
9171
8616
|
}
|
|
9172
|
-
}
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
|
|
9185
|
-
|
|
9186
|
-
|
|
9187
|
-
|
|
9188
|
-
|
|
9189
|
-
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9193
|
-
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9198
|
-
|
|
9199
|
-
|
|
9200
|
-
|
|
9201
|
-
|
|
9202
|
-
|
|
9203
|
-
|
|
9204
|
-
|
|
9205
|
-
|
|
9206
|
-
|
|
9207
|
-
|
|
8617
|
+
}
|
|
8618
|
+
},
|
|
8619
|
+
/* ━━━ Linting ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
8620
|
+
$linting: {
|
|
8621
|
+
newName: "linting",
|
|
8622
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8623
|
+
type: Object,
|
|
8624
|
+
required: false,
|
|
8625
|
+
properties: LintingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
8626
|
+
},
|
|
8627
|
+
/* ━━━ Importing From TypeScript ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
8628
|
+
$importingFromTypeScript: {
|
|
8629
|
+
newName: "importingFromTypeScript",
|
|
8630
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8631
|
+
type: Object,
|
|
8632
|
+
required: false,
|
|
8633
|
+
properties: {
|
|
8634
|
+
$typeScriptConfigurationFileRelativePath: {
|
|
8635
|
+
newName: "typeScriptConfigurationFileRelativePath",
|
|
8636
|
+
type: String,
|
|
8637
|
+
required: false,
|
|
8638
|
+
minimalCharactersCount: 1
|
|
8639
|
+
},
|
|
8640
|
+
$importedNamespace: {
|
|
8641
|
+
newName: "importedNamespace",
|
|
8642
|
+
type: String,
|
|
8643
|
+
required: true,
|
|
8644
|
+
minimalCharactersCount: 1
|
|
8645
|
+
},
|
|
8646
|
+
$sourceFileRelativePath: {
|
|
8647
|
+
newName: "sourceFileRelativePath",
|
|
8648
|
+
type: String,
|
|
8649
|
+
required: true,
|
|
8650
|
+
minimalCharactersCount: 1
|
|
8651
|
+
}
|
|
8652
|
+
}
|
|
8653
|
+
},
|
|
8654
|
+
/* ━━━ Importing from JavaScript ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
8655
|
+
$importingFromJavaScript: {
|
|
8656
|
+
newName: "importingFromJavaScript",
|
|
8657
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8658
|
+
type: Object,
|
|
8659
|
+
required: false,
|
|
8660
|
+
properties: {
|
|
8661
|
+
$sourceFileRelativePath: {
|
|
8662
|
+
newName: "sourceFileRelativePath",
|
|
8663
|
+
type: String,
|
|
8664
|
+
required: true,
|
|
8665
|
+
minimalCharactersCount: 1
|
|
8666
|
+
},
|
|
8667
|
+
$nameOfGlobalConstantForStoringOfImports: {
|
|
8668
|
+
newName: "nameOfGlobalConstantForStoringOfImports",
|
|
8669
|
+
type: String,
|
|
8670
|
+
required: true,
|
|
8671
|
+
minimalCharactersCount: 1
|
|
8672
|
+
}
|
|
8673
|
+
}
|
|
8674
|
+
},
|
|
8675
|
+
/* ━━━ Routing ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
8676
|
+
$routing: {
|
|
8677
|
+
newName: "routing",
|
|
8678
|
+
type: Object,
|
|
8679
|
+
required: false,
|
|
8680
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8681
|
+
properties: {
|
|
8682
|
+
$specificationFileRelativePath: {
|
|
8683
|
+
newName: "specificationFileRelativePath",
|
|
8684
|
+
type: String,
|
|
8685
|
+
required: true,
|
|
8686
|
+
minimalCharactersCount: 1
|
|
8687
|
+
},
|
|
8688
|
+
$variable: {
|
|
8689
|
+
newName: "variable",
|
|
8690
|
+
type: String,
|
|
8691
|
+
required: true,
|
|
8692
|
+
minimalCharactersCount: 1
|
|
8693
|
+
},
|
|
8694
|
+
$localizations: {
|
|
8695
|
+
newName: "localizations",
|
|
8696
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
8697
|
+
required: false,
|
|
8698
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8699
|
+
value: {
|
|
9208
8700
|
type: String,
|
|
9209
|
-
required: true,
|
|
9210
8701
|
minimalCharactersCount: 1
|
|
9211
8702
|
}
|
|
9212
8703
|
}
|
|
9213
|
-
}
|
|
9214
|
-
|
|
9215
|
-
|
|
9216
|
-
|
|
9217
|
-
|
|
9218
|
-
|
|
9219
|
-
|
|
9220
|
-
|
|
9221
|
-
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
|
|
9225
|
-
|
|
9226
|
-
|
|
9227
|
-
newName: "variable",
|
|
9228
|
-
type: String,
|
|
9229
|
-
required: true,
|
|
9230
|
-
minimalCharactersCount: 1
|
|
9231
|
-
},
|
|
9232
|
-
$localizations: {
|
|
9233
|
-
newName: "localizations",
|
|
9234
|
-
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
8704
|
+
}
|
|
8705
|
+
},
|
|
8706
|
+
...SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid_1.default.generatePropertiesSpecification({
|
|
8707
|
+
entryPointsGroupBuildingModeIndependentSpecificSettingsLocalizedPropertiesSpecification: {
|
|
8708
|
+
$outputFormat: {
|
|
8709
|
+
newName: "outputFormat",
|
|
8710
|
+
type: String,
|
|
8711
|
+
allowedAlternatives: Object.values(MarkupProcessingRestrictions_1.default.OutputFormats),
|
|
8712
|
+
required: false
|
|
8713
|
+
},
|
|
8714
|
+
$localization: generateLocalizationPropertiesSpecification({
|
|
8715
|
+
$excludedFilesPathsRelativeToSourcesFilesTopDirectory: {
|
|
8716
|
+
newName: "excludedFilesPathsRelativeToSourcesFilesTopDirectory",
|
|
8717
|
+
type: Array,
|
|
9235
8718
|
required: false,
|
|
9236
|
-
|
|
9237
|
-
value: {
|
|
8719
|
+
element: {
|
|
9238
8720
|
type: String,
|
|
9239
8721
|
minimalCharactersCount: 1
|
|
9240
8722
|
}
|
|
9241
8723
|
}
|
|
9242
|
-
}
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
|
|
9246
|
-
|
|
9247
|
-
|
|
9248
|
-
|
|
9249
|
-
|
|
9250
|
-
|
|
9251
|
-
|
|
9252
|
-
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
|
|
9256
|
-
|
|
9257
|
-
|
|
9258
|
-
type: Array,
|
|
8724
|
+
}),
|
|
8725
|
+
$HTML_Validation: {
|
|
8726
|
+
newName: "HTML_Validation",
|
|
8727
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8728
|
+
type: Object,
|
|
8729
|
+
required: false,
|
|
8730
|
+
properties: {
|
|
8731
|
+
$disable: {
|
|
8732
|
+
newName: "disable",
|
|
8733
|
+
type: Boolean,
|
|
8734
|
+
required: false
|
|
8735
|
+
},
|
|
8736
|
+
$ignoring: {
|
|
8737
|
+
newName: "ignoring",
|
|
8738
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8739
|
+
type: Object,
|
|
9259
8740
|
required: false,
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9269
|
-
|
|
9270
|
-
|
|
9271
|
-
|
|
9272
|
-
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
[markupProcessingPropertiesLocalization.entryPointsGroups.HTML_Validation.ignoring.KEY]: {
|
|
9278
|
-
newName: "ignoring",
|
|
9279
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
9280
|
-
type: Object,
|
|
9281
|
-
required: false,
|
|
9282
|
-
properties: {
|
|
9283
|
-
[markupProcessingPropertiesLocalization.entryPointsGroups.HTML_Validation.ignoring.files.KEY]: {
|
|
9284
|
-
newName: "files",
|
|
9285
|
-
type: Array,
|
|
9286
|
-
required: false,
|
|
9287
|
-
element: {
|
|
9288
|
-
type: String,
|
|
9289
|
-
minimalCharactersCount: 1
|
|
9290
|
-
}
|
|
9291
|
-
},
|
|
9292
|
-
[markupProcessingPropertiesLocalization.entryPointsGroups.HTML_Validation.ignoring.directories.KEY]: {
|
|
9293
|
-
newName: "directories",
|
|
9294
|
-
type: Array,
|
|
9295
|
-
required: false,
|
|
9296
|
-
element: {
|
|
9297
|
-
type: String,
|
|
9298
|
-
minimalCharactersCount: 1
|
|
9299
|
-
}
|
|
8741
|
+
properties: {
|
|
8742
|
+
$files: {
|
|
8743
|
+
newName: "files",
|
|
8744
|
+
type: Array,
|
|
8745
|
+
required: false,
|
|
8746
|
+
element: {
|
|
8747
|
+
type: String,
|
|
8748
|
+
minimalCharactersCount: 1
|
|
8749
|
+
}
|
|
8750
|
+
},
|
|
8751
|
+
$directories: {
|
|
8752
|
+
newName: "directories",
|
|
8753
|
+
type: Array,
|
|
8754
|
+
required: false,
|
|
8755
|
+
element: {
|
|
8756
|
+
type: String,
|
|
8757
|
+
minimalCharactersCount: 1
|
|
9300
8758
|
}
|
|
9301
8759
|
}
|
|
9302
8760
|
}
|
|
9303
8761
|
}
|
|
9304
|
-
}
|
|
9305
|
-
|
|
9306
|
-
|
|
9307
|
-
|
|
9308
|
-
|
|
9309
|
-
|
|
9310
|
-
|
|
9311
|
-
|
|
9312
|
-
|
|
9313
|
-
|
|
9314
|
-
|
|
9315
|
-
|
|
9316
|
-
|
|
9317
|
-
|
|
9318
|
-
|
|
9319
|
-
|
|
9320
|
-
|
|
9321
|
-
|
|
9322
|
-
|
|
9323
|
-
|
|
9324
|
-
|
|
9325
|
-
|
|
9326
|
-
|
|
9327
|
-
|
|
9328
|
-
|
|
9329
|
-
|
|
9330
|
-
|
|
9331
|
-
|
|
9332
|
-
|
|
9333
|
-
|
|
9334
|
-
|
|
9335
|
-
|
|
9336
|
-
}
|
|
9337
|
-
|
|
9338
|
-
|
|
9339
|
-
|
|
9340
|
-
|
|
9341
|
-
|
|
9342
|
-
|
|
9343
|
-
|
|
9344
|
-
|
|
8762
|
+
}
|
|
8763
|
+
},
|
|
8764
|
+
$accessibilityInspection: {
|
|
8765
|
+
newName: "accessibilityInspection",
|
|
8766
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8767
|
+
type: Object,
|
|
8768
|
+
required: false,
|
|
8769
|
+
properties: {
|
|
8770
|
+
$standard: {
|
|
8771
|
+
newName: "standard",
|
|
8772
|
+
type: String,
|
|
8773
|
+
required: false,
|
|
8774
|
+
allowedAlternatives: Object.values(MarkupProcessingRestrictions_1.default.SupportedAccessibilityStandards)
|
|
8775
|
+
},
|
|
8776
|
+
$disable: {
|
|
8777
|
+
newName: "disable",
|
|
8778
|
+
type: Boolean,
|
|
8779
|
+
required: false
|
|
8780
|
+
},
|
|
8781
|
+
$ignoring: {
|
|
8782
|
+
newName: "ignoring",
|
|
8783
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8784
|
+
type: Object,
|
|
8785
|
+
required: false,
|
|
8786
|
+
properties: {
|
|
8787
|
+
$files: {
|
|
8788
|
+
newName: "files",
|
|
8789
|
+
type: Array,
|
|
8790
|
+
required: false,
|
|
8791
|
+
element: {
|
|
8792
|
+
type: String,
|
|
8793
|
+
minimalCharactersCount: 1
|
|
8794
|
+
}
|
|
8795
|
+
},
|
|
8796
|
+
$directories: {
|
|
8797
|
+
newName: "directories",
|
|
8798
|
+
type: Array,
|
|
8799
|
+
required: false,
|
|
8800
|
+
element: {
|
|
8801
|
+
type: String,
|
|
8802
|
+
minimalCharactersCount: 1
|
|
9345
8803
|
}
|
|
9346
8804
|
}
|
|
9347
8805
|
}
|
|
9348
8806
|
}
|
|
9349
8807
|
}
|
|
9350
|
-
}
|
|
9351
|
-
|
|
9352
|
-
|
|
9353
|
-
|
|
9354
|
-
|
|
9355
|
-
|
|
9356
|
-
|
|
9357
|
-
|
|
9358
|
-
|
|
9359
|
-
|
|
9360
|
-
|
|
9361
|
-
|
|
9362
|
-
|
|
9363
|
-
|
|
9364
|
-
|
|
9365
|
-
|
|
9366
|
-
|
|
9367
|
-
|
|
9368
|
-
|
|
9369
|
-
|
|
9370
|
-
|
|
9371
|
-
|
|
9372
|
-
|
|
9373
|
-
|
|
9374
|
-
|
|
9375
|
-
|
|
9376
|
-
|
|
9377
|
-
|
|
9378
|
-
|
|
9379
|
-
|
|
9380
|
-
|
|
9381
|
-
|
|
9382
|
-
|
|
9383
|
-
|
|
9384
|
-
|
|
9385
|
-
}
|
|
8808
|
+
}
|
|
8809
|
+
},
|
|
8810
|
+
entryPointsGroupBuildingModeDependentSpecificSettingsLocalizedPropertiesSpecification: {
|
|
8811
|
+
$outputCodeFormatting: {
|
|
8812
|
+
newName: "outputCodeFormatting",
|
|
8813
|
+
type: Object,
|
|
8814
|
+
required: false,
|
|
8815
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8816
|
+
properties: {
|
|
8817
|
+
$enable: {
|
|
8818
|
+
newName: "enable",
|
|
8819
|
+
type: Boolean,
|
|
8820
|
+
required: false
|
|
8821
|
+
},
|
|
8822
|
+
$indentationString: {
|
|
8823
|
+
newName: "indentationString",
|
|
8824
|
+
type: String,
|
|
8825
|
+
required: false,
|
|
8826
|
+
validValueRegularExpression: /^\s+$/u
|
|
8827
|
+
},
|
|
8828
|
+
$lineSeparators: {
|
|
8829
|
+
newName: "lineSeparators",
|
|
8830
|
+
type: String,
|
|
8831
|
+
required: false,
|
|
8832
|
+
allowedAlternatives: Object.values(es_extensions_1.LineSeparators)
|
|
8833
|
+
},
|
|
8834
|
+
$mustGuaranteeTrailingEmptyLine: {
|
|
8835
|
+
newName: "mustGuaranteeTrailingEmptyLine",
|
|
8836
|
+
type: Boolean,
|
|
8837
|
+
required: false
|
|
8838
|
+
},
|
|
8839
|
+
$mustIndentHeadAndBodyTags: {
|
|
8840
|
+
newName: "mustIndentHeadAndBodyTags",
|
|
8841
|
+
type: Boolean,
|
|
8842
|
+
required: false
|
|
9386
8843
|
}
|
|
9387
|
-
}
|
|
9388
|
-
|
|
9389
|
-
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
9398
|
-
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
|
|
9403
|
-
|
|
9404
|
-
|
|
9405
|
-
|
|
9406
|
-
|
|
9407
|
-
|
|
9408
|
-
|
|
9409
|
-
|
|
9410
|
-
|
|
9411
|
-
|
|
9412
|
-
|
|
9413
|
-
|
|
8844
|
+
}
|
|
8845
|
+
},
|
|
8846
|
+
$outputCodeMinifying: {
|
|
8847
|
+
newName: "outputCodeMinifying",
|
|
8848
|
+
type: Object,
|
|
8849
|
+
required: false,
|
|
8850
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8851
|
+
properties: {
|
|
8852
|
+
$enable: {
|
|
8853
|
+
newName: "enable",
|
|
8854
|
+
type: Boolean,
|
|
8855
|
+
required: false
|
|
8856
|
+
},
|
|
8857
|
+
$attributesExtraWhitespacesCollapsing: {
|
|
8858
|
+
newName: "attributesExtraWhitespacesCollapsing",
|
|
8859
|
+
type: Boolean,
|
|
8860
|
+
required: false
|
|
8861
|
+
},
|
|
8862
|
+
$attributesValuesDeduplication: {
|
|
8863
|
+
newName: "attributesValuesDeduplication",
|
|
8864
|
+
type: Boolean,
|
|
8865
|
+
required: false
|
|
8866
|
+
},
|
|
8867
|
+
$commentsRemoving: {
|
|
8868
|
+
newName: "commentsRemoving",
|
|
8869
|
+
type: Boolean,
|
|
8870
|
+
required: false
|
|
9414
8871
|
}
|
|
9415
8872
|
}
|
|
9416
8873
|
}
|
|
9417
|
-
}
|
|
9418
|
-
|
|
9419
|
-
|
|
9420
|
-
|
|
9421
|
-
|
|
9422
|
-
|
|
9423
|
-
|
|
9424
|
-
|
|
9425
|
-
|
|
9426
|
-
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9440
|
-
|
|
9441
|
-
|
|
9442
|
-
|
|
9443
|
-
|
|
9444
|
-
|
|
9445
|
-
|
|
9446
|
-
|
|
9447
|
-
|
|
9448
|
-
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
|
|
9452
|
-
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
}
|
|
9461
|
-
},
|
|
9462
|
-
[markupProcessingPropertiesLocalization.logging.accessibilityChecking.KEY]: {
|
|
9463
|
-
newName: "accessibilityChecking",
|
|
9464
|
-
type: Object,
|
|
9465
|
-
required: false,
|
|
9466
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
9467
|
-
properties: {
|
|
9468
|
-
[markupProcessingPropertiesLocalization.logging.accessibilityChecking.starting.KEY]: {
|
|
9469
|
-
newName: "starting",
|
|
9470
|
-
type: Boolean,
|
|
9471
|
-
required: false
|
|
9472
|
-
},
|
|
9473
|
-
[markupProcessingPropertiesLocalization.logging.accessibilityChecking.completionWithoutIssues.KEY]: {
|
|
9474
|
-
newName: "completionWithoutIssues",
|
|
9475
|
-
type: Boolean,
|
|
9476
|
-
required: false
|
|
9477
|
-
}
|
|
8874
|
+
}
|
|
8875
|
+
}),
|
|
8876
|
+
$logging: {
|
|
8877
|
+
newName: "logging",
|
|
8878
|
+
type: Object,
|
|
8879
|
+
required: false,
|
|
8880
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8881
|
+
properties: {
|
|
8882
|
+
$filesPaths: {
|
|
8883
|
+
newName: "filesPaths",
|
|
8884
|
+
type: Boolean,
|
|
8885
|
+
required: false
|
|
8886
|
+
},
|
|
8887
|
+
$filesCount: {
|
|
8888
|
+
newName: "filesCount",
|
|
8889
|
+
type: Boolean,
|
|
8890
|
+
required: false
|
|
8891
|
+
},
|
|
8892
|
+
$partialFilesAndParentEntryPointsCorrespondence: {
|
|
8893
|
+
newName: "partialFilesAndParentEntryPointsCorrespondence",
|
|
8894
|
+
type: Boolean,
|
|
8895
|
+
required: false
|
|
8896
|
+
},
|
|
8897
|
+
$filesWatcherEvents: {
|
|
8898
|
+
newName: "filesWatcherEvents",
|
|
8899
|
+
type: Boolean,
|
|
8900
|
+
required: false
|
|
8901
|
+
},
|
|
8902
|
+
$HTML_Validation: {
|
|
8903
|
+
newName: "HTML_Validation",
|
|
8904
|
+
type: Object,
|
|
8905
|
+
required: false,
|
|
8906
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8907
|
+
properties: {
|
|
8908
|
+
$starting4: {
|
|
8909
|
+
newName: "starting",
|
|
8910
|
+
type: Boolean,
|
|
8911
|
+
required: false
|
|
8912
|
+
},
|
|
8913
|
+
$completionWithoutIssues: {
|
|
8914
|
+
newName: "completionWithoutIssues",
|
|
8915
|
+
type: Boolean,
|
|
8916
|
+
required: false
|
|
9478
8917
|
}
|
|
9479
|
-
}
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
|
|
9485
|
-
|
|
9486
|
-
|
|
9487
|
-
|
|
9488
|
-
|
|
9489
|
-
|
|
9490
|
-
|
|
9491
|
-
|
|
9492
|
-
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
8918
|
+
}
|
|
8919
|
+
},
|
|
8920
|
+
$accessibilityChecking: {
|
|
8921
|
+
newName: "accessibilityChecking",
|
|
8922
|
+
type: Object,
|
|
8923
|
+
required: false,
|
|
8924
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8925
|
+
properties: {
|
|
8926
|
+
$starting: {
|
|
8927
|
+
newName: "starting",
|
|
8928
|
+
type: Boolean,
|
|
8929
|
+
required: false
|
|
8930
|
+
},
|
|
8931
|
+
$completionWithoutIssues: {
|
|
8932
|
+
newName: "completionWithoutIssues",
|
|
8933
|
+
type: Boolean,
|
|
8934
|
+
required: false
|
|
8935
|
+
}
|
|
8936
|
+
}
|
|
8937
|
+
},
|
|
8938
|
+
$linting: {
|
|
8939
|
+
newName: "linting",
|
|
8940
|
+
type: Object,
|
|
8941
|
+
required: false,
|
|
8942
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
8943
|
+
properties: {
|
|
8944
|
+
$starting: {
|
|
8945
|
+
newName: "starting",
|
|
8946
|
+
type: Boolean,
|
|
8947
|
+
required: false
|
|
8948
|
+
},
|
|
8949
|
+
$completionWithoutIssues: {
|
|
8950
|
+
newName: "completionWithoutIssues",
|
|
8951
|
+
type: Boolean,
|
|
8952
|
+
required: false
|
|
9496
8953
|
}
|
|
9497
8954
|
}
|
|
9498
8955
|
}
|
|
9499
8956
|
}
|
|
9500
|
-
}
|
|
9501
|
-
}
|
|
9502
|
-
MarkupProcessingSettings__FromFile__RawValid.getLocalizedPropertiesSpecification = getLocalizedPropertiesSpecification;
|
|
8957
|
+
}
|
|
8958
|
+
};
|
|
9503
8959
|
})(MarkupProcessingSettings__FromFile__RawValid || (MarkupProcessingSettings__FromFile__RawValid = {}));
|
|
9504
8960
|
exports["default"] = MarkupProcessingSettings__FromFile__RawValid;
|
|
9505
8961
|
|
|
@@ -9517,7 +8973,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
9517
8973
|
/* ─── Utils ──────────────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
9518
8974
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
9519
8975
|
class MarkupProcessingSharedState {
|
|
9520
|
-
static
|
|
8976
|
+
static importsFromTypeScript;
|
|
8977
|
+
static importsFromJavaScript;
|
|
9521
8978
|
static pagesVariationsMetadata = new Map();
|
|
9522
8979
|
static get entryPointsSourceAndOutputFilesAbsolutePathsCorrespondenceMap() {
|
|
9523
8980
|
return Array.from(MarkupProcessingSharedState.pagesVariationsMetadata.values()).
|
|
@@ -9684,9 +9141,6 @@ class MarkupProcessor extends GulpStreamsBasedTaskExecutor_1.default {
|
|
|
9684
9141
|
pipe(this.handleErrorIfItWillOccur()).
|
|
9685
9142
|
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
9686
9143
|
onStreamStartedEventHandler: this.replacePlainVinylFileWithMarkupEntryPointVinylFile.bind(this)
|
|
9687
|
-
})).
|
|
9688
|
-
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
9689
|
-
onStreamStartedEventHandler: this.injectImportsFromTypeScriptIfAnyToMarkupFile.bind(this)
|
|
9690
9144
|
})).
|
|
9691
9145
|
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
9692
9146
|
onStreamStartedEventHandler: MarkupProcessor.managePageVariations
|
|
@@ -9696,7 +9150,9 @@ class MarkupProcessor extends GulpStreamsBasedTaskExecutor_1.default {
|
|
|
9696
9150
|
...vinylFile.pageStateDependentVariationData ?? null,
|
|
9697
9151
|
...vinylFile.localizationData ?? null,
|
|
9698
9152
|
...this.projectBuildingMasterConfigRepresentative.isStaticPreviewBuildingMode ?
|
|
9699
|
-
this.markupProcessingSettingsRepresentative.staticDataForStaticPreview : null
|
|
9153
|
+
this.markupProcessingSettingsRepresentative.staticDataForStaticPreview : null,
|
|
9154
|
+
...MarkupProcessingSharedState_1.default.importsFromTypeScript,
|
|
9155
|
+
...MarkupProcessingSharedState_1.default.importsFromJavaScript
|
|
9700
9156
|
}))).
|
|
9701
9157
|
pipe((0, gulp_pug_1.default)({
|
|
9702
9158
|
locals: {
|
|
@@ -9731,75 +9187,6 @@ class MarkupProcessor extends GulpStreamsBasedTaskExecutor_1.default {
|
|
|
9731
9187
|
}));
|
|
9732
9188
|
return Promise.resolve(GulpStreamModifier_1.default.CompletionSignals.REMOVING_FILE_FROM_STREAM);
|
|
9733
9189
|
}
|
|
9734
|
-
async injectImportsFromTypeScriptIfAnyToMarkupFile(markupEntryPointVinylFile) {
|
|
9735
|
-
if ((0, es_extensions_1.isNull)(MarkupProcessingSharedState_1.default.importingFromTypeScriptPugCodeGenerator) ||
|
|
9736
|
-
(0, es_extensions_1.isUndefined)(this.markupProcessingSettingsRepresentative.importingFromTypeScriptSettings)) {
|
|
9737
|
-
return Promise.resolve(GulpStreamModifier_1.default.CompletionSignals.PASSING_ON);
|
|
9738
|
-
}
|
|
9739
|
-
const pugCode = markupEntryPointVinylFile.stringifiedContents;
|
|
9740
|
-
const lineSeparator = (0, es_extensions_1.getLineSeparatorType)(pugCode);
|
|
9741
|
-
/* [ Maintainability ] Although this option is not configurable, keep this constant to avoid the magic numbers. */
|
|
9742
|
-
const BLANK_LINES_COUNT_AFTER_JAVASCRIPT_CODE_BLOCK = 2;
|
|
9743
|
-
/* [ Theory ] For the Pug preprocessor, the single indent could be either tab or multiple spaces.
|
|
9744
|
-
* Thus, ident is not always the single character. */
|
|
9745
|
-
const indentString = PugPreProcessorSpecialist_1.default.defineIndentString(pugCode);
|
|
9746
|
-
if (!PugPreProcessorSpecialist_1.default.isSourceCodeIncludingExtendingDeclaration(pugCode)) {
|
|
9747
|
-
markupEntryPointVinylFile.setContents([
|
|
9748
|
-
MarkupProcessingSharedState_1.default.importingFromTypeScriptPugCodeGenerator({
|
|
9749
|
-
indentString,
|
|
9750
|
-
lineSeparator,
|
|
9751
|
-
initialIndentationDepth__numerationFrom0: 0
|
|
9752
|
-
}),
|
|
9753
|
-
lineSeparator.repeat(BLANK_LINES_COUNT_AFTER_JAVASCRIPT_CODE_BLOCK + 1),
|
|
9754
|
-
markupEntryPointVinylFile.stringifiedContents
|
|
9755
|
-
].join(""));
|
|
9756
|
-
return Promise.resolve(GulpStreamModifier_1.default.CompletionSignals.PASSING_ON);
|
|
9757
|
-
}
|
|
9758
|
-
const sourceCodeExplodedToLines = (0, es_extensions_1.explodeStringToLines)({
|
|
9759
|
-
targetString: markupEntryPointVinylFile.stringifiedContents,
|
|
9760
|
-
mustIgnoreCarriageReturn: false
|
|
9761
|
-
});
|
|
9762
|
-
/* [ Theory ] If the Pug entry point file has been extended, the JavaScript code block could be injected only inside
|
|
9763
|
-
* th specific block which must be declared in the parent (direct or no) files. It remains to process 2 cases: when
|
|
9764
|
-
* this block has been modified in the entry point file and when this block has not been referred in the entry point. */
|
|
9765
|
-
const nameOfPugBlockToWhichTranspiledTypeScriptMustBeInjected = this.markupProcessingSettingsRepresentative.
|
|
9766
|
-
importingFromTypeScriptSettings.nameOfPugBlockToWhichTranspiledTypeScriptMustBeInjected;
|
|
9767
|
-
/* [ Theory ]
|
|
9768
|
-
* If the Pug file has been extended from another one, the extending declaration must be first, otherwise error will occur.
|
|
9769
|
-
* The only thing is allowed is the unbuffered comments (will not be compiled to HTML comments), thus Pug file could
|
|
9770
|
-
* start from the unbuffered comment which could be safely discarded. */
|
|
9771
|
-
const indexOfLineIncludingBlockModifyingDeclaration = (0, es_extensions_1.getIndexOfArrayElementSatisfiesThePredicateIfSuchElementIsExactlyOne)(sourceCodeExplodedToLines, (sourceCodeLine) => PugPreProcessorSpecialist_1.default.isSourceCodeLineIncludingSpecificBlockModifyingDeclaration({
|
|
9772
|
-
sourceCodeLine, blockName: nameOfPugBlockToWhichTranspiledTypeScriptMustBeInjected
|
|
9773
|
-
}));
|
|
9774
|
-
if ((0, es_extensions_1.isNotNull)(indexOfLineIncludingBlockModifyingDeclaration)) {
|
|
9775
|
-
const targetCodeBlockExtractingResult = PugPreProcessorSpecialist_1.default.extractBlock({
|
|
9776
|
-
sourceCodeLines: sourceCodeExplodedToLines,
|
|
9777
|
-
startLineIndex: indexOfLineIncludingBlockModifyingDeclaration
|
|
9778
|
-
});
|
|
9779
|
-
sourceCodeExplodedToLines.splice(indexOfLineIncludingBlockModifyingDeclaration, targetCodeBlockExtractingResult.codeLines.length, ...targetCodeBlockExtractingResult.codeLines, MarkupProcessingSharedState_1.default.importingFromTypeScriptPugCodeGenerator({
|
|
9780
|
-
indentString,
|
|
9781
|
-
lineSeparator,
|
|
9782
|
-
initialIndentationDepth__numerationFrom0: 1
|
|
9783
|
-
}), ...Array.from({ length: BLANK_LINES_COUNT_AFTER_JAVASCRIPT_CODE_BLOCK }).fill(""));
|
|
9784
|
-
markupEntryPointVinylFile.setContents(sourceCodeExplodedToLines.join(lineSeparator));
|
|
9785
|
-
return Promise.resolve(GulpStreamModifier_1.default.CompletionSignals.PASSING_ON);
|
|
9786
|
-
}
|
|
9787
|
-
const indexOfLineContainsExtendingDeclaration = (0, es_extensions_1.getIndexOfArrayElementSatisfiesThePredicateIfSuchElementIsExactlyOne)(sourceCodeExplodedToLines, (sourceCodeLine) => PugPreProcessorSpecialist_1.default.isSourceCodeLineIncludingExtendingDeclaration(sourceCodeLine), { mustThrowErrorIfElementNotFoundOrMatchesAreMultiple: true });
|
|
9788
|
-
markupEntryPointVinylFile.setContents((0, es_extensions_1.addElementsToArray)({
|
|
9789
|
-
targetArray: sourceCodeExplodedToLines,
|
|
9790
|
-
toPosition__numerationFrom0: indexOfLineContainsExtendingDeclaration + 1,
|
|
9791
|
-
newElements: [
|
|
9792
|
-
`\n\nblock append ${nameOfPugBlockToWhichTranspiledTypeScriptMustBeInjected}\n`,
|
|
9793
|
-
MarkupProcessingSharedState_1.default.importingFromTypeScriptPugCodeGenerator({
|
|
9794
|
-
indentString,
|
|
9795
|
-
lineSeparator,
|
|
9796
|
-
initialIndentationDepth__numerationFrom0: 1
|
|
9797
|
-
})
|
|
9798
|
-
],
|
|
9799
|
-
mutably: false
|
|
9800
|
-
}).join("\n"));
|
|
9801
|
-
return Promise.resolve(GulpStreamModifier_1.default.CompletionSignals.PASSING_ON);
|
|
9802
|
-
}
|
|
9803
9190
|
static async managePageVariations(markupEntryPointVinylFile, addNewFilesToStream) {
|
|
9804
9191
|
const { newFiles, mustInitialFileBeDeleted } = markupEntryPointVinylFile.manageVariations();
|
|
9805
9192
|
addNewFilesToStream(newFiles);
|
|
@@ -10801,6 +10188,7 @@ const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "
|
|
|
10801
10188
|
const es_extensions_nodejs_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions-nodejs */ "@yamato-daiwa/es-extensions-nodejs");
|
|
10802
10189
|
const nanoid_1 = __webpack_require__(/*! nanoid */ "nanoid");
|
|
10803
10190
|
const Stopwatch_1 = __importDefault(__webpack_require__(/*! @UtilsIncubator/Stopwatch */ "./UtilsIncubator/Stopwatch.ts"));
|
|
10191
|
+
const deleteFilesFromDirectory_1 = __importDefault(__webpack_require__(/*! @UtilsIncubator/@yamato-daiwa/es-extensions-nodejs/ImprovedFileSystem/deleteFilesFromDirectory */ "./UtilsIncubator/@yamato-daiwa/es-extensions-nodejs/ImprovedFileSystem/deleteFilesFromDirectory.ts"));
|
|
10804
10192
|
class HTML_Validator {
|
|
10805
10193
|
/* ━━━ Fields ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
10806
10194
|
static selfSingleInstance = null;
|
|
@@ -11113,24 +10501,26 @@ class HTML_Validator {
|
|
|
11113
10501
|
return;
|
|
11114
10502
|
}
|
|
11115
10503
|
const rawValidationsResults = await HTML_Validator.getRawValidationsResultsFromNuHTML_Checker(formattedTemporaryHTML_FilesPathsRelativeToConsumingProjectRoot__forwardSlashesSeparatorsOnly);
|
|
11116
|
-
|
|
11117
|
-
|
|
11118
|
-
|
|
11119
|
-
|
|
11120
|
-
mustThrowErrorIfOneOrMoreFilesCouldNotBeDeleted: false
|
|
10504
|
+
(0, deleteFilesFromDirectory_1.default)({
|
|
10505
|
+
directoryPath__absoluteOrRelative: this.absolutePathOfParentDirectoryOfTemporaryFormattedHTML_Files,
|
|
10506
|
+
synchronously: true,
|
|
10507
|
+
mustThrowErrorIfSomeFileCanNotBeDeleted: false
|
|
11121
10508
|
});
|
|
11122
10509
|
const rawValidationsResultsInspectionOutput = es_extensions_1.RawObjectDataProcessor.process(rawValidationsResults, HTML_Validator.validationsResultsSpecification);
|
|
11123
10510
|
if (rawValidationsResultsInspectionOutput.rawDataIsInvalid) {
|
|
11124
|
-
|
|
10511
|
+
validationTimeMeasuringStopwatch.stop();
|
|
11125
10512
|
es_extensions_1.Logger.logError({
|
|
11126
10513
|
errorType: es_extensions_1.UnexpectedEventError.NAME,
|
|
11127
10514
|
title: es_extensions_1.UnexpectedEventError.localization.defaultTitle,
|
|
11128
|
-
description:
|
|
11129
|
-
|
|
11130
|
-
|
|
10515
|
+
description: "The Nu HTML Checker does not much with expected one.\n" +
|
|
10516
|
+
es_extensions_1.RawObjectDataProcessor.
|
|
10517
|
+
formatValidationErrorsList(rawValidationsResultsInspectionOutput.validationErrorsMessages),
|
|
10518
|
+
occurrenceLocation: "HTML_Validator.validateQueuedFilesButReportAll()",
|
|
10519
|
+
mustOutputIf: true
|
|
11131
10520
|
});
|
|
11132
10521
|
return;
|
|
11133
10522
|
}
|
|
10523
|
+
// ━━━ TODO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
11134
10524
|
/* [ Theory ]
|
|
11135
10525
|
* The ones which called `messages` in Nu HTML Checker are not the messages.
|
|
11136
10526
|
* The `messages` property is the array of objects each of which has `message` string property.
|
|
@@ -12448,6 +11838,11 @@ class MarkupProcessingRawSettingsNormalizer extends SourceCodeProcessingRawSetti
|
|
|
12448
11838
|
importingFromTypeScript: dataHoldingSelfInstance.
|
|
12449
11839
|
normalizeImportingFromTypeScriptSettings(markupProcessingSettings__fromFile__rawValid.importingFromTypeScript)
|
|
12450
11840
|
} : null,
|
|
11841
|
+
...(0, es_extensions_1.isNotUndefined)(markupProcessingSettings__fromFile__rawValid.importingFromJavaScript) ?
|
|
11842
|
+
{
|
|
11843
|
+
importingFromJavaScript: dataHoldingSelfInstance.
|
|
11844
|
+
normalizeImportingFromJavaScriptSettings(markupProcessingSettings__fromFile__rawValid.importingFromJavaScript)
|
|
11845
|
+
} : null,
|
|
12451
11846
|
staticPreview: {
|
|
12452
11847
|
pagesVariations: dataHoldingSelfInstance.normalizeStaticPreviewPagesVariationsSettings(),
|
|
12453
11848
|
importsFromStaticDataFiles: dataHoldingSelfInstance.normalizeImportsFromStaticDataFiles()
|
|
@@ -12534,8 +11929,16 @@ class MarkupProcessingRawSettingsNormalizer extends SourceCodeProcessingRawSetti
|
|
|
12534
11929
|
MarkupProcessingSettings__Default_1.default.staticPreview.typeScriptConfigurationFileRelativePath
|
|
12535
11930
|
], { alwaysForwardSlashSeparators: true }),
|
|
12536
11931
|
sourceFileAbsolutePath,
|
|
12537
|
-
importedNamespace: importingFromTypeScriptSettings__fromFile__rawValid.importedNamespace
|
|
12538
|
-
|
|
11932
|
+
importedNamespace: importingFromTypeScriptSettings__fromFile__rawValid.importedNamespace
|
|
11933
|
+
};
|
|
11934
|
+
}
|
|
11935
|
+
normalizeImportingFromJavaScriptSettings(experimental1Settings__fromFile__rawValid) {
|
|
11936
|
+
return {
|
|
11937
|
+
sourceFileAbsolutePath: es_extensions_nodejs_1.ImprovedPath.joinPathSegments([
|
|
11938
|
+
this.consumingProjectRootDirectoryAbsolutePath,
|
|
11939
|
+
experimental1Settings__fromFile__rawValid.sourceFileRelativePath
|
|
11940
|
+
], { alwaysForwardSlashSeparators: true }),
|
|
11941
|
+
nameOfGlobalConstantForStoringOfImports: experimental1Settings__fromFile__rawValid.nameOfGlobalConstantForStoringOfImports
|
|
12539
11942
|
};
|
|
12540
11943
|
}
|
|
12541
11944
|
normalizeStaticPreviewPagesVariationsSettings() {
|
|
@@ -12910,17 +12313,17 @@ const markupProcessingRawSettingsNormalizerLocalization__english = {
|
|
|
12910
12313
|
noNeedToSetResourcesReferencesResolvingToRelativePathsOnStaticPreviewModeLog: {
|
|
12911
12314
|
title: "Redundant configuration detected",
|
|
12912
12315
|
description: "For the static preview mode, the resources references could be resolved only to relative paths. " +
|
|
12913
|
-
"You can safely remove \"projectBuilding
|
|
12914
|
-
"STATIC_PREVIEW
|
|
12316
|
+
"You can safely remove \"$projectBuilding.$markupProcessing.$common.$buildingModeDependent." +
|
|
12317
|
+
"STATIC_PREVIEW.$mustResolveResourcesPointersToRelativePaths\" specifying from the configuration."
|
|
12915
12318
|
},
|
|
12916
12319
|
generateUnableToResolveResourcesReferencesToAbsolutePathLog: ({ consumingProjectBuildingMode }) => ({
|
|
12917
12320
|
title: "Unable to resolve the resources references to absolute paths",
|
|
12918
|
-
description: "The public directory (\"projectBuilding
|
|
12321
|
+
description: "The public directory (\"$projectBuilding.$commonSettings.$publicDirectoriesRelativePaths." +
|
|
12919
12322
|
"[PROJECT_BUILDING_MODE]\") that requires for resolving of resources references to absolute " +
|
|
12920
12323
|
`paths has not been specified for the "${consumingProjectBuildingMode}" building mode. ` +
|
|
12921
12324
|
"The resources references will be resolved to relative paths instead. " +
|
|
12922
|
-
"If you wish these references be resolved to relative path, set \"projectBuilding
|
|
12923
|
-
"buildingModeDependent.[PROJECT_BUILDING_MODE]
|
|
12325
|
+
"If you wish these references be resolved to relative path, set \"$projectBuilding.$markupProcessing.$common." +
|
|
12326
|
+
"$buildingModeDependent.[PROJECT_BUILDING_MODE].$mustResolveResourceReferencesToRelativePaths\" " +
|
|
12924
12327
|
`to true for the "${consumingProjectBuildingMode}" building mode.`
|
|
12925
12328
|
}),
|
|
12926
12329
|
generateStaticPreviewStateDependentPagesVariationsSpecificationFileReadingFailedMessage: (templateVariables) => "Failed to read the static preview state dependent pages variations specification file at " +
|
|
@@ -13418,7 +12821,8 @@ const TypeScriptSpecialist_1 = __importDefault(__webpack_require__(/*! @ThirdPar
|
|
|
13418
12821
|
const fs_1 = __importDefault(__webpack_require__(/*! fs */ "fs"));
|
|
13419
12822
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
13420
12823
|
const es_extensions_nodejs_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions-nodejs */ "@yamato-daiwa/es-extensions-nodejs");
|
|
13421
|
-
|
|
12824
|
+
const require_from_string_1 = __importDefault(__webpack_require__(/*! require-from-string */ "require-from-string"));
|
|
12825
|
+
class CompiledTypeScriptImporterForPug extends GulpStreamsBasedTaskExecutor_1.default {
|
|
13422
12826
|
logging = {
|
|
13423
12827
|
pathsOfFilesWillBeProcessed: false,
|
|
13424
12828
|
quantityOfFilesWillBeProcessed: false
|
|
@@ -13435,7 +12839,7 @@ class CompiledInlineTypeScriptImporterForPug extends GulpStreamsBasedTaskExecuto
|
|
|
13435
12839
|
if ((0, es_extensions_1.isUndefined)(importingFromTypeScriptSettings)) {
|
|
13436
12840
|
return (0, createImmediatelyEndingEmptyStream_1.default)();
|
|
13437
12841
|
}
|
|
13438
|
-
const dataHoldingSelfInstance = new
|
|
12842
|
+
const dataHoldingSelfInstance = new CompiledTypeScriptImporterForPug(projectBuildingMasterConfigRepresentative, importingFromTypeScriptSettings);
|
|
13439
12843
|
return (callback) => dataHoldingSelfInstance.provideTypeScriptImports(callback);
|
|
13440
12844
|
}
|
|
13441
12845
|
constructor(projectBuildingMasterConfigRepresentative, compiledTypeScriptImportingSettings) {
|
|
@@ -13475,7 +12879,7 @@ class CompiledInlineTypeScriptImporterForPug extends GulpStreamsBasedTaskExecuto
|
|
|
13475
12879
|
entryPointsSourceFilesAbsolutePaths: [compiledTypeScriptImportingSettings.sourceFileAbsolutePath],
|
|
13476
12880
|
webpackContext: projectBuildingMasterConfigRepresentative.consumingProjectRootDirectoryAbsolutePath
|
|
13477
12881
|
});
|
|
13478
|
-
this.webpackConfiguration =
|
|
12882
|
+
this.webpackConfiguration = CompiledTypeScriptImporterForPug.
|
|
13479
12883
|
getWebpackEntryObjectRespectiveToSpecifiedEntryPointsGroupSettings({
|
|
13480
12884
|
webpackEntryPointDefinition,
|
|
13481
12885
|
compiledTypeScriptImportingSettings,
|
|
@@ -13500,12 +12904,18 @@ class CompiledInlineTypeScriptImporterForPug extends GulpStreamsBasedTaskExecuto
|
|
|
13500
12904
|
pipe(GulpStreamModifier_1.default.modify({
|
|
13501
12905
|
onStreamStartedEventCommonHandler: async (vinylFile) => {
|
|
13502
12906
|
const outputJavaScriptCode = (0, extractStringifiedContentFromVinylFile_1.default)(vinylFile);
|
|
13503
|
-
|
|
13504
|
-
|
|
13505
|
-
|
|
13506
|
-
|
|
13507
|
-
|
|
13508
|
-
|
|
12907
|
+
const imported = (0, require_from_string_1.default)(outputJavaScriptCode);
|
|
12908
|
+
if (!(0, es_extensions_1.isArbitraryObject)(imported)) {
|
|
12909
|
+
/* [ Theory ] The subsequent invocation of the callback will be ignored. */
|
|
12910
|
+
callback();
|
|
12911
|
+
return Promise.resolve(GulpStreamModifier_1.default.CompletionSignals.REMOVING_FILE_FROM_STREAM);
|
|
12912
|
+
}
|
|
12913
|
+
if (!(0, es_extensions_1.isArbitraryObject)(imported.default)) {
|
|
12914
|
+
/* [ Theory ] The subsequent invocation of the callback will be ignored. */
|
|
12915
|
+
callback();
|
|
12916
|
+
return Promise.resolve(GulpStreamModifier_1.default.CompletionSignals.REMOVING_FILE_FROM_STREAM);
|
|
12917
|
+
}
|
|
12918
|
+
MarkupProcessingSharedState_1.default.importsFromTypeScript = { [this.importedNamespaceName]: imported.default };
|
|
13509
12919
|
/* [ Theory ] The subsequent invocation of the callback will be ignored. */
|
|
13510
12920
|
callback();
|
|
13511
12921
|
return Promise.resolve(GulpStreamModifier_1.default.CompletionSignals.REMOVING_FILE_FROM_STREAM);
|
|
@@ -13567,7 +12977,52 @@ class CompiledInlineTypeScriptImporterForPug extends GulpStreamsBasedTaskExecuto
|
|
|
13567
12977
|
};
|
|
13568
12978
|
}
|
|
13569
12979
|
}
|
|
13570
|
-
exports["default"] =
|
|
12980
|
+
exports["default"] = CompiledTypeScriptImporterForPug;
|
|
12981
|
+
|
|
12982
|
+
|
|
12983
|
+
/***/ }),
|
|
12984
|
+
|
|
12985
|
+
/***/ "./ProjectBuilding/SourceCodeProcessing/Markup/Subtasks/JavaScriptImporterForPug.ts":
|
|
12986
|
+
/*!******************************************************************************************!*\
|
|
12987
|
+
!*** ./ProjectBuilding/SourceCodeProcessing/Markup/Subtasks/JavaScriptImporterForPug.ts ***!
|
|
12988
|
+
\******************************************************************************************/
|
|
12989
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
12990
|
+
|
|
12991
|
+
|
|
12992
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12993
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12994
|
+
};
|
|
12995
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12996
|
+
/* ─── Superclass ─────────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
12997
|
+
const GulpStreamsBasedTaskExecutor_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/TasksExecutors/GulpStreamsBased/GulpStreamsBasedTaskExecutor */ "./ProjectBuilding/Common/TasksExecutors/GulpStreamsBased/GulpStreamsBasedTaskExecutor.ts"));
|
|
12998
|
+
/* ─── Shared State ───────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
12999
|
+
const MarkupProcessingSharedState_1 = __importDefault(__webpack_require__(/*! @MarkupProcessing/MarkupProcessingSharedState */ "./ProjectBuilding/SourceCodeProcessing/Markup/MarkupProcessingSharedState.ts"));
|
|
13000
|
+
/* ─── General Utils ──────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
13001
|
+
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
13002
|
+
const require_from_string_1 = __importDefault(__webpack_require__(/*! require-from-string */ "require-from-string"));
|
|
13003
|
+
const fs_1 = __importDefault(__webpack_require__(/*! fs */ "fs"));
|
|
13004
|
+
class JavaScriptImporterForPug extends GulpStreamsBasedTaskExecutor_1.default {
|
|
13005
|
+
logging = {
|
|
13006
|
+
pathsOfFilesWillBeProcessed: false,
|
|
13007
|
+
quantityOfFilesWillBeProcessed: false
|
|
13008
|
+
};
|
|
13009
|
+
static provideJavaScriptImportsForMarkupIfMust(projectBuildingMasterConfigRepresentative) {
|
|
13010
|
+
const markupProcessingSettingsRepresentative = projectBuildingMasterConfigRepresentative.markupProcessingSettingsRepresentative;
|
|
13011
|
+
if ((0, es_extensions_1.isUndefined)(markupProcessingSettingsRepresentative)) {
|
|
13012
|
+
return (callback) => { callback(); };
|
|
13013
|
+
}
|
|
13014
|
+
const importingFromJavaScriptSettings = markupProcessingSettingsRepresentative.importingFromJavaScriptSettings;
|
|
13015
|
+
if ((0, es_extensions_1.isUndefined)(importingFromJavaScriptSettings)) {
|
|
13016
|
+
return (callback) => { callback(); };
|
|
13017
|
+
}
|
|
13018
|
+
const loadedJavaScriptModule = (0, require_from_string_1.default)(fs_1.default.readFileSync(importingFromJavaScriptSettings.sourceFileAbsolutePath, "utf-8"));
|
|
13019
|
+
MarkupProcessingSharedState_1.default.importsFromJavaScript = {
|
|
13020
|
+
[importingFromJavaScriptSettings.nameOfGlobalConstantForStoringOfImports]: loadedJavaScriptModule
|
|
13021
|
+
};
|
|
13022
|
+
return (callback) => { callback(); };
|
|
13023
|
+
}
|
|
13024
|
+
}
|
|
13025
|
+
exports["default"] = JavaScriptImporterForPug;
|
|
13571
13026
|
|
|
13572
13027
|
|
|
13573
13028
|
/***/ }),
|
|
@@ -14067,7 +13522,7 @@ class StylesProcessingSettingsRepresentative extends GulpStreamBasedSourceCodePr
|
|
|
14067
13522
|
actualFileNameExtensionsWithoutLeadingDots;
|
|
14068
13523
|
TARGET_FILES_KIND_FOR_LOGGING__SINGULAR_FORM = "Stylesheet";
|
|
14069
13524
|
TARGET_FILES_KIND_FOR_LOGGING__PLURAL_FORM = "Stylesheets";
|
|
14070
|
-
TASK_NAME_FOR_LOGGING = "Styles
|
|
13525
|
+
TASK_NAME_FOR_LOGGING = "Styles Processing";
|
|
14071
13526
|
WAITING_FOR_SUBSEQUENT_FILES_WILL_SAVED_PERIOD__SECONDS;
|
|
14072
13527
|
entryPointsGroupsNormalizedSettingsMappedByReferences;
|
|
14073
13528
|
sourceCodeLintingCommonSettings;
|
|
@@ -14154,117 +13609,50 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
14154
13609
|
const ConsumingProjectBuildingModes_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes */ "./ProjectBuilding/Common/Restrictions/ConsumingProjectBuildingModes.ts"));
|
|
14155
13610
|
/* ─── Raw Valid Settings ─────────────────────────────────────────────────────────────────────────────────────────── */
|
|
14156
13611
|
const SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding:Common/RawConfig/SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid.ts"));
|
|
13612
|
+
const RevisioningSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/RevisioningSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/RevisioningSettings__FromFile__RawValid.ts"));
|
|
13613
|
+
const LintingSettings__FromFile__RawValid_1 = __importDefault(__webpack_require__(/*! @ProjectBuilding/Common/RawConfig/Reusables/LintingSettings__FromFile__RawValid */ "./ProjectBuilding/Common/RawConfig/Reusables/LintingSettings__FromFile__RawValid.ts"));
|
|
14157
13614
|
/* ─── Utils ──────────────────────────────────────────────────────────────────────────────────────────────────────── */
|
|
14158
13615
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
14159
13616
|
var StylesProcessingSettings__FromFile__RawValid;
|
|
14160
13617
|
(function (StylesProcessingSettings__FromFile__RawValid) {
|
|
14161
|
-
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
|
|
14166
|
-
|
|
14167
|
-
|
|
14168
|
-
|
|
14169
|
-
|
|
14170
|
-
|
|
14171
|
-
|
|
14172
|
-
|
|
14173
|
-
|
|
14174
|
-
|
|
14175
|
-
|
|
14176
|
-
|
|
14177
|
-
|
|
14178
|
-
|
|
14179
|
-
|
|
14180
|
-
|
|
14181
|
-
|
|
14182
|
-
|
|
14183
|
-
|
|
14184
|
-
|
|
14185
|
-
|
|
14186
|
-
|
|
14187
|
-
},
|
|
14188
|
-
value: {
|
|
14189
|
-
type: Object,
|
|
14190
|
-
properties: {
|
|
14191
|
-
$secondsBetweenFileUpdatingAndStartingOfRebuilding: {
|
|
14192
|
-
newName: "secondsBetweenFileUpdatingAndStartingOfRebuilding",
|
|
14193
|
-
type: Number,
|
|
14194
|
-
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber,
|
|
14195
|
-
required: false
|
|
14196
|
-
},
|
|
14197
|
-
$mustResolveResourceReferencesToRelativePaths: {
|
|
14198
|
-
newName: "mustResolveResourceReferencesToRelativePaths",
|
|
14199
|
-
type: Boolean,
|
|
14200
|
-
required: false
|
|
14201
|
-
}
|
|
14202
|
-
}
|
|
14203
|
-
}
|
|
14204
|
-
}
|
|
14205
|
-
}
|
|
14206
|
-
},
|
|
14207
|
-
// ━━━ TODO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
14208
|
-
[stylesProcessingPropertiesLocalization.linting.KEY]: {
|
|
14209
|
-
newName: "linting",
|
|
14210
|
-
type: Object,
|
|
14211
|
-
required: false,
|
|
14212
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
14213
|
-
properties: lintingSettingsLocalizedPropertiesSpecification
|
|
14214
|
-
},
|
|
14215
|
-
...SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid_1.default.getLocalizedPropertiesSpecification({
|
|
14216
|
-
sourceCodeProcessingSettingsGenericPropertiesLocalization,
|
|
14217
|
-
localizedConsumingProjectLocalizedPreDefinedBuildingModes,
|
|
14218
|
-
entryPointsGroupBuildingModeDependentOutputGenericSettingsLocalizedPropertiesSpecification,
|
|
14219
|
-
entryPointsGroupBuildingModeDependentSpecificSettingsLocalizedPropertiesSpecification: {
|
|
14220
|
-
[stylesProcessingPropertiesLocalization.entryPointsGroups.buildingModeDependent.revisioning.KEY]: {
|
|
14221
|
-
newName: "revisioning",
|
|
14222
|
-
type: Object,
|
|
14223
|
-
required: false,
|
|
14224
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
14225
|
-
properties: revisioningSettingsLocalizedPropertiesSpecification
|
|
14226
|
-
}
|
|
14227
|
-
}
|
|
14228
|
-
}),
|
|
14229
|
-
[stylesProcessingPropertiesLocalization.logging.KEY]: {
|
|
14230
|
-
newName: "logging",
|
|
14231
|
-
type: Object,
|
|
14232
|
-
required: false,
|
|
14233
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
14234
|
-
properties: {
|
|
14235
|
-
[stylesProcessingPropertiesLocalization.logging.filesPaths.KEY]: {
|
|
14236
|
-
newName: "filesPaths",
|
|
14237
|
-
type: Boolean,
|
|
14238
|
-
required: false
|
|
14239
|
-
},
|
|
14240
|
-
[stylesProcessingPropertiesLocalization.logging.filesCount.KEY]: {
|
|
14241
|
-
newName: "filesCount",
|
|
14242
|
-
type: Boolean,
|
|
14243
|
-
required: false
|
|
14244
|
-
},
|
|
14245
|
-
[stylesProcessingPropertiesLocalization.logging.partialFilesAndParentEntryPointsCorrespondence.KEY]: {
|
|
14246
|
-
newName: "partialFilesAndParentEntryPointsCorrespondence",
|
|
14247
|
-
type: Boolean,
|
|
14248
|
-
required: false
|
|
14249
|
-
},
|
|
14250
|
-
[stylesProcessingPropertiesLocalization.logging.filesWatcherEvents.KEY]: {
|
|
14251
|
-
newName: "filesWatcherEvents",
|
|
14252
|
-
type: Boolean,
|
|
14253
|
-
required: false
|
|
13618
|
+
/* ━━━ Localization ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
13619
|
+
StylesProcessingSettings__FromFile__RawValid.propertiesSpecification = {
|
|
13620
|
+
$common: {
|
|
13621
|
+
newName: "common",
|
|
13622
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
13623
|
+
type: Object,
|
|
13624
|
+
required: false,
|
|
13625
|
+
properties: {
|
|
13626
|
+
$buildingModeDependent: {
|
|
13627
|
+
newName: "buildingModeDependent",
|
|
13628
|
+
type: es_extensions_1.RawObjectDataProcessor.ValuesTypesIDs.associativeArrayOfUniformTypeValues,
|
|
13629
|
+
required: false,
|
|
13630
|
+
minimalEntriesCount: 1,
|
|
13631
|
+
allowedKeys: [
|
|
13632
|
+
"$staticPreview",
|
|
13633
|
+
"$localDevelopment",
|
|
13634
|
+
"$testing",
|
|
13635
|
+
"$staging",
|
|
13636
|
+
"$production"
|
|
13637
|
+
],
|
|
13638
|
+
keysRenamings: {
|
|
13639
|
+
$staticPreview: ConsumingProjectBuildingModes_1.default.staticPreview,
|
|
13640
|
+
$localDevelopment: ConsumingProjectBuildingModes_1.default.localDevelopment,
|
|
13641
|
+
$testing: ConsumingProjectBuildingModes_1.default.testing,
|
|
13642
|
+
$staging: ConsumingProjectBuildingModes_1.default.staging,
|
|
13643
|
+
$production: ConsumingProjectBuildingModes_1.default.production
|
|
14254
13644
|
},
|
|
14255
|
-
|
|
14256
|
-
newName: "linting",
|
|
13645
|
+
value: {
|
|
14257
13646
|
type: Object,
|
|
14258
|
-
required: false,
|
|
14259
|
-
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
14260
13647
|
properties: {
|
|
14261
|
-
|
|
14262
|
-
newName: "
|
|
14263
|
-
type:
|
|
13648
|
+
$secondsBetweenFileUpdatingAndStartingOfRebuilding: {
|
|
13649
|
+
newName: "secondsBetweenFileUpdatingAndStartingOfRebuilding",
|
|
13650
|
+
type: Number,
|
|
13651
|
+
numbersSet: es_extensions_1.RawObjectDataProcessor.NumbersSets.naturalNumber,
|
|
14264
13652
|
required: false
|
|
14265
13653
|
},
|
|
14266
|
-
|
|
14267
|
-
newName: "
|
|
13654
|
+
$mustResolveResourceReferencesToRelativePaths: {
|
|
13655
|
+
newName: "mustResolveResourceReferencesToRelativePaths",
|
|
14268
13656
|
type: Boolean,
|
|
14269
13657
|
required: false
|
|
14270
13658
|
}
|
|
@@ -14272,9 +13660,72 @@ var StylesProcessingSettings__FromFile__RawValid;
|
|
|
14272
13660
|
}
|
|
14273
13661
|
}
|
|
14274
13662
|
}
|
|
14275
|
-
}
|
|
14276
|
-
|
|
14277
|
-
|
|
13663
|
+
},
|
|
13664
|
+
$linting: {
|
|
13665
|
+
newName: "linting",
|
|
13666
|
+
type: Object,
|
|
13667
|
+
required: false,
|
|
13668
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
13669
|
+
properties: LintingSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
13670
|
+
},
|
|
13671
|
+
...SourceCodeProcessingSettingsGenericProperties__FromFile__RawValid_1.default.generatePropertiesSpecification({
|
|
13672
|
+
entryPointsGroupBuildingModeDependentSpecificSettingsLocalizedPropertiesSpecification: {
|
|
13673
|
+
$revisioning: {
|
|
13674
|
+
newName: "revisioning",
|
|
13675
|
+
type: Object,
|
|
13676
|
+
required: false,
|
|
13677
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
13678
|
+
properties: RevisioningSettings__FromFile__RawValid_1.default.propertiesSpecification
|
|
13679
|
+
}
|
|
13680
|
+
}
|
|
13681
|
+
}),
|
|
13682
|
+
$logging: {
|
|
13683
|
+
newName: "logging",
|
|
13684
|
+
type: Object,
|
|
13685
|
+
required: false,
|
|
13686
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
13687
|
+
properties: {
|
|
13688
|
+
$filesPaths: {
|
|
13689
|
+
newName: "filesPaths",
|
|
13690
|
+
type: Boolean,
|
|
13691
|
+
required: false
|
|
13692
|
+
},
|
|
13693
|
+
$filesCount: {
|
|
13694
|
+
newName: "filesCount",
|
|
13695
|
+
type: Boolean,
|
|
13696
|
+
required: false
|
|
13697
|
+
},
|
|
13698
|
+
$partialFilesAndParentEntryPointsCorrespondence: {
|
|
13699
|
+
newName: "partialFilesAndParentEntryPointsCorrespondence",
|
|
13700
|
+
type: Boolean,
|
|
13701
|
+
required: false
|
|
13702
|
+
},
|
|
13703
|
+
$filesWatcherEvents: {
|
|
13704
|
+
newName: "filesWatcherEvents",
|
|
13705
|
+
type: Boolean,
|
|
13706
|
+
required: false
|
|
13707
|
+
},
|
|
13708
|
+
$linting: {
|
|
13709
|
+
newName: "linting",
|
|
13710
|
+
type: Object,
|
|
13711
|
+
required: false,
|
|
13712
|
+
preValidationModifications: es_extensions_1.nullToUndefined,
|
|
13713
|
+
properties: {
|
|
13714
|
+
$starting: {
|
|
13715
|
+
newName: "starting",
|
|
13716
|
+
type: Boolean,
|
|
13717
|
+
required: false
|
|
13718
|
+
},
|
|
13719
|
+
$completionWithoutIssues: {
|
|
13720
|
+
newName: "completionWithoutIssues",
|
|
13721
|
+
type: Boolean,
|
|
13722
|
+
required: false
|
|
13723
|
+
}
|
|
13724
|
+
}
|
|
13725
|
+
}
|
|
13726
|
+
}
|
|
13727
|
+
}
|
|
13728
|
+
};
|
|
14278
13729
|
})(StylesProcessingSettings__FromFile__RawValid || (StylesProcessingSettings__FromFile__RawValid = {}));
|
|
14279
13730
|
exports["default"] = StylesProcessingSettings__FromFile__RawValid;
|
|
14280
13731
|
|
|
@@ -14446,10 +13897,8 @@ class StylesProcessor extends GulpStreamsBasedTaskExecutor_1.default {
|
|
|
14446
13897
|
}))).
|
|
14447
13898
|
pipe((0, gulp_if_1.default)(this.projectBuildingMasterConfigRepresentative.isStaticPreviewBuildingMode ||
|
|
14448
13899
|
this.projectBuildingMasterConfigRepresentative.isLocalDevelopmentBuildingMode, gulp_sourcemaps_1.default.write())).
|
|
14449
|
-
pipe(GulpStreamModifier_1.default.
|
|
14450
|
-
|
|
14451
|
-
[StylesEntryPointVinylFile_1.default, this.onOutputCSS_FileReady.bind(this)]
|
|
14452
|
-
])
|
|
13900
|
+
pipe(GulpStreamModifier_1.default.modifyForSingleVinylFileSubtype({
|
|
13901
|
+
onStreamStartedEventHandler: this.onOutputCSS_FileReady.bind(this)
|
|
14453
13902
|
})).
|
|
14454
13903
|
pipe(gulp_1.default.dest((targetFile) => StylesEntryPointVinylFile_1.default.getOutputDirectoryAbsolutePathOfExpectedToBeSelfInstance(targetFile)));
|
|
14455
13904
|
}
|
|
@@ -15471,6 +14920,7 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15471
14920
|
CONSUMING_PROJECT_ROOT_DIRECTORY_ABSOLUTE_PATH;
|
|
15472
14921
|
CACHED_METADATA_FILE_ABSOLUTE_PATH;
|
|
15473
14922
|
TARGET_FILES_TYPE_IN_SINGULAR_FORM;
|
|
14923
|
+
currentChainOfRelativePathsInFilesTree = [];
|
|
15474
14924
|
/* ━━━ Constructor ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
|
|
15475
14925
|
constructor(initializationProperties) {
|
|
15476
14926
|
this.isEntryPoint = initializationProperties.isEntryPoint;
|
|
@@ -15582,9 +15032,6 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15582
15032
|
comparedPath: entryPointAbsolutePath__forwardSlashSeparators,
|
|
15583
15033
|
alwaysForwardSlashSeparators: true
|
|
15584
15034
|
});
|
|
15585
|
-
// console.log("CHECKPOINT 1");
|
|
15586
|
-
// console.log("entryPointPathRelativeToConsumingProjectRootDirectory__forwardSlashSeparators");
|
|
15587
|
-
// console.log(entryPointPathRelativeToConsumingProjectRootDirectory__forwardSlashSeparators);
|
|
15588
15035
|
let entryPointLastModificationDateTime__ISO8601;
|
|
15589
15036
|
try {
|
|
15590
15037
|
entryPointLastModificationDateTime__ISO8601 = fs_1.default.statSync(entryPointAbsolutePath__forwardSlashSeparators).
|
|
@@ -15642,20 +15089,20 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15642
15089
|
alwaysForwardSlashSeparators: true
|
|
15643
15090
|
}))
|
|
15644
15091
|
};
|
|
15645
|
-
// console.debug("CHECKPOINT 2");
|
|
15646
|
-
// console.log("absolutePathsOfExistingDirectChildrenFilesOfCurrentEntryPoint__forwardSlashSeparators");
|
|
15647
|
-
// console.log(absolutePathsOfExistingDirectChildrenFilesOfCurrentEntryPoint__forwardSlashSeparators);
|
|
15648
|
-
// console.log("cachedMetadataOfCurrentEntryPoint");
|
|
15649
|
-
// console.log(cachedMetadataOfCurrentEntryPoint);
|
|
15650
|
-
// debugger;
|
|
15651
15092
|
this.entryPointsMetadata.set(entryPointPathRelativeToConsumingProjectRootDirectory__forwardSlashSeparators, cachedMetadataOfCurrentEntryPoint);
|
|
15652
15093
|
}
|
|
15653
|
-
const experimentalArrayForInfiniteRecursionPreventing = [entryPointPathRelativeToConsumingProjectRootDirectory__forwardSlashSeparators];
|
|
15654
15094
|
for (const absolutePathOfDirectExistingChildFileOfCurrentEntryPoint__forwardSlashSeparators of absolutePathsOfExistingDirectChildrenFilesOfCurrentEntryPoint__forwardSlashSeparators) {
|
|
15095
|
+
const childFileRelativePath__forwardSlashSeparators = es_extensions_nodejs_1.ImprovedPath.computeRelativePath({
|
|
15096
|
+
basePath: this.CONSUMING_PROJECT_ROOT_DIRECTORY_ABSOLUTE_PATH,
|
|
15097
|
+
comparedPath: absolutePathOfDirectExistingChildFileOfCurrentEntryPoint__forwardSlashSeparators,
|
|
15098
|
+
alwaysForwardSlashSeparators: true
|
|
15099
|
+
});
|
|
15100
|
+
this.currentChainOfRelativePathsInFilesTree[this.currentChainOfRelativePathsInFilesTree.length] =
|
|
15101
|
+
childFileRelativePath__forwardSlashSeparators;
|
|
15655
15102
|
this.updateMetadataForExistingChildFile({
|
|
15656
15103
|
targetChildFileAbsolutePath__forwardSlashSeparators: absolutePathOfDirectExistingChildFileOfCurrentEntryPoint__forwardSlashSeparators,
|
|
15657
|
-
|
|
15658
|
-
|
|
15104
|
+
targetChildFileRelativePath__forwardSlashSeparators: childFileRelativePath__forwardSlashSeparators,
|
|
15105
|
+
parentEntryPointAbsolutePath__forwardSlashSeparators: entryPointAbsolutePath__forwardSlashSeparators
|
|
15659
15106
|
});
|
|
15660
15107
|
this.absolutePathsOfChildrenFilesWhichHasBeenScannedDuringCurrentPass.
|
|
15661
15108
|
add(absolutePathOfDirectExistingChildFileOfCurrentEntryPoint__forwardSlashSeparators);
|
|
@@ -15817,37 +15264,14 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15817
15264
|
}
|
|
15818
15265
|
return null;
|
|
15819
15266
|
}
|
|
15820
|
-
updateMetadataForExistingChildFile({ targetChildFileAbsolutePath__forwardSlashSeparators,
|
|
15821
|
-
const targetChildFileRelativePath__forwardSlashSeparators = es_extensions_nodejs_1.ImprovedPath.computeRelativePath({
|
|
15822
|
-
basePath: this.CONSUMING_PROJECT_ROOT_DIRECTORY_ABSOLUTE_PATH,
|
|
15823
|
-
comparedPath: targetChildFileAbsolutePath__forwardSlashSeparators,
|
|
15824
|
-
alwaysForwardSlashSeparators: true
|
|
15825
|
-
});
|
|
15267
|
+
updateMetadataForExistingChildFile({ targetChildFileAbsolutePath__forwardSlashSeparators, targetChildFileRelativePath__forwardSlashSeparators, parentEntryPointAbsolutePath__forwardSlashSeparators }) {
|
|
15826
15268
|
const cachedMetadataOfCurrentChildFile = this.childrenFilesMetadata.get(targetChildFileRelativePath__forwardSlashSeparators);
|
|
15827
|
-
es_extensions_1.Logger.logGeneric({
|
|
15828
|
-
mustOutputIf: SourceCodeSelectiveReprocessingHelper.DEBUGGING_MODE,
|
|
15829
|
-
badge: { customText: "Debug" },
|
|
15830
|
-
title: "SourceCodeSelectiveReprocessingHelper, Updating of Children Files Metadata",
|
|
15831
|
-
description: targetChildFileRelativePath__forwardSlashSeparators,
|
|
15832
|
-
additionalData: {
|
|
15833
|
-
absolutePathsOfAffiliatedFilesWhichHasBeenScannedDuringCurrentPass: this.absolutePathsOfChildrenFilesWhichHasBeenScannedDuringCurrentPass
|
|
15834
|
-
}
|
|
15835
|
-
});
|
|
15836
|
-
// console.log("CHECKPOINT 3");
|
|
15837
|
-
// console.log("targetChildFileRelativePath__forwardSlashSeparators");
|
|
15838
|
-
// console.log(targetChildFileRelativePath__forwardSlashSeparators);
|
|
15839
|
-
// console.log("cachedMetadataOfCurrentChildFile");
|
|
15840
|
-
// console.log(cachedMetadataOfCurrentChildFile);
|
|
15841
|
-
// console.log("absolutePathsOfChildrenFilesWhichHasBeenScannedDuringCurrentPass");
|
|
15842
|
-
// console.log(this.absolutePathsOfChildrenFilesWhichHasBeenScannedDuringCurrentPass);
|
|
15843
|
-
// debugger;
|
|
15844
15269
|
/* [ Approach ] If the child file has been scanned it must be in the `childrenFilesMetadata` however for the
|
|
15845
15270
|
* TypeScript type checking the non-undefined check of "cachedMetadataOfCurrentAffiliatedFile" additionally
|
|
15846
15271
|
* required. */
|
|
15847
15272
|
if (this.absolutePathsOfChildrenFilesWhichHasBeenScannedDuringCurrentPass.
|
|
15848
|
-
has(
|
|
15273
|
+
has(targetChildFileAbsolutePath__forwardSlashSeparators) &&
|
|
15849
15274
|
(0, es_extensions_1.isNotUndefined)(cachedMetadataOfCurrentChildFile)) {
|
|
15850
|
-
// console.log("CHECKPOINT 4 - A");
|
|
15851
15275
|
cachedMetadataOfCurrentChildFile.parentEntryPointsAbsolutePaths.
|
|
15852
15276
|
add(parentEntryPointAbsolutePath__forwardSlashSeparators);
|
|
15853
15277
|
this.registerEntryPointAsParentTo({
|
|
@@ -15856,7 +15280,6 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15856
15280
|
});
|
|
15857
15281
|
return;
|
|
15858
15282
|
}
|
|
15859
|
-
// console.log("CHECKPOINT 4 - B");
|
|
15860
15283
|
let targetChildFileModificationDateTime__ISO8601;
|
|
15861
15284
|
try {
|
|
15862
15285
|
targetChildFileModificationDateTime__ISO8601 = fs_1.default.
|
|
@@ -15873,8 +15296,6 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15873
15296
|
});
|
|
15874
15297
|
return;
|
|
15875
15298
|
}
|
|
15876
|
-
// console.log("CHECKPOINT 5");
|
|
15877
|
-
// debugger;
|
|
15878
15299
|
let absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators;
|
|
15879
15300
|
if (cachedMetadataOfCurrentChildFile?.modificationDateTime__ISO8601 === targetChildFileModificationDateTime__ISO8601) {
|
|
15880
15301
|
absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators = new Set();
|
|
@@ -15885,20 +15306,21 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15885
15306
|
if (!fs_1.default.existsSync(absolutePathOfChildFileOfCurrentOne__forwardSlashSeparators)) {
|
|
15886
15307
|
cachedMetadataOfCurrentChildFile.directChildrenFilesRelativePaths.delete(relativePathOfChildFileOfCurrentOne);
|
|
15887
15308
|
}
|
|
15888
|
-
absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators = new Set(Array.
|
|
15309
|
+
absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators = new Set(Array.
|
|
15310
|
+
from(cachedMetadataOfCurrentChildFile.directChildrenFilesRelativePaths).
|
|
15311
|
+
map((directChildFileRelativePath) => es_extensions_nodejs_1.ImprovedPath.joinPathSegments([
|
|
15312
|
+
this.CONSUMING_PROJECT_ROOT_DIRECTORY_ABSOLUTE_PATH,
|
|
15313
|
+
directChildFileRelativePath
|
|
15314
|
+
])));
|
|
15889
15315
|
}
|
|
15890
15316
|
cachedMetadataOfCurrentChildFile.parentEntryPointsAbsolutePaths.
|
|
15891
15317
|
add(parentEntryPointAbsolutePath__forwardSlashSeparators);
|
|
15892
15318
|
}
|
|
15893
15319
|
else {
|
|
15894
|
-
// console.log("CHECKPOINT 6-B");
|
|
15895
15320
|
absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators = this.
|
|
15896
15321
|
getAbsolutePathsOfExistingChildrenFilesOfExistingTargetFile__forwardSlashSeparators({
|
|
15897
15322
|
targetFileAbsolutePath__forwardSlashSeparators: targetChildFileAbsolutePath__forwardSlashSeparators
|
|
15898
15323
|
});
|
|
15899
|
-
// console.log("absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators");
|
|
15900
|
-
// console.log(absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators);
|
|
15901
|
-
// debugger;
|
|
15902
15324
|
this.childrenFilesMetadata.set(targetChildFileRelativePath__forwardSlashSeparators, {
|
|
15903
15325
|
parentEntryPointsAbsolutePaths: new Set([parentEntryPointAbsolutePath__forwardSlashSeparators]),
|
|
15904
15326
|
modificationDateTime__ISO8601: targetChildFileModificationDateTime__ISO8601,
|
|
@@ -15910,26 +15332,34 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15910
15332
|
});
|
|
15911
15333
|
}
|
|
15912
15334
|
this.absolutePathsOfChildrenFilesWhichHasBeenScannedDuringCurrentPass.
|
|
15913
|
-
add(
|
|
15914
|
-
// console.log("CHECKPOINT 7");
|
|
15915
|
-
// console.log("absolutePathsOfChildrenFilesWhichHasBeenScannedDuringCurrentPass");
|
|
15916
|
-
// console.log(this.absolutePathsOfChildrenFilesWhichHasBeenScannedDuringCurrentPass);
|
|
15917
|
-
// console.log("absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators");
|
|
15918
|
-
// console.log(absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators);
|
|
15919
|
-
// experimentalArrayForInfiniteRecursionPreventing.push(experimentalArrayForInfiniteRecursionPreventing)
|
|
15335
|
+
add(targetChildFileAbsolutePath__forwardSlashSeparators);
|
|
15920
15336
|
for (const absolutePathOfExistingAffiliatedFileOfTargetOne__forwardSlashSeparators of absolutePathsOfExistingChildrenFilesOfTargetOne__forwardSlashSeparators) {
|
|
15921
|
-
|
|
15922
|
-
|
|
15923
|
-
|
|
15337
|
+
const relativePathOfChildrenFileOfTargetOne__forwardSlashSeparators = es_extensions_nodejs_1.ImprovedPath.computeRelativePath({
|
|
15338
|
+
basePath: this.CONSUMING_PROJECT_ROOT_DIRECTORY_ABSOLUTE_PATH,
|
|
15339
|
+
comparedPath: absolutePathOfExistingAffiliatedFileOfTargetOne__forwardSlashSeparators,
|
|
15340
|
+
alwaysForwardSlashSeparators: true
|
|
15341
|
+
});
|
|
15342
|
+
if (this.currentChainOfRelativePathsInFilesTree.includes(relativePathOfChildrenFileOfTargetOne__forwardSlashSeparators)) {
|
|
15343
|
+
continue;
|
|
15344
|
+
}
|
|
15345
|
+
this.currentChainOfRelativePathsInFilesTree[this.currentChainOfRelativePathsInFilesTree.length] =
|
|
15346
|
+
relativePathOfChildrenFileOfTargetOne__forwardSlashSeparators;
|
|
15924
15347
|
this.updateMetadataForExistingChildFile({
|
|
15925
15348
|
targetChildFileAbsolutePath__forwardSlashSeparators: absolutePathOfExistingAffiliatedFileOfTargetOne__forwardSlashSeparators,
|
|
15926
|
-
|
|
15927
|
-
|
|
15349
|
+
targetChildFileRelativePath__forwardSlashSeparators: relativePathOfChildrenFileOfTargetOne__forwardSlashSeparators,
|
|
15350
|
+
parentEntryPointAbsolutePath__forwardSlashSeparators
|
|
15928
15351
|
});
|
|
15929
15352
|
}
|
|
15353
|
+
this.currentChainOfRelativePathsInFilesTree.pop();
|
|
15930
15354
|
}
|
|
15931
15355
|
registerEntryPointAsParentTo({ cachedMetadataOfTargetChildFile, parentEntryPointAbsolutePath__forwardSlashSeparators }) {
|
|
15932
15356
|
for (const relativePathsOfDirectChildFileOfCurrentOne__forwardSlashSeparators of cachedMetadataOfTargetChildFile.directChildrenFilesRelativePaths) {
|
|
15357
|
+
if (this.currentChainOfRelativePathsInFilesTree.
|
|
15358
|
+
includes(relativePathsOfDirectChildFileOfCurrentOne__forwardSlashSeparators)) {
|
|
15359
|
+
continue;
|
|
15360
|
+
}
|
|
15361
|
+
this.currentChainOfRelativePathsInFilesTree[this.currentChainOfRelativePathsInFilesTree.length] =
|
|
15362
|
+
relativePathsOfDirectChildFileOfCurrentOne__forwardSlashSeparators;
|
|
15933
15363
|
const cachedMetadataOfChildFileOfCurrentOne = this.childrenFilesMetadata.get(relativePathsOfDirectChildFileOfCurrentOne__forwardSlashSeparators);
|
|
15934
15364
|
if ((0, es_extensions_1.isUndefined)(cachedMetadataOfChildFileOfCurrentOne)) {
|
|
15935
15365
|
continue;
|
|
@@ -15941,6 +15371,7 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
15941
15371
|
parentEntryPointAbsolutePath__forwardSlashSeparators
|
|
15942
15372
|
});
|
|
15943
15373
|
}
|
|
15374
|
+
this.currentChainOfRelativePathsInFilesTree.pop();
|
|
15944
15375
|
}
|
|
15945
15376
|
clearFileMetadataPathFromCache(targetFileRelativePath__forwardSlashesPathSeparators) {
|
|
15946
15377
|
this.entryPointsMetadata.delete(targetFileRelativePath__forwardSlashesPathSeparators);
|
|
@@ -16108,6 +15539,59 @@ function extractStringifiedContentFromVinylFile(targetFile) {
|
|
|
16108
15539
|
}
|
|
16109
15540
|
|
|
16110
15541
|
|
|
15542
|
+
/***/ }),
|
|
15543
|
+
|
|
15544
|
+
/***/ "./UtilsIncubator/@yamato-daiwa/es-extensions-nodejs/ImprovedFileSystem/deleteFilesFromDirectory.ts":
|
|
15545
|
+
/*!**********************************************************************************************************!*\
|
|
15546
|
+
!*** ./UtilsIncubator/@yamato-daiwa/es-extensions-nodejs/ImprovedFileSystem/deleteFilesFromDirectory.ts ***!
|
|
15547
|
+
\**********************************************************************************************************/
|
|
15548
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
15549
|
+
|
|
15550
|
+
|
|
15551
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15552
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15553
|
+
};
|
|
15554
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15555
|
+
exports["default"] = deleteFilesFromDirectory;
|
|
15556
|
+
const fs_1 = __importDefault(__webpack_require__(/*! fs */ "fs"));
|
|
15557
|
+
const promises_1 = __importDefault(__webpack_require__(/*! fs/promises */ "fs/promises"));
|
|
15558
|
+
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
15559
|
+
const es_extensions_nodejs_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions-nodejs */ "@yamato-daiwa/es-extensions-nodejs");
|
|
15560
|
+
function deleteFilesFromDirectory({ directoryPath__absoluteOrRelative, targetFileNamesExtensions, mustThrowErrorIfSomeFileCanNotBeDeleted, synchronously }) {
|
|
15561
|
+
const targetFilesAbsolutePaths = es_extensions_nodejs_1.ImprovedGlob.getFilesAbsolutePathsSynchronously([
|
|
15562
|
+
es_extensions_nodejs_1.ImprovedGlob.buildAllFilesInCurrentDirectoryAndBelowGlobSelector({
|
|
15563
|
+
basicDirectoryPath: directoryPath__absoluteOrRelative,
|
|
15564
|
+
fileNamesExtensions: targetFileNamesExtensions
|
|
15565
|
+
})
|
|
15566
|
+
]);
|
|
15567
|
+
if (synchronously) {
|
|
15568
|
+
for (const targetFilesAbsolutePath of targetFilesAbsolutePaths) {
|
|
15569
|
+
try {
|
|
15570
|
+
fs_1.default.unlinkSync(targetFilesAbsolutePath);
|
|
15571
|
+
}
|
|
15572
|
+
catch (error) {
|
|
15573
|
+
if (mustThrowErrorIfSomeFileCanNotBeDeleted) {
|
|
15574
|
+
es_extensions_1.Logger.throwErrorAndLog({
|
|
15575
|
+
errorType: "FileDeletingFailure",
|
|
15576
|
+
title: "File Deleting Failed",
|
|
15577
|
+
description: `The error has occurred during deleting of the file with path "${targetFilesAbsolutePath}".`,
|
|
15578
|
+
occurrenceLocation: "deleteFilesFromDirectory(compoundParameter)",
|
|
15579
|
+
innerError: error
|
|
15580
|
+
});
|
|
15581
|
+
}
|
|
15582
|
+
}
|
|
15583
|
+
}
|
|
15584
|
+
return;
|
|
15585
|
+
}
|
|
15586
|
+
return new Promise((resolve, reject) => {
|
|
15587
|
+
Promise.
|
|
15588
|
+
all(targetFilesAbsolutePaths.map(async (targetFilesAbsolutePath) => promises_1.default.unlink(targetFilesAbsolutePath))).
|
|
15589
|
+
then(resolve).
|
|
15590
|
+
catch(reject);
|
|
15591
|
+
});
|
|
15592
|
+
}
|
|
15593
|
+
|
|
15594
|
+
|
|
16111
15595
|
/***/ }),
|
|
16112
15596
|
|
|
16113
15597
|
/***/ "./UtilsIncubator/NodeJS/isSubdirectory.ts":
|
|
@@ -16335,6 +15819,16 @@ module.exports = require("fs");
|
|
|
16335
15819
|
|
|
16336
15820
|
/***/ }),
|
|
16337
15821
|
|
|
15822
|
+
/***/ "fs/promises":
|
|
15823
|
+
/*!******************************!*\
|
|
15824
|
+
!*** external "fs/promises" ***!
|
|
15825
|
+
\******************************/
|
|
15826
|
+
/***/ ((module) => {
|
|
15827
|
+
|
|
15828
|
+
module.exports = require("fs/promises");
|
|
15829
|
+
|
|
15830
|
+
/***/ }),
|
|
15831
|
+
|
|
16338
15832
|
/***/ "gulp":
|
|
16339
15833
|
/*!***********************!*\
|
|
16340
15834
|
!*** external "gulp" ***!
|
|
@@ -16595,6 +16089,16 @@ module.exports = require("puppeteer");
|
|
|
16595
16089
|
|
|
16596
16090
|
/***/ }),
|
|
16597
16091
|
|
|
16092
|
+
/***/ "require-from-string":
|
|
16093
|
+
/*!**************************************!*\
|
|
16094
|
+
!*** external "require-from-string" ***!
|
|
16095
|
+
\**************************************/
|
|
16096
|
+
/***/ ((module) => {
|
|
16097
|
+
|
|
16098
|
+
module.exports = require("require-from-string");
|
|
16099
|
+
|
|
16100
|
+
/***/ }),
|
|
16101
|
+
|
|
16598
16102
|
/***/ "stream":
|
|
16599
16103
|
/*!*************************!*\
|
|
16600
16104
|
!*** external "stream" ***!
|