Files
bun.sh/test/js
Claude 7d6bb96f78 Add cross-runtime which wrapper utility
Add internal/which.ts that uses Bun.which when running on Bun,
and falls back to spawning the `which` command on other runtimes
like Node.js. This enables projects to work in both environments
without spawning unnecessary processes when Bun's native which
is available.
2025-12-09 08:24:48 +00:00
..
2025-11-29 19:13:06 -08:00