<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <pre>Hi,

to help to understand component links, I added this new feature in pkg-js-tools 0.9.10:

$ add-node-component --cmp-tree 2>/dev/null|graph-easy --as_boxart

┌─────────────────────────────┐     ┌──────────────────────────────────────────────┐     ┌────────────────────┐     ┌──────────────────────────────┐     ┌───────────────────────┐
│      acorn-import-meta      │ ◀── │                                              │ ──▶ │ acorn-class-fields │ ──▶ │                              │ ◀── │ acorn-private-methods │
└─────────────────────────────┘     │                                              │     └────────────────────┘     │                              │     └───────────────────────┘
                                    │                                              │                                │                              │
                                    │                  acorn-node                  │ ─────────────────────────────▶ │ acorn-private-class-elements │
                                    │                                              │                                │                              │
┌─────────────────────────────┐     │                                              │     ┌────────────────────┐     │                              │
│ acorn-static-class-features │ ◀── │                                              │ ──▶ │    acorn-bigint    │     │                              │
└─────────────────────────────┘     └──────────────────────────────────────────────┘     └────────────────────┘     └──────────────────────────────┘
  │                                   │                       │                                                       ▲
  │                                   │                       │                                                       │
  │                                   ▼                       ▼                                                       │
  │                                 ┌──────────────────────┐┌──────────────────────┐                                  │
  │                                 │ acorn-dynamic-import ││ acorn-export-ns-from │                                  │
  │                                 └──────────────────────┘└──────────────────────┘                                  │
  │                                                                                                                   │
  └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

</pre>
  </body>
</html>