Flow_ast.Syntax
type t('M, 'internal) = {
leading: list(Comment.t('M)),
trailing: list(Comment.t('M)),
internal: 'internal,
};