document uescape option in README

This commit is contained in:
alisdair sullivan 2014-11-24 18:16:54 -08:00
parent 95a87fa0d7
commit 5ada4c3cfc
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
v2.2
* `return_maps` option
* `uescape` option for 7-bit clean output
v2.1.1

View file

@ -426,6 +426,10 @@ additional options beyond these. see
any combination of these can be passed to **jsx** by using `{strict, [strict_option()]}`.
`strict` is equivalent to `{strict, [comments, bad_utf8, single_quotes, escapes]}`
- `uescape`
escape all codepoints outside the ascii range for 7 bit clean output
- `unescaped_jsonp`
javascript interpreters treat the codepoints `u+2028` and `u+2029` as