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