You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(typescript): complete alias resolution with React component support
- add module_path resolution for cross-module TypeScript imports
- track default exports and mark them as Public visibility
- support React components as callable Constants in relationships
- enhance imports at storage time with resolved paths
- fix visibility checks for exported symbols across modules
- add test coverage for alias resolution pipeline
Breaking: Requires full reindex - external stubs removed, resolution improved
Resolves cross-module import issues for TypeScript projects with path aliases
0 commit comments