is valid JS code and valid Flow code. But with two different meanings! In Flow, it's a call to a generic function. Bahaha. Only if it appears after a `// @flow` comment, though 😂
<@loganfsmyth> e.g. `var foo = <T>(a = 1 + 2 + 3, b = a)`, you can't know if that's the first piece of a Flow generic arrow function, or a JSX element with some text until you find a `</T>` or a `=>`
Because I work inside a browser engine, I miss all this exciting nonsense going on so close by, right in the same ecosystem! It's amazing.