mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
e6134c307e
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