Skip to main content

BettererFileBase

API > @betterer/betterer > BettererFileBase

Basic information about a file and its issues.

Signature

export interface BettererFileBase 

Properties

PropertyTypeDescription
absolutePathstringThe absolute path to the file.
hashstringThe 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.
issuesBettererFileIssuesThe set of issues for the file.
keystringThe key used for identifying the file in the results file.