Flow_ast.RegExpLiteral
type t('M) = {
pattern: string,
flags: string,
raw: string,
comments: option(Syntax.t('M, unit)),
};
let pp: (Format.formatter => 'M => unit) => Format.formatter => t('M) => unit;
let show: (Format.formatter => 'M => unit) => t('M) => string;