@sap/ux-ui5-tooling 1.9.3 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +29 -48
- package/dist/middlewares/fiori-tools-preview.js +30 -49
- package/dist/middlewares/fiori-tools-proxy.js +31 -50
- package/dist/tasks/cf-deploy/index.js +29 -48
- package/dist/tasks/deploy/index.js +29 -48
- package/dist/templates/control-property-editor/app.css +1 -1
- package/dist/templates/control-property-editor/app.js +35 -35
- package/dist/templates/variants-management/preview.html +1 -1
- package/package.json +9 -9
package/dist/cli/index.js
CHANGED
|
@@ -69263,7 +69263,7 @@ var require_package5 = __commonJS({
|
|
|
69263
69263
|
"../lib/telemetry/dist/package.json"(exports2, module2) {
|
|
69264
69264
|
module2.exports = {
|
|
69265
69265
|
name: "@sap/ux-telemetry",
|
|
69266
|
-
version: "1.9.
|
|
69266
|
+
version: "1.9.4",
|
|
69267
69267
|
description: "SAP Fiori tools telemetry library",
|
|
69268
69268
|
main: "dist/src/index.js",
|
|
69269
69269
|
author: "SAP SE",
|
|
@@ -69288,10 +69288,10 @@ var require_package5 = __commonJS({
|
|
|
69288
69288
|
},
|
|
69289
69289
|
dependencies: {
|
|
69290
69290
|
"@sap-ux/store": "0.3.8",
|
|
69291
|
-
"@sap/ux-cds": "1.9.
|
|
69292
|
-
"@sap/ux-common-utils": "1.9.
|
|
69293
|
-
"@sap/ux-feature-toggle": "1.9.
|
|
69294
|
-
"@sap/ux-project-access": "1.9.
|
|
69291
|
+
"@sap/ux-cds": "1.9.4",
|
|
69292
|
+
"@sap/ux-common-utils": "1.9.4",
|
|
69293
|
+
"@sap/ux-feature-toggle": "1.9.4",
|
|
69294
|
+
"@sap/ux-project-access": "1.9.4",
|
|
69295
69295
|
applicationinsights: "1.4.1",
|
|
69296
69296
|
axios: "0.26.0",
|
|
69297
69297
|
"performance-now": "2.1.0",
|
|
@@ -70777,11 +70777,12 @@ var require_file2 = __commonJS({
|
|
|
70777
70777
|
}
|
|
70778
70778
|
exports2.createDirectory = createDirectory;
|
|
70779
70779
|
async function fileExists2(path5) {
|
|
70780
|
-
|
|
70781
|
-
fs5.
|
|
70782
|
-
|
|
70783
|
-
|
|
70784
|
-
|
|
70780
|
+
try {
|
|
70781
|
+
await fs5.promises.access(path5);
|
|
70782
|
+
return true;
|
|
70783
|
+
} catch {
|
|
70784
|
+
return false;
|
|
70785
|
+
}
|
|
70785
70786
|
}
|
|
70786
70787
|
exports2.fileExists = fileExists2;
|
|
70787
70788
|
async function isDirectory(path5) {
|
|
@@ -72827,8 +72828,8 @@ var require_webapp2 = __commonJS({
|
|
|
72827
72828
|
exports2.getUi5CustomWebappPath = void 0;
|
|
72828
72829
|
var file_1 = require_file2();
|
|
72829
72830
|
var path_1 = require("path");
|
|
72830
|
-
var project_spec_1 = require_dist5();
|
|
72831
72831
|
var yaml = __importStar(require_Yaml());
|
|
72832
|
+
var project_spec_1 = require_dist5();
|
|
72832
72833
|
async function getUi5CustomWebappPath(root) {
|
|
72833
72834
|
var _a2, _b, _c, _d, _e;
|
|
72834
72835
|
let webappPath = project_spec_1.DirName.Webapp;
|
|
@@ -75504,9 +75505,9 @@ var require_merge = __commonJS({
|
|
|
75504
75505
|
}
|
|
75505
75506
|
});
|
|
75506
75507
|
|
|
75507
|
-
// ../../node_modules/@sap-ux/
|
|
75508
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js
|
|
75508
75509
|
var require_yaml_error = __commonJS({
|
|
75509
|
-
"../../node_modules/@sap-ux/
|
|
75510
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js"(exports2) {
|
|
75510
75511
|
"use strict";
|
|
75511
75512
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
75512
75513
|
exports2.YAMLError = void 0;
|
|
@@ -75521,9 +75522,9 @@ var require_yaml_error = __commonJS({
|
|
|
75521
75522
|
}
|
|
75522
75523
|
});
|
|
75523
75524
|
|
|
75524
|
-
// ../../node_modules/@sap-ux/
|
|
75525
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/index.js
|
|
75525
75526
|
var require_errors3 = __commonJS({
|
|
75526
|
-
"../../node_modules/@sap-ux/
|
|
75527
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/index.js"(exports2) {
|
|
75527
75528
|
"use strict";
|
|
75528
75529
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
75529
75530
|
exports2.YAMLError = exports2.errorTemplate = exports2.errorCode = void 0;
|
|
@@ -75560,9 +75561,9 @@ var require_errors3 = __commonJS({
|
|
|
75560
75561
|
}
|
|
75561
75562
|
});
|
|
75562
75563
|
|
|
75563
|
-
// ../../node_modules/@sap-ux/
|
|
75564
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/texts/index.js
|
|
75564
75565
|
var require_texts = __commonJS({
|
|
75565
|
-
"../../node_modules/@sap-ux/
|
|
75566
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/texts/index.js"(exports2) {
|
|
75566
75567
|
"use strict";
|
|
75567
75568
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
75568
75569
|
exports2.interpolate = void 0;
|
|
@@ -75581,9 +75582,9 @@ var require_texts = __commonJS({
|
|
|
75581
75582
|
}
|
|
75582
75583
|
});
|
|
75583
75584
|
|
|
75584
|
-
// ../../node_modules/@sap-ux/
|
|
75585
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/yaml-document.js
|
|
75585
75586
|
var require_yaml_document = __commonJS({
|
|
75586
|
-
"../../node_modules/@sap-ux/
|
|
75587
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/yaml-document.js"(exports2) {
|
|
75587
75588
|
"use strict";
|
|
75588
75589
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
75589
75590
|
if (k2 === void 0)
|
|
@@ -75817,9 +75818,9 @@ var require_yaml_document = __commonJS({
|
|
|
75817
75818
|
}
|
|
75818
75819
|
});
|
|
75819
75820
|
|
|
75820
|
-
// ../../node_modules/@sap-ux/
|
|
75821
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/index.js
|
|
75821
75822
|
var require_dist10 = __commonJS({
|
|
75822
|
-
"../../node_modules/@sap-ux/
|
|
75823
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/index.js"(exports2) {
|
|
75823
75824
|
"use strict";
|
|
75824
75825
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
75825
75826
|
exports2.YAMLError = exports2.errorCode = exports2.YAMLMap = exports2.YAMLSeq = exports2.YamlDocument = void 0;
|
|
@@ -75844,9 +75845,9 @@ var require_dist10 = __commonJS({
|
|
|
75844
75845
|
}
|
|
75845
75846
|
});
|
|
75846
75847
|
|
|
75847
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/middlewares.js
|
|
75848
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/middlewares.js
|
|
75848
75849
|
var require_middlewares = __commonJS({
|
|
75849
|
-
"../../node_modules/@sap-ux/ui5-config/dist/middlewares.js"(exports2) {
|
|
75850
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/middlewares.js"(exports2) {
|
|
75850
75851
|
"use strict";
|
|
75851
75852
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
75852
75853
|
exports2.getMockServerMiddlewareConfig = exports2.getFioriToolsProxyMiddlewareConfig = exports2.getAppReloadMiddlewareConfig = void 0;
|
|
@@ -75920,9 +75921,9 @@ var require_middlewares = __commonJS({
|
|
|
75920
75921
|
}
|
|
75921
75922
|
});
|
|
75922
75923
|
|
|
75923
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/ui5config.js
|
|
75924
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/ui5config.js
|
|
75924
75925
|
var require_ui5config = __commonJS({
|
|
75925
|
-
"../../node_modules/@sap-ux/ui5-config/dist/ui5config.js"(exports2) {
|
|
75926
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/ui5config.js"(exports2) {
|
|
75926
75927
|
"use strict";
|
|
75927
75928
|
var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
75928
75929
|
function adopt(value) {
|
|
@@ -76124,9 +76125,9 @@ var require_ui5config = __commonJS({
|
|
|
76124
76125
|
}
|
|
76125
76126
|
});
|
|
76126
76127
|
|
|
76127
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/index.js
|
|
76128
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/index.js
|
|
76128
76129
|
var require_dist11 = __commonJS({
|
|
76129
|
-
"../../node_modules/@sap-ux/ui5-config/dist/index.js"(exports2) {
|
|
76130
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/index.js"(exports2) {
|
|
76130
76131
|
"use strict";
|
|
76131
76132
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
76132
76133
|
exports2.YAMLError = exports2.yamlErrorCode = exports2.UI5Config = void 0;
|
|
@@ -76687,7 +76688,7 @@ var require_utils10 = __commonJS({
|
|
|
76687
76688
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
76688
76689
|
};
|
|
76689
76690
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
76690
|
-
exports2.getAdditionalEntitySetsFromManifest = exports2.isAdaptationProject = exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getBackendConfigByPath = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.
|
|
76691
|
+
exports2.getAdditionalEntitySetsFromManifest = exports2.isAdaptationProject = exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getBackendConfigByPath = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.getAppProgrammingLanguage = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findCapProjects = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
|
|
76691
76692
|
var fs_1 = require("fs");
|
|
76692
76693
|
var findit2_1 = __importDefault(require_findit2());
|
|
76693
76694
|
var fast_xml_parser_1 = __importDefault(require_parser2());
|
|
@@ -77007,26 +77008,6 @@ var require_utils10 = __commonJS({
|
|
|
77007
77008
|
return null;
|
|
77008
77009
|
}
|
|
77009
77010
|
exports2.findRootsForPath = findRootsForPath;
|
|
77010
|
-
async function findAllApps(wsFolders) {
|
|
77011
|
-
const result2 = [];
|
|
77012
|
-
const manifestPaths = await findAllManifest(wsFolders);
|
|
77013
|
-
for (const manifestPath of manifestPaths) {
|
|
77014
|
-
try {
|
|
77015
|
-
const manifest = await (0, file_1.readJSON)((0, path_1.join)(manifestPath, project_spec_1.FileName.Manifest));
|
|
77016
|
-
if (!manifest["sap.app"] || !manifest["sap.app"].id || manifest["sap.app"].type !== "application") {
|
|
77017
|
-
continue;
|
|
77018
|
-
}
|
|
77019
|
-
const roots = await findRootsForPath(manifestPath);
|
|
77020
|
-
if (roots) {
|
|
77021
|
-
result2.push({ appRoot: roots.appRoot, projectRoot: roots.projectRoot, manifest, manifestPath });
|
|
77022
|
-
}
|
|
77023
|
-
} catch (error3) {
|
|
77024
|
-
console.info(`Couldn't check app with manifest.json located in '${manifestPath}' for valid SAP Fiori tools project. Error was: ${error3.message}`);
|
|
77025
|
-
}
|
|
77026
|
-
}
|
|
77027
|
-
return result2;
|
|
77028
|
-
}
|
|
77029
|
-
exports2.findAllApps = findAllApps;
|
|
77030
77011
|
var findRunnableProjects = async (workspaceRoots, logger) => {
|
|
77031
77012
|
const result2 = [];
|
|
77032
77013
|
const roots = await findAllProjectRoots(workspaceRoots, false);
|
|
@@ -53641,7 +53641,7 @@ var require_package6 = __commonJS({
|
|
|
53641
53641
|
"../lib/telemetry/dist/package.json"(exports2, module2) {
|
|
53642
53642
|
module2.exports = {
|
|
53643
53643
|
name: "@sap/ux-telemetry",
|
|
53644
|
-
version: "1.9.
|
|
53644
|
+
version: "1.9.4",
|
|
53645
53645
|
description: "SAP Fiori tools telemetry library",
|
|
53646
53646
|
main: "dist/src/index.js",
|
|
53647
53647
|
author: "SAP SE",
|
|
@@ -53666,10 +53666,10 @@ var require_package6 = __commonJS({
|
|
|
53666
53666
|
},
|
|
53667
53667
|
dependencies: {
|
|
53668
53668
|
"@sap-ux/store": "0.3.8",
|
|
53669
|
-
"@sap/ux-cds": "1.9.
|
|
53670
|
-
"@sap/ux-common-utils": "1.9.
|
|
53671
|
-
"@sap/ux-feature-toggle": "1.9.
|
|
53672
|
-
"@sap/ux-project-access": "1.9.
|
|
53669
|
+
"@sap/ux-cds": "1.9.4",
|
|
53670
|
+
"@sap/ux-common-utils": "1.9.4",
|
|
53671
|
+
"@sap/ux-feature-toggle": "1.9.4",
|
|
53672
|
+
"@sap/ux-project-access": "1.9.4",
|
|
53673
53673
|
applicationinsights: "1.4.1",
|
|
53674
53674
|
axios: "0.26.0",
|
|
53675
53675
|
"performance-now": "2.1.0",
|
|
@@ -55155,11 +55155,12 @@ var require_file2 = __commonJS({
|
|
|
55155
55155
|
}
|
|
55156
55156
|
exports2.createDirectory = createDirectory;
|
|
55157
55157
|
async function fileExists(path) {
|
|
55158
|
-
|
|
55159
|
-
fs2.
|
|
55160
|
-
|
|
55161
|
-
|
|
55162
|
-
|
|
55158
|
+
try {
|
|
55159
|
+
await fs2.promises.access(path);
|
|
55160
|
+
return true;
|
|
55161
|
+
} catch {
|
|
55162
|
+
return false;
|
|
55163
|
+
}
|
|
55163
55164
|
}
|
|
55164
55165
|
exports2.fileExists = fileExists;
|
|
55165
55166
|
async function isDirectory(path) {
|
|
@@ -57205,8 +57206,8 @@ var require_webapp2 = __commonJS({
|
|
|
57205
57206
|
exports2.getUi5CustomWebappPath = void 0;
|
|
57206
57207
|
var file_1 = require_file2();
|
|
57207
57208
|
var path_1 = require("path");
|
|
57208
|
-
var project_spec_1 = require_dist3();
|
|
57209
57209
|
var yaml = __importStar(require_Yaml());
|
|
57210
|
+
var project_spec_1 = require_dist3();
|
|
57210
57211
|
async function getUi5CustomWebappPath(root) {
|
|
57211
57212
|
var _a2, _b, _c, _d, _e;
|
|
57212
57213
|
let webappPath = project_spec_1.DirName.Webapp;
|
|
@@ -62885,9 +62886,9 @@ var require_merge = __commonJS({
|
|
|
62885
62886
|
}
|
|
62886
62887
|
});
|
|
62887
62888
|
|
|
62888
|
-
// ../../node_modules/@sap-ux/
|
|
62889
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js
|
|
62889
62890
|
var require_yaml_error = __commonJS({
|
|
62890
|
-
"../../node_modules/@sap-ux/
|
|
62891
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js"(exports2) {
|
|
62891
62892
|
"use strict";
|
|
62892
62893
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62893
62894
|
exports2.YAMLError = void 0;
|
|
@@ -62902,9 +62903,9 @@ var require_yaml_error = __commonJS({
|
|
|
62902
62903
|
}
|
|
62903
62904
|
});
|
|
62904
62905
|
|
|
62905
|
-
// ../../node_modules/@sap-ux/
|
|
62906
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/index.js
|
|
62906
62907
|
var require_errors2 = __commonJS({
|
|
62907
|
-
"../../node_modules/@sap-ux/
|
|
62908
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/index.js"(exports2) {
|
|
62908
62909
|
"use strict";
|
|
62909
62910
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62910
62911
|
exports2.YAMLError = exports2.errorTemplate = exports2.errorCode = void 0;
|
|
@@ -62941,9 +62942,9 @@ var require_errors2 = __commonJS({
|
|
|
62941
62942
|
}
|
|
62942
62943
|
});
|
|
62943
62944
|
|
|
62944
|
-
// ../../node_modules/@sap-ux/
|
|
62945
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/texts/index.js
|
|
62945
62946
|
var require_texts = __commonJS({
|
|
62946
|
-
"../../node_modules/@sap-ux/
|
|
62947
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/texts/index.js"(exports2) {
|
|
62947
62948
|
"use strict";
|
|
62948
62949
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62949
62950
|
exports2.interpolate = void 0;
|
|
@@ -62962,9 +62963,9 @@ var require_texts = __commonJS({
|
|
|
62962
62963
|
}
|
|
62963
62964
|
});
|
|
62964
62965
|
|
|
62965
|
-
// ../../node_modules/@sap-ux/
|
|
62966
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/yaml-document.js
|
|
62966
62967
|
var require_yaml_document = __commonJS({
|
|
62967
|
-
"../../node_modules/@sap-ux/
|
|
62968
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/yaml-document.js"(exports2) {
|
|
62968
62969
|
"use strict";
|
|
62969
62970
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
62970
62971
|
if (k2 === void 0)
|
|
@@ -63198,9 +63199,9 @@ var require_yaml_document = __commonJS({
|
|
|
63198
63199
|
}
|
|
63199
63200
|
});
|
|
63200
63201
|
|
|
63201
|
-
// ../../node_modules/@sap-ux/
|
|
63202
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/index.js
|
|
63202
63203
|
var require_dist9 = __commonJS({
|
|
63203
|
-
"../../node_modules/@sap-ux/
|
|
63204
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/index.js"(exports2) {
|
|
63204
63205
|
"use strict";
|
|
63205
63206
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
63206
63207
|
exports2.YAMLError = exports2.errorCode = exports2.YAMLMap = exports2.YAMLSeq = exports2.YamlDocument = void 0;
|
|
@@ -63225,9 +63226,9 @@ var require_dist9 = __commonJS({
|
|
|
63225
63226
|
}
|
|
63226
63227
|
});
|
|
63227
63228
|
|
|
63228
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/middlewares.js
|
|
63229
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/middlewares.js
|
|
63229
63230
|
var require_middlewares = __commonJS({
|
|
63230
|
-
"../../node_modules/@sap-ux/ui5-config/dist/middlewares.js"(exports2) {
|
|
63231
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/middlewares.js"(exports2) {
|
|
63231
63232
|
"use strict";
|
|
63232
63233
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
63233
63234
|
exports2.getMockServerMiddlewareConfig = exports2.getFioriToolsProxyMiddlewareConfig = exports2.getAppReloadMiddlewareConfig = void 0;
|
|
@@ -63301,9 +63302,9 @@ var require_middlewares = __commonJS({
|
|
|
63301
63302
|
}
|
|
63302
63303
|
});
|
|
63303
63304
|
|
|
63304
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/ui5config.js
|
|
63305
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/ui5config.js
|
|
63305
63306
|
var require_ui5config = __commonJS({
|
|
63306
|
-
"../../node_modules/@sap-ux/ui5-config/dist/ui5config.js"(exports2) {
|
|
63307
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/ui5config.js"(exports2) {
|
|
63307
63308
|
"use strict";
|
|
63308
63309
|
var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
63309
63310
|
function adopt(value) {
|
|
@@ -63505,9 +63506,9 @@ var require_ui5config = __commonJS({
|
|
|
63505
63506
|
}
|
|
63506
63507
|
});
|
|
63507
63508
|
|
|
63508
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/index.js
|
|
63509
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/index.js
|
|
63509
63510
|
var require_dist10 = __commonJS({
|
|
63510
|
-
"../../node_modules/@sap-ux/ui5-config/dist/index.js"(exports2) {
|
|
63511
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/index.js"(exports2) {
|
|
63511
63512
|
"use strict";
|
|
63512
63513
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
63513
63514
|
exports2.YAMLError = exports2.yamlErrorCode = exports2.UI5Config = void 0;
|
|
@@ -64068,7 +64069,7 @@ var require_utils10 = __commonJS({
|
|
|
64068
64069
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
64069
64070
|
};
|
|
64070
64071
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
64071
|
-
exports2.getAdditionalEntitySetsFromManifest = exports2.isAdaptationProject = exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getBackendConfigByPath = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.
|
|
64072
|
+
exports2.getAdditionalEntitySetsFromManifest = exports2.isAdaptationProject = exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getBackendConfigByPath = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.getAppProgrammingLanguage = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findCapProjects = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
|
|
64072
64073
|
var fs_1 = require("fs");
|
|
64073
64074
|
var findit2_1 = __importDefault(require_findit2());
|
|
64074
64075
|
var fast_xml_parser_1 = __importDefault(require_parser());
|
|
@@ -64388,26 +64389,6 @@ var require_utils10 = __commonJS({
|
|
|
64388
64389
|
return null;
|
|
64389
64390
|
}
|
|
64390
64391
|
exports2.findRootsForPath = findRootsForPath;
|
|
64391
|
-
async function findAllApps(wsFolders) {
|
|
64392
|
-
const result2 = [];
|
|
64393
|
-
const manifestPaths = await findAllManifest(wsFolders);
|
|
64394
|
-
for (const manifestPath of manifestPaths) {
|
|
64395
|
-
try {
|
|
64396
|
-
const manifest = await (0, file_1.readJSON)((0, path_1.join)(manifestPath, project_spec_1.FileName.Manifest));
|
|
64397
|
-
if (!manifest["sap.app"] || !manifest["sap.app"].id || manifest["sap.app"].type !== "application") {
|
|
64398
|
-
continue;
|
|
64399
|
-
}
|
|
64400
|
-
const roots = await findRootsForPath(manifestPath);
|
|
64401
|
-
if (roots) {
|
|
64402
|
-
result2.push({ appRoot: roots.appRoot, projectRoot: roots.projectRoot, manifest, manifestPath });
|
|
64403
|
-
}
|
|
64404
|
-
} catch (error3) {
|
|
64405
|
-
console.info(`Couldn't check app with manifest.json located in '${manifestPath}' for valid SAP Fiori tools project. Error was: ${error3.message}`);
|
|
64406
|
-
}
|
|
64407
|
-
}
|
|
64408
|
-
return result2;
|
|
64409
|
-
}
|
|
64410
|
-
exports2.findAllApps = findAllApps;
|
|
64411
64392
|
var findRunnableProjects = async (workspaceRoots, logger) => {
|
|
64412
64393
|
const result2 = [];
|
|
64413
64394
|
const roots = await findAllProjectRoots(workspaceRoots, false);
|
|
@@ -85820,7 +85801,7 @@ var servePreviewHtml = async (req, res, next, config2) => {
|
|
|
85820
85801
|
const ui5YamlPath = (0, import_path2.join)(projectPath, yamlFileName);
|
|
85821
85802
|
const webAppFolder = await getWebAppFolderFromYaml(ui5YamlPath);
|
|
85822
85803
|
const template = await import_fs3.promises.readFile((0, import_path2.join)(import_ux_app_templates.templatesDirPath, import_ux_app_templates.TemplateFileName.VariantsManagement, import_ux_app_templates.TemplateFileName.PreviewHtml), { encoding: "utf8" });
|
|
85823
|
-
const reuseLibsPath = (0, import_path2.join)(projectPath, webAppFolder, "
|
|
85804
|
+
const reuseLibsPath = (0, import_path2.join)(projectPath, webAppFolder, "test", "locate-reuse-libs.js");
|
|
85824
85805
|
const reuseLibsExists = (0, import_fs3.existsSync)(reuseLibsPath);
|
|
85825
85806
|
const [, originalQueryString] = req.originalUrl.split("?");
|
|
85826
85807
|
const parsedQuery = (0, import_querystring2.parse)(originalQueryString != null ? originalQueryString : "");
|
|
@@ -52821,7 +52821,7 @@ var require_package5 = __commonJS({
|
|
|
52821
52821
|
"../lib/telemetry/dist/package.json"(exports2, module2) {
|
|
52822
52822
|
module2.exports = {
|
|
52823
52823
|
name: "@sap/ux-telemetry",
|
|
52824
|
-
version: "1.9.
|
|
52824
|
+
version: "1.9.4",
|
|
52825
52825
|
description: "SAP Fiori tools telemetry library",
|
|
52826
52826
|
main: "dist/src/index.js",
|
|
52827
52827
|
author: "SAP SE",
|
|
@@ -52846,10 +52846,10 @@ var require_package5 = __commonJS({
|
|
|
52846
52846
|
},
|
|
52847
52847
|
dependencies: {
|
|
52848
52848
|
"@sap-ux/store": "0.3.8",
|
|
52849
|
-
"@sap/ux-cds": "1.9.
|
|
52850
|
-
"@sap/ux-common-utils": "1.9.
|
|
52851
|
-
"@sap/ux-feature-toggle": "1.9.
|
|
52852
|
-
"@sap/ux-project-access": "1.9.
|
|
52849
|
+
"@sap/ux-cds": "1.9.4",
|
|
52850
|
+
"@sap/ux-common-utils": "1.9.4",
|
|
52851
|
+
"@sap/ux-feature-toggle": "1.9.4",
|
|
52852
|
+
"@sap/ux-project-access": "1.9.4",
|
|
52853
52853
|
applicationinsights: "1.4.1",
|
|
52854
52854
|
axios: "0.26.0",
|
|
52855
52855
|
"performance-now": "2.1.0",
|
|
@@ -54335,11 +54335,12 @@ var require_file2 = __commonJS({
|
|
|
54335
54335
|
}
|
|
54336
54336
|
exports2.createDirectory = createDirectory;
|
|
54337
54337
|
async function fileExists(path) {
|
|
54338
|
-
|
|
54339
|
-
fs2.
|
|
54340
|
-
|
|
54341
|
-
|
|
54342
|
-
|
|
54338
|
+
try {
|
|
54339
|
+
await fs2.promises.access(path);
|
|
54340
|
+
return true;
|
|
54341
|
+
} catch {
|
|
54342
|
+
return false;
|
|
54343
|
+
}
|
|
54343
54344
|
}
|
|
54344
54345
|
exports2.fileExists = fileExists;
|
|
54345
54346
|
async function isDirectory(path) {
|
|
@@ -56385,8 +56386,8 @@ var require_webapp2 = __commonJS({
|
|
|
56385
56386
|
exports2.getUi5CustomWebappPath = void 0;
|
|
56386
56387
|
var file_1 = require_file2();
|
|
56387
56388
|
var path_1 = require("path");
|
|
56388
|
-
var project_spec_1 = require_dist6();
|
|
56389
56389
|
var yaml = __importStar(require_Yaml());
|
|
56390
|
+
var project_spec_1 = require_dist6();
|
|
56390
56391
|
async function getUi5CustomWebappPath(root) {
|
|
56391
56392
|
var _a2, _b, _c, _d, _e;
|
|
56392
56393
|
let webappPath = project_spec_1.DirName.Webapp;
|
|
@@ -62065,9 +62066,9 @@ var require_merge = __commonJS({
|
|
|
62065
62066
|
}
|
|
62066
62067
|
});
|
|
62067
62068
|
|
|
62068
|
-
// ../../node_modules/@sap-ux/
|
|
62069
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js
|
|
62069
62070
|
var require_yaml_error = __commonJS({
|
|
62070
|
-
"../../node_modules/@sap-ux/
|
|
62071
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js"(exports2) {
|
|
62071
62072
|
"use strict";
|
|
62072
62073
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62073
62074
|
exports2.YAMLError = void 0;
|
|
@@ -62082,9 +62083,9 @@ var require_yaml_error = __commonJS({
|
|
|
62082
62083
|
}
|
|
62083
62084
|
});
|
|
62084
62085
|
|
|
62085
|
-
// ../../node_modules/@sap-ux/
|
|
62086
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/index.js
|
|
62086
62087
|
var require_errors2 = __commonJS({
|
|
62087
|
-
"../../node_modules/@sap-ux/
|
|
62088
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/errors/index.js"(exports2) {
|
|
62088
62089
|
"use strict";
|
|
62089
62090
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62090
62091
|
exports2.YAMLError = exports2.errorTemplate = exports2.errorCode = void 0;
|
|
@@ -62121,9 +62122,9 @@ var require_errors2 = __commonJS({
|
|
|
62121
62122
|
}
|
|
62122
62123
|
});
|
|
62123
62124
|
|
|
62124
|
-
// ../../node_modules/@sap-ux/
|
|
62125
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/texts/index.js
|
|
62125
62126
|
var require_texts = __commonJS({
|
|
62126
|
-
"../../node_modules/@sap-ux/
|
|
62127
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/texts/index.js"(exports2) {
|
|
62127
62128
|
"use strict";
|
|
62128
62129
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62129
62130
|
exports2.interpolate = void 0;
|
|
@@ -62142,9 +62143,9 @@ var require_texts = __commonJS({
|
|
|
62142
62143
|
}
|
|
62143
62144
|
});
|
|
62144
62145
|
|
|
62145
|
-
// ../../node_modules/@sap-ux/
|
|
62146
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/yaml-document.js
|
|
62146
62147
|
var require_yaml_document = __commonJS({
|
|
62147
|
-
"../../node_modules/@sap-ux/
|
|
62148
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/yaml-document.js"(exports2) {
|
|
62148
62149
|
"use strict";
|
|
62149
62150
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
62150
62151
|
if (k2 === void 0)
|
|
@@ -62378,9 +62379,9 @@ var require_yaml_document = __commonJS({
|
|
|
62378
62379
|
}
|
|
62379
62380
|
});
|
|
62380
62381
|
|
|
62381
|
-
// ../../node_modules/@sap-ux/
|
|
62382
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/index.js
|
|
62382
62383
|
var require_dist8 = __commonJS({
|
|
62383
|
-
"../../node_modules/@sap-ux/
|
|
62384
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/yaml/dist/index.js"(exports2) {
|
|
62384
62385
|
"use strict";
|
|
62385
62386
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62386
62387
|
exports2.YAMLError = exports2.errorCode = exports2.YAMLMap = exports2.YAMLSeq = exports2.YamlDocument = void 0;
|
|
@@ -62405,9 +62406,9 @@ var require_dist8 = __commonJS({
|
|
|
62405
62406
|
}
|
|
62406
62407
|
});
|
|
62407
62408
|
|
|
62408
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/middlewares.js
|
|
62409
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/middlewares.js
|
|
62409
62410
|
var require_middlewares = __commonJS({
|
|
62410
|
-
"../../node_modules/@sap-ux/ui5-config/dist/middlewares.js"(exports2) {
|
|
62411
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/middlewares.js"(exports2) {
|
|
62411
62412
|
"use strict";
|
|
62412
62413
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62413
62414
|
exports2.getMockServerMiddlewareConfig = exports2.getFioriToolsProxyMiddlewareConfig = exports2.getAppReloadMiddlewareConfig = void 0;
|
|
@@ -62481,9 +62482,9 @@ var require_middlewares = __commonJS({
|
|
|
62481
62482
|
}
|
|
62482
62483
|
});
|
|
62483
62484
|
|
|
62484
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/ui5config.js
|
|
62485
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/ui5config.js
|
|
62485
62486
|
var require_ui5config = __commonJS({
|
|
62486
|
-
"../../node_modules/@sap-ux/ui5-config/dist/ui5config.js"(exports2) {
|
|
62487
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/ui5config.js"(exports2) {
|
|
62487
62488
|
"use strict";
|
|
62488
62489
|
var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
62489
62490
|
function adopt(value) {
|
|
@@ -62685,9 +62686,9 @@ var require_ui5config = __commonJS({
|
|
|
62685
62686
|
}
|
|
62686
62687
|
});
|
|
62687
62688
|
|
|
62688
|
-
// ../../node_modules/@sap-ux/ui5-config/dist/index.js
|
|
62689
|
+
// ../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/index.js
|
|
62689
62690
|
var require_dist9 = __commonJS({
|
|
62690
|
-
"../../node_modules/@sap-ux/ui5-config/dist/index.js"(exports2) {
|
|
62691
|
+
"../../node_modules/@sap-ux/project-access/node_modules/@sap-ux/ui5-config/dist/index.js"(exports2) {
|
|
62691
62692
|
"use strict";
|
|
62692
62693
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
62693
62694
|
exports2.YAMLError = exports2.yamlErrorCode = exports2.UI5Config = void 0;
|
|
@@ -63248,7 +63249,7 @@ var require_utils9 = __commonJS({
|
|
|
63248
63249
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
63249
63250
|
};
|
|
63250
63251
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
63251
|
-
exports2.getAdditionalEntitySetsFromManifest = exports2.isAdaptationProject = exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getBackendConfigByPath = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.
|
|
63252
|
+
exports2.getAdditionalEntitySetsFromManifest = exports2.isAdaptationProject = exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getBackendConfigByPath = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.getAppProgrammingLanguage = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findCapProjects = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
|
|
63252
63253
|
var fs_1 = require("fs");
|
|
63253
63254
|
var findit2_1 = __importDefault(require_findit2());
|
|
63254
63255
|
var fast_xml_parser_1 = __importDefault(require_parser());
|
|
@@ -63568,26 +63569,6 @@ var require_utils9 = __commonJS({
|
|
|
63568
63569
|
return null;
|
|
63569
63570
|
}
|
|
63570
63571
|
exports2.findRootsForPath = findRootsForPath;
|
|
63571
|
-
async function findAllApps(wsFolders) {
|
|
63572
|
-
const result2 = [];
|
|
63573
|
-
const manifestPaths = await findAllManifest(wsFolders);
|
|
63574
|
-
for (const manifestPath of manifestPaths) {
|
|
63575
|
-
try {
|
|
63576
|
-
const manifest = await (0, file_1.readJSON)((0, path_1.join)(manifestPath, project_spec_1.FileName.Manifest));
|
|
63577
|
-
if (!manifest["sap.app"] || !manifest["sap.app"].id || manifest["sap.app"].type !== "application") {
|
|
63578
|
-
continue;
|
|
63579
|
-
}
|
|
63580
|
-
const roots = await findRootsForPath(manifestPath);
|
|
63581
|
-
if (roots) {
|
|
63582
|
-
result2.push({ appRoot: roots.appRoot, projectRoot: roots.projectRoot, manifest, manifestPath });
|
|
63583
|
-
}
|
|
63584
|
-
} catch (error5) {
|
|
63585
|
-
console.info(`Couldn't check app with manifest.json located in '${manifestPath}' for valid SAP Fiori tools project. Error was: ${error5.message}`);
|
|
63586
|
-
}
|
|
63587
|
-
}
|
|
63588
|
-
return result2;
|
|
63589
|
-
}
|
|
63590
|
-
exports2.findAllApps = findAllApps;
|
|
63591
63572
|
var findRunnableProjects = async (workspaceRoots, logger) => {
|
|
63592
63573
|
const result2 = [];
|
|
63593
63574
|
const roots = await findAllProjectRoots(workspaceRoots, false);
|
|
@@ -88191,9 +88172,9 @@ var require_picomatch2 = __commonJS({
|
|
|
88191
88172
|
}
|
|
88192
88173
|
});
|
|
88193
88174
|
|
|
88194
|
-
// ../../node_modules/
|
|
88175
|
+
// ../../node_modules/micromatch/index.js
|
|
88195
88176
|
var require_micromatch = __commonJS({
|
|
88196
|
-
"../../node_modules/
|
|
88177
|
+
"../../node_modules/micromatch/index.js"(exports2, module2) {
|
|
88197
88178
|
"use strict";
|
|
88198
88179
|
var util = require("util");
|
|
88199
88180
|
var braces = require_braces();
|