[Pkg-javascript-devel] Circular dependencies

Xavier yadd at debian.org
Fri Jul 12 10:54:32 BST 2019


Hi all,

I wrote a little wrapper around debtree to display circular dependencies
(https://salsa.debian.org/yadd/djpt/blob/master/circular-deps).

Example:
$ circular-deps node-buble|graph-easy --png && firefox graph.png

Or in text mode:
$ circular-deps node-buble|graph-easy --as_boxart

  ┌────────────────────────────────────────────────────────┐
  │                                                        │
  │                                                        │
  │    ┌────────────────────────────────┐                  │
  │    │                                ▼                  │
  │  ┌──────────────────────────┐     ┌────────────┐     ┌────────┐
  └▶ │ node-rollup-plugin-buble │ ──▶ │ node-buble │ ━━▶ │ rollup │
     └──────────────────────────┘     └────────────┘     └────────┘
       ▲                                ┃
       ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

Cheers,
Xavier



More information about the Pkg-javascript-devel mailing list