Home > @rushstack/package-deps-hash > IDetailedRepoState
IDetailedRepoState interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Information about the detailed state of the Git repository.
Signature:
export interface IDetailedRepoState
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Map<string, string> | (BETA) The Git file hashes for all files in the repository, including uncommitted changes. | ||
boolean | (BETA) A boolean indicating whether the repository has submodules. | ||
boolean | (BETA) A boolean indicating whether the repository has uncommitted changes. | ||
Map<string, string> | (BETA) The Git file hashes for all symbolic links in the repository, including uncommitted changes. |