dillon1000/react
Commit
Browse files Add support for {harmony: true} to react-tools
```
require('react-tools').transform(code, {harmony: true});
```
now enables all the harmony es6 transforms that are supported.
This is modeled after https://github.com/facebook/react/blob/master/bin/jsx#L17-L23Changed paths1 file
First-parent comparisonmain.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…