Files
bun.sh/src
Claude Bot 94740e0fb0 Implement --linker flag for bun install
Add support for --linker flag to set node_linker strategy:
- `bun install --linker isolated` forces isolated node linker
- `bun install --linker hoisted` forces hoisted node linker

Changes:
- Add --linker CLI flag parsing with validation
- Store CLI node_linker override in PackageManagerOptions
- Apply CLI override in two locations where lockfile is initialized
- Add comprehensive tests for flag validation and functionality
- Update help text with examples

The CLI flag takes precedence over package.json and lockfile settings,
ensuring consistent behavior across different project configurations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 13:15:48 +00:00
..
2025-07-02 20:06:43 -07:00
2025-06-07 00:30:58 -07:00
2025-07-10 00:10:43 -07:00
2025-06-17 13:00:28 -07:00
2025-07-10 00:10:43 -07:00
2025-07-02 20:06:43 -07:00
2025-04-17 19:04:05 -07:00
2025-06-08 05:07:09 -07:00
2025-07-10 00:10:43 -07:00
2025-06-07 00:30:58 -07:00
2025-06-27 22:05:20 -07:00
2025-06-08 05:07:09 -07:00
2025-04-10 14:16:30 -07:00
2025-07-10 00:10:43 -07:00
2025-06-12 14:20:28 -07:00