mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Workspace patterns with leading slashes (e.g., "/packages/*") were being treated as absolute filesystem paths, causing ENOENT errors. npm treats these as relative to the workspace root. This change strips leading slashes from workspace patterns in both: - bun install (WorkspaceMap.zig) - bun run --filter (filter_arg.zig) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>