Skip to content

@ui5/builder/tasks/enhanceManifest

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: builder/lib/tasks/enhanceManifest.js, line 9

Parameters:
NameTypeDescription
parametersobjectParameters
Properties:
NameTypeDescription
workspace@ui5/fs/DuplexCollectionDuplexCollection to read and write files
optionsobjectOptions
Properties
NameTypeDescription
projectNamespacestringNamespace of the application
Returns:

Promise resolving with undefined once data has been written

Type: Promise<undefined>