We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c30617b
Forbid } and > in JSX text (#108). This was previously allowed, but went against the spec (#106).
}
>
6697d34
Fixes to restore compatibility with Node.js 4.x.
ebf23dd
Upgrade for compatibility with a newer acorn.
9dd0a0d
Fixed node types for JSX fragments introduced in 4.1.0.
1dc3245
Added support for JSX fragments (by @ArtemGovorov)