Files
bun.sh/test/cli
Claude Bot b2bfd2feb2 fix(workspaces): treat leading slashes as relative paths for npm compatibility
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>
2025-11-24 00:45:10 +00:00
..
2025-10-11 08:23:25 -07:00