BettererFileBase
API > @betterer/betterer > BettererFileBase
Basic information about a file and its issues.
Signature
export interface BettererFileBase
Properties
| Property | Type | Description |
|---|---|---|
| absolutePath | string | The absolute path to the file. |
| hash | string | The hash for the file (usually the hash of the file contents). The hash is used for tracking files as they move around within a codebase. |
| issues | BettererFileIssues | The set of issues for the file. |
| key | string | The key used for identifying the file in the results file. |