Module jsx

Source

Functions§

jsx_expr_container_to_jsx_attr_value
parse_jsx_empty_expr
JSXEmptyExpression is unique type since it doesn’t actually parse anything, and so it should start at the end of last read token (left brace) and finish at the beginning of the next one (right brace).
parse_jsx_expr_container
Parses JSX expression enclosed into curly brackets.
parse_jsx_text