add uescape
option for 7 bit clean output of strings
This commit is contained in:
parent
3e80f475f5
commit
95a87fa0d7
3 changed files with 45 additions and 7 deletions
|
@ -10,6 +10,7 @@
|
|||
strict_single_quotes = false :: boolean(),
|
||||
strict_escapes = false :: boolean(),
|
||||
stream = false :: boolean(),
|
||||
uescape = false :: boolean(),
|
||||
error_handler = false :: false | jsx_config:handler(),
|
||||
incomplete_handler = false :: false | jsx_config:handler()
|
||||
}).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue