Skip to main content

Module types

Module types 

Source
Expand description

Shared graph types: module nodes, re-export edges, export symbols, and references.

Structs§

ExportSymbol
An export with reference tracking.
ModuleNode
A single module in the graph.
ReExportEdge
A re-export edge, tracking which exports are forwarded from which module.
SymbolReference
A reference to an export from another file.

Enums§

ReferenceKind
How an export is referenced.