dillon1000/react

Commit

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-L23
Browse files
Changed paths1 file
First-parent comparison
M main.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…