diff options
Diffstat (limited to 'node_modules/babel-generator/README.md')
-rw-r--r-- | node_modules/babel-generator/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/node_modules/babel-generator/README.md b/node_modules/babel-generator/README.md index 5de763278..a33719135 100644 --- a/node_modules/babel-generator/README.md +++ b/node_modules/babel-generator/README.md @@ -5,7 +5,7 @@ ## Install ```sh -$ npm install babel-generator +npm install --save-dev babel-generator ``` ## Usage @@ -37,6 +37,8 @@ minified | boolean | `false` | Should the output be minif concise | boolean | `false` | Set to `true` to reduce whitespace (but not as much as `opts.compact`) quotes | `'single'` or `'double'` | autodetect based on `ast.tokens` | The type of quote to use in the output 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: |