JSX.SpreadChild
type t('M, 'T) = {
expression: Expression.t('M, 'T),
comments: option(Syntax.t('M, unit)),
};