pub const DEPENDENTS: Map<'_, ModuleId<'_>, HashSet<String>>;
Expand description

Stores the dependency relationship between modules map module -> modules that depend on module.