interface ProjectChangedFile {
    file: string;
    package: WorkspacePackage;
    root: string;
}

Properties

Properties

file: string

path to the file relative to the package root

package to which the file belongs

root: string

path to workspace root