AslFileChange
Defined in: src/ci/buildReport.ts:103
The before/after ASL for one changed file, ready to be turned into a report section.
Properties
Section titled “Properties”afterAsl
Section titled “afterAsl”afterAsl: AslDefinition | null;Defined in: src/ci/buildReport.ts:104
beforeAsl
Section titled “beforeAsl”beforeAsl: AslDefinition | null;Defined in: src/ci/buildReport.ts:105
filename
Section titled “filename”filename: string;Defined in: src/ci/buildReport.ts:106