[][src]Module jsxn::jsx

nom parser for JSX

Structs

JsxElement

JSX Element that correlates to the arguments for React.createElement. (type, props, children)

JsxFragment

JSX Element that correlates to the arguments for React.createElement. (type, props, children)

Enums

JsxValue

A JSX-specific value

Functions

root

The root JSX Element or JSX Fragment of a JSX tree