facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.95k stars 133 forks source link

Disallow `<` after a JSX element #141

Open nicolo-ribaudo opened 2 years ago

nicolo-ribaudo commented 2 years ago

Fixes #120.

This was quite hard to specify:

:warning: Almost all the tools already implement this error, but it would be a breaking change for the Flow type checker.