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(codegenerator): prevent for-loop iterator shadowing from undeclaring outer locals #9
Enter a new scope for numeric and generic for-loop iteration variables so shadowed outer locals aren't removed when the loop ends. Replaces explicit undeclare/free logic with `leaveScope` cleanup.
0 commit comments