Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 952 Bytes

File metadata and controls

24 lines (16 loc) · 952 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushConfigurationProject > consumingProjects

RushConfigurationProject.consumingProjects property

The set of projects within the Rush configuration which declare this project as a dependency. Excludes those that declare this project as a cyclicDependencyProject<></>.

Signature:

get consumingProjects(): ReadonlySet<RushConfigurationProject>;

Remarks

This field is the counterpart to dependencyProjects<></>, and can be used recursively to walk the project dependency graph to find all projects which will be impacted by changes to this project.