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

chore: remove exports.node from all packages #1603

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

ghiscoding
Copy link
Owner

  • I don't think we need the exports.node since it's not a package meant to be used in NodeJS but rather in a browser, so let's remove it
  • also move module to be after the exports since order might matter (not entirely sure but that is what rimraf does and it's a package made a NodeJS member, so it should be a good indication)
  • related to issue unit testing with vitest #1601

- I don't think we need the `exports.node` since it's not a package meant to be used in NodeJS but rather in a browser, so let's remove it
- also move `module` to be after the `exports` since order might matter (not entirely sure but that is what `rimraf` does and it's a package made a NodeJS member, so it should be a good indication)
- related to issue #1601
Copy link

stackblitz bot commented Jul 12, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@ghiscoding ghiscoding mentioned this pull request Jul 12, 2024
5 tasks
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.8%. Comparing base (fb3d8b7) to head (c886234).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #1603    +/-   ##
=======================================
  Coverage    99.8%   99.8%            
=======================================
  Files         198     198            
  Lines       21793   21793            
  Branches     7159    7020   -139     
=======================================
  Hits        21732   21732            
- Misses         55      61     +6     
+ Partials        6       0     -6     

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

@ghiscoding ghiscoding merged commit 3ef73c3 into master Jul 12, 2024
8 checks passed
@ghiscoding ghiscoding deleted the chore/remove-exports-node branch July 12, 2024 14:27
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

2 participants