Skip to content

Fixed incorrect rewriting of m_imports[imp]? #2799

Merged
PaulKlint merged 1 commit into
mainfrom
fix/runtime-error
Jun 10, 2026
Merged

Fixed incorrect rewriting of m_imports[imp]? #2799
PaulKlint merged 1 commit into
mainfrom
fix/runtime-error

Conversation

@PaulKlint

Copy link
Copy Markdown
Member

Fixed incorrect rewtiting of m_imports[imp]?
Initial: m_imports[imp]?
Incorrect: imp in m_imports[imp]
Correct: imp in m_imports

Note: accidentally code remains type correct

@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46%. Comparing base (cb7e441) to head (437332d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2799   +/-   ##
=======================================
- Coverage       46%     46%   -1%     
+ Complexity    6727    6721    -6     
=======================================
  Files          839     839           
  Lines        66766   66766           
  Branches      9983    9983           
=======================================
- Hits         30788   30779    -9     
- Misses       33596   33603    +7     
- Partials      2382    2384    +2     

☔ View full report in Codecov by Harness.
📢 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.

@PaulKlint PaulKlint changed the title Fixed incorrect rewtiting of m_imports[imp]? Fixed incorrect rewriting of m_imports[imp]? Jun 10, 2026
@PaulKlint PaulKlint merged commit db87bc1 into main Jun 10, 2026
9 checks passed
@PaulKlint PaulKlint deleted the fix/runtime-error branch June 10, 2026 13:00
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.

1 participant