un-ts / synckit

Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript and Yarn P'n'P support.
https://npm.im/synckit
MIT License
192 stars 11 forks source link

fix: support yarn pnp with node 20 #175

Closed fmal closed 4 months ago

fmal commented 4 months ago

fixes https://github.com/un-ts/synckit/issues/174

changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: bd607595c13c133df7544bb5281fd2e29ddc52ba

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------- | ----- | | synckit | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codesandbox-ci[bot] commented 4 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (e45bfaf) to head (bd60759). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #175 +/- ## ============================================ + Coverage 88.66% 100.00% +11.33% ============================================ Files 1 1 Lines 203 204 +1 Branches 101 101 ============================================ + Hits 180 204 +24 + Misses 17 0 -17 + Partials 6 0 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.