This repository was archived by the owner on Aug 1, 2022. It is now read-only.
v1.10.1
Speedup AST generation at runtime by parsing file content in-process.
This is faster than shelling out with flow ast and doing a JSON.parse() call.
- Our unit tests run about 8 seconds (20%) faster with this change.
- On a large codebase of about 8,300 files runtime was reduced from ~10.5minutes to ~2minutes.