Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

v1.10.1

Choose a tag to compare

@ryan953 ryan953 released this 30 Dec 23:34
· 74 commits to master since this release

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.