pub fn jsx_expr_container_to_jsx_attr_value<'a, P: Parser<'a>>( p: &mut P, start: BytePos, node: JSXExprContainer, ) -> PResult<JSXAttrValue>