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: better bundling process and scope analysis #136

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

fix: fix function name reference

abbb9fc
Select commit
Loading
Failed to load commit list.
Open

feat: better bundling process and scope analysis #136

fix: fix function name reference
abbb9fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 8, 2024 in 0s

89.50% (+0.04%) compared to 9d96c8f

View this Pull Request on Codecov

89.50% (+0.04%) compared to 9d96c8f

Details

Codecov Report

Attention: Patch coverage is 93.50649% with 5 lines in your changes missing coverage. Please review.

Project coverage is 89.50%. Comparing base (9d96c8f) to head (abbb9fc).

Files with missing lines Patch % Lines
packages/ast-utils/src/identifier.ts 92.85% 2 Missing ⚠️
packages/ast-utils/src/reference.ts 85.71% 1 Missing ⚠️
packages/ast-utils/src/scope.ts 66.66% 1 Missing ⚠️
packages/unminify/src/transformations/un-esm.ts 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
+ Coverage   89.45%   89.50%   +0.04%     
==========================================
  Files         101       99       -2     
  Lines       12438    12451      +13     
  Branches     1658     1671      +13     
==========================================
+ Hits        11127    11144      +17     
+ Misses       1253     1248       -5     
- Partials       58       59       +1     

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