Skip to content

@ui5/builder/tasks/generateLibraryManifest

Methods

(static) default(parameters) → {Promise<undefined>}

Description: Task for creating a library manifest.json from its .library file.

Source: builder/lib/tasks/generateLibraryManifest.js, line 11

Parameters:
NameTypeDescription
parametersobjectParameters
Properties:
NameTypeAttributesDescription
workspace@ui5/fs/DuplexCollectionDuplexCollection to read and write files
taskUtil@ui5/project/build/helpers/TaskUtil | objectoptionalTaskUtil
optionsobjectOptions
Properties
NameTypeDescription
projectNamestringProject name
Returns:

Promise resolving with undefined once data has been written

Type: Promise<undefined>