An object representing a given source code.

Hierarchy (view full)

Constructors

Properties

log: Console
sourceDirty?: boolean

Whether the code contains uncommitted changes.

sourceOrigin?: string | URL

URL pointing to Git upstream containing the canonical source code.

sourcePath?: string

Path to local checkout of the source code (with .git directory if sourceRef is set).

sourceRef?: string

Pointer to the source commit.

Accessors

Methods

  • Returns {
        sourceDirty?: boolean;
        sourceOrigin?: string;
        sourcePath?: string;
        sourceRef?: string;
        [key: string]: unknown;
    }

    • [key: string]: unknown
    • Optional sourceDirty?: boolean
    • Optional sourceOrigin?: string
    • Optional sourcePath?: string
    • Optional sourceRef?: string

Generated using TypeDoc