document uescape
option in README
This commit is contained in:
parent
95a87fa0d7
commit
5ada4c3cfc
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
v2.2
|
v2.2
|
||||||
|
|
||||||
* `return_maps` option
|
* `return_maps` option
|
||||||
|
* `uescape` option for 7-bit clean output
|
||||||
|
|
||||||
v2.1.1
|
v2.1.1
|
||||||
|
|
||||||
|
|
|
@ -426,6 +426,10 @@ additional options beyond these. see
|
||||||
any combination of these can be passed to **jsx** by using `{strict, [strict_option()]}`.
|
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]}`
|
`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`
|
- `unescaped_jsonp`
|
||||||
|
|
||||||
javascript interpreters treat the codepoints `u+2028` and `u+2029` as
|
javascript interpreters treat the codepoints `u+2028` and `u+2029` as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue