Expand description
Shared graph types: module nodes, re-export edges, export symbols, and references.
Structs§
- Export
Symbol - An export with reference tracking.
- Module
Node - A single module in the graph.
- ReExport
Edge - A re-export edge, tracking which exports are forwarded from which module.
- Symbol
Reference - A reference to an export from another file.
Enums§
- Reference
Kind - How an export is referenced.