Parser_env.Lex_mode
type t =
| NORMAL
| TYPE
| JSX_TAG
| JSX_CHILD
| TEMPLATE
| REGEXP
;
let debug_string_of_lex_mode: t => string;