Skip to content

style: use import type for type-only imports across src#45

Merged
kakasoo merged 1 commit intomainfrom
kakasoo/fix-deep-readonly
Feb 20, 2026
Merged

style: use import type for type-only imports across src#45
kakasoo merged 1 commit intomainfrom
kakasoo/fix-deep-readonly

Conversation

@kakasoo
Copy link
Owner

@kakasoo kakasoo commented Feb 20, 2026

Summary

Fixed CLAUDE.md coding convention: "타입 간 의존성은 import type 사용" (use import type for type-only imports).

Applied to 8 files in src/:

  • 5 files in src/types/ (DeepDateToString, DeepStrictObjectKeys, DeepStrictObjectLastKeys, RemoveAfterDot, StringToDeepObject)
  • 3 files in src/functions/ (DeepStrictAssert, DeepStrictObjectKeys, DeepStrictPick)

This improves tree-shaking and clarifies type-only dependencies per TypeScript best practices.

Verification

All 385 tests pass, no build issues, prettier format unchanged.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kakasoo kakasoo merged commit 6ca00fc into main Feb 20, 2026
1 check passed
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