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
feat(minifier): inline constant that is declared in normal for statement initializer (#13509)
Inline constant that is declared in normal for statement initializer. I think this is safe. Although, the `for-in` / `for-of` cases cannot be done because the values are changed.
0 commit comments