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

fix(compiler): fix warning false alert when exporting types with same name as alias #135

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

imjuni
Copy link
Owner

@imjuni imjuni commented Jun 2, 2024

  • fix: false alert when exporting same name as alias
    • when exporting as alias to avoid name conflicts

… name as alias

- fix: false alert when exporting same name as alias
  - when exporting as alias to avoid name conflicts
@imjuni imjuni changed the title fix(compiler): fix warning false alert when exporting types with same… fix(compiler): fix warning false alert when exporting types with same name as alias Jun 2, 2024
Copy link

codecov bot commented Jun 2, 2024

Codecov Report

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

Project coverage is 99.95%. Comparing base (8e17e2b) to head (c2eeb93).

Files Patch % Lines
src/compilers/getSummaryStatement.ts 95.83% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            master     #135      +/-   ##
===========================================
- Coverage   100.00%   99.95%   -0.05%     
===========================================
  Files           75       75              
  Lines         2447     2472      +25     
  Branches       365      370       +5     
===========================================
+ Hits          2447     2471      +24     
- Misses           0        1       +1     

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

@imjuni imjuni merged commit 82e6649 into master Jun 2, 2024
2 of 4 checks passed
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