pub fn find_references_precise(
source: &str,
file_path: &str,
symbol_name: &str,
) -> Result<Vec<ResolvedReference>>Expand description
Find all references to a symbol by name in a JS/TS file. Scope-aware: distinguishes definitions, reads, and writes.