Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: show circular dependency graph #2011

Open
splincode opened this issue Jun 21, 2021 · 4 comments
Open

Feat: show circular dependency graph #2011

splincode opened this issue Jun 21, 2021 · 4 comments

Comments

@splincode
Copy link

Type of Issue

[ ] Bug Report
[x] Feature Request

Description

image

@SchnWalter
Copy link
Contributor

Just search for the entry point name inside the entry point. It's quick and easy.

For dependencies between files inside an entry point, you already have the circular dependency graph shown in the terminal.

@splincode
Copy link
Author

But I still cannot know exactly which file the circular changes were in, if my commit consists of many files

@alan-agius4
Copy link
Member

alan-agius4 commented Jun 23, 2021

You can use grep or search in any text editor/IDE to find the offending file pretty easily.

grep -rnw 'packages/common/typings' -e '@angular-ru/common/typings'

That said, we should probably improve the error message here.

@splincode
Copy link
Author

That said, we should probably improve the error message here. yes, it would be great for show in error grep -rnw 'packages/common/typings' -e '@angular-ru/common/typings'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants