Interface: ProjectFileData
Represents metadata about a file that belongs to a project.
Hierarchy
↳
ProjectFileData
Table of contents
Properties
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
hash
• hash: string