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