X Tutup
Skip to content

Allow break after as/satisfies#18818

Draft
fisker wants to merge 10 commits intoprettier:mainfrom
fisker:binary-cast-expression
Draft

Allow break after as/satisfies#18818
fisker wants to merge 10 commits intoprettier:mainfrom
fisker:binary-cast-expression

Conversation

@fisker
Copy link
Member

@fisker fisker commented Jan 31, 2026

Description

Fixes #6443
Closes #8612
Closes #18148

Checklist

  • I’ve added tests to confirm my change works.
  • (If changing the API or CLI) I’ve documented the changes I’ve made (in the docs/ directory).
  • (If the change is user-facing) I’ve added my changes to changelog_unreleased/*/XXXX.md file following changelog_unreleased/TEMPLATE.md.
  • I’ve read the contributing guidelines.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 31, 2026

Open in StackBlitz

yarn add https://pkg.pr.new/@prettier/plugin-hermes@18818.tgz
yarn add https://pkg.pr.new/@prettier/plugin-oxc@18818.tgz
yarn add https://pkg.pr.new/prettier@18818.tgz

commit: 04921ce

@netlify
Copy link

netlify bot commented Jan 31, 2026

Deploy Preview for prettier ready!

Name Link
🔨 Latest commit 04921ce
🔍 Latest deploy log https://app.netlify.com/projects/prettier/deploys/698070188993fd0008f8f7bb
😎 Deploy Preview https://deploy-preview-18818--prettier.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@fisker fisker force-pushed the binary-cast-expression branch from 058a628 to 676a542 Compare January 31, 2026 09:11
@fisker fisker force-pushed the binary-cast-expression branch 2 times, most recently from 0dc1c62 to 1f8f39f Compare February 1, 2026 20:00
@fisker fisker force-pushed the binary-cast-expression branch from 306beed to 04921ce Compare February 2, 2026 09:36
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.

Incorrectly calculated line width TypeScript: type assertions (as) aren't wrapped

1 participant

X Tutup