test(es/minifier): Update test output to reflect correct import ordering
Update the expected output for test 11133 to match the corrected behavior
from the merge_imports fix. The merged imports now correctly appear at the
position of their first occurrence, preserving the original import order
and keeping imports before their usage.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
d184185
3 days ago
by github-actions[bot]
0%
test(es/minifier): Update test expectations for correct import ordering
After fixing the merge_imports feature to preserve import order correctly,
these test expectations needed to be updated. Imports now properly appear
before exports and other statements, as they should.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
3dba728
3 days ago
by github-actions[bot]
0%
refactor(es/minifier): Address PR review feedback for import merging
- Replace FxHashMap with FxHashSet for processed_indices tracking
- Replace unwrap() with expect() with descriptive error message
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>