Skip to content

Conversation

@ja7ad
Copy link

@ja7ad ja7ad commented May 3, 2025

This PR checks if the method name contains a "." and normalizes it to camelCase.

It's backward-compatible.

Fixes #619

@CLAassistant
Copy link

CLAassistant commented May 3, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ ja7ad
❌ b00f
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented May 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.20%. Comparing base (a272883) to head (72abea4).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #728      +/-   ##
==========================================
+ Coverage   99.19%   99.20%   +0.01%     
==========================================
  Files           6        7       +1     
  Lines         247      253       +6     
  Branches       25       27       +2     
==========================================
+ Hits          245      251       +6     
  Misses          2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@b00f b00f force-pushed the master branch 2 times, most recently from a027838 to 7307ecd Compare October 2, 2025 15:44
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.

Broken typescript generated, when using dots in method names

3 participants