pub fn const_modules(
    cm: Arc<SourceMap>,
    globals: HashMap<Atom, HashMap<Atom, String, BuildHasherDefault<FxHasher>>, BuildHasherDefault<FxHasher>>
) -> impl Fold
Available on crate feature optimization only.