swc_bundler 0.216.1

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

use crate::ModuleId;

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