Module Flow_ast.RegExpLiteral

type 'M t = {
  1. pattern : string;
  2. flags : string;
  3. raw : string;
  4. comments : ('M, unit) Syntax.t option;
}