swc_bundler/
dep_graph.rs

1
2
3
4
5
use swc_fast_graph::digraph::FastDiGraphMap;

use crate::ModuleId;

pub(crate) type ModuleGraph = FastDiGraphMap<ModuleId, ()>;