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
Add comprehensive bounds checking to prevent slice panics in autoimports
- Add bounds check before accessing names[0] when symbol names array may be empty
- Add bounds checking in getNodeModuleRootSpecifier for component array access
- Prevent panics when accessing array elements without verifying length
Fixes#1691
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments