> In 2.0, we’ve started using control flow analysis to better understand what a type has to be at a given location. Sounds like Flow. Curious to see how they converge/diverge over time. I know there are people who hate the tooling spaghetti that modern JS development involves, but I appreciate that I can plug Flow into a babel/webpack stack and have it just do the error checking. I also have high hopes for things lik…
Then again, I was hoping the same thing with webpack, then we get rollup, etc... it's interesting, though hard to make some choices while staying pragmatic.