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