You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(es/minifier): Restrict parameter inlining to safe identifiers only
Only allow inlining of:
1. Unresolved 'undefined' identifier (safe global)
2. Resolved identifiers (local immutable variables)
This prevents unsafe inlining of other global identifiers that could
be shadowed or have side effects.
Addresses review feedback: #11156 (comment)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments