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

feat: migrate `@pkgr/utils` to lite `@pkgr/core` #148

Closed JounQin closed 10 months ago

JounQin commented 10 months ago

related https://github.com/lambci/sync-threads/pull/3#issuecomment-1869452300

changeset-bot[bot] commented 10 months ago

🦋 Changeset detected

Latest commit: 9c5ab098df86dac023dfb03457a0c0e0fa71c82e

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 10 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.

github-actions[bot] commented 10 months ago

📊 Package size report   -0.02%↓

File Before After
lib/index.cjs 13.7 kB -0.06%↓13.7 kB
lib/index.js 13.5 kB -0.01%↓13.5 kB
package.json 3.5 kB -0.03%↓3.5 kB
Total (Includes all files) 57.1 kB -0.02%↓57.1 kB
Tarball size 14.9 kB -0.08%↓14.9 kB
Unchanged files | File | Size | | ------------------------------------------------------------------------- | --------: | | `lib/index.d.ts` | `1.9 kB` | | `lib/index.js.map` | `13.3 kB` | | `lib/types.d.ts` | `1.0 kB` | | `lib/types.js` | `44 B` | | `lib/types.js.map` | `102 B` | | [`LICENSE`](https://github.com/un-ts/synckit/blob/chore/pkgr/LICENSE) | `1.1 kB` | | [`README.md`](https://github.com/un-ts/synckit/blob/chore/pkgr/README.md) | `9.0 kB` |

🤖 This report was automatically generated by pkg-size-action

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (c5eaca3) 100.00% compared to head (9c5ab09) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 207 207 Branches 103 103 ========================================= Hits 207 207 ```

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