swc_bundler 0.233.2

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

use crate::ModuleId;

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