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
Always run ProcessClosurePrimitives before module rewriting
Only affects builds enabling the legacy "rewrite modules before typechecking" mode. I don't expect this to be a breaking change.
Reasoning: we eventually want module rewriting to run post-typechecking for every build, but ProcessClosurePrimitives will still need to run pre-typechecking. This change gets us closer to that ideal pass ordering.
PiperOrigin-RevId: 618922256
0 commit comments