Skip to content

Commit

Permalink
Merge pull request #49 from jmm/attr-init-opt
Browse files Browse the repository at this point in the history
Add JSXAttributeInitializer
  • Loading branch information
sebmarkbage committed Feb 1, 2016
2 parents 89ac164 + ce32b46 commit 3f745f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,17 @@ JSXSpreadAttribute :

JSXAttribute :


- JSXAttributeName `=` JSXAttributeValue
- JSXAttributeName JSXAttributeInitializer<sub>opt</sub>

JSXAttributeName :

- JSXIdentifier
- JSXNamespacedName

JSXAttributeInitializer :


- `=` JSXAttributeValue

JSXAttributeValue :


- `"` JSXDoubleStringCharacters<sub>opt</sub> `"`
Expand Down

0 comments on commit 3f745f4

Please sign in to comment.