Skip to content

Commit

Permalink
Merge pull request #5477 from xtuc/fix-generator-doc
Browse files Browse the repository at this point in the history
Update babel-generator documentation
  • Loading branch information
xtuc committed Mar 16, 2017
2 parents 71e4336 + e30197b commit ad1edc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-generator/README.md
Expand Up @@ -39,6 +39,7 @@ quotes | `'single'` or `'double'` | autodetect based on `ast.tok
filename | string | | Used in warning messages
flowCommaSeparator | boolean | `false` | Set to `true` to use commas instead of semicolons as Flow property separators
jsonCompatibleStrings | boolean | `false` | Set to true to run `jsesc` with "json": true to print "\u00A9" vs. "漏";

Options for source maps:

name | type | default | description
Expand Down

0 comments on commit ad1edc6

Please sign in to comment.