pub fn export_lines_for_changed_paths(
graph: &RetainedModuleGraph,
root: &Path,
changed_files: &FxHashSet<PathBuf>,
) -> Option<FxHashMap<String, Vec<(String, u32)>>>Expand description
Compute changed-file export line anchors without exposing graph nodes.