add uescape option for 7 bit clean output of strings

This commit is contained in:
alisdair sullivan 2014-11-24 17:59:41 -08:00
parent 3e80f475f5
commit 95a87fa0d7
3 changed files with 45 additions and 7 deletions

View file

@ -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()
}).