dillon1000/react

Commit

Fixing Bug in JSX transformer

The bug fixed by this commit prevented the correct parsing of
`var` statements with multiple variables being declared. Instead
of trying to parse a whole 'variable declarations' (a `var`
statement with all its declarations), this visitor now only
parses single 'variable declarators'.
Browse files
Changed paths1 file
First-parent comparison
M vendor/fbtransform/transforms/reactDisplayName.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…