mirror of
https://github.com/facebook/react.git
synced 2026-02-26 00:55:04 +00:00
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