imports from uses clauses.unit|program|package|library with their names.unitName -> nodeId map for all indexed files.imports edge with target name X:
XSystem.SysUtils may correspond to unit SysUtils (optional heuristic)edge.to_node_id = targetNodeId.edge.to_symbol = X so search still works.In Delphi project files you can have:
uses
Foo in 'src/Foo.pas',
Bar in 'Bar.pas';
Enhancement: