Merge pull request #2413 from LeonFedotov/patch-1

Changing api documentation for jsx transformer
This commit is contained in:
Paul O’Shannessy
2014-10-27 16:32:07 -07:00
parent 98bf80254f
commit 4d47ff36b2

View File

@@ -37,7 +37,7 @@ option | values | default
-------|--------|---------
`sourceMap` | `true`: append inline source map at the end of the transformed source | `false`
`harmony` | `true`: enable ES6 features | `false`
`filename` | the output filename for the source map | `"source.js"`
`sourceFilename` | the output filename for the source map | `"source.js"`
`stripTypes` | `true`: strips out type annotations | `false`
```js