remove inactive opts from opts record
This commit is contained in:
parent
59a983bbe9
commit
b0844273c3
1 changed files with 2 additions and 10 deletions
|
@ -1,14 +1,6 @@
|
|||
-type jsx_opts() :: [jsx_opt()].
|
||||
-type jsx_opt() :: multi_term
|
||||
| loose_unicode
|
||||
| escape_forward_slashes
|
||||
| {encoding, auto
|
||||
| utf8
|
||||
| utf16
|
||||
| {utf16, little}
|
||||
| utf32
|
||||
| {utf32, little}
|
||||
}.
|
||||
-type jsx_opt() :: loose_unicode
|
||||
| escape_forward_slashes.
|
||||
|
||||
|
||||
-type jsx_event() :: start_object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue