swc_bundler 0.82.1

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

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