dillon1000/react

Commit

[react jsx transform] Spread attribute -> Object.assign

Add support for spread attributes. Transforms into an Object.assign just
like jstransform does for spread properties in object literals.

Depends on https://github.com/facebook/esprima/pull/22
Browse files
Changed paths2 files
First-parent comparison
M vendor/fbtransform/transforms/__tests__/react-test.js ModifiedM vendor/fbtransform/transforms/react.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…