dillon1000/react
Commit
Browse files Enable ES7 spread transform when using --harmony
Test Plan: `echo "var o = {...x};" | bin/jsx --harmony` outputs `var o = Object.assign({},x);`.Changed paths1 file
First-parent comparisonvendor/fbtransform/visitors.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…