swc_bundler 0.187.21

Very fast ecmascript bundler
Documentation
1
2
3
4
5
use swc_fast_graph::digraph::FastDiGraphMap;

use crate::ModuleId;

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