infernojs / babel-plugin-inferno

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

Create references for JSXIdentifier and JSXMemberExpression VNodeTypes #48

Closed insin closed 6 years ago

insin commented 6 years ago

v4-beta version of the fix for #46 - pulled in the relevant portion of the old toReference helper function which is no longer in this branch.

Also had to flip the imports config to get the tests to pass.

Havunen commented 6 years ago

Awesome thanks a lot! :)