UI5 Version Check - v0.2.0
    Preparing search index...

    Class UI5VersionCheck

    Allows the check and/or fixing of invalid UI5 versions.

    NOTE:
    Currently only a list of manifest.json files can checked

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get hasErrors(): boolean

      Returns true if errors occurred during the check

      Returns boolean

    • get updatedFiles(): string[]

      Returns list of updated manifest.json file paths (relative to base path).

      Returns string[]

    Methods

    • Executes the version check for the given manifest.json files in the constructor.

      Returns Promise<void>