ChemPal Documentation - v1.6.0
    Preparing search index...

    Module types/app

    Variables

    __RESPONSE_AGGREGATE__

    True in the aggregate build mode; gates capturing supplier responses for fixtures.

    __APP_NAME__

    App package name, from package.json name.

    __APP_VERSION__

    Current app version, from package.json version.

    __APP_REPOSITORY__

    Source repository URL, from package.json repository.url.

    __APP_HOMEPAGE__

    Project homepage URL, from package.json homepage.

    __APP_WIKI__

    Wiki URL, from package.json config.links.wiki.

    __APP_PRIVACY__

    Privacy policy URL, from package.json config.links.privacy.

    __APP_BUGS__

    Bug-tracker URL, from package.json bugs.url.

    __APP_CONTRIBUTORS__

    Project contributors, from package.json contributors.

    __GITHUB_OWNER__

    GitHub repository owner, from package.json config.github.owner.

    __GITHUB_REPO__

    GitHub repository name, from package.json config.github.repo.

    __CHANGELOG_UNRELEASED__

    Raw markdown of the ## [Unreleased] section of CHANGELOG.md at build time, or "" when there isn't one. Lets the debug console preview the next release's notes; see chempal.simulateUpdate().

    __CHANGELOG_CURRENT__

    Raw markdown of this build's own CHANGELOG.md section, or "" when there isn't one. Lets the extension show "what's new" after an update with no network call; see useJustUpdated.