pub fn record_import_hit(node: Node<'_>, ctx: &mut ScanCtx<'_>)Expand description
Record node as an Import-binding hit (the token that brings the symbol
into this file), which the IDE find-references surface includes but the
call-graph surfaces ignore.