From 54dc01440bc721c0abbefd0f1a48f79688f4723e Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Tue, 15 Nov 2016 16:53:33 -0500 Subject: [PATCH] add `jsonCompatibleStrings` option [skip ci] --- packages/babel-generator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-generator/README.md b/packages/babel-generator/README.md index 176b7649ca..73fad1fd23 100644 --- a/packages/babel-generator/README.md +++ b/packages/babel-generator/README.md @@ -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 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