Flow_ast.Comment
type t('M) = ('M, t');
and kind =
| Block
| Line
;
and t' = {
kind: kind,
text: string,
on_newline: bool,
};