Methods
(static) default(parameters) → {Promise.<undefined>}
- Description:
- Task for transforming the manifest.json file.
Adds missing information based on the available project resources,
for example the locales supported by the present i18n resources.
- Source:
Parameters:
Name |
Type |
Description |
parameters |
object
|
Parameters
Properties
Name |
Type |
Description |
workspace |
@ui5/fs/DuplexCollection
|
DuplexCollection to read and write files |
options |
object
|
Options
Properties
Name |
Type |
Description |
projectNamespace |
string
|
Namespace of the application |
|
|
Returns:
Promise resolving with undefined
once data has been written
-
Type
-
Promise.<undefined>
Type Definitions
@ui5/fs/readers/Link/PathMapping
- Description:
- Source:
Properties:
Name |
Type |
Description |
linkPath |
string
|
Path to match and replace in the requested path or pattern |
targetPath |
string
|
Path to use as a replacement in the request for the source reader |
Type: