Logo Xantham

ProjectFileChanges Type

ProjectFileChanges describes what source files changed within a single project.

Record fields

Record Field Description

ChangedFiles

Full Usage: ChangedFiles

Field type: string[] voption

ChangedFiles lists source file paths whose content differs.

Field type: string[] voption

DeletedFiles

Full Usage: DeletedFiles

Field type: string[] voption

DeletedFiles lists source file paths removed from the project's program.

Field type: string[] voption

Static members

Static member Description

ProjectFileChanges.Default

Full Usage: ProjectFileChanges.Default

Returns: ProjectFileChanges

The record with nothing set: every field is either optional or a default of its own, so this serialises to `{}`. Copy-update it to fill in the fields you mean - `{ ProjectFileChanges.Default with ... }` - rather than writing all 2 out.

Returns: ProjectFileChanges

Type something to start searching.