Module Parser_env.Lex_modeSource

Sourcetype t =
  1. | NORMAL
  2. | TYPE
  3. | JSX_TAG
  4. | JSX_CHILD
  5. | TEMPLATE
  6. | REGEXP
Sourceval debug_string_of_lex_mode : t -> string