Skip to content

Add star import dedup behavior to supported-behaviors docs#320

Merged
hakancelikdev merged 1 commit intomainfrom
docs/star-import-dedup-behavior
Feb 18, 2026
Merged

Add star import dedup behavior to supported-behaviors docs#320
hakancelikdev merged 1 commit intomainfrom
docs/star-import-dedup-behavior

Conversation

@hakancelikdev
Copy link
Owner

No description provided.

Document how --include-star-import works with multiple star imports:
- Basic star import refactoring (star to explicit imports)
- Duplicate name resolution across multiple star imports
  (last import wins, matching Python's shadowing semantics)
- Partial overlap handling (each import keeps unique names)
- Explicit import awareness (no duplicates with existing imports)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@hakancelikdev hakancelikdev merged commit d313da1 into main Feb 18, 2026
35 checks passed
@hakancelikdev hakancelikdev deleted the docs/star-import-dedup-behavior branch February 18, 2026 06:40
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