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: transform module globals before compiling with tsc. #44

Merged
merged 4 commits into from
May 30, 2024

Conversation

knightedcodemonkey
Copy link
Owner

@knightedcodemonkey knightedcodemonkey commented May 30, 2024

BREAKING CHANGE:

  • removes --parallel option.
  • upgrades supported node versions >= 20.11.0.

Copy link

codecov bot commented May 30, 2024

Codecov Report

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

Project coverage is 98.18%. Comparing base (aa9980d) to head (9c45dc1).

Files Patch % Lines
src/duel.js 94.25% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   96.46%   98.18%   +1.71%     
==========================================
  Files           3        3              
  Lines         453      385      -68     
==========================================
- Hits          437      378      -59     
+ Misses         16        7       -9     

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

@knightedcodemonkey knightedcodemonkey merged commit 4815dc1 into main May 30, 2024
3 checks passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch May 30, 2024 00:40
This pull request was closed.
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.

Replace import.meta.url, _filename, and _dirname appropriately
1 participant