pub type S2sRefMap = HashMap<PathBuf, Vec<S2sRefType>>;
Map from .s2s file path → how it’s referenced (file-level).
pub struct S2sRefMap { /* private fields */ }