swc_bundler 0.91.0

Very fast ecmascript bundler
Documentation
use crate::ModuleId;
use swc_fast_graph::digraph::FastDiGraphMap;

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