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

fix: @taplo/lib is commonjs actually, export options and types for reusing #318

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Nov 27, 2023

close #317

@JounQin JounQin added the bug Something isn't working label Nov 27, 2023
@JounQin JounQin requested a review from so1ve November 27, 2023 14:12
Copy link

changeset-bot bot commented Nov 27, 2023

🦋 Changeset detected

Latest commit: 5e8e405

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

This PR includes changesets to release 1 package
Name Type
prettier-plugin-toml 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

Copy link

codesandbox-ci bot commented Nov 27, 2023

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.

Copy link
Contributor

github-actions bot commented Nov 27, 2023

size-limit report 📦

Path Size
packages/autocorrect/lib/index.js 542 B (0%)
packages/pkg/lib/index.js 449 B (0%)
packages/sh/lib/index.js 2.14 KB (0%)
packages/sql/lib/index.js 2.37 KB (0%)

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0dda4a4) 87.27% compared to head (e49d270) 87.73%.

❗ Current head e49d270 differs from pull request most recent head 5e8e405. Consider uploading reports for the commit 5e8e405 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #318      +/-   ##
==========================================
+ Coverage   87.27%   87.73%   +0.45%     
==========================================
  Files          10       10              
  Lines         165      163       -2     
  Branches       45       43       -2     
==========================================
- Hits          144      143       -1     
+ Misses         20       19       -1     
  Partials        1        1              

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

@JounQin JounQin changed the title fix: @taplo/lib is commonjs actually, export options and types for reusing fix: @taplo/lib is commonjs actually, export options and types for reusing Nov 27, 2023
@JounQin JounQin enabled auto-merge (squash) November 27, 2023 14:32
@JounQin JounQin merged commit 91bdd9f into master Nov 27, 2023
15 checks passed
@JounQin JounQin deleted the fix/toml_esm branch November 27, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[prettier-plugin-toml] unable to format toml programmatically in an es module
2 participants