prettier / prettier-synchronized

Synchronous version of Prettier
MIT License
24 stars 7 forks source link

Add `createSynchronizedPrettier` #7

Closed fisker closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.41 :tada:

Comparison is base (d233a3d) 97.29% compared to head (966f842) 97.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7 +/- ## ========================================== + Coverage 97.29% 97.70% +0.41% ========================================== Files 2 2 Lines 111 131 +20 Branches 9 9 ========================================== + Hits 108 128 +20 Misses 3 3 ``` | [Impacted Files](https://app.codecov.io/gh/prettier/prettier-synchronized/pull/7?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=prettier) | Coverage Δ | | |---|---|---| | [index.cjs](https://app.codecov.io/gh/prettier/prettier-synchronized/pull/7?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=prettier#diff-aW5kZXguY2pz) | `100.00% <100.00%> (ø)` | | | [worker.js](https://app.codecov.io/gh/prettier/prettier-synchronized/pull/7?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=prettier#diff-d29ya2VyLmpz) | `92.85% <100.00%> (+3.57%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

fisker commented 1 year ago

@SimenB Should this be enough for Jest? https://github.com/jestjs/jest/issues/14305#issuecomment-1628431188

SimenB commented 1 year ago

Yup, this should do it! 👍

fisker commented 1 year ago

Released https://github.com/prettier/prettier-synchronized/releases/tag/v0.2.0