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