Interface: ProjectFileData

Represents metadata about a file that belongs to a project.

Hierarchy

Table of contents

Properties

  • deps: (string | [target: string, type: string])[]
  • file: string
  • hash: string

Properties

deps

Optional deps: (string | [target: string, type: string])[]

An array of dependencies. If an element is just a string, the dependency is assumed to be a static dependency targetting that string. If the element is a tuple, the first element inside of it is the target project, with the second element being the type of dependency.


file

file: string

Inherited from

BaseFileData.file


hash

hash: string

Inherited from

BaseFileData.hash