-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: type parameters to camelCase #239
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 02e4a76 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: +320 B (+0.27%) Total Size: 117 kB
ℹ️ View Unchanged
|
…lowercase-type-params
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #239 +/- ##
==========================================
- Coverage 99.85% 99.85% -0.01%
==========================================
Files 26 26
Lines 6108 6105 -3
Branches 195 195
==========================================
- Hits 6099 6096 -3
Misses 8 8
Partials 1 1 ☔ View full report in Codecov by Sentry. |
…bitype into tmm/lowercase-type-params
Makes type parameters to camelCase
PR-Codex overview
This PR changes type parameters and register properties to camelCase, updates type names, and refactors type definitions for consistency.
Detailed summary