Skip to content

Conversation

y-hsgw
Copy link
Member

@y-hsgw y-hsgw commented Sep 3, 2025

Checks

Changes

  • add support for handling forEach in async event method detection

Context

Fixes #843

Copy link

codecov bot commented Sep 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.42%. Comparing base (bef5e4b) to head (5d0ec0d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1075   +/-   ##
=======================================
  Coverage   96.41%   96.42%           
=======================================
  Files          50       50           
  Lines        2679     2683    +4     
  Branches     1099     1105    +6     
=======================================
+ Hits         2583     2587    +4     
  Misses         96       96           

☔ 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.

@Belco90 Belco90 self-requested a review September 3, 2025 21:25
const deepestCalleeIdentifier = getDeepestIdentifierNode(
functionExpression.parent
);
if (deepestCalleeIdentifier?.name === 'forEach') {

This comment was marked as resolved.

This comment was marked as resolved.

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.

await-async-event adds async and await in forEach loop
2 participants