Skip to content

bundler: fix ESMConditions capacity with user-provided conditions - #30470

Closed
robobun wants to merge 1 commit into
mainfrom
farm/8d89bf3d/fix-esm-conditions-capacity
Closed

bundler: fix ESMConditions capacity with user-provided conditions#30470
robobun wants to merge 1 commit into
mainfrom
farm/8d89bf3d/fix-esm-conditions-capacity

bundler: fix ESMConditions capacity when user conditions are provided

f2076e3
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@claude 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).