//! The [`Node`] — anything we analyze. Today a source file (`kind == "file"`),
//! later a folder / module / function / variable / line, with no model change.
use crateAttributes;
use ;
/// Stable string key for a node. Scheme is the plugin's choice, e.g.
/// `file:{path}` for a source file, `ext:{name}` for an external library.
pub type NodeId = String;