We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a713376 commit a002fd3Copy full SHA for a002fd3
lib/tasks/enhanceManifest.js
@@ -2,6 +2,10 @@ import manifestEnhancer from "../processors/manifestEnhancer.js";
2
import fsInterface from "@ui5/fs/fsInterface";
3
4
/* eslint "jsdoc/check-param-names": ["error", {"disableExtraPropertyReporting":true}] */
5
+/**
6
+ * @public
7
+ * @module @ui5/builder/tasks/enhanceManifest
8
+ */
9
/**
10
* Task for transforming the manifest.json file.
11
* Adds missing information based on the available project resources,
0 commit comments