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: comment printing within expressions #35

Merged
merged 1 commit into from
May 9, 2023

Conversation

DylanPiercey
Copy link
Contributor

Description

Fixes printing of comments within expression nodes.

resolves #34

@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

Patch coverage: 63.15% and project coverage change: -0.77 ⚠️

Comparison is base (7a21d27) 91.25% compared to head (eb25b24) 90.48%.

❗ Current head eb25b24 differs from pull request most recent head ac2a1ef. Consider uploading reports for the commit ac2a1ef to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   91.25%   90.48%   -0.77%     
==========================================
  Files          11       11              
  Lines         423      431       +8     
  Branches      128      131       +3     
==========================================
+ Hits          386      390       +4     
- Misses         17       20       +3     
- Partials       20       21       +1     
Impacted Files Coverage Δ
src/utils/get-original-code.ts 66.66% <46.15%> (-14.59%) ⬇️
src/index.ts 89.69% <100.00%> (+0.10%) ⬆️
src/utils/with-parens-if-needed.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@DylanPiercey DylanPiercey merged commit b93dd3e into main May 9, 2023
@github-actions
Copy link

github-actions bot commented May 9, 2023

🎉 This PR is included in version 1.4.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@DylanPiercey DylanPiercey deleted the expression-comment-printing branch May 9, 2023 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comments in classes break on format
1 participant