Patch Changes
- #3690
596d441Thanks @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 ownsTypeParameterDeclaration, so dropping it mangled unrelated output: an arrow IIFE lost its wrapping parentheses and emitted}(). The flow and jsx node definitions are needed becausehelper-create-class-features-pluginregisters aJSXIdentifiervisitor, which@babel/traverserejects when the type is missing.