a65d3fa1de
This PR partially fixes a circular dependency problem whereby the creation of a project queries Angular plugin for external files, but the discovery of external files requires root files to be defined in a Project. The right approach is to return empty array if Project has no root files. PR Close #32519