microsoft / typescript-analyze-trace

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

Can normalize-positions exit early once all positions have been normalized? #4

Open amcasey opened 2 years ago

amcasey commented 2 years ago

The naive implementation would be to add a global flag that causes all work to be skipped once it's set. However, it would be nicer if we could find some stream API that caused everything to shut down and/or detach.