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: --no-comments. #14

Merged
merged 1 commit into from
Aug 11, 2023
Merged

feat: --no-comments. #14

merged 1 commit into from
Aug 11, 2023

Conversation

morganney
Copy link
Owner

  • Support --no-comments as CLI option.
  • Correctly pass the other options from a Babel config file through the programmatic API.
  • Remove @babel/parser and use parseAsync from @babel/core.
  • Set dist tag on publish derived from the release tag.

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.18% 🎉

Comparison is base (db998e4) 97.93% compared to head (2cd8b93) 98.12%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   97.93%   98.12%   +0.18%     
==========================================
  Files           5        5              
  Lines         776      799      +23     
==========================================
+ Hits          760      784      +24     
+ Misses         16       15       -1     
Files Changed Coverage Δ
src/index.js 99.65% <100.00%> (+0.37%) ⬆️
src/init.js 96.72% <100.00%> (+0.09%) ⬆️
src/transform.js 97.89% <100.00%> (+0.14%) ⬆️

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

@morganney morganney merged commit d80177c into main Aug 11, 2023
3 checks passed
@morganney morganney deleted the develop branch August 11, 2023 20:45
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.

None yet

1 participant