pahen/madge

[Question] How to ignore the entrypoint using orphans

Open

#249 opened on Jun 25, 2020

View on GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (322 forks)batch import
enhancementgood first issueviz

Repository metrics

Stars
 (8,058 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

As you can see here the entrypoint server.ts is reported as ophan:

https://gitlab.com/Lepardo/simplewebspider-nodejs/-/jobs/612057537

So it must be an orphan, because it's the entrypoint. But is there away to ignore that one, so it's not reported as ophane?

Excluding it make no sence, then all others are ophans.

Contributor guide