Skip to content

fix(windows): normalize path separators in build output#719

Merged
sxzz merged 2 commits intorolldown:mainfrom
ryuapp-contrib:fix/output-slash-on-windows
Jan 20, 2026
Merged

fix(windows): normalize path separators in build output#719
sxzz merged 2 commits intorolldown:mainfrom
ryuapp-contrib:fix/output-slash-on-windows

Conversation

@ryuapp
Copy link
Contributor

@ryuapp ryuapp commented Jan 20, 2026

  • This PR contains AI-generated code, but I have carefully reviewed it myself. Otherwise, my PR may be closed.

Description

This PR normalizes path in the build output. For windows.

Before:

ℹ dist\index.mjs            0.28 kB │ gzip: 0.16 kB
ℹ dist\utils/format.mjs     0.27 kB │ gzip: 0.21 kB
ℹ dist\server/server.mjs    0.22 kB │ gzip: 0.16 kB
ℹ dist\client/client.mjs    0.21 kB │ gzip: 0.16 kB

After:

ℹ dist\index.mjs            0.28 kB │ gzip: 0.16 kB
ℹ dist\utils\format.mjs     0.27 kB │ gzip: 0.21 kB
ℹ dist\server\server.mjs    0.22 kB │ gzip: 0.16 kB
ℹ dist\client\client.mjs    0.21 kB │ gzip: 0.16 kB

@netlify
Copy link

netlify bot commented Jan 20, 2026

Deploy Preview for tsdown ready!

Name Link
🔨 Latest commit 6172b86
🔍 Latest deploy log https://app.netlify.com/projects/tsdown/deploys/696f5d4027ee1f00085e530f
😎 Deploy Preview https://deploy-preview-719--tsdown.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.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 20, 2026

Open in StackBlitz

npm i https://pkg.pr.new/tsdown@719
npm i https://pkg.pr.new/create-tsdown@719
npm i https://pkg.pr.new/tsdown-migrate@719

commit: 6172b86

@sxzz sxzz merged commit c45257c into rolldown:main Jan 20, 2026
15 of 16 checks passed
@ryuapp ryuapp deleted the fix/output-slash-on-windows branch January 20, 2026 11:32
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.

2 participants