Skip to content

fix: resolve 4 symbol tracking bugs (#3, #4, #5, #6)#11

Merged
TonyStef merged 1 commit intomainfrom
fix/symbol-tracking-bugs
Mar 21, 2026
Merged

fix: resolve 4 symbol tracking bugs (#3, #4, #5, #6)#11
TonyStef merged 1 commit intomainfrom
fix/symbol-tracking-bugs

Conversation

@TonyStef
Copy link
Copy Markdown
Owner

Summary

Test plan

  • 32/32 tests pass (21 existing + 11 new)
  • Typecheck clean
  • Biome lint clean
  • Verify on a real repo with renamed imports, namespace imports, and re-exports

- #3: Track original import name, not alias (foo, not bar in `import { foo as bar }`)
- #4: Ignore kind mismatch when matching symbols_referenced entries
- #5: Resolve namespace import member accesses (utils.formatDate instead of utils)
- #6: Extract named re-exports as import references, not local symbols
@TonyStef TonyStef merged commit 1328482 into main Mar 21, 2026
1 check passed
@TonyStef TonyStef deleted the fix/symbol-tracking-bugs branch March 24, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant