dillon1000/react

Commit

Enable ES7 spread transform when using --harmony

Test Plan: `echo "var o = {...x};" | bin/jsx --harmony` outputs `var o = Object.assign({},x);`.
Browse files
Changed paths1 file
First-parent comparison
M vendor/fbtransform/visitors.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…