Skip to content

Rename ResizeEdge → ResizeDirection in interaction-types.ts#185

Open
lklyne wants to merge 1 commit into
mainfrom
claude/issue-183
Open

Rename ResizeEdge → ResizeDirection in interaction-types.ts#185
lklyne wants to merge 1 commit into
mainfrom
claude/issue-183

Conversation

@lklyne
Copy link
Copy Markdown
Owner

@lklyne lklyne commented Jun 1, 2026

Closes #183

Renames ResizeEdgeResizeDirection in src/shared/interaction-types.ts (definition + its single consumer on line 12). This eliminates the duplicate exported name between interaction-types.ts and resize-accumulator.ts, clearing the fallow check warning.

The resize-accumulator.ts variant and its re-export chain through entityConstants.ts and ResizeHandles.tsx are untouched.

Verified: pnpm typecheck (no new errors), pnpm test:unit (650/650 pass).


Generated by Claude Code

Eliminates the duplicate exported name between interaction-types.ts and
resize-accumulator.ts. The interaction-types variant (8-way compass
directions including corners) was semantically a resize direction, not an
edge — renaming it removes the ambiguity and clears the fallow duplicate-
export warning.

Closes #183

https://claude.ai/code/session_019LAxfFgMnYxzsscY8qbnZL
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.

Duplicate exported type ResizeEdge (interaction-types vs resize-accumulator)

2 participants