bundler: fix ESMConditions capacity with user-provided conditions - #30470
Closed
robobun wants to merge 1 commit into
Closed
bundler: fix ESMConditions capacity with user-provided conditions#30470robobun wants to merge 1 commit into
robobun wants to merge 1 commit into
Claude / Claude Code Review
completed
May 11, 2026 in 10m 15s
Code review found 1 potential issue
Found 1 candidates, confirmed 1. See review comments for details.
Details
| Severity | Count |
|---|---|
| 🔴 Important | 0 |
| 🟡 Nit | 1 |
| 🟣 Pre-existing | 0 |
| Severity | File:Line | Issue |
|---|---|---|
| 🟡 Nit | test/bundler/bun-build-api.test.ts:814 |
Use test.concurrent for consistency with neighboring tests |
Annotations
Check warning on line 814 in test/bundler/bun-build-api.test.ts
claude / Claude Code Review
Use test.concurrent for consistency with neighboring tests
Nit: this should be `test.concurrent` to match the neighboring top-level tests in this file (and per `test/CLAUDE.md`'s guidance to prefer concurrent tests when they write files / spawn builds with no shared state).
Loading