dillon1000/react
Commit
Browse files 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'.
Changed paths1 file
First-parent comparisonvendor/fbtransform/transforms/reactDisplayName.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…