Andreas Svensson
Andreas Svensson
## Bug Report **Current Behavior** `Duplicate declaration "x"` is thrown for the below code, this does not happen when natively run by e.g. Chrome. See @kzc's comments below for clarification...
It may be worth extending `JSXText` with a case for `Comment`. In a way it's a bit weird as it is technically as if the comment in `'abc/*def*/ghi'` would actually...
Bear with me here :) JSX currently looks like this: ``` {'Name of things:' + name} -- no one really does this Number of things: {count} Some {cond ? children...
It seems like such an obvious thing, but is there a specific reason why we still don't support ``? It is trivial to support and it would make it more...
**I propose the following:** Trim leading spaces and tabs after newlines (indentation) and then apply regular string literal parsing (but over multiple lines and without quotes). It may be advisable...
Depends on approval of https://github.com/facebook/react/pull/1514