Expression.MetaProperty
type t('M) = {
meta: Identifier.t('M, 'M),
property: Identifier.t('M, 'M),
comments: option(Syntax.t('M, unit)),
};