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
#3692f0fc90a Thanks @DylanPiercey! - Stop blanking modules inside Babel's re-export barrels. Emptying @babel/generator's jsx printer perturbed the bundler's analysis of the barrel that assembles the printer, and parentheses were dropped from generated code: (await fetch(url)).json() printed as await fetch(url).json(). The remaining prunes, which rewrite explicit registries rather than blanking modules, are unaffected.