Skip to content

feat(inflekt): re-export toKebabCase from komoji#76

Merged
pyramation merged 1 commit intomainfrom
devin/1774655144-add-tokebabcase-to-inflekt
Mar 27, 2026
Merged

feat(inflekt): re-export toKebabCase from komoji#76
pyramation merged 1 commit intomainfrom
devin/1774655144-add-tokebabcase-to-inflekt

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

Adds toKebabCase to inflekt's re-exports from komoji in packages/inflekt/src/case.ts. This follows the existing pattern used for all other komoji case utilities (lcFirst, ucFirst, toPascalCase, toSnakeCase, toConstantCase). The motivation is to let codegen import toKebabCase from inflekt instead of depending on komoji directly.

Review & Testing Checklist for Human

  • Verify that downstream codegen packages can switch their toKebabCase import from komoji to inflekt and that builds still pass
  • Confirm no other direct komoji imports remain in codegen after the switch, so the dependency can actually be dropped

Notes

  • No new logic — purely a re-export addition.
  • All existing inflekt tests (88) pass. Build succeeds.

Link to Devin session: https://app.devin.ai/sessions/01424b7bd5a54c55acac65af34236896
Requested by: @pyramation

@devin-ai-integration
Copy link
Copy Markdown

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@pyramation pyramation merged commit bc9809f into main Mar 27, 2026
36 checks 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