Skip to main content

Crate fallow_graph

Crate fallow_graph 

Source
Expand description

Module graph construction and import resolution for the fallow dead code analyzer.

This crate builds the dependency graph from parsed modules, resolves import specifiers to their targets, and tracks export usage through re-export chains.

Modulesยง

graph
Module dependency graph with re-export chain propagation and reachability analysis.
project
Centralized project state with file registry and workspace metadata.
resolve
Import specifier resolution using oxc_resolver.