zaach / jsxgettext

Extract gettext calls from JavaScript, EJS, and other template formats.
Mozilla Public License 2.0
105 stars 56 forks source link

Need support for JSX Fragments #126

Open rankun203 opened 4 years ago

rankun203 commented 4 years ago

Currently, for jsx code having Fragments, we are facing this error:

baseVisitor[type] is not a function

Where type is JSXFragment.

rankun203 commented 4 years ago

Some related (updated) forks:

But didn't find any fork addressed this issue.