Skip to content
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

Default to camelCase for object wrap ops #966

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

littledivy
Copy link
Member

fn from_point in Rust is exposed as .fromPoint in JS. I think this is better than having an explict rename attribute since that's very rare to be used.

`fn from_point` in Rust is exposed as `.fromPoint` in JS. I think this is better than having an explict rename attribute since that's very rare to be used.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.53%. Comparing base (0c7f83e) to head (f296249).
Report is 165 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #966      +/-   ##
==========================================
+ Coverage   81.43%   81.53%   +0.10%     
==========================================
  Files          97       98       +1     
  Lines       23877    25367    +1490     
==========================================
+ Hits        19445    20684    +1239     
- Misses       4432     4683     +251     

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

@littledivy littledivy merged commit f13f044 into denoland:main Nov 18, 2024
18 checks passed
littledivy added a commit to denoland/deno that referenced this pull request Nov 19, 2024
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.

3 participants