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