Flow_ast.RegExpLiteral
type 'M t = {
pattern : string;
flags : string;
raw : string;
comments : ('M, unit) Syntax.t option;
}