mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
Fixes #20647 - Strip query parameters from tarball names when creating temp directories on Windows - Add Windows-specific handling to remove slashes from URL paths - Prevent "BadPathName" and "ENOTEMPTY" errors when installing tarballs with query params Added comprehensive tests for installing tarballs with query parameters to ensure they install successfully on Windows. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>