Skip to content

[autofix.ci] apply automated fixes

6f510fb
Select commit
Loading
Failed to load commit list.
Merged

Preserve string-literal names in re-export clauses #29245

[autofix.ci] apply automated fixes
6f510fb
Select commit
Loading
Failed to load commit list.
Claude / Claude Code Review completed Apr 13, 2026 in 16m 0s

Code review found 1 potential issue

Found 5 candidates, confirmed 1. See review comments for details.

Details

Severity Count
🔴 Important 0
🟡 Nit 1
🟣 Pre-existing 0
Severity File:Line Issue
🟡 Nit test/regression/issue/29242.test.ts:13 Test title references wrong string literal

Annotations

Check warning on line 13 in test/regression/issue/29242.test.ts

See this annotation in the file changed.

@claude claude / Claude Code Review

Test title references wrong string literal

The first test.concurrent's title says "export { 'x y z' } from 'mod'" but its fixtures use the string literal "a b c" throughout — 'x y z' only appears in the third test (the string-to-string alias case). The title should be corrected to reference 'a b c' to accurately describe what the test validates.