zaach / jsxgettext

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

Handle JSX boolean attributes #107

Closed jacobrask closed 7 years ago

jacobrask commented 8 years ago

Fixes error

if (node.value.type === 'JSXExpressionContainer') {
              ^
TypeError: Cannot read property 'type' of null
mike-mcgann commented 8 years ago

+1

BYK commented 7 years ago

Thank you!