infernojs / babel-plugin-inferno

Transforms JSX to InfernoJS vNodes
MIT License
79 stars 26 forks source link

Manually convert JSXIdentifier and JSXMemberExpression to literals #47

Closed insin closed 6 years ago

insin commented 6 years ago

I've tested this against Babel 7.0.0-beta.37 locally using nwb's Babel 7 branch, not sure if you want to update devDependencies to use a beta version.

Also added a test to also cover use of JSXMemberExpressions.

Fixes #46

Havunen commented 6 years ago

Thanks @insin

Havunen commented 6 years ago

Published 3.4.0. We will need this same fix for v4-beta branch too.