Skip to content

Commit

Permalink
Add JSXAttributeInitializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmm committed Jan 30, 2016
1 parent 89ac164 commit ce32b46
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 ce32b46

Please sign in to comment.