ui5-community / babel-plugin-transform-modules-ui5

A Babel transformer plugin for OpenUI5/SAPUI5. It allows you to develop UI5 applications by using the latest ECMAScript or TypeScript, including new syntax and objective oriented programming technology.
MIT License
34 stars 16 forks source link

Fix ExportNamedDeclaration with babel 7.14.4 #53

Closed GuillaumedesPommareSAP closed 3 years ago

GuillaumedesPommareSAP commented 3 years ago

See https://github.com/r-murphy/babel-plugin-transform-modules-ui5/issues/52 Issue introduced by a change in babel : babel/babel#13314

Published in babel 7.14.4: https://github.com/babel/babel/releases/tag/v7.14.4

GuillaumedesPommareSAP commented 3 years ago

@r-murphy here is a proposal for the fix as identified in issue #52. It is working in our own tooling, but we are not using all the features of this plugin, so it might have possible side effects.