You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The note regards only type-checking time, not transpilation time (since Flow is not a transpiler). It's a valid point though, we should clear it up.
Naturally, the total speed is going to go down with the size of the project, though the relation is more like O(n) in the case of TypeScript, and O(n^2) in the case of Flow. These are purely observational, and we need solid benchmarks to prove or disprove my claims.
See microsoft/TypeScript#13538
The text was updated successfully, but these errors were encountered: