Skip to content

@marko/compiler@5.41.15

Latest

Choose a tag to compare

Patch Changes

  • #3692 f0fc90a 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.