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