microsoft / typescript-analyze-trace

A tool for analyzing the output of `tsc --generateTrace`
MIT License
334 stars 19 forks source link

stream parse large types files #36

Closed mikeduminy closed 1 year ago

mikeduminy commented 1 year ago

Fixes #9

I ran into this issue in a monorepo with a types.json trace file of over 600MB. Here's a simple fix for it using existing dependencies.

Please let me know if I should make any changes 🙏

mikeduminy commented 1 year ago

@microsoft-github-policy-service agree

mikeduminy commented 1 year ago

Thanks for adding the types and getting this merged 💪