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