Closed MarcPorciuncula closed 9 years ago
Add support for curly braces denoting property values such as those seen in JSX, eg:
<input type="text" disabled={false} />
I have no idea why my changes broke like all of the tests...
There was a deprecation in the spec file. The tests should pass now.
Add support for curly braces denoting property values such as those seen in JSX, eg: