pub fn parse_jsx_expr_container<'a, P: Parser<'a>>( p: &mut P, ) -> PResult<JSXExprContainer>
Parses JSX expression enclosed into curly brackets.