Rush StackShopBlogEvents
Skip to main content

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.