Type alias: StaticDependency

Ƭ StaticDependency: Object

A static ProjectGraph dependency between 2 projects

This type of dependency indicates the source project ALWAYS load the target project.

NOTE: StaticDependency#sourceFile MUST be present unless the source is the name of a ProjectGraphExternalNode

Type declaration

NameTypeDescription
sourcestringThe name of a ProjectGraphProjectNode or ProjectGraphExternalNode depending on the target project
sourceFile?stringThe path of a file (relative from the workspace root) where the dependency is made
targetstringThe name of a ProjectGraphProjectNode or ProjectGraphExternalNode that the source project depends on
typetypeof static-