Skip to content

@ui5/builder/tasks/replaceBuildtime

Methods

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

Description: Task to replace the buildtime ${buildtime}.

Source: builder/lib/tasks/replaceBuildtime.js, line 22

Parameters:
NameTypeDescription
parametersobjectParameters
Properties:
NameTypeDescription
workspace@ui5/fs/DuplexCollectionDuplexCollection to read and write files
optionsobjectOptions
Properties
NameTypeDescription
patternstringPattern to locate the files to be processed
Returns:

Promise resolving with undefined once data has been written

Type: Promise<undefined>