Skip to content

Commit

Permalink
make LibraryInfo typedef public
Browse files Browse the repository at this point in the history
It is used in the versionInfoGenerator's public JSDoc.
  • Loading branch information
tobiasso85 committed Jan 26, 2021
1 parent 42ce003 commit daf5610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/processors/versionInfoGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ const processLibraryInfo = async (libraryInfo) => {
* e.g. resource with path "lib/x/manifest.json"
* @property {module:@ui5/fs.Resource[]} embeddedManifests list of embedded manifest resources,
* e.g. resource with path "lib/x/sub/manifest.json"
* @public
*/

/**
Expand Down

0 comments on commit daf5610

Please sign in to comment.