Skip to content

The Flow Codebase: Typechecking Phases

Gabe Levi edited this page Jan 2, 2017 · 4 revisions

Flow is designed to work on very large JavaScript codebases. In order to scale, it needs to parallelize the work of typechecking. Here is a rough list of the most interesting that run during flow check. The phases are kicked off in /src/services/inference/types_js.ml.