add jsonCompatibleStrings option [skip ci]
This commit is contained in:
parent
4462d59acd
commit
54dc01440b
@ -38,7 +38,7 @@ concise | boolean | `false` | Set to `true` to reduce wh
|
|||||||
quotes | `'single'` or `'double'` | autodetect based on `ast.tokens` | The type of quote to use in the output
|
quotes | `'single'` or `'double'` | autodetect based on `ast.tokens` | The type of quote to use in the output
|
||||||
filename | string | | Used in warning messages
|
filename | string | | Used in warning messages
|
||||||
flowCommaSeparator | boolean | `false` | Set to `true` to use commas instead of semicolons as Flow property separators
|
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:
|
Options for source maps:
|
||||||
|
|
||||||
name | type | default | description
|
name | type | default | description
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user