Interface: CheckBundle

December 8, 2025 ยท View on GitHub

@sdeverywhere/plugin-check / CheckBundle

Interface: CheckBundle

Describes a bundle used by model-check.

If path is defined, model-check will load that local JS bundle file.

If path is undefined, but url is defined, model-check will load the remote bundle file at that URL.

If both path and url are undefined, model-check will load the latest check-bundle.js generated by the build process.

Properties

name

name: string

The name of the bundle as displayed in the report (this is typically a branch name).


path

Optional path: string

The absolute path to the local JS bundle file.


url

Optional url: string

The URL of the remote bundle file.