Skip to content

@marko/compiler@5.41.14

Choose a tag to compare

Patch Changes

  • #3690 596d441 Thanks @DylanPiercey! - Restore three Babel modules that the last release pruned but the compiler does reach. @babel/generator's flow printer is borrowed by the class printer and owns TypeParameterDeclaration, so dropping it mangled unrelated output: an arrow IIFE lost its wrapping parentheses and emitted }(). The flow and jsx node definitions are needed because helper-create-class-features-plugin registers a JSXIdentifier visitor, which @babel/traverse rejects when the type is missing.