ChangedAslFile
Defined in: src/ci/changedFiles.ts:44
Properties
Section titled “Properties”basePath
Section titled “basePath”basePath: string;Defined in: src/ci/changedFiles.ts:46
Path to read the “before” content at (via git show <baseRef>:<basePath>); differs from filename only for a rename.
filename
Section titled “filename”filename: string;Defined in: src/ci/changedFiles.ts:47
status
Section titled “status”status: "added" | "modified" | "removed";Defined in: src/ci/changedFiles.ts:48