|
|
|
|
|
by samwgoldman
3918 days ago
|
|
One particularly relevant feature of Flow is that it does its type checking in a server. It watches the file system and incrementally rechecks automatically when files change. With this setup, "running" the type checker is actually just querying the server, which returns very quickly. |
|