package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | NORMAL
  2. | TYPE
  3. | JSX_TAG
  4. | JSX_CHILD
  5. | TEMPLATE
  6. | REGEXP
val debug_string_of_lex_mode : t -> string