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

feat: support arrow functions #181

Merged
merged 4 commits into from
Jun 3, 2024
Merged

feat: support arrow functions #181

merged 4 commits into from
Jun 3, 2024

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

Removes the now-outdated assumption that functions always have a body with statements.

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

Attention: Patch coverage is 93.61702% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 85.55%. Comparing base (6cea659) to head (5260f51).
Report is 1 commits behind head on main.

Current head 5260f51 differs from pull request most recent head ffb71ac

Please upload reports for the commit ffb71ac to get more accurate results.

Files Patch % Lines
src/isSmallFunctionLike.ts 78.57% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
+ Coverage   83.40%   85.55%   +2.15%     
==========================================
  Files           7        8       +1     
  Lines         235      270      +35     
  Branches       37       46       +9     
==========================================
+ Hits          196      231      +35     
  Misses         39       39              

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

@JoshuaKGoldberg JoshuaKGoldberg merged commit 5a89f08 into main Jun 3, 2024
10 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the arrow-functions branch June 3, 2024 12:13
Copy link

github-actions bot commented Jun 3, 2024

🎉 This is included in version v0.2.0 🎉

The release is available on:

Cheers! 📦🚀

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.

🚀 Feature: Support arrow functions too
1 participant