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